Project

General

Profile

Activity

From 07/17/2018 to 08/15/2018

08/15/2018

11:40 PM RADOS Bug #25084 (Fix Under Review): Attempt to read object that can't be repaired loops forever
David Zafman
11:35 PM RADOS Backport #25227 (Resolved): luminous: OSD: still returning EIO instead of recovering objects on c...
David Zafman
10:45 PM Revision 381da3f0 (ceph): osd: Check CRC when possile in build_push_op()
Fixes: http://tracker.ceph.com/issues/25084
Signed-off-by: David Zafman <dzafman@redhat.com>
David Zafman
10:45 PM Revision 72c34949 (ceph): test: Add test for filestore bad CRC in primary pull request
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
10:45 PM Revision c1b2bd7f (ceph): test: Fix test to detect a test setup failure
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
10:45 PM Revision b4d5a7b5 (ceph): osd: rep_repair_primary_object() use ctx so it can get the object info
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
10:18 PM Revision 04b47939 (ceph): os/bluestore: factor VDO into bluestore's 'allocated' value
If we are on VDO, report the *raw* storage we've allocated, as reported
by VDO.
Signed-off-by: Sage Weil <sage@redha...
Sage Weil
10:18 PM Revision fa120cec (ceph): osd/osd_types: separate accounting for data, omap, and metadata
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:18 PM Revision a66f8bfe (ceph): osd: drop useless OSDService::update_osd_stat()
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:18 PM Revision 71d8fe7f (ceph): osd: decouple statfs update from hb peers, pg count
These don't need to be updated in synchrony. (In fact, the statfs update
could be much more infrequent.)
Signed-off...
Sage Weil
10:18 PM Revision c6da00b4 (ceph): kv: add per-prefix space estimation
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:18 PM Revision 52cfc505 (ceph): os/bluestore/BlueFS: drop get_fs_usage(); add get_used()
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:18 PM Revision fc5561ed (ceph): os/bluestore: report omap and internal metadata usage
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:18 PM Revision 13295a38 (ceph): osd/OSDMap: include data, omap in 'osd df' output
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:18 PM Revision 6c82e66d (ceph): os/ObjectMap: add get_db() accessor
This is just to let us get at the underlying KeyValueDB for DBObjectMap.
It is not really better or worse than adding...
Sage Weil
10:18 PM Revision 186edca8 (ceph): os/filestore: estimate omap_allocated
Assume all of leveldb/rocksdb is omap. This is an overestimate, but
better than nothing.
We don't populate the meta...
Sage Weil
10:18 PM Revision b116d214 (ceph): osd: re-add get_num_pgs()
We removed this but it's a useful accessor.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
10:02 PM Revision c2d7b39d (ceph): Merge pull request #23455 from vumrao/wip-vumrao-jewel-25224
jewel: filestore: add pgid in filestore pg dir split log message
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-...
Greg Farnum
08:51 PM Revision a543df72 (ceph): rgw: remove unused query for remote datalog info
Fixes: http://tracker.ceph.com/issues/26952
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
08:51 PM Revision 666bfe3a (ceph): rgw: fix up indentation in incremental data sync
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
08:51 PM rgw Bug #26952 (Resolved): multisite: incremental data sync makes unnecessary call to RGWReadRemoteDa...
https://github.com/ceph/ceph/pull/23596 Casey Bodley
08:36 PM Revision e0d3db89 (ceph): msg: cleanup factory/ref definition in messages
This eliminates duplicate code definitions.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
08:36 PM Revision 583e7976 (ceph): msg: add msgref cast method
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
08:36 PM Revision 6632131d (ceph): mds: use message factory to avoid leaks
Fixes: http://tracker.ceph.com/issues/24306
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
08:36 PM Revision 89cb1ade (ceph): msg: add factory method to correctly construct smart_ptr
This is to avoid easy leaks of the form:
boost::intrusive_ptr(new M*(...));
where a ref is leaked because const...
Patrick Donnelly
08:36 PM Revision 52fac5eb (ceph): mds: remove dead MDS-MDS forwarding code
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
08:35 PM Revision d2a202af (ceph): mds: manage Message lifetime with intrusive_ptr
This change turned out to be far more extensive than I hoped but the end result
should prevent all Message-related me...
Patrick Donnelly
08:33 PM Revision 0d47743e (ceph): rgw: remove unused datalog trim detection logic
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
08:33 PM Revision fb2b6186 (ceph): rgw: incremental data sync uses truncated flag to detect end of listing
we call wait() after incremental sync if we've reached the end of the
datalog listing. the existing logic compares ou...
Casey Bodley
07:49 PM Revision c0c0bf8c (ceph): ceph-volume util create a device module for identifying devices
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:48 PM ceph-volume Bug #24960: expand auto engine for single type devices on filestore
Alfredo Deza
07:17 PM Revision de86952a (ceph): Merge PR #23592 into master
* refs/pull/23592/head:
tools/cephfs-shell:used cmd2 inbuilt colorize method instead of colorama
Reviewed-by: Patri...
Patrick Donnelly
06:59 PM rbd Subtask #26951 (Resolved): [namespaces] ensure image migration supports namespaces
Jason Dillaman
05:46 PM rbd Backport #24387 (In Progress): luminous: Allow removal of RBD images even if the journal is corrupt
Jason Dillaman
05:45 PM Revision 6711c527 (ceph): librbd: utilize the journal disabled policy when removing images
Fixes: http://tracker.ceph.com/issues/23512
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
05:29 PM rbd Backport #23604 (In Progress): luminous: Discard ops should flush affected objects from in-memory...
Jason Dillaman
04:27 PM Revision 4431665e (ceph): mgr/devicehealth: UTC everywhere
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
04:26 PM Revision 894644c0 (ceph): mgr/devicehealth: fix sleep_interval configurable
In reality there isn't much use in changing this, but...
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
04:24 PM Revision fe0f3e9a (ceph): librados: add a rados_omap_iter_size function
Sometimes we need to know how many elements are represented by an omap
iterator. Add a new rados_omap_iter_size to re...
Jeff Layton
03:54 PM Linux kernel client Feature #26936 (In Progress): Update Kernel Client to support versioned reply
Jos Collin
03:17 PM Revision 5eac53c6 (ceph): tools/cephfs-shell:used cmd2 inbuilt colorize method instead of colorama
Signed-off-by: Pavani Rajula <rpavani1998@gmail.com> Rajula Pavani
03:10 PM rgw Backport #25023 (Resolved): luminous: multisite: curl client does not time out on sync requests
Abhishek Lekshmanan
03:09 PM rgw Backport #24628 (Resolved): luminous: rgw: fail to recover index from crash
Abhishek Lekshmanan
03:09 PM rgw Backport #24814 (Resolved): luminous: REST admin metadata API paging failure bucket & bucket.inst...
Abhishek Lekshmanan
03:09 PM rgw Backport #24632 (Resolved): luminous: rgw performance regression for luminous 12.2.4
Abhishek Lekshmanan
03:09 PM rgw Backport #24810 (Resolved): luminous: Invalid Access-Control-Request-Request may bypass validate_...
Abhishek Lekshmanan
03:08 PM rgw Backport #24830 (Resolved): luminous: "radosgw-admin objects expire" always returns ok even if th...
Abhishek Lekshmanan
03:08 PM Revision 519cea1b (ceph): rgw: fix deadlock on RGWIndexCompletionManager::stop
The lock has been acquired in complete_op_data::stop
Fixes: http://tracker.ceph.com/issues/26949
Signed-off-by: Yao ...
Zongyou Yao
03:08 PM rgw Backport #24833 (Resolved): luminous: 'radogw-admin reshard status' command should print text for...
Abhishek Lekshmanan
03:08 PM rgw Backport #24808 (Resolved): luminous: rgw gc may cause a large number of read traffic
Abhishek Lekshmanan
03:05 PM Bug #25152 (Resolved): chown: cannot access ‘/var/lib/ceph/osd/*/block*’: No such file or directory
Abhishek Lekshmanan
03:03 PM Backport #25223 (Resolved): luminous: [RFE] Filestore split log should show PG that is splitting
Abhishek Lekshmanan
03:02 PM rgw Backport #24546 (Resolved): luminous: rgw: change order of authentication back to local, remote
Abhishek Lekshmanan
03:02 PM ceph-volume Bug #24792: ceph-volume fails to zap dmcrypt device on bluestore
Ping? Alfredo Deza
03:02 PM ceph-volume Bug #24793: ceph-volume fails to zap a device (wipefs problem)
This has been solved by commits in this PR https://github.com/ceph/ceph/pull/23532
Can you check Sebastien?
Alfredo Deza
03:01 PM bluestore Backport #24770 (Resolved): luminous: set correctly shard for existed Collection.
Abhishek Lekshmanan
02:56 PM Stable releases Tasks #26950 (Resolved): Luminous v12.2.8
h3. Workflow
* "Preparing the release":http://ceph.com/docs/master/dev/development-workflow/#preparing-a-new-relea...
Abhishek Lekshmanan
02:55 PM Stable releases Tasks #24981 (Resolved): v13.2.1 Mimic
Abhishek Lekshmanan
02:45 PM rgw Bug #26949: deadlock on shutdown in RGWIndexCompletionManager::stop()
https://github.com/ceph/ceph/pull/23590 Casey Bodley
02:44 PM rgw Bug #26949 (Resolved): deadlock on shutdown in RGWIndexCompletionManager::stop()
... Casey Bodley
02:36 PM RADOS Feature #26948 (Resolved): librados: add a way to get a count of omap vals in an iterator
We currently have functions like rados_read_op_omap_get_vals2 that hand back an iterator to a userland caller. There ... Jeff Layton
01:00 PM CephFS Bug #24840 (Fix Under Review): mds: explain delayed client_request due to subtree migration
https://github.com/ceph/ceph/pull/23589 Zheng Yan
12:46 PM Revision 6eb6712b (ceph): mds: more description for failed authpin
Fixes: http://tracker.ceph.com/issues/24840
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
12:19 PM Revision 4ecf91de (ceph): mds: cleanup CDir freezing/frozen tree check
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
11:47 AM Revision ed9ec42c (ceph): qa/standalone/osd/osd-force-create-pg: add force-create-pg test
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
09:49 AM Revision 8757652c (ceph): mon/PGMap: command 'ceph df -f json' output add total_percent_used
Signed-off-by: Yanhu Cao <gmayyyha@gmail.com> Yanhu Cao
08:48 AM Revision 760e4718 (ceph): Merge pull request #23580 from tchaikov/wip-man-page-parse-desc
man: skip directive starting with ".."
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
Kefu Chai
08:48 AM Bug #21672: Upgrading the ceph-selinux package unconditionally restarts all running daemons if se...
You have a couple of options, here:
- you can stop the daemons before the (major) upgrade that requires the daemon...
Boris Ranto
07:36 AM CephFS Bug #26894 (Fix Under Review): mds: crash when dumping ops in flight
https://github.com/ceph/ceph/pull/23584 Zheng Yan
07:21 AM mgr Backport #26912 (Need More Info): mimic: "balancer execute" only requires read permissions
https://github.com/ceph/ceph/pull/23583 Prashant D
05:28 AM Revision ad93d71c (ceph): man: skip directive starting with ".."
the target definition of hyper link looks like:
.. _a-reference-label:
there is chance that we need to add `:ref:` ...
Kefu Chai
04:20 AM Revision ab60ae44 (ceph): msg: use queue of messages for dispatch
This avoids an allocation for each new message (amortized via deque).
Additionally, use std::move to avoid atomic up...
Patrick Donnelly
04:20 AM Revision 44f5e4e1 (ceph): msg: add const version of get_payload
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
04:20 AM Revision 954e6596 (ceph): common: add templated Context factory
For use to create Contexts only when needed.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
04:20 AM Revision 460cbdcf (ceph): msg: use deque for dispatcher pointers
To improve cache locality.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
04:20 AM Revision 1aeb2f7e (ceph): msg: dispatch intrusive_ptr Messages
This codifies the giving of a reference to the Dispatcher and helps avoid
memory leaks. Old-style dispatch is kept to...
Patrick Donnelly
03:46 AM Revision 4cf9e35c (ceph): Merge pull request #23564 from falcon78921/wip-docs-links-1
doc: fixed broken urls
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:31 AM Backport #26934 (In Progress): luminous: segv in OSDMap::calc_pg_upmaps from balancer
PR: https://github.com/ceph/ceph/pull/23579 Victor Denisov
03:02 AM Revision 64f2a6f9 (ceph): TestOSDMap: Test with negative upmap values
Check we can handle negative pg_upmap and pg_upmap_items values.
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
(...
Brad Hubbard
02:58 AM Revision 191af6ef (ceph): osd/OSDMap: Disallow negative values in _apply_upmap
A negative pg_upmap or pg_upmap_item value can cause a segfault so
ignore them.
Fixes: http://tracker.ceph.com/issue...
Brad Hubbard
02:12 AM Bug #24225: AArch64 CRC32 crash with SIGILL
Artemy Kapitula wrote:
> Just tried 12.2.7 - all the things works fine, no more CRC32 crashes.
>
> Tone ZHANG wro...
Anonymous
01:31 AM Revision b0b616df (ceph): Merge PR #23240 into master
* refs/pull/23240/head:
qa/suites/rados, qa/workunits/rados: Add suite/workunit for ceph-crash
add ceph-crash servi...
Sage Weil
01:09 AM Revision 49b6c56e (ceph): tools/rbd: minor fixes for rbd du display
Signed-off-by: songweibin <song.weibin@zte.com.cn> wb song

08/14/2018

11:47 PM Revision 5513a90c (ceph): build: add top-level libraddosstriper conditional
Signed-off-by: Jesse Williamson <jwilliamson@suse.de> Jesse Williamson
11:05 PM Revision 7b5dce63 (ceph): Merge pull request #15831 from trociny/wip-18430-1
librbd: support migrating images with minimal downtime
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
10:43 PM RADOS Bug #24866: FAILED assert(0 == "past_interval start interval mismatch") in check_past_interval_bo...
Generally yes, but I havne't been able to reproduce to test a solution. I take it this has happened to you?
I'm h...
Sage Weil
01:34 PM RADOS Bug #24866: FAILED assert(0 == "past_interval start interval mismatch") in check_past_interval_bo...
Guys, is there a way for an OSD to recover from this error? Kuba Stańczak
10:29 PM Revision 8d3e0e09 (ceph): librbd: async request to list watchers
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
10:29 PM Revision 04c33f6b (ceph): librbd: use newly added method to list watchers in remove request
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
10:29 PM Revision eed5415a (ceph): librbd: add function to wait writes unblocked
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
10:29 PM Revision 7000860b (ceph): librbd: handle CEPH_NOSNAP case outside of deep_copy::util::compute_sna...
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
10:29 PM Revision 813e5f28 (ceph): librbd: allow 'migrating' internal feature on image create
We want this feature set from the start to avoid races when a client
is opening an image being prepared for migration...
Mykola Golub
10:29 PM Revision 119c7ea6 (ceph): librbd: API for image migration
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
10:29 PM Revision 2bcc61a8 (ceph): pybind/rbd: API for image migration
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
10:29 PM Revision 7f27f197 (ceph): rbd: CLI to migrate images
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
10:29 PM Revision 97796973 (ceph): librbd: get_parent_info: don't try to find parent snap name for CEPH_NO...
(it is possible now when the parent is a migration source)
Signed-off-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
10:29 PM Revision 0ddc684b (ceph): rbd: show when parent is migration source in info output
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
10:29 PM Revision 72df087d (ceph): rbd: make status show migration details if it is in progress
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
10:29 PM Revision b13784ed (ceph): librbd: update executing state description with migration % complete
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
10:29 PM Revision 91d6ac11 (ceph): librbd: normalize clone state machine method names and debug logs
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
10:29 PM Revision b498aa03 (ceph): librbd: move shared common clone parent logic to state machine
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
10:29 PM Revision 210ea0cb (ceph): librbd: migration should keep parent linkage by default
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
10:29 PM Revision 178aaa03 (ceph): librbd: corrected usage of ImageState::open flag parameter
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
10:29 PM Revision 4c8731fe (ceph): librbd: separate read vs write migration parent overlaps
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Signed-off-by: Mykola Golub <mgolub@suse.com>
Jason Dillaman
10:29 PM Revision 5065dd8f (ceph): librbd: allow to open snapshot by id
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
10:29 PM Revision c04bd3df (ceph): librbd: use 'open snap by id' in refresh parent request
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
10:29 PM Revision 09d2f226 (ceph): librbd: use 'open snap by id' in deep copy image copy request
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
10:29 PM Revision 894ffca5 (ceph): librbd: use 'open snap by id' in clone request
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
10:29 PM Revision 1cfbf1ec (ceph): librbd: open migration image parent and store its pointer in ImageCtx
Use the pointer in copyup and migrate requests, when deep copying an
object.
Signed-off-by: Mykola Golub <mgolub@sus...
Mykola Golub
10:29 PM Revision 96e6639b (ceph): librbd: don't update object map if object deep copy returned ENOENT
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
10:29 PM Revision 59336a5d (ceph): librbd: migrate: skip update object map for snaps that don't overlap
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
10:29 PM Revision 57ee7e14 (ceph): librbd: AsyncOperation may not be reused
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
10:29 PM Revision fccaa483 (ceph): librbd: update in-memory migration snap map after creating snap
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
10:29 PM Revision d3d3b51b (ceph): librbd: restart object deep copy with flatten
if copyup request was appended with non empty writes when the deep
copy was in flight.
Signed-off-by: Mykola Golub <...
Mykola Golub
10:29 PM Revision dbc32361 (ceph): librbd: drop snap lock before sending copyup request
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
10:29 PM Revision 2f7c4ae3 (ceph): cls/rbd: methods to set/get/remove image migration header
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
10:29 PM Revision 431b4437 (ceph): cls/rbd: add "migration" trash image source
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
10:29 PM Revision ad4809ba (ceph): librbd: add "migration" trash image source
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
10:29 PM Revision 57ef57ab (ceph): cls/rbd: add assert_snapc_seq method
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
10:29 PM Revision 3d785798 (ceph): librbd: add flags to open request
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
10:29 PM Revision 91bb4775 (ceph): librbd: shortcut to skip v2 probing when opening v1 image
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
10:29 PM Revision 179a5b82 (ceph): librbd: allow to remove already opened image
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
10:04 PM Revision aab29672 (ceph): doc: added :ref: directive for osdmaptool
Added :ref: directive for osdmaptool utility.
Signed-off-by: James McClune <jmcclune@mcclunetechnologies.net>
James McClune
09:59 PM Revision d1c087c9 (ceph): doc: added osdmaptool cross reference
Added osdmaptool cross reference for docs/rados/operations/control.rst.
Signed-off-by: James McClune <jmcclune@mcclu...
James McClune
09:58 PM RADOS Bug #26947 (Resolved): ENOENT on collection_move_rename from divergent activate
... Sage Weil
09:10 PM rgw Backport #24966 (In Progress): mimic: Add Fault injection for watch/notify in RGW cache
Nathan Cutler
09:07 PM rgw Backport #24964 (In Progress): mimic: Robustly Notify Cache
Nathan Cutler
09:06 PM rgw Backport #24967 (In Progress): luminous: Add Fault injection for watch/notify in RGW cache
Nathan Cutler
09:04 PM rgw Backport #24965 (In Progress): luminous: Robustly Notify Cache
Nathan Cutler
08:59 PM Revision 2bec8769 (ceph): Merge pull request #23532 from alfredodeza/wip-rm24960
ceph-volume: expand auto engine for single type devices on filestore
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
08:57 PM rgw Backport #26946 (Resolved): mimic: tempest tests failing with pysaml2 version conflict
https://github.com/ceph/ceph/pull/23771 Nathan Cutler
08:57 PM rgw Backport #26945 (Rejected): luminous: tempest tests failing with pysaml2 version conflict
Nathan Cutler
08:56 PM bluestore Backport #26944 (Resolved): mimic: os/bluestore/BlueStore.cc: 1025: FAILED assert(buffer_bytes >=...
https://github.com/ceph/ceph/pull/23748 Nathan Cutler
08:56 PM bluestore Backport #26943 (Resolved): luminous: os/bluestore/BlueStore.cc: 1025: FAILED assert(buffer_bytes...
https://github.com/ceph/ceph/pull/24992 Nathan Cutler
08:53 PM rgw Bug #23659 (Pending Backport): tempest tests failing with pysaml2 version conflict
Casey Bodley
08:53 PM Revision b2fe116d (ceph): Merge pull request #23402 from cbodley/wip-23659
qa/rgw: patch keystone requirements.txt
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Casey Bodley
08:13 PM Revision a09c29fe (ceph): os/bluestore: bluestore_buffer_hit_bytes perf counter doesn't reset
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
08:07 PM Revision 76d8742d (ceph): Merge pull request #23379 from dzafman/wip-24875-luminous
luminous: osd: do_sparse_read(): Verify checksum earlier so we will try to repair and missed backport
Reviewed-by: N...
Nathan Cutler
06:50 PM Revision fbfbe8f3 (ceph): Merge PR #23426 into master
* refs/pull/23426/head:
client: privatize some class members
client: reorganize Client header
Reviewed-by: Venky S...
Patrick Donnelly
06:41 PM rgw Bug #26895 (Fix Under Review): multisite: intermittent failures in test_bucket_sync_disable_enable
https://github.com/ceph/ceph/pull/23574 Casey Bodley
06:38 PM Revision d7725a09 (ceph): rgw: bucket sync transitions back to StateInit on OP_SYNCSTOP
the handling for OP_SYNCSTOP->OP_RESYNC is incorrect because it's not
safe to continue incremental sync after SYNCSTO...
Casey Bodley
05:39 PM Revision 6c6917bc (ceph): rgw: bucket sync crs mutate rgw_bucket_shard_sync_info in place
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
05:38 PM Revision 72ac0aa1 (ceph): rgw: return errors from RGWInitBucketShardSyncStatusCoroutine
return ENOENT so caller can detect whether sync is stopped
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
04:56 PM RADOS Bug #26940 (Fix Under Review): force-create-pg broken
https://github.com/ceph/ceph/pull/23572 Sage Weil
03:53 PM RADOS Bug #26940 (Resolved): force-create-pg broken
This commit -
https://github.com/ceph/ceph/commit/7797ed67d2f9140b7eb9f182b06d04233e1e309c
has introduced regressio...
Sage Weil
04:41 PM Revision a807a7eb (ceph): Merge PR #23470 into master
* refs/pull/23470/head:
tools/cephfs-shell: unable to copy files to a sub-directory from local file system
Reviewed...
Patrick Donnelly
04:36 PM Dashboard Feature #24573: mgr/dashboard: Provide more "native" dashboard widgets to display live performanc...
First-off, I want to say thank you for making progress on the landing page. It’s starting to take shape and is looki... Ju Lim
10:23 AM Dashboard Feature #24573: mgr/dashboard: Provide more "native" dashboard widgets to display live performanc...
!https://tracker.ceph.com/attachments/download/3605/landing-page-2018-08-14.png!
Updates following the feedback fr...
Alfonso Martínez
09:52 AM Dashboard Feature #24573 (In Progress): mgr/dashboard: Provide more "native" dashboard widgets to display l...
Ricardo Marques
04:18 PM Revision b726ac25 (ceph): tools/cephfs-shell: unable to copy files to a sub-directory from local ...
Fixes:http://tracker.ceph.com/issues/26874
Signed-off-by: Pavani Rajula <rpavani1998@gmail.com>
Rajula Pavani
03:59 PM Revision 038b95da (ceph): Merge PR #23561 into master
* refs/pull/23561/head:
tools/cephfs: do not split args if it's already a list
Reviewed-by: Patrick Donnelly <pdonn...
Patrick Donnelly
03:59 PM Revision 90667927 (ceph): ceph-volume lvm.zap loop over all vgs from a pv to destroy them
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
03:54 PM Revision 84843422 (ceph): mon/MonCommands: fix 'osd force-create-pg'
Fixes: 7797ed67d2f9140b7eb9f182b06d04233e1e309c
Fixes: http://tracker.ceph.com/issues/26940
Signed-off-by: Sage Weil ...
Sage Weil
03:34 PM bluestore Bug #24439 (Pending Backport): os/bluestore/BlueStore.cc: 1025: FAILED assert(buffer_bytes >= b->...
Sage Weil
03:34 PM Revision 1ee7b8c6 (ceph): Merge PR #23552 into master
* refs/pull/23552/head:
ceph_test_objectstore: queue split on parent pg sequencer
os/bluestore: fix split vs finish...
Sage Weil
03:22 PM rgw Bug #26938 (Fix Under Review): multisite: data sync error repo processing does not back off on empty
https://github.com/ceph/ceph/pull/23571 Casey Bodley
01:09 PM rgw Bug #26938 (Resolved): multisite: data sync error repo processing does not back off on empty
/* the retry repo is empty, we back off a bit before calling it again */
incremental data sync has some logic to c...
Casey Bodley
02:47 PM Revision 635f8e9e (ceph): ceph-volume util.encryption if crypt path does not exist, skip it
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
02:47 PM Revision 7a5ee224 (ceph): ceph-volume tests.util ensure dmcrypt_close will skip non-existent paths
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
02:47 PM Revision 549109c1 (ceph): ceph-volume lvm.zap unmount lvs and close dmcrypt on partitions
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
02:17 PM bluestore Bug #20557: segmentation fault with rocksdb|BlueStore and jemalloc
Got a similar issue on Jewel 10.2.11 as it uses rocksdb by default now. I know Jewel is near EOL and the plan was to ... Alex Cucu
02:08 PM Revision de747b0d (ceph): ceph_test_objectstore: queue split on parent pg sequencer
This matches the OSD.
It also ensure that we drain transactions that precede the split, which
will include any finis...
Sage Weil
01:54 PM Revision 1fce9cc7 (ceph): msg: entity_addr_t::parse doesn't do memset(this, 0, ...) for clean-up.
Fixes: http://tracker.ceph.com/issues/26937
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Radoslaw Zarzynski
01:34 PM rbd Bug #26939 (Resolved): Enabling journaling on an in-use image ignores any journal options
The journal options (like journal pool) are not passed to the lock owner in the update features request. Therefore, i... Jason Dillaman
01:28 PM Revision 4a45b67a (ceph): mgr/rook: update for v1beta1 API
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
01:18 PM Revision d3457c72 (ceph): script/kubejacker: include cls libs
...so that rbd, rgw etc will work.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
12:59 PM Messengers Bug #26937 (Resolved): entity_addr_t::parse does memset() on non-POD
... Radoslaw Zarzynski
12:47 PM Revision aec09655 (ceph): Merge pull request #23539 from cyx1231st/wip-seastar-msgr-cyx
crimson/net: fix unittest_seastar_messenger errors
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Kefu ...
Kefu Chai
08:27 AM Revision 2a6ce096 (ceph): Merge pull request #22457 from p-na/dash-settings
mgr/dashboard: Add backend support for changing dashboard configuration settings via the REST API
Reviewed-by: Ricar...
Ricardo Marques
08:15 AM Revision d5d7c698 (ceph): crimson/net: fix unittest_seastar_messenger errors
fix several bugs that may fail unittest_seastar_messenger:
1. keep holding the connection reference until closed.
2. ...
Yingxin
08:07 AM Revision 837417a6 (ceph): librbd: use object map when doing snap rollback
If both the object of head and snapshot are not exist,
skip for this object.
Signed-off-by: songweibin <song.weibin@...
wb song
04:34 AM Revision 24eea7e1 (ceph): mds: migrate strays part by part when shutdown mds
migrating all strays at once may require lots of memory and cpu time.
Fixes: http://tracker.ceph.com/issues/26926
Si...
Yan, Zheng
04:33 AM RADOS Backport #26908 (Need More Info): luminous: kv: MergeOperator name() returns string, and caller c...
Prashant D
04:33 AM RADOS Backport #26908 (In Progress): luminous: kv: MergeOperator name() returns string, and caller call...
https://github.com/ceph/ceph/pull/23566 Prashant D
04:28 AM CephFS Backport #26905 (In Progress): mimic: MDSMonitor: consider raising priority of MMDSBeacons from M...
https://github.com/ceph/ceph/pull/23565 Prashant D
03:43 AM Revision 8c9e2457 (ceph): kv/KeyValueDB: return const char* from MergeOperator::name()
This avoids a c_str() on a temporary string later down the line, which
avoids a use-after-free.
Fixes: http://tracke...
Sage Weil
03:39 AM Revision bba0bcdc (ceph): doc: updated reference link for osdmaptool utility
Reference link for osdmaptool utility was broken (404 error).
Signed-off-by: James McClune <jmcclune@mcclunetechnolo...
James McClune
03:29 AM Revision f8a0e874 (ceph): doc: updated link for submitting patches
Updated link for Submitting Patches (404 error).
Signed-off-by: James McClune <jmcclune@mcclunetechnologies.net>
James McClune
03:17 AM Revision 536e6489 (ceph): mds: mark beacons as high priority
The mons already mark beacon replies as high priority (via default mon message
priority). We should expect that the m...
Patrick Donnelly
03:07 AM Revision c18cfb73 (ceph): mon/MonClient: use mon_client_ping_timeout during ping_monitor
Signed-off-by: Yao Zongyou <yaozongyou@vip.qq.com> Zongyou Yao
02:51 AM Linux kernel client Feature #26936 (Resolved): Update Kernel Client to support versioned reply
Update Kernel Client to support versioned reply. Jos Collin
01:59 AM Revision 130ab077 (ceph): tools/cephfs: do not split args if it's already a list
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
01:58 AM Revision dbd421a7 (ceph): librbd: validate data pool for self-managed snapshot support
Fixes: https://tracker.ceph.com/issues/24675
Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from commit...
Mykola Golub
01:34 AM rbd Backport #24945 (In Progress): mimic: image create request should validate data pool for self-man...
Jason Dillaman
01:31 AM rbd Backport #25118 (In Progress): mimic: newly added python test test_rbd.TestClone.test_trash_snaps...
Jason Dillaman
12:49 AM Revision a26880ab (ceph): rbd: 'snap ls --all' now shows a trash snapshot's original name
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 79b4f05274b31c4f5cc76a6715032fc994ad226c)
Jason Dillaman
12:49 AM Revision 187c4528 (ceph): pybind/rbd: improved handling for snapshot namespaces
The snap iterator now includes the namespace type and group/trash
sub-dictionaries (if applicable). It's also possibl...
Jason Dillaman
12:49 AM Revision 3f3daf4d (ceph): librbd: add snapshot trash namespace helper and remove_by_id
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit c4128114f1c7d3bfd84e5ff78abaacf0dd87cc73)
Jason Dillaman
12:47 AM rbd Backport #25121 (In Progress): mimic: [clone v2] auto-delete trashed snapshot upon release of las...
Jason Dillaman
12:19 AM Revision 57ade5b9 (ceph): rgw: delete multi object num limit
Signed-off-by: yuliyang <yuliyang@cmss.chinamobile.com> joke lee

08/13/2018

11:39 PM Revision c1a43ca2 (ceph): Merge PR #23537 into master
* refs/pull/23537/head:
tools/cephfs-shell:fixing the issue in using with_argparse.
Reviewed-by: Patrick Donnelly ...
Patrick Donnelly
08:57 PM Revision 2b0ceced (ceph): Merge pull request #23519 from falcon78921/wip-doc-troubleshoot-osds
doc: cleaned up troubleshooting OSDs documentation
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Greg Farnu...
Greg Farnum
08:53 PM Revision 298a1d92 (ceph): qa/suites/rados, qa/workunits/rados: Add suite/workunit for ceph-crash
Signed-off-by: Dan Mick <dan.mick@redhat.com> Dan Mick
08:08 PM mgr Bug #26883: ceph-mgr package does not remove /usr/lib/ceph/mgr compiled files (Debian only?)
I meant the generic Debian. Yes Ubuntu Dan Mick
05:09 PM mgr Bug #26883: ceph-mgr package does not remove /usr/lib/ceph/mgr compiled files (Debian only?)
Do packages for debian even work? Is this actually happening on an Ubuntu machine? Greg Farnum
07:44 PM Revision 909f74d6 (ceph): Merge pull request #23401 from cbodley/wip-rgw-getomapkeys2-more
rgw: RGWRadosGetOmapKeysCR uses 'more' flag from omap_get_keys2()
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
07:00 PM ceph-volume Bug #24492: initial 'auto' scenario support
Alfredo Deza
06:49 PM ceph-volume Bug #24492: initial 'auto' scenario support
Setting to mimic - if luminous is needed, just add it. The script will pick it up on its next pass through. Nathan Cutler
07:00 PM ceph-volume Bug #24970: `lvm batch` docs and man page updates
Alfredo Deza
06:49 PM ceph-volume Bug #24970: `lvm batch` docs and man page updates
Setting to mimic - if luminous is needed, just add it. The script will pick it up on its next pass through. Nathan Cutler
06:59 PM ceph-volume Bug #26862: batch: allow extra flags (like dmcrypt) for bluestore
we left the backport field empty because this cannot be backported yet, it requires a bunch of other work to be done ... Alfredo Deza
06:49 PM ceph-volume Bug #26862: batch: allow extra flags (like dmcrypt) for bluestore
Setting to mimic - if luminous is needed, just add it. The script will pick it up on its next pass through. Nathan Cutler
06:48 PM Backport #26934 (Resolved): luminous: segv in OSDMap::calc_pg_upmaps from balancer
https://github.com/ceph/ceph/pull/23579 Nathan Cutler
06:48 PM Backport #26933 (Resolved): mimic: segv in OSDMap::calc_pg_upmaps from balancer
https://github.com/ceph/ceph/pull/23888 Nathan Cutler
06:46 PM RADOS Backport #26932 (Resolved): luminous: scrub livelock
https://github.com/ceph/ceph/pull/24396 (initial backport)
https://github.com/ceph/ceph/pull/24659 (follow-on fix)
Nathan Cutler
06:46 PM RADOS Backport #26931 (Resolved): mimic: scrub livelock
https://github.com/ceph/ceph/pull/23722 Nathan Cutler
06:01 PM RADOS Bug #26890 (Pending Backport): scrub livelock
Sage Weil
06:01 PM Bug #22056 (Pending Backport): segv in OSDMap::calc_pg_upmaps from balancer
Sage Weil
06:00 PM Revision a3d64ea9 (ceph): Merge PR #23406 into master
* refs/pull/23406/head:
TestOSDMap: Test with negative upmap values
osd/OSDMap: Disallow negative values in _apply_...
Sage Weil
06:00 PM Revision 211cd638 (ceph): Merge PR #23512 into master
* refs/pull/23512/head:
osd: vary tick interval +/- 5% to avoid scrub livelocks
osd: tick at OSD_TICK_INTERVAL, not...
Sage Weil
06:00 PM Revision 88ec5501 (ceph): Merge PR #23515 into master
* refs/pull/23515/head:
os/bluestore_tool: print actual usage in BlueFS::dump_block_extents.
Reviewed-by: Sage Weil...
Sage Weil
06:00 PM Revision 4c2591b5 (ceph): Merge PR #23516 into master
* refs/pull/23516/head:
os/bluestore: check bluefs_extents consistency (DB vs. BlueFS)
Reviewed-by: Sage Weil <sage...
Sage Weil
06:00 PM Revision 58a45f13 (ceph): Merge PR #23517 into master
* refs/pull/23517/head:
os/bluestore: uniform loging format for bluefs_extent_t.
os/bluestore_tool: handle fsck's r...
Sage Weil
05:44 PM Revision 4a6df5f8 (ceph): mds: use fast dispatch to handle MDSBeacon
Current mds handles MDSBeacon messages through MDSRank::ms_dispatch().
MDSRank::ms_dispatch() locks mds_lock at the v...
Yan, Zheng
05:27 PM CephFS Backport #26906 (In Progress): luminous: MDSMonitor: consider raising priority of MMDSBeacons fro...
Patrick Donnelly
05:25 PM Revision b26c53f9 (ceph): mds: mark beacons as high priority
The mons already mark beacon replies as high priority (via default mon message
priority). We should expect that the m...
Patrick Donnelly
05:24 PM CephFS Backport #26930 (In Progress): luminous: MDSMonitor: note ignored beacons/map changes at higher d...
Patrick Donnelly
05:17 PM CephFS Backport #26930 (Resolved): luminous: MDSMonitor: note ignored beacons/map changes at higher debu...
https://github.com/ceph/ceph/pull/23553 Patrick Donnelly
05:17 PM CephFS Backport #26929 (Resolved): mimic: MDSMonitor: note ignored beacons/map changes at higher debug l...
https://github.com/ceph/ceph/pull/23704 Patrick Donnelly
05:16 PM CephFS Bug #26898 (Pending Backport): MDSMonitor: note ignored beacons/map changes at higher debug level
Patrick Donnelly
05:16 PM Revision 9ce675d0 (ceph): Merge PR #23536 into master
* refs/pull/23536/head:
mds: report lagginess at lower debug
MDSMonitor: note beacons and cluster changes at low db...
Patrick Donnelly
05:14 PM bluestore Bug #24439 (Fix Under Review): os/bluestore/BlueStore.cc: 1025: FAILED assert(buffer_bytes >= b->...
https://github.com/ceph/ceph/pull/23552 Sage Weil
05:11 PM Bug #24911: Dead jobs at "Finished running handlers" in upgrade:luminous-x-mimic
This looks like a package repository or the machine in question just went away temporarily...? Greg Farnum
05:10 PM Revision f21f1f14 (ceph): os/bluestore: fix split vs finish_write race
In _tcx_finish(), we were looking at the right Cache for the collection,
and then calling finish_write with that Cach...
Sage Weil
05:09 PM bluestore Bug #26902 (Duplicate): ObjectStore/StoreTest.ColSplitTest1Clones/2 failure
Sage Weil
04:31 PM CephFS Bug #24679 (In Progress): qa: cfuse_workunit_kernel_untar_build fails on Ubuntu 18.04
https://github.com/ceph/ceph/pull/23551 Patrick Donnelly
03:49 PM Revision 3d774d6a (ceph): Merge PR #23291 into master
* refs/pull/23291/head:
tests: add Cephx-resembling scenarios to crypto tests.
tests: differentiate AES testing reg...
Sage Weil
03:39 PM Bug #23353 (Can't reproduce): when compile Luminous 12.2.4, miss boost files
please reopen this issue if it bites you again. Kefu Chai
03:32 PM rbd Bug #26928 (Resolved): "formatted-output.t: failed" in rbd-luminous-distro-basic-smithi
Run: http://pulpito.ceph.com/teuthology-2018-08-11_04:00:02-rbd-luminous-distro-basic-smithi/
Job: 2891945
Logs: ht...
Yuri Weinstein
03:23 PM rbd Bug #26927 (Resolved): errors in /cli_generic.sh in rbd-luminous-distro-basic-smithi
Run: http://pulpito.ceph.com/teuthology-2018-08-11_04:00:02-rbd-luminous-distro-basic-smithi/
Jobs: '2891892', '2891...
Yuri Weinstein
03:12 PM rgw Backport #24546: luminous: rgw: change order of authentication back to local, remote
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/23501/
merged
Yuri Weinstein
03:12 PM Revision b2f6d526 (ceph): Merge pull request #23501 from theanalyst/wip-rgw-reorder-luminous
luminous:rgw: have a configurable authentication order
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
01:48 PM Revision 8f3560d4 (ceph): Merge PR #22879 into master
* refs/pull/22879/head:
doc/rados/operations/user-management: document 'network' clause of moncap and osdcap
mds/Se...
Sage Weil
01:45 PM CephFS Bug #26867 (Closed): client: missing temporary file break rsync
Bug probably fixed by #23088 Patrick Donnelly
01:42 PM Revision e2e6a77b (ceph): Merge pull request #23510 from tchaikov/wip-cmake-boost-build
cmake: fix build WITH_SYSTEM_BOOST=ON
Reviewed-by: Willem Jan Withagen <wjw@digiware.nl>
Reviewed-by: Casey Bodley <...
Kefu Chai
12:38 PM Revision ac00e722 (ceph): ceph-volume tests.functional batch add filestore sceanrios to tox.ini
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
11:47 AM Revision 8878eb09 (ceph): Merge pull request #23337 from smithfarm/wip-qa-ceph-detect-init-alt
mimic: qa: fix ceph-disk suite and add coverage for ceph-detect-init
Reviewed-by: Yuri Weinstein <yweinste@redhat.com>
Nathan Cutler
11:25 AM CephFS Bug #26926 (Fix Under Review): mds: migrate strays part by part when shutdown mds
https://github.com/ceph/ceph/pull/23548 Zheng Yan
11:20 AM CephFS Bug #26926 (Resolved): mds: migrate strays part by part when shutdown mds
Zheng Yan
09:57 AM Revision 57f7a9f0 (ceph): osd: make random shuffle comply with C++17
random_shuffle is depriacted in C++14 and removed in C++17 on FreeBSD
(As per the standard)
So this code does not co...
Willem Jan Withagen
09:35 AM Revision a4ff39a5 (ceph): mon/MonMap: remove duplicate code in get_rank
Signed-off-by: Yao Zongyou <yaozongyou@vip.qq.com> Zongyou Yao
09:18 AM CephFS Bug #26874 (Fix Under Review): cephfs-shell: unable to copy files to a sub-directory from local f...
https://github.com/ceph/ceph/pull/23470 Rajula Pavani
07:38 AM RADOS Bug #20059: miscounting degraded objects
Just adding another reference to #21803 here — this fix was meant to fix that issue as well, which it apparently did ... Florian Haas
07:35 AM Bug #21803: objects degraded higher than 100%
David Zafman wrote:
> It turns out this change is completely superseded by #20059. So I'm switching it to resolved....
Florian Haas
04:08 AM rgw Backport #26848 (In Progress): luminous: Delete marker generated by lifecycle has no owner
https://github.com/ceph/ceph/pull/23545 Prashant D
03:14 AM RADOS Bug #23352: osd: segfaults under normal operation
Brad Hubbard wrote:
> I've created a test package here based on 12.2.7 and including the one line patch above.
>
...
lin zhou
02:37 AM Revision e943ff0b (ceph): tools/cephfs: make cephfs-data-scan prints the max used ino
Fixes: http://tracker.ceph.com/issues/26925
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Yan, Zheng
02:31 AM CephFS Feature #26925 (Fix Under Review): cephfs-data-scan: print the max used ino
https://github.com/ceph/ceph/pull/23543 Zheng Yan
02:27 AM CephFS Feature #26925 (Resolved): cephfs-data-scan: print the max used ino
Zheng Yan
02:16 AM CephFS Bug #26900: qa: reduce slow warnings arising due to limited testing hardware
Follow-up fix: https://github.com/ceph/ceph/pull/23542 Patrick Donnelly
02:15 AM Revision 418db461 (ceph): Merge PR #23542 into master
* refs/pull/23542/head:
qa: fix mon config section
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
02:13 AM Revision 47e60908 (ceph): qa: fix mon config section
Fixes: fc6e683832125a1042638f21b623e29d0d4c34d8
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
02:08 AM CephFS Feature #26855: cephfs-shell: add support to execute commands from arguments
https://github.com/ceph/ceph/pull/23444 Patrick Donnelly
02:08 AM CephFS Feature #26855 (Resolved): cephfs-shell: add support to execute commands from arguments
Patrick Donnelly
02:08 AM CephFS Feature #26853 (Resolved): cephfs-shell: add batch file processing
Patrick Donnelly
01:35 AM rgw Backport #26847 (In Progress): mimic: Delete marker generated by lifecycle has no owner
https://github.com/ceph/ceph/pull/23541 Prashant D
01:33 AM Revision 024002fc (ceph): rgw: The delete markers generated by object expiration should have owner
attribute.
Fixes: http://tracker.ceph.com/issues/24568
Signed-off-by: Zhang Shaowen <zhangshaowen@cmss.chinamobile....
Zhang Shaowen
01:29 AM Revision 0b879f44 (ceph): Merge PR #23444 into master
* refs/pull/23444/head:
cephfs-shell: avoid sys.argv modification
tools/cephfs-shell: added support for batch file ...
Patrick Donnelly
12:59 AM RADOS Feature #24232: Add new command ceph mon status
PR: https://github.com/ceph/ceph/pull/23525 Hsiao-Yin Tseng
12:11 AM Revision c21bcebb (ceph): rgw: The delete markers generated by object expiration should have owner
attribute.
Fixes: http://tracker.ceph.com/issues/24568
Signed-off-by: Zhang Shaowen <zhangshaowen@cmss.chinamobile....
Zhang Shaowen

08/12/2018

10:32 PM RADOS Backport #26871 (Resolved): luminous: osd: segfaults under normal operation
Brad Hubbard
10:03 PM Revision d3af166d (ceph): mds/SessionMap: make Session::connection private
Ensure all setters go through set_connection()
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
10:03 PM Revision d7596a74 (ceph): doc/rados/operations/user-management: document 'network' clause of monc...
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:01 PM Revision e6c33aa0 (ceph): cephfs-shell: avoid sys.argv modification
In multiple locations in the code.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
10:01 PM Revision 52bed1e7 (ceph): common/ipaddr: expose netmask_ipv[46]
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:01 PM Revision e9616334 (ceph): common/ipaddr: add parse_network helper
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:01 PM Revision be0d1c02 (ceph): common/ipaddr: add network_contains() helper
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:01 PM Revision 4985d068 (ceph): msg/Connection: add get_peer_socket_addr()
Return the addr that is actually being used for this socket (among the
potentially many in the addrvec).
Signed-off-...
Sage Weil
10:01 PM Revision 388b82f4 (ceph): mon: use addrvec for RoutedRequest and MForward
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:01 PM Revision 7ebdbb76 (ceph): osd: add peer_socket_addr to Session
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:01 PM Revision 5038627c (ceph): mon/MonCap: parse 'network ...' suffix
Allow an optional network constraint to any grant.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
10:01 PM Revision 1081e5f6 (ceph): mon/MonCap: take addr for MonCap::is_capable
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:01 PM Revision 556426e6 (ceph): mon/MonCap: enforce network constraint (if present)
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:01 PM Revision 759a902a (ceph): mon: adapt MonCap network checks to addrvecs
Breaking this out in a separate commit to make the backport a bit easier.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
10:01 PM Revision b1418387 (ceph): osd/OSDCap: parse 'network' clause in grant
This mirrors what we do in the MonCap (but, naturally, is a slightly
different since we're using a the spirit parse i...
Sage Weil
10:01 PM Revision 7ae14b56 (ceph): osd/OSDCap: take addr arg to is_capable
Not enforced yet; just plumbing!
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
10:01 PM Revision 43f812d1 (ceph): osd/OSDCap: enforce network restriction
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:01 PM Revision 37568982 (ceph): mds/SessionMap: track socket_addr for each Session
Make sure socket_addr is populated when connection is set.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
10:01 PM Revision 09bf0cd9 (ceph): mds/MDSAuthCaps: pass addr to is_capable
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:01 PM Revision 6651b498 (ceph): mds/MDSAuthCaps: parse and enforce network restriction
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
09:51 PM Revision 0ef08e1b (ceph): Merge PR #23066 into master
* refs/pull/23066/head:
include/utime.h: remove improper comments
Reviewed-by: Kefu Chai <kchai@redhat.com>
Patrick Donnelly
09:49 PM Revision aab25e41 (ceph): Merge PR #23513 into master
* refs/pull/23513/head:
doc: updated contact email for Ceph pull requests
Reviewed-by: Patrick Donnelly <pdonnell@r...
Patrick Donnelly
09:25 PM CephFS Feature #24444 (Resolved): cephfs: make InodeStat, DirStat, LeaseStat versioned
Patrick Donnelly
09:25 PM Revision 8a5adec8 (ceph): Merge PR #23280 into master
* refs/pull/23280/head:
cephfs: LeaseStat versioning
cephfs: DirStat versioning
mds: make has_feature const functi...
Patrick Donnelly
09:18 PM ceph-volume Bug #24492: initial 'auto' scenario support
backport field is empty Patrick Donnelly
09:17 PM rgw Bug #24896: rgw fail to put elasticsearch document when compression is set
backport field is empty Patrick Donnelly
09:17 PM ceph-volume Bug #24970: `lvm batch` docs and man page updates
Backport field is empty. Patrick Donnelly
09:17 PM CephFS Backport #26924 (Resolved): luminous: mds: mds got laggy because of MDSBeacon stuck in mqueue
https://github.com/ceph/ceph/pull/23556 Patrick Donnelly
09:17 PM CephFS Backport #26923 (Resolved): mimic: mds: mds got laggy because of MDSBeacon stuck in mqueue
https://github.com/ceph/ceph/pull/23703 Patrick Donnelly
09:17 PM rgw Backport #26922 (Resolved): luminous: possibly wrong log level in gc_iterate_entries (src/cls/rgw...
https://github.com/ceph/ceph/pull/23665 Patrick Donnelly
09:17 PM rgw Backport #26921 (Resolved): mimic: possibly wrong log level in gc_iterate_entries (src/cls/rgw/cl...
https://github.com/ceph/ceph/pull/23686 Patrick Donnelly
09:17 PM ceph-volume Bug #26862: batch: allow extra flags (like dmcrypt) for bluestore
Alfredo, you left the backport field empty. Patrick Donnelly
09:16 PM mgr Backport #26920 (Resolved): mimic: Mimic Dashboard does not allow deletion of snapshots containin...
https://github.com/ceph/ceph/pull/23669 Patrick Donnelly
09:16 PM Backport #26919 (Resolved): luminous: common: (mon) command sanitization accepts floats when Int ...
https://github.com/ceph/ceph/pull/24374 Patrick Donnelly
09:16 PM Backport #26918 (Rejected): mimic: common: (mon) command sanitization accepts floats when Int typ...
Patrick Donnelly
09:16 PM rbd Backport #26917 (Resolved): luminous: doc: Fix broken urls
https://github.com/ceph/ceph/pull/23621 Patrick Donnelly
09:16 PM rbd Backport #26916 (Resolved): mimic: doc: Fix broken urls
https://github.com/ceph/ceph/pull/23607 Patrick Donnelly
09:16 PM CephFS Backport #26915 (Resolved): luminous: handle ceph_ll_close on unmounted filesystem without crashing
https://github.com/ceph/ceph/pull/23617 Patrick Donnelly
09:16 PM CephFS Backport #26914 (Resolved): mimic: handle ceph_ll_close on unmounted filesystem without crashing
https://github.com/ceph/ceph/pull/23603 Patrick Donnelly
09:16 PM mgr Backport #26913 (Resolved): luminous: "balancer execute" only requires read permissions
https://github.com/ceph/ceph/pull/25768 Patrick Donnelly
09:16 PM mgr Backport #26912 (Resolved): mimic: "balancer execute" only requires read permissions
https://github.com/ceph/ceph/pull/23583 Patrick Donnelly
09:16 PM Backport #26911 (Rejected): mimic: log: buffer overrun
https://github.com/ceph/ceph/pull/23887 Patrick Donnelly
09:16 PM RADOS Backport #26910 (Resolved): luminous: PGLog.cc: saw valgrind issues while accessing complete_to->...
https://github.com/ceph/ceph/pull/23211 Patrick Donnelly
09:16 PM RADOS Backport #26909 (Resolved): mimic: PGLog.cc: saw valgrind issues while accessing complete_to->ver...
https://github.com/ceph/ceph/pull/23403 Patrick Donnelly
09:16 PM RADOS Backport #26908 (Resolved): luminous: kv: MergeOperator name() returns string, and caller calls c...
https://github.com/ceph/ceph/pull/23566 Patrick Donnelly
09:16 PM RADOS Backport #26907 (Resolved): mimic: kv: MergeOperator name() returns string, and caller calls c_st...
https://github.com/ceph/ceph/pull/23865 Patrick Donnelly
09:16 PM CephFS Backport #26906 (Resolved): luminous: MDSMonitor: consider raising priority of MMDSBeacons from M...
https://github.com/ceph/ceph/pull/23554 Patrick Donnelly
09:15 PM CephFS Backport #26905 (Resolved): mimic: MDSMonitor: consider raising priority of MMDSBeacons from MDS ...
https://github.com/ceph/ceph/pull/23565 Patrick Donnelly
09:15 PM CephFS Backport #26904 (Resolved): luminous: qa: reduce slow warnings arising due to limited testing har...
https://github.com/ceph/ceph/pull/23877 Patrick Donnelly
09:15 PM CephFS Backport #26903 (Resolved): mimic: qa: reduce slow warnings arising due to limited testing hardware
https://github.com/ceph/ceph/pull/23659 Patrick Donnelly
09:15 PM CephFS Bug #26899 (Pending Backport): MDSMonitor: consider raising priority of MMDSBeacons from MDS so t...
Patrick Donnelly
09:14 PM CephFS Bug #23519 (Pending Backport): mds: mds got laggy because of MDSBeacon stuck in mqueue
We've merged the fast dispatch fix but I want to point out for the record that the beacon replies from the monitors a... Patrick Donnelly
09:12 PM Revision 45e96a2f (ceph): Merge PR #23538 into master
* refs/pull/23538/head:
mds: mark beacons as high priority
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Zh...
Patrick Donnelly
09:11 PM Revision fe9a1b5c (ceph): Merge PR #23527 into master
* refs/pull/23527/head:
mds: use fast dispatch to handle MDSBeacon
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
09:10 PM CephFS Bug #26900 (Pending Backport): qa: reduce slow warnings arising due to limited testing hardware
Patrick Donnelly
12:02 AM CephFS Bug #26900: qa: reduce slow warnings arising due to limited testing hardware
https://github.com/ceph/ceph/pull/23457 Patrick Donnelly
12:00 AM CephFS Bug #26900 (Resolved): qa: reduce slow warnings arising due to limited testing hardware
Bump thresholds for slow ops/requests to be reported. Patrick Donnelly
09:10 PM Revision 35843230 (ceph): Merge PR #23457 into master
* refs/pull/23457/head:
qa: ignore normal slow IO warnings for cephfs
Reviewed-by: Zheng Yan <zyan@redhat.com>
Patrick Donnelly
09:09 PM Revision c8aff620 (ceph): mds: report lagginess at lower debug
To help diagnose laggy daemons with performance tuned debug settings.
Signed-off-by: Patrick Donnelly <pdonnell@redh...
Patrick Donnelly
09:07 PM Revision d6f6b4f7 (ceph): MDSMonitor: note beacons and cluster changes at low dbg level
These messages are essential for diagnosing the reason why the MDSMonitor is
kicking MDSs out of the MDSMap. They sho...
Patrick Donnelly
08:59 PM Revision fc6e6838 (ceph): qa: ignore normal slow IO warnings for cephfs
Generally the slow warnings we get are just over the threshold. These warnings
are related to deploying multiple Ceph...
Patrick Donnelly
08:43 PM Revision 2011377c (ceph): osd: vary tick interval +/- 5% to avoid scrub livelocks
If you have two pgs that need to scrub on two OSDs, each the primary
for one pg and the replica for the other, you ca...
Sage Weil
08:40 PM bluestore Bug #26902 (Duplicate): ObjectStore/StoreTest.ColSplitTest1Clones/2 failure
... Sage Weil
08:38 PM RADOS Bug #21592: LibRadosCWriteOps.CmpExt got 0 instead of -4095-1
/a/sage-2018-08-11_18:40:58-rados-wip-sage-testing-2018-08-11-1120-distro-basic-smithi/2893875... Sage Weil
06:10 PM Revision c954417e (ceph): Merge pull request #23416 from ZVampirEM77/wip-mfa-cmd-and-options
radosgw-admin: add mfa related command and options
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
05:38 PM CephFS Bug #26901 (New): mds: no throttlers set on incoming messages
This means aggressive clients can consume unbounded mds memory.
See mon/mgr/osd throttlers for comparison:...
Sage Weil
04:38 PM Revision ab70dffd (ceph): tools/cephfs-shell: added support for batch file processing and to exec...
Fixes:http://tracker.ceph.com/issues/26853
Fixes:http://tracker.ceph.com/issues/26855
Signed-off-by: Pavani Rajula <...
Rajula Pavani
01:09 PM Revision 2beb133e (ceph): tools/cephfs-shell:fixing the issue in using with_argparse.
Signed-off-by: Pavani Rajula <rpavani1998@gmail.com> Rajula Pavani
12:23 PM Revision 21d4f4af (ceph): ceph-volume lvm.zap iterate over multiple lvs on a pv
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:31 AM bluestore Bug #24480 (Resolved): using a 1GB data device refuses provisioning with misleading error
Kefu Chai
09:30 AM Revision e0abbb7d (ceph): Merge pull request #22563 from ifed01/wip-ifed-bdev-minsize
os/bluestore: fix bluefs extent miscalculations on small slow device
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
09:29 AM bluestore Bug #25077 (Resolved): Occasional assertion in ObjectStore/StoreTest.HashCollisionTest/2
Kefu Chai
09:29 AM Revision 7fada44d (ceph): Merge pull request #23294 from noahdesu/timely-mgr-health-updates
mgr: timely health updates between monitor and manager
Reviewed-by: John Spray <john.spray@redhat.com>
Kefu Chai
09:28 AM Revision bf335641 (ceph): Merge pull request #23257 from ifed01/wip-ifed-fix-rcoll-race
os/bluestore: fix race between remove_collection and object removals
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
09:26 AM Revision 84ef860c (ceph): Merge pull request #23492 from liewegas/wip-mgrc-warning
mgr/MgrClient: make some noise for a user if no mgr daemon is running
Reviewed-by: Alfredo Deza <adeza@redhat.com>
R...
Kefu Chai
01:12 AM Revision 2de7e88e (ceph): cephfs: LeaseStat versioning
* Use the new feature bit CEPHFS_FEATURE_REPLY_ENCODING for encoding.
* encode/decode in the new format.
* Dropped Le...
Jos Collin
01:08 AM Revision b576cebb (ceph): cephfs: DirStat versioning
* Use the new feature bit CEPHFS_FEATURE_REPLY_ENCODING for encoding.
* encode/decode in the new format.
* Dropped Di...
Jos Collin

08/11/2018

11:59 PM CephFS Bug #24520 (Duplicate): "[WRN] MDS health message (mds.0): 2 slow requests are blocked > 30 sec""...
Patrick Donnelly
11:35 PM CephFS Bug #26852 (Resolved): cephfs-shell: add CMake directives to install the shell
Patrick Donnelly
11:33 PM Revision 4a9fcb6c (ceph): Merge PR #23500 into master
* refs/pull/23500/head:
debian: mark python-ceph-argparse Arch = all
rpm: package cephfs-shell for fedora
tools/ce...
Patrick Donnelly
11:27 PM Revision 7b766ab4 (ceph): Merge PR #23480 into master
* refs/pull/23480/head:
tools/cephfs: fix mkdirs(exist_ok) call
tools/cephfs: cephfs-shell cleanup
tools/cephfs: r...
Patrick Donnelly
11:13 PM CephFS Bug #26899 (Fix Under Review): MDSMonitor: consider raising priority of MMDSBeacons from MDS so t...
https://github.com/ceph/ceph/pull/23538 Patrick Donnelly
05:55 PM CephFS Bug #26899 (Resolved): MDSMonitor: consider raising priority of MMDSBeacons from MDS so they are ...
It's possible MDS beacons can get stuck in the queue long enough for an MDS to be removed from the MDSMap, increase t... Patrick Donnelly
11:11 PM Revision ec3fa7b5 (ceph): mds: mark beacons as high priority
The mons already mark beacon replies as high priority (via default mon message
priority). We should expect that the m...
Patrick Donnelly
10:48 PM Revision 26ca6c12 (ceph): ceph-volume tests.functional add bluestore,filestore playbooks
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
10:48 PM Revision bfd1bfc2 (ceph): ceph-volume tests.functional add xenial batch tests
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:58 PM CephFS Bug #19706 (Can't reproduce): Laggy mon daemons causing MDS failover (symptom: failed to set coun...
Last instance almost a year ago:
tail -n 100 /a/*2017-*fs*master*/*/teu* | grep -C150 'The following counters fail...
Patrick Donnelly
05:49 PM CephFS Bug #26898 (Fix Under Review): MDSMonitor: note ignored beacons/map changes at higher debug level
https://github.com/ceph/ceph/pull/23536 Patrick Donnelly
01:15 AM CephFS Bug #26898 (Resolved): MDSMonitor: note ignored beacons/map changes at higher debug level
https://github.com/ceph/ceph/blob/c6eb1c4a5aae28ded5cd30fb92c3e981bcbb9246/src/mon/MDSMonitor.cc#L402-L406
This ma...
Patrick Donnelly
02:48 PM rgw Bug #23801 (Pending Backport): possibly wrong log level in gc_iterate_entries (src/cls/rgw/cls_rg...
Casey Bodley
02:48 PM Revision 6bb38deb (ceph): Merge pull request #22868 from iliul/modify-log-level
rgw: Fix log level of gc_iterate_entries
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
03:17 AM Revision 0a3f3d0e (ceph): rgw: Fix log level of gc_iterate_entries
Fixes: http://tracker.ceph.com/issues/23801
Signed-off-by: iliul <liul.stone@gmail.com>
Lei Liu

08/10/2018

11:33 PM Revision 7fc04be9 (ceph): mds: use fast dispatch to handle MDSBeacon
Current mds handles MDSBeacon messages through MDSRank::ms_dispatch().
MDSRank::ms_dispatch() locks mds_lock at the v...
Yan, Zheng
09:32 PM Revision c6eb1c4a (ceph): Merge PR #22838 into master
* refs/pull/22838/head:
kv/RocksDBStore: Handle nullptr if clock cache is chosen.
kv/rocksdb_cache/BinnedLRUCache: ...
Sage Weil
09:32 PM Revision bdf1653e (ceph): Merge PR #22970 into master
* refs/pull/22970/head:
os/bluestore: limit OSD memory usage by tuning the cache size.
Reviewed-by: Sage Weil <sage...
Sage Weil
09:16 PM rgw Bug #23801: possibly wrong log level in gc_iterate_entries (src/cls/rgw/cls_rgw.cc:3291)
I believe this patch fixes the problem: https://github.com/ceph/ceph/pull/22868 Bryan Stillwell
08:38 PM rgw Bug #26897 (Fix Under Review): multisite: data full sync does not limit concurrent bucket sync
https://github.com/ceph/ceph/pull/23534 Casey Bodley
08:25 PM rgw Bug #26897 (Resolved): multisite: data full sync does not limit concurrent bucket sync
RGWDataSyncShardCR::full_sync() will spawn a RGWDataSyncSingleEntryCR for every bucket shard in the full sync map, wi... Casey Bodley
08:19 PM Revision 544e364e (ceph): ceph-volume tests.functional add centos7 bluestore batch tests
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
08:19 PM Revision a4ff2bff (ceph): ceph-volume tests.functional add centos7 filestore batch tests
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
08:17 PM Messengers Bug #24481: [mon] can't decode unknown message type 1544 MSG_AUTH=17
Sage Weil wrote:
> https://github.com/ceph/ceph/pull/22655
merged
Yuri Weinstein
08:16 PM Revision 134458d4 (ceph): Merge pull request #22655 from liewegas/wip-24481-luminous
luminous: mon/HealthMonitor: do not send MMonHealthChecks to pre-luminous mon
Reviewed-by: Joao Eduardo Luis <joao@s...
Yuri Weinstein
08:15 PM Backport #25223: luminous: [RFE] Filestore split log should show PG that is splitting
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/23454
merged
Yuri Weinstein
08:15 PM Revision dda6cfa8 (ceph): Merge pull request #23454 from vumrao/wip-vumrao-luminous-25223
luminous: filestore: add pgid in filestore pg dir split log message
Reviewed-by: Neha Ojha <nojha@redhat.com>
Review...
Yuri Weinstein
08:13 PM RADOS Bug #23352: osd: segfaults under normal operation
https://github.com/ceph/ceph/pull/23459 merged Yuri Weinstein
08:12 PM Revision b48bffd1 (ceph): Merge pull request #23459 from badone/wip-OSDHealthMetric-race-luminous
luminous: mgr/MgrClient: Protect daemon_health_metrics
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
08:05 PM rgw Bug #26895: multisite: intermittent failures in test_bucket_sync_disable_enable
example at http://qa-proxy.ceph.com/teuthology/cbodley-2018-08-10_18:52:02-rgw:multisite-wip-rgw-getomapkeys2-more-di... Casey Bodley
01:57 PM rgw Bug #26895 (Resolved): multisite: intermittent failures in test_bucket_sync_disable_enable
The test writes some objects while bucket sync is disabled, and those objects sometimes don't sync after its reenable... Casey Bodley
07:18 PM Revision 19aa4b84 (ceph): doc: updated troubleshooting OSDs documentation
Restructured OSD event descriptions for better clarification.
Added a link to the write() system call reference.
Sig...
James McClune
06:50 PM Revision e320830a (ceph): rgw: use get_omap_keys2
Making looping less fragile.
Signed-off-by: Sage Weil <sage@redhat.com>
Signed-off-by: Casey Bodley <cbodley@redhat....
Sage Weil
06:50 PM Revision b5003594 (ceph): qa/rgw: vary omap osd-side limit
Signed-off-by: Sage Weil <sage@redhat.com>
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Sage Weil
06:50 PM Revision 7ad31376 (ceph): qa/rgw: raise default curl timeout for multisite suite
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
06:17 PM bluestore Bug #26896 (Can't reproduce): store_test.cc: FAILED ObjectStore/StoreTest.Rename/2
... Neha Ojha
05:37 PM Messengers Bug #25027: mon: src/msg/async/AsyncConnection.cc: 1710: FAILED assert(can_write == WriteStatus::...
/a/yuriw-2018-08-09_19:46:31-rados-wip-yuri4-testing-2018-08-09-1603-luminous-distro-basic-smithi/2886515/ Neha Ojha
05:14 PM Revision d2c181fc (ceph): ceph-volume tests.util assert new as_int,as_float helper methods
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:14 PM Revision 7816fa9f (ceph): ceph-volume tests.util update to reflect Size object changes
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:14 PM Revision 5a54ab17 (ceph): ceph-volume tests.util verify that Size object don't change state
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:14 PM Revision af99401c (ceph): ceph-volume lvm.strategies create single type filestore
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:14 PM Revision 75e9729b (ceph): ceph-volume lvm.strategies update bluestore use of Size
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:14 PM Revision f29ec4c6 (ceph): ceph-volume lvm.strategies update filestore use of Size objects
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:14 PM Revision 01aebfc6 (ceph): ceph-volume lvm.strategies use get_journal_size helper for filestore
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:14 PM Revision f473bce7 (ceph): ceph-volume lvm.strategies fix a bug where incorrect template was used
The template wouldn't render the total OSDs and the removed section was
repeated
Signed-off-by: Alfredo Deza <adeza@...
Alfredo Deza
05:14 PM Revision ff705411 (ceph): ceph-volume util.disk add as_int and as_float helpers for Size objects
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:14 PM Revision 4c0b4df1 (ceph): ceph-volume util.prepare add a helper to get journal sizes from ceph.conf
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:14 PM Revision 3adf13f8 (ceph): ceph-volume tests verify new utility for journal sizes
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:14 PM Revision 35a48728 (ceph): doc/rados update journal size defaults to 5GB
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:14 PM Revision 783e5847 (ceph): ceph-volume util create a templates module
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:14 PM Revision 8f7bca7b (ceph): ceph-volume lvm.strategies use new template location in bluestore
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:14 PM Revision 00dba2e8 (ceph): ceph-volume util.disk do not modify self instance of Size objects
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
04:16 PM Revision fd47c91a (ceph): radosgw-admin: add mfa related command and options
command:
+ mfa create
+ mfa list
+ mfa get
+ mfa remove
+ mfa check
+ mfa resync
options:
+ --totp-serial
+ --totp-s...
Enming Zhang
04:14 PM Revision 75967da4 (ceph): Merge pull request #22967 from linuxbox2/wip-slo-nosize
rgw: Swift SLO size_bytes member is optional
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:13 PM Revision 2a72d893 (ceph): Merge pull request #23056 from stiopaa1/fixRgwAdminUser
rgw: fix dependencies/target_link_libraries
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Yuri Weinstein
04:13 PM Revision d6e2f9f2 (ceph): Merge pull request #23282 from zhangsw/fix-rgw-server-header
rgw: add Http header 'Server' in response headers.
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:12 PM Revision 4ea1111e (ceph): Merge pull request #23405 from joke-lee/WIP-RGW-BUCKET-NOTIFY
rgw: add s3 notification sub resources
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:12 PM Revision 82b35dbc (ceph): Merge pull request #23434 from joke-lee/wip-cors-rule-num-limit
rgw: cors rules num limit
Reviewed-by: Matt Benjamin <mbenjami@redhat.com>
Yuri Weinstein
03:15 PM Revision 0b63a746 (ceph): Merge pull request #23210 from alfredodeza/wip-bluestore-sizing
doc: document sizing for `block.db`
Reviewed-by: Ben England <bengland@redhat.com>
Reviewed-by: Josh Durgin <jdurgin...
Alfredo Deza
01:17 PM ceph-volume Bug #24960 (Fix Under Review): expand auto engine for single type devices on filestore
master PR https://github.com/ceph/ceph/pull/23532 Alfredo Deza
01:00 PM Revision 81ce9516 (ceph): Merge pull request #23511 from excellentkf/WIP-test
common/options: correct the description of rgw_enable_lc_threads option
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
12:18 PM Revision 270697ec (ceph): mds: make has_feature const function
Signed-off-by: Jos Collin <jcollin@redhat.com> Jos Collin
12:18 PM Revision a39fb4ff (ceph): cephfs: InodeStat versioning
* Use the new feature bit CEPHFS_FEATURE_REPLY_ENCODING for encoding.
* encode/decode in the new format.
* The old fo...
Jos Collin
10:25 AM Revision 9d4d2ccc (ceph): mon: fix idempotent FS creation
In the case that our creation is a no-op, we should tolerate
objects in the metadata pool -- since we're not performi...
John Spray
09:47 AM CephFS Bug #23519 (Fix Under Review): mds: mds got laggy because of MDSBeacon stuck in mqueue
https://github.com/ceph/ceph/pull/23527 Zheng Yan
09:32 AM Revision 7340e70d (ceph): mgr/dashboard/backend: API to manage dashboard settings
Enables to change (set/unset) values of settings of the dashboard using
the REST API.
Fixes: https://tracker.ceph.co...
Patrick Seidensal
09:20 AM Dashboard Feature #24268 (In Progress): mgr/dashboard: support single-sign-on (SSO)
Ricardo Marques
07:14 AM CephFS Bug #25228 (Resolved): mds: recovering mds receive export_cancel message
Zheng Yan
07:14 AM CephFS Backport #26836 (Closed): mimic: mds: recovering mds receive export_cancel message
RP https://github.com/ceph/ceph/pull/23180 which cause the regression hasn't been merged, I have added the fix to tha... Zheng Yan
04:54 AM RADOS Bug #12615: Repair of Erasure Coded pool with an unrepairable object causes pg state to lose clea...
In a replicated case which in which all copies are bad, a rep_repair_primary_object() can cause loss of clean and ins... David Zafman
04:45 AM Revision 50f7f7e3 (ceph): Merge pull request #23496 from bstillwell/crush_doc_fixes
doc: Fix a couple typos and improve diagram formatting
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:44 AM RADOS Bug #25084: Attempt to read object that can't be repaired loops forever
I don't think we should backport this change. In Luminous and possibly upgraded to Mimic there is a possibility that... David Zafman
12:01 AM RADOS Bug #25084: Attempt to read object that can't be repaired loops forever
https://github.com/ceph/ceph/pull/23518 David Zafman
04:11 AM rgw Backport #26846 (In Progress): luminous: Lifecycle rules number on one bucket should be limited.
https://github.com/ceph/ceph/pull/23522 Prashant D
04:09 AM rgw Backport #26845 (In Progress): mimic: Lifecycle rules number on one bucket should be limited.
https://github.com/ceph/ceph/pull/23521 Prashant D
02:54 AM RADOS Bug #26875 (Pending Backport): kv: MergeOperator name() returns string, and caller calls c_str() ...
Kefu Chai
02:54 AM Revision c9100614 (ceph): Merge pull request #23477 from liewegas/wip-kv-merge-name
kv/KeyValueDB: return const char* from MergeOperator::name()
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:52 AM Revision 7acb9917 (ceph): Merge pull request #23474 from tchaikov/wip-config-expand-meta
common: expand meta in parse_argv()
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Reviewed-by: Sage Weil <sage@redha...
Kefu Chai
02:51 AM Revision e4c35bfa (ceph): Merge pull request #23481 from Yan-waller/wip-walle-180808-smooth-inter...
mgr,mon: fix to apply changed mon_stat_smooth_intervals
Reviewed-by: John Spray <john.spray@redhat.com>
Yan Jun
02:49 AM Revision d50bef38 (ceph): Merge pull request #23482 from Yan-waller/wip-walle-180808-mgr-deadlock
mgr: fix beacon interruption caused by deadlock
Reviewed-by: John Spray <john.spray@redhat.com>
Reviewed-by: xie xin...
Yan Jun
02:47 AM Revision 8d50ca44 (ceph): Merge pull request #23487 from xiexingguo/wip-hb-peers-v2
osd/OSD: choose heartbeat peers more carefully
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Yan Jun <yan.ju...
Yan Jun
02:47 AM RADOS Bug #24485: LibRadosTwoPoolsPP.ManifestUnset failure
/a/kchai-2018-08-09_12:29:04-rados-wip-kefu-testing-2018-08-08-1144-distro-basic-smithi/2885459/ Kefu Chai
02:43 AM Revision 1b9f24a5 (ceph): doc: cleaned up troubleshooting OSDs documentation
Fixed grammar in Troubleshooting OSDs documentation.
Added code markup for debugging slow request commands.
Signed-o...
James McClune
02:05 AM Revision 700d2c31 (ceph): rgw: Limit the number of lifecycle rules on one bucket.
Fixes: http://tracker.ceph.com/issues/24572
Signed-off-by: Zhang Shaowen <zhangshaowen@cmss.chinamobile.com>
(cherry...
Zhang Shaowen
02:04 AM Revision aeead6f3 (ceph): rgw: Limit the number of lifecycle rules on one bucket.
Fixes: http://tracker.ceph.com/issues/24572
Signed-off-by: Zhang Shaowen <zhangshaowen@cmss.chinamobile.com>
(cherry...
Zhang Shaowen
12:50 AM CephFS Bug #26894 (Resolved): mds: crash when dumping ops in flight
http://perf1.perf.lab.eng.bos.redhat.com/pub/bengland/public/ceph/linode/logs/smf-2018-08-08-20-22/mds-fail/mds0/ceph... Zheng Yan
12:04 AM RADOS Bug #19753: Deny reservation if expected backfill size would put us over backfill_full_ratio
https://github.com/ceph/ceph/pull/22797 David Zafman

08/09/2018

11:52 PM RADOS Bug #25084 (In Progress): Attempt to read object that can't be repaired loops forever
What I actually ran into is that when do_read() fails because of the CRC mismatch, the recovery repair can pull from ... David Zafman
09:59 PM Revision af0c9b9a (ceph): os/bluestore: uniform loging format for bluefs_extent_t.
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
09:52 PM Revision c39a2d19 (ceph): os/bluestore_tool: handle fsck's returned status properly.
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
09:52 PM Revision 3befd56e (ceph): os/bluestore_tool: fix multiple extents handling in BlueFS::log_dump
Without the fix the op crashed when trying to read from the second
extent of the log file which was absent in superbl...
Igor Fedotov
09:50 PM Revision 9dd6b288 (ceph): src/kv: Initial import of a custom RocksDB cache.
Signed-off-by: Mark Nelson <mnelson@redhat.com> Mark Nelson
09:50 PM Revision 269713d0 (ceph): kv/rocksdb_cache/BinnedLRUCache: Don't promote data to the high pri pool.
Signed-off-by: Mark Nelson <mnelson@redhat.com> Mark Nelson
09:50 PM Revision 9202285b (ceph): kv/RocksDBStore: Handle nullptr if clock cache is chosen.
Signed-off-by: Mark Nelson <mnelson@redhat.com> Mark Nelson
09:46 PM Revision 2ec14e17 (ceph): os/bluestore: check bluefs_extents consistency (DB vs. BlueFS)
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
09:41 PM Revision f563510c (ceph): Merge pull request #23514 from bstillwell/operations_doc_fixes
doc: Multiple spelling fixes
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
09:25 PM Revision f22a953f (ceph): os/bluestore_tool: print actual usage in BlueFS::dump_block_extents.
Hence we can see per-device bluefs usage from ceph-bluestore-tool.
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
Igor Fedotov
08:51 PM Revision 791b00da (ceph): doc: Multiple spelling fixes
I ran a lot of the docs through aspell and found a number of spelling problems.
Signed-off-by: Bryan Stillwell <bsti...
Bryan Stillwell
08:37 PM Revision 1b8a87b3 (ceph): os/bluestore: limit OSD memory usage by tuning the cache size.
Signed-off-by: Mark Nelson <mnelson@redhat.com> Mark Nelson
07:56 PM RADOS Backport #24333 (In Progress): luminous: local_reserver double-reservation of backfilled pg
PR: https://github.com/ceph/ceph/pull/23493 Victor Denisov
07:35 PM Revision ebaa8069 (ceph): Merge PR #23471 into master
* refs/pull/23471/head:
mon/PGMap: fix spacing around pretty-printed SI units
include/types: render SI units adjace...
Sage Weil
07:35 PM Revision 6fe0ad08 (ceph): Merge PR #23473 into master
* refs/pull/23473/head:
OSD: translate the error result
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
06:37 PM RADOS Feature #21366 (Resolved): tools/ceph-objectstore-tool: split filestore directories offline to ta...
David Zafman
06:37 PM RADOS Backport #24845 (Resolved): luminous: tools/ceph-objectstore-tool: split filestore directories of...
David Zafman
06:16 PM Revision 89fc7949 (ceph): doc: updated contact email for Ceph pull requests
Updated the contact email address for Ceph pull requests (per @johnwilkins' request).
Signed-off-by: James McClune <...
James McClune
06:05 PM rgw Bug #25168 (Fix Under Review): rgw: can't remove shadow file when copy object from other placemen...
Casey Bodley
05:44 PM rgw Bug #26835: RGW returns MalformedACLError when user create too many ACL.
Returning LimitExceeded does sound reasonable here. Would you care to open a pull request and link it here? Casey Bodley
05:41 PM rgw Bug #26882: jewel: cls_rgw: avoid undefined iterator access
Casey Bodley
05:35 PM rgw Bug #24882 (Need More Info): rgw assert in ceph::buffer::list::append from src/rgw/rgw_rest.cc:1151
Orit Wasserman
05:33 PM rgw Bug #24640 (Resolved): test_cls_rgw.sh cls_rgw.index_suggest fail with EINVAL
Orit Wasserman
05:00 PM Revision e6abe89e (ceph): doc: Fix a couple typos and improve diagram formatting
I found a couple misspelled words in the crush-map documentation, and also
tweaked the formatting of the CRUSH hierar...
Bryan Stillwell
03:56 PM Revision 2e389dbb (ceph): kv/MemDB: add perfcounter
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> jianpeng ma
03:50 PM Revision 3be2ba93 (ceph): mds: add new feature bit
Added new feature bit for InodeStat, DirStat and LeaseStat versioning
Fixes: http://tracker.ceph.com/issues/24444
Si...
Jos Collin
03:24 PM Dashboard Feature #26892 (Duplicate): mgr/dashboard: Add frontend support for changing configuration settin...
Ricardo Marques
03:19 PM Dashboard Feature #26892 (Duplicate): mgr/dashboard: Add frontend support for changing configuration settin...
Should be possible to configure dashboard settings from the UI. Ricardo Marques
03:04 PM rgw Bug #22648: rgw: secondary site's lc configuration erased by multisite sync
https://github.com/ceph/ceph/pull/23508 Casey Bodley
02:00 PM RADOS Bug #26891 (New): backfill reservation deadlock/stall

on backfill target:
- get backfill request, queue RequestBackfillPrio...
Sage Weil
01:59 PM Revision e91eacdc (ceph): tools/cephfs: run cephfs-shell thru autopep8
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
01:59 PM Revision 330f2a40 (ceph): tools/cephfs: cephfs-shell cleanup
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
01:59 PM Revision 16e795c0 (ceph): tools/cephfs: fix mkdirs(exist_ok) call
we need to use pathlib.Path.mkdirs(parents=True, exist_ok=True) or
os.mkdirs(path), but not both.
Signed-off-by: Kef...
Kefu Chai
01:34 PM RADOS Bug #26890: scrub livelock
https://github.com/ceph/ceph/pull/23512 Sage Weil
01:32 PM RADOS Bug #26890 (Resolved): scrub livelock
- both osds locally reserve a scrub slot
- both osds send a scrub schedule request
- both scrub requests are reject...
Sage Weil
01:22 PM Revision 7d764583 (ceph): osd: tick at OSD_TICK_INTERVAL, not heartbeat interval
Heartbeat inveral is not related!
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:06 PM Bug #26857 (Pending Backport): log: buffer overrun
Sage Weil
01:06 PM Revision 4c513eab (ceph): Merge PR #23422 into master
* refs/pull/23422/head:
log/Log: fix buffer overflow
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
12:39 PM Revision 09b278b9 (ceph): common/options: correct the description of rgw_enable_lc_threads option
Signed-off-by: excellentkf <likefei@cmss.chinamobile.com> excellentkf
12:35 PM Revision 42b1cff8 (ceph): Merge pull request #23466 from tspmelo/wip-update-packages
mgr/dashboard: Update frontend packages
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Kefu Chai
12:19 PM Revision 004713ea (ceph): tools/cephfs,deb: package cephfs-shell
change `#!/usr/bin/env python3` to `#!/usr/bin/python3` as per
https://www.debian.org/doc/packaging-manuals/python-po...
Kefu Chai
12:19 PM Revision 6dd06b0c (ceph): rpm: package cephfs-shell for fedora
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
12:19 PM Revision 631647ee (ceph): debian: mark python-ceph-argparse Arch = all
as the python{3,}-ceph-argparse is pure python
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:11 PM bluestore Bug #22464: Bluestore: many checksum errors, always 0x6706be76 (which matches a zero block)
Oh, yeah, looks like I fail at copy & pasting URLs. Correct link is https://github.com/ceph/ceph/pull/23273 Paul Emmerich
12:07 PM rgw Bug #25135 (In Progress): rgw:s3test failed to pass test_object_set_get_non_utf8_metadata
Abhishek Lekshmanan
12:01 PM rgw Bug #25192 (Need More Info): radosgw: civetweb: redirect_to_https_port: no chunk, no close, no size.
Abhishek Lekshmanan
12:01 PM rgw Bug #25192: radosgw: civetweb: redirect_to_https_port: no chunk, no close, no size.
on setting 80r, basically 302 is sent asking the client to redirect to the ssl port. Was an ssl certificate set corre... Abhishek Lekshmanan
10:57 AM Revision 46c8b04a (ceph): cmake: fix build WITH_SYSTEM_BOOST=ON
FindBoost.cmake from upstream cmake now finds python libraries like
find_package(Boost 1.67 python36)
and it export...
Kefu Chai
09:55 AM Revision ee86364f (ceph): cmake: install script and egg-info files of cephfs-shell
egg-info offers requires.txt, which is parsed by dh_python3 to prepare
the dependencies for the cephfs-shell packagin...
Kefu Chai
09:40 AM Revision a2fb8541 (ceph): mds: avoid using g_conf->get_val<...>(...) in hot path
g_conf->get_val<>()'s overhead is high
Fixes: http://tracker.ceph.com/issues/24820
Signed-off-by: "Yan, Zheng" <zyan...
Yan, Zheng
09:35 AM Revision 7fef6114 (ceph): OSD: add recovery bytes counter to osd logger
add recovery bytes counter, so we can get recovery bandwidth
from prometheus
Signed-off-by: kungf <yang.wang@easysta...
yang wang
09:16 AM CephFS Backport #26888: mimic: mds: use self CPU usage to calculate load
https://github.com/ceph/ceph/pull/23503 Zheng Yan
09:01 AM CephFS Backport #26888 (In Progress): mimic: mds: use self CPU usage to calculate load
https://github.com/ceph/ceph/pull/23503 Zheng Yan
08:59 AM CephFS Backport #26888 (Resolved): mimic: mds: use self CPU usage to calculate load
https://github.com/ceph/ceph/pull/23503 Zheng Yan
09:16 AM CephFS Backport #26889: luminous: mds: use self CPU usage to calculate load
https://github.com/ceph/ceph/pull/23505 Zheng Yan
09:04 AM CephFS Backport #26889 (In Progress): luminous: mds: use self CPU usage to calculate load
Zheng Yan
09:03 AM CephFS Backport #26889 (Resolved): luminous: mds: use self CPU usage to calculate load
https://github.com/ceph/ceph/pull/23505 Zheng Yan
09:15 AM CephFS Backport #26886: mimic: mds: reset heartbeat map at potential time-consuming places
https://github.com/ceph/ceph/pull/23506 Zheng Yan
08:49 AM CephFS Backport #26886 (In Progress): mimic: mds: reset heartbeat map at potential time-consuming places
Zheng Yan
08:12 AM CephFS Backport #26886 (Resolved): mimic: mds: reset heartbeat map at potential time-consuming places
https://github.com/ceph/ceph/pull/23506 Zheng Yan
09:14 AM CephFS Backport #26885: luminous: mds: reset heartbeat map at potential time-consuming places
https://github.com/ceph/ceph/pull/23507 Zheng Yan
08:49 AM CephFS Backport #26885 (In Progress): luminous: mds: reset heartbeat map at potential time-consuming places
Zheng Yan
08:12 AM CephFS Backport #26885 (Resolved): luminous: mds: reset heartbeat map at potential time-consuming places
https://github.com/ceph/ceph/pull/23507 Zheng Yan
09:09 AM Revision 5bf63127 (ceph): mds: consider max age of dispatch queue when finding stale client
session renew messages from clients can be in the dispatch queue,
waiting for getting dispatched.
Signed-off-by: "Ya...
Yan, Zheng
09:09 AM Revision 98cce9d8 (ceph): mds: reset heartbeat map at potential time-consuming places
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Fixes: http://tracker.ceph.com/issues/26858
(cherry picked from commit 5a...
Yan, Zheng
08:56 AM Backport #26887 (Resolved): luminous: tests: "cluster [WRN] 25 slow requests" in powercycle
https://github.com/ceph/ceph/pull/23737 Abhishek Lekshmanan
08:24 AM Revision 90fb1c2f (ceph): mds: calculate load by checking self CPU usage
when mds_bal_mode is 2, system CPU load is treated as mds load.
This is not good when the machine runs multiple tasks...
Yan, Zheng
08:10 AM CephFS Backport #25048 (Resolved): luminous: mds may get discontinuous mdsmap
Zheng Yan
08:08 AM rgw Backport #24546 (In Progress): luminous: rgw: change order of authentication back to local, remote
Abhishek Lekshmanan
08:03 AM RADOS Bug #26880: ceph-base debian package compiled on ubuntu/xenial has unmet runtime dependencies
Full info for ceph-base package:... Piotr Dalek
08:00 AM RADOS Bug #26880: ceph-base debian package compiled on ubuntu/xenial has unmet runtime dependencies
Tried on fresh Ubuntu 16.04 vm to build Ceph packages for master branch, resulting .debs still depend on libstdc++6 (... Piotr Dalek
07:57 AM RADOS Bug #26880: ceph-base debian package compiled on ubuntu/xenial has unmet runtime dependencies
as per Piotr Dałek we can reproduce this issue on master even with the fix . Kefu Chai
08:02 AM Revision 1b1a317c (ceph): rgw: have a configurable authentication order
This implements a configurable authentication order, currently used only for s3
authentication and only supporting ex...
Abhishek Lekshmanan
07:33 AM Revision 5582faef (ceph): cephfs-journal-tool: enable purge_queue journal's event commands
Resolves: http://tracker.ceph.com/issues/24604
Signed-off-by: Xuehan Xu <xuxuehan@360.cn>
Xuehan Xu
06:51 AM Dashboard Feature #24573: mgr/dashboard: Provide more "native" dashboard widgets to display live performanc...
Nit-picking - but could we opt for different colors to make the charts stand out a little more. Paul Cuzner
04:44 AM Revision c29f3492 (ceph): tools/cephfs: add setup.py for cephfs-shell
easier to manage its dependency this way, also pave its road to pypi.
please note, cephfs is not hosted by pypi yet.
...
Kefu Chai
04:42 AM CephFS Bug #26852 (Fix Under Review): cephfs-shell: add CMake directives to install the shell
https://github.com/ceph/ceph/pull/23500 Kefu Chai
04:23 AM Revision 309a3fdb (ceph): Merge pull request #23431 from falcon78921/wip-doc-rados-pool
doc: fixed links in Pools section
Reviewed-by: John Wilkins <jowilkin@redhat.com>
John Wilkins
03:49 AM rgw Bug #24915: rgw_file: "deep stat"/stats of unenumerated paths not handled
mimic PR : https://github.com/ceph/ceph/pull/23498
luminous PR : https://github.com/ceph/ceph/pull/23499
Prashant D
03:47 AM rgw Backport #26844 (In Progress): luminous: rgw_file: "deep stat"/stats of unenumerated paths not ha...
https://github.com/ceph/ceph/pull/23499 Prashant D
03:42 AM rgw Backport #26842 (In Progress): mimic: rgw_file: "deep stat"/stats of unenumerated paths not handled
https://github.com/ceph/ceph/pull/23498 Prashant D
01:37 AM Revision 34e28538 (ceph): common/options: enable mgr 'crash' module by default
Signed-off-by: Dan Mick <dan.mick@redhat.com> Dan Mick
01:37 AM Revision 1bb5c63b (ceph): global/signal_handler: add 'done' file to signal crashdump is ready
for an asynchronous crash scraper to use for synchronization
Signed-off-by: Dan Mick <dan.mick@redhat.com>
Dan Mick
01:37 AM Revision da20184a (ceph): add ceph-crash service
ceph-crash runs from systemd and watches /var/lib/ceph/crash
for crashdumps, posting them to the mgrs using the mgr's...
Dan Mick
01:24 AM Revision 9014791b (ceph): rgw_file: deep stat handling
A change to the exact-match behavior in leaf stat operations is
required to support instantiation of a full path hier...
Matt Benjamin
01:24 AM Revision 38a0296f (ceph): rgw_file: deep stat handling
A change to the exact-match behavior in leaf stat operations is
required to support instantiation of a full path hier...
Matt Benjamin
12:44 AM Revision 64362ac2 (ceph): osd/OSD.cc: force updating heartbeat peers periodically
Because the cluster topology may change (e.g., because we add some
new racks, hosts and disks) and we want the existi...
xie xingguo
12:44 AM Revision bcc11541 (ceph): osd/OSD.cc: choose heartbeat peers by failure domain
By default, monitor requires at least two valid failure votes/reports from
different hosts to mark an OSD down, which...
xie xingguo
12:44 AM Revision 8a77e1f4 (ceph): crush/CrushWrapper: check against dead crush rule
We currently remove a rule without adjusting the **rules** array
because we don't recycle the rule_no and hence there...
xie xingguo
12:02 AM mgr Bug #26883 (Resolved): ceph-mgr package does not remove /usr/lib/ceph/mgr compiled files (Debian ...
it appears as though debian/rules is using dh_python2 fairly straightforwardly, but neither a pycompile nor a pyclean... Dan Mick
12:00 AM Revision 38bac42b (ceph): luminous: filestore: add pgid in filestore pg dir split log message
Fixes: http://tracker.ceph.com/issues/25223
Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>
(cherry picked from com...
Vikhyat Umrao

08/08/2018

10:32 PM Bug #25104: tests: "cluster [WRN] 25 slow requests" in powercycle
We need it on luminous as well
http://pulpito.ceph.com/teuthology-2018-08-08_20:23:06-powercycle-luminous-distro-b...
Yuri Weinstein
09:42 PM RADOS Bug #25146: "rocksdb: Corruption: Can't access /000000.sst" in upgrade:mimic-x:parallel-master-di...
I think we need to fix this sooner rather than later. My suggestion is to incorporate enough of the original rocksdb... Sage Weil
09:10 PM RADOS Bug #26878 (Closed): `osd destroy` command hangs
NOTABUG. :)
Presumably will have to update the ceph-volume tests but the louder notification PR is well on its way t...
Greg Farnum
06:17 PM RADOS Bug #26878: `osd destroy` command hangs
master PR https://github.com/ceph/ceph/pull/23492 Alfredo Deza
12:03 PM RADOS Bug #26878 (Closed): `osd destroy` command hangs
Running latest master without a manager daemon makes `osd destroy` commands hang.
ceph version 14.0.0-1906-g637bb2...
Alfredo Deza
06:53 PM rgw Feature #2804 (Rejected): rgw: disallow running multiple gateways on the same fastcgi socket
Sage Weil
06:53 PM Cleanup #2731 (Closed): ceph tell osd <num> should be ceph osd <subcommand> to match ceph pg <sub...
Sage Weil
06:52 PM RADOS Feature #1126 (Rejected): crush: extend rule definition
actually, you can do the above, just set size=3 and you'll get 2 in first rack and 1 in second rack. Sage Weil
06:51 PM Feature #364 (Rejected): osd: leave gap after journal entries to avoid full disk rotation
no more futzing with filestore Sage Weil
06:49 PM RADOS Feature #85 (Fix Under Review): osd: pg_num shrink
https://github.com/ceph/ceph/pull/20469 Sage Weil
06:33 PM RADOS Feature #84 (In Progress): mon: auto adjust pg_num as pool grows
Sage Weil
05:16 PM RADOS Backport #24845: luminous: tools/ceph-objectstore-tool: split filestore directories offline to ta...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/23418
merged
Yuri Weinstein
05:16 PM Revision 038739ce (ceph): Merge pull request #23418 from dzafman/wip-24845
luminous: tools/ceph-objectstore-tool: split filestore directories offline to target hash level
Reviewed-by: Josh Du...
Yuri Weinstein
04:46 PM Revision 72cc4ced (ceph): Merge pull request #23441 from tchaikov/wip-cmake-rocksdb-cleanup
cmake: rocksdb related cleanup
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Kefu Chai
04:40 PM Revision 059d21a3 (ceph): Merge PR #23462 into master
* refs/pull/23462/head:
doc: cleanup in cephfs/capabilities
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
04:38 PM CephFS Feature #26853: cephfs-shell: add batch file processing
https://github.com/ceph/ceph/pull/23444 Patrick Donnelly
03:55 PM Revision aa485c9b (ceph): mon/PGMap: fix spacing around pretty-printed SI units
"1k foo" not "1kfoo"
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:43 PM Revision 33ca998a (ceph): Merge pull request #23489 from alfredodeza/wip-cv-mgr
ceph-volume tests/functional add mgrs daemons to lvm tests
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
03:34 PM rgw Bug #26882 (Fix Under Review): jewel: cls_rgw: avoid undefined iterator access
This issue arises only on Jewel, as gc_iterate_entries is rewritten in Luminous and above, and rewrites are related t... Matt Benjamin
03:07 PM Dashboard Feature #24573: mgr/dashboard: Provide more "native" dashboard widgets to display live performanc...
# the tooltip should not break the error messages if there is space left on the screen
# OSDs info should only be re...
Tiago Melo
02:54 PM Dashboard Feature #24573: mgr/dashboard: Provide more "native" dashboard widgets to display live performanc...
!https://tracker.ceph.com/attachments/download/3603/landing-page-2018-08-08.png!
Updates on the following:
>> P...
Alfonso Martínez
08:27 AM Dashboard Feature #24573: mgr/dashboard: Provide more "native" dashboard widgets to display live performanc...
Some suggestions:
- Can we make the card title a little bigger (maybe 1 font size bigger)?
- It would be nice to ...
Ju Lim
02:49 PM Revision 1390ca9b (ceph): debian: strip "-Wl,-Bsymbolic-functions" from LDFLAGS
Fixes: http://tracker.ceph.com/issues/25209
Fixes: http://tracker.ceph.com/issues/26880
Signed-off-by: Kefu Chai <kch...
Kefu Chai
01:51 PM Revision 7c00ad21 (ceph): mgr/MgrClient: make some noise for a user if no mgr daemon is running
Otherwise a cli command may unexpectedly hang forever with not output
because no ceph-mgr is running, which can be co...
Sage Weil
01:42 PM Dashboard Feature #24270 (Fix Under Review): mgr/dashboard: Add support for managing individual OSD setting...
Patrick Seidensal
01:31 PM Revision 138b8b41 (ceph): Merge PR #23475 into master
* refs/pull/23475/head:
qa/standalone/crush/crush-choose-args: run mgr
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
01:31 PM Revision 5659edae (ceph): Merge PR #23478 into master
* refs/pull/23478/head:
mgr/localpool: pg_num is an int arg to 'osd pool create'
Reviewed-by: Kefu Chai <kchai@redh...
Sage Weil
01:20 PM Revision e0a577c2 (ceph): Merge pull request #23267 from ifed01/wip-ifed-rm-fio-dir
test/fio: pass config params to object store in a different manner
Reviewed-by: Kefu Chai <kchai@redhat.com>
Igor Fedotov
12:50 PM RADOS Backport #26881 (In Progress): mimic: ceph-base debian package compiled on ubuntu/xenial has unme...
Kefu Chai
12:44 PM RADOS Backport #26881 (Resolved): mimic: ceph-base debian package compiled on ubuntu/xenial has unmet r...
https://github.com/ceph/ceph/pull/23490 Kefu Chai
12:44 PM RADOS Bug #26880 (Pending Backport): ceph-base debian package compiled on ubuntu/xenial has unmet runti...
https://github.com/ceph/ceph/pull/22990
https://github.com/ceph/ceph/pull/23432
Kefu Chai
12:30 PM RADOS Bug #26880 (Resolved): ceph-base debian package compiled on ubuntu/xenial has unmet runtime depen...
... Kefu Chai
12:39 PM Revision a9958512 (ceph): cmake: fix "WITH_STATIC_LIBSTDCXX"
- do not link libkv with ALLOC_LIBS, it turns out that if we link
tcmalloc *before* -static-libstdc++ -static-libgcc,...
Kefu Chai
12:29 PM ceph-volume Bug #26879 (Fix Under Review): tests hang because there are no mgr daemons
master PR https://github.com/ceph/ceph/pull/23489 Alfredo Deza
12:28 PM ceph-volume Bug #26879 (Resolved): tests hang because there are no mgr daemons
Apparently we now need to have mgr daemons as well.
See http://tracker.ceph.com/issues/26878
Alfredo Deza
12:29 PM Revision 2b7a22ef (ceph): ceph-volume tests/functional add mgrs daemons to lvm tests
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
11:07 AM Revision 01de299f (ceph): build: 32 bit architecture fixes
Misc fixes to resolve compilation failures on 32 bit
architectures. These are mostly due to differences
in types und...
James Page
10:02 AM Dashboard Feature #26877 (New): mgr/dashboard: NFS-Ganesha Management - deployment of daemons
deployment of daemons (depends on orchestration layer) Tiago Melo
10:01 AM bluestore Bug #22464: Bluestore: many checksum errors, always 0x6706be76 (which matches a zero block)
Paul Emmerich wrote:
> I've prototyped a work-around here: https://github.com/ceph/ceph/pull/2327
>
> Is there a ...
Honggang Yang
10:00 AM Dashboard Feature #26876 (Resolved): mgr/dashboard: NFS-Ganesha Management - built-in
This includes create/remove/edit shares. Tiago Melo
08:46 AM Revision 108583c6 (ceph): crush/CrushWrapper: get_children_of_type - switch outcome to vector
Because we don't really care about the order.
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
xie xingguo
08:34 AM RADOS Backport #26839 (In Progress): mimic: librados application's symbol could conflict with the libce...
-https://github.com/ceph/ceph/pull/23484- Prashant D
08:32 AM RADOS Backport #26840 (In Progress): luminous: librados application's symbol could conflict with the li...
https://github.com/ceph/ceph/pull/23483 Prashant D
07:24 AM Revision 70e56269 (ceph): mgr: fix beacon interruption caused by deadlock
There is potential deadlock between this code and DaemonServer::send_report()
Signed-off-by: Yan Jun <yan.jun8@zte.c...
Yan Jun
06:35 AM Revision c9e4396c (ceph): mgr: fix to apply changed mon_stat_smooth_intervals
While using config set or injectargs command to decrease
mon_stat_smooth_intervals, it didn't apply the new value.
th...
Yan Jun
05:29 AM Dashboard Feature #22522 (In Progress): dashboard: configuration setting browser
Luminous PR: https://github.com/ceph/ceph/pull/23479 Ernesto Puerta
05:02 AM Dashboard Feature #22522 (Pending Backport): dashboard: configuration setting browser
Ernesto Puerta
05:10 AM Revision 148f6b04 (ceph): mgr/dashboard: add configuration setting browser
Signed-off-by: Rubab Syed<rubab.syed21@gmail.com>
(cherry picked from commit 14bb815060a4d156bb5f7cc5d66e77466cba4351...
Rubab Syed
03:35 AM RADOS Bug #25209 (Resolved): cls/test_cls_numops.sh aborts
Kefu Chai
02:08 AM bluestore Bug #25207: ceph-volume lvm create gives segmentation fault
This looks a bit like the error we see when jemalloc is enabled in /etc/{default,sysconfig}/ceph. Can you see if it ... Sage Weil
01:53 AM RADOS Bug #26875 (Fix Under Review): kv: MergeOperator name() returns string, and caller calls c_str() ...
https://github.com/ceph/ceph/pull/23477 Kefu Chai
01:43 AM Revision e02a5d55 (ceph): mgr/localpool: pg_num is an int arg to 'osd pool create'
In bd565bca3f42d7946c392b2833bb3d9982a8ac5d we start returning EINVAL if
the pg_num argument is not valid, whereas be...
Sage Weil
12:38 AM Revision 206d639d (ceph): cmake: always prefer local symbols
Fixes: http://tracker.ceph.com/issues/25154
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 38...
Kefu Chai
12:38 AM Revision 29fae6b4 (ceph): test: use death_test_style="threadsafe" for Mutex.NormalAsserts
use threadsafe for running the Mutex assert test to run the test from
beginning to avoid the hang. this test override...
Kefu Chai

08/07/2018

11:23 PM Revision 03c00700 (ceph): jewel: filestore: add pgid in filestore pg dir split log message
Fixes: http://tracker.ceph.com/issues/25224
Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>
(cherry picked from com...
Vikhyat Umrao
11:06 PM RADOS Bug #23857: flush (manifest) vs async recovery causes out of order op
/a/yuriw-2018-08-06_20:38:17-rados-wip_master_8_6_2018-distro-basic-smithi/2873966/
the order of events here:
<...
Neha Ojha
10:03 PM Revision e9be5dab (ceph): kv/KeyValueDB: return const char* from MergeOperator::name()
This avoids a c_str() on a temporary string later down the line, which
avoids a use-after-free.
Fixes: http://tracke...
Sage Weil
10:02 PM RADOS Bug #26875 (Resolved): kv: MergeOperator name() returns string, and caller calls c_str() on the t...
On Tue, 7 Aug 2018, Réka Nikolett Kovács wrote:
> Hi,
>
> I am working on a bug finding tool that looks for a ...
Sage Weil
08:43 PM rgw Backport #24628: luminous: rgw: fail to recover index from crash
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/23130
meergedReviewed-by: Matt Benjamin <mbenjami@redhat...
Yuri Weinstein
08:43 PM Revision 69a283a8 (ceph): Merge pull request #23130 from ivancich/wip-fix-dir-suggest-lumious
luminous: rgw: fail to recover index from crash luminous backport
Reviewed-by: Matt Benjamin <mbenjami@redhat.com>
Yuri Weinstein
08:00 PM rgw Backport #24814: luminous: REST admin metadata API paging failure bucket & bucket.instance: Inval...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22932
merged
Yuri Weinstein
07:59 PM Revision 884734c5 (ceph): Merge pull request #22932 from smithfarm/wip-24814-luminous
luminous: rgw: REST admin metadata API paging failure bucket & bucket.instance: InvalidArgument
Reviewed-by: Matt Be...
Yuri Weinstein
07:26 PM RADOS Bug #21142: OSD crashes when loading pgs with "FAILED assert(interval.last > last)"
ubuntu@mastercontroller01:~$ ceph -s
cluster:
id: dc00b525-7dca-435a-bfa6-c0b9b216e1f2
health: HEALT...
Dexter John Genterone
07:24 PM RADOS Bug #21142: OSD crashes when loading pgs with "FAILED assert(interval.last > last)"
attaching new osd log. Dexter John Genterone
06:12 PM RADOS Bug #21142: OSD crashes when loading pgs with "FAILED assert(interval.last > last)"
We've encountered this again when we were adding a new OSD. Couldn't get the gdb as there was none installed and the ... Dexter John Genterone
06:25 PM Revision af678a06 (ceph): mon: remove stray references to MMonGetMap
MonClient no longer sends these. MonmapMonitor doesn't need the forward
declaration (probably never did).
Signed-of...
Sage Weil
06:21 PM RADOS Bug #24866: FAILED assert(0 == "past_interval start interval mismatch") in check_past_interval_bo...
attaching OSD log. Dexter John Genterone
06:19 PM RADOS Bug #24866: FAILED assert(0 == "past_interval start interval mismatch") in check_past_interval_bo...
We encountered this issue after trying out a patch for https://tracker.ceph.com/issues/21142.
Is it safe to bypas...
Dexter John Genterone
05:27 PM Revision 7809715f (ceph): osd/PGLog.cc: check if complete_to points to log.end()
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit 630daa1d7d233aa01a2d49bf1bc7b858bf73348a)
Neha Ojha
05:14 PM Revision c95f9b09 (ceph): src/rocksdb: switch back to master branch.
Signed-off-by: Mark Nelson <mnelson@redhat.com> Mark Nelson
05:13 PM Revision 53d7c46c (ceph): mgr: add locked assertion
Signed-off-by: Noah Watkins <noahwatkins@gmail.com> Noah Watkins
05:12 PM Revision bfd0cde8 (ceph): Merge pull request #23472 from jcsp/wip-orchestrator-rook-doc
doc: Rook/orchestrator doc fixes
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
05:07 PM Revision ac772c90 (ceph): osd/PGLog.cc: check if complete_to points to log.end()
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit 630daa1d7d233aa01a2d49bf1bc7b858bf73348a)
Neha Ojha
04:57 PM Revision 662e8836 (ceph): qa/standalone/crush/crush-choose-args: run mgr
The osd purge command needs a running mgr.
Fixes: d2b41d4095074447df247907934626f4287cd91b
Signed-off-by: Sage Weil ...
Sage Weil
04:52 PM rgw Backport #24632: luminous: rgw performance regression for luminous 12.2.4
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22930
merged
Yuri Weinstein
04:52 PM Revision 3076d759 (ceph): Merge pull request #22930 from smithfarm/wip-24632-luminous
luminous: rgw performance regression for luminous 12.2.4
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:51 PM rgw Backport #24810: luminous: Invalid Access-Control-Request-Request may bypass validate_cors_rule_m...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22934
merged
Yuri Weinstein
04:51 PM Revision d0105a06 (ceph): Merge pull request #22934 from smithfarm/wip-24810-luminous
luminous: Invalid Access-Control-Request-Request may bypass validate_cors_rule_method
Reviewed-by: Casey Bodley <cbo...
Yuri Weinstein
04:50 PM rgw Backport #24808: luminous: rgw gc may cause a large number of read traffic
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22984
merged
Yuri Weinstein
04:50 PM Revision 40db9a42 (ceph): Merge pull request #22984 from pdvian/wip-24808-luminous
luminous: rgw: fix gc may cause a large number of read traffic
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Yuri Weinstein
04:50 PM rgw Backport #24830: luminous: "radosgw-admin objects expire" always returns ok even if the process f...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/23000
merged
Yuri Weinstein
04:50 PM Revision 0e119453 (ceph): Merge pull request #23000 from pdvian/wip-24830-luminous
luminous: rgw: "radosgw-admin objects expire" always returns ok even if the pro…
Reviewed-by: Orit Wasserman <owasse...
Yuri Weinstein
04:49 PM rgw Backport #24833: luminous: 'radogw-admin reshard status' command should print text for reshard st...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/23019
merged
Yuri Weinstein
04:49 PM Revision 46e125e0 (ceph): Merge pull request #23019 from pdvian/wip-24833-luminous
luminous: rgw: radogw-admin reshard status command should print text for reshar…
Reviewed-by: Orit Wasserman <owasse...
Yuri Weinstein
04:33 PM Revision 2a565ee3 (ceph): common: expand meta in parse_argv()
it fixes the issue where the conf->foo fails to expand if it is set
as "$bar" in a .conf file, and "bar" is another c...
Kefu Chai
04:29 PM rgw Backport #25023: luminous: multisite: curl client does not time out on sync requests
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/23144
merged
Yuri Weinstein
04:29 PM Revision 42a14f98 (ceph): Merge pull request #23144 from cbodley/wip-25032
luminous: rgw: add curl_low_speed_limit and curl_low_speed_time config to avoid the thread hangs in data sync.
Revie...
Yuri Weinstein
04:28 PM Revision 45550ce4 (ceph): Merge pull request #23207 from linuxbox2/luminous-rgw-22790
luminous: rgw: do not ignore EEXIST in RGWPutObj::execute
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:16 PM Dashboard Feature #24573: mgr/dashboard: Provide more "native" dashboard widgets to display live performanc...
I like the legends very much, but it might be even better if they were on their own columns, so that there'd be more ... Patrick Seidensal
03:01 PM Dashboard Feature #24573: mgr/dashboard: Provide more "native" dashboard widgets to display live performanc...
!https://tracker.ceph.com/attachments/download/3599/proposal-latest.png! Alfonso Martínez
05:15 AM Dashboard Feature #24573: mgr/dashboard: Provide more "native" dashboard widgets to display live performanc...
About the suggestion of having a line chart for "Read/Write" Card, we need "Pool Stats" history or time series.
Afte...
Alfonso Martínez
02:57 PM Revision 14c6f0de (ceph): OSD: translate the error result
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
02:19 PM Revision 376c7fed (ceph): test/fio: pass config params to object store in a different manner
This avoids an existing bug with config params substituion.
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
Igor Fedotov
02:13 PM Revision 7ad61cc0 (ceph): doc: Rook/orchestrator doc fixes
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
01:59 PM Revision 39883512 (ceph): Merge PR #23432 into master
* refs/pull/23432/head:
Revert "rocksdb: pickup change to link against libsnappy.a"
cmake,make-dist: revert "build ...
Sage Weil
01:55 PM Bug #25107 (Pending Backport): common: (mon) command sanitization accepts floats when Int type is...
let's let this bake for a while Sage Weil
01:54 PM Revision 61615e03 (ceph): Merge PR #23243 into master
* refs/pull/23243/head:
mon/OSDMonitor: remove ambiguous type case for 'osd pool set' value
mon: use throwing varia...
Sage Weil
01:53 PM Revision 864d93f8 (ceph): Merge PR #23338 into master
* refs/pull/23338/head:
msg/Messenger: send_message -> send_to
msg/msg_types: add entity_addr_t::legacy_or_front_ad...
Sage Weil
01:53 PM Revision cedeeadf (ceph): Merge PR #23412 into master
* refs/pull/23412/head:
mgr: add Orchestrator.available method + CLI
doc: add general documentation on orchestrator...
Sage Weil
01:49 PM Revision 36920de1 (ceph): include/types: render SI units adjacent to number
Make
out << si_u_t(foo) << " objects"
result in strings like
"0 objects"
"123k objects"
"3M objects"
instead ...
Sage Weil
01:40 PM ceph-volume Bug #24960 (In Progress): expand auto engine for single type devices on filestore
Alfredo Deza
01:39 PM ceph-volume Bug #26862 (Pending Backport): batch: allow extra flags (like dmcrypt) for bluestore
Alfredo Deza
01:16 PM CephFS Bug #26874 (Resolved): cephfs-shell: unable to copy files to a sub-directory from local file system.
Put command is not allowing to copy files to sub-directories.This not working.... Rajula Pavani
01:16 PM CephFS Bug #25113 (Fix Under Review): mds: allows client to create ".." and "." dirents
PR: https://github.com/ceph/ceph/pull/23469 Venky Shankar
11:52 AM CephFS Bug #24030 (In Progress): ceph-fuse: double dash meaning
Jos Collin
10:18 AM Revision 19f2525f (ceph): Merge pull request #23430 from tchaikov/wip-silence-clang-warnings
tools, mgr: silence clang warnings
Reviewed-by: John Spray <john.spray@redhat.com>
Kefu Chai
10:16 AM Dashboard Bug #24902 (Pending Backport): Mimic Dashboard does not allow deletion of snapshots containing "+...
Tiago Melo
10:11 AM Dashboard Bug #24902 (Resolved): Mimic Dashboard does not allow deletion of snapshots containing "+" in the...
Tiago Melo
10:12 AM CephFS Feature #24604: Implement "cephfs-journal-tool event splice" equivalent for purge queue
I've just added a new PR: https://github.com/ceph/ceph/pull/23467, please take a look Xuehan Xu
09:06 AM CephFS Feature #24604 (New): Implement "cephfs-journal-tool event splice" equivalent for purge queue
commit reverted Zheng Yan
09:50 AM Revision 61e592cb (ceph): mgr/dashboard: Disable RBD actions during task execution
Fixes: https://tracker.ceph.com/issues/25091
Signed-off-by: Ricardo Marques <rimarques@suse.com>
Ricardo Marques
09:45 AM Revision e7435432 (ceph): mgr/dashboard: Fix redirect to login page on session lost
Fixes: https://tracker.ceph.com/issues/25344
Signed-off-by: Ricardo Marques <rimarques@suse.com>
Ricardo Marques
09:44 AM Dashboard Cleanup #24781 (Resolved): mgr/dashboard: Replace custom breadcrumb implementation with an existi...
Tiago Melo
09:43 AM Revision 94198c01 (ceph): Merge pull request #23420 from tspmelo/fix-24902
mgr/dashboard: Escape regex pattern in DeletionModalComponent
Reviewed-by: Volker Theile <vtheile@suse.com>
Reviewed...
Sebastian Wagner
09:38 AM Revision 7c4bbfa2 (ceph): Merge pull request #23414 from tspmelo/wip-breadcrumbs
mgr/dashboard: Add breadcrumbs component
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: Volker Theil...
Sebastian Wagner
09:35 AM CephFS Bug #26869: mds: becomes stuck in up:replay during thrashing (not multimds)
-1148> 2018-08-05 16:23:02.524 7fd0f6516700 1 -- 172.21.15.26:6817/673291871 --> 172.21.15.26:6813/22088 -- osd_op(... Zheng Yan
09:05 AM Revision eb46b598 (ceph): Merge pull request #23465 from ukernel/wip-revert-22850
Revert "cephfs-journal-tool: enable purge_queue journal's event comma… Zheng Yan
09:05 AM Revision c12f1133 (ceph): mgr/dashboard: Update prettier package
Prettier updated the following rule, that implied we update our code:
"Never inline decorators unless they’re lone pa...
Tiago Melo
09:02 AM Revision 65ae72a1 (ceph): Revert "cephfs-journal-tool: enable purge_queue journal's event commands"
This reverts commit 8ebfa93982a95d6ccc66faa2a828b9386af45238. That
commit changes PurgeItem's encode/decode function,...
Yan, Zheng
08:57 AM Revision c94b71aa (ceph): mgr/dashboard: Update frontend packages
Signed-off-by: Tiago Melo <tmelo@suse.com> Tiago Melo
08:57 AM Revision 2b59d757 (ceph): mgr/dashboard: Update all @angular packages
no-unused-variable is deprecated because typescript now covers most of its
functionality.
Signed-off-by: Tiago Melo ...
Tiago Melo
08:57 AM Revision 3faf09c9 (ceph): mgr/dashboard: Update Codelyzer package
Signed-off-by: Tiago Melo <tmelo@suse.com> Tiago Melo
08:50 AM RADOS Bug #25108 (Fix Under Review): object errors found in be_select_auth_object() aren't logged the same
https://github.com/ceph/ceph/pull/23376/ Kefu Chai
08:42 AM CephFS Feature #26853 (Fix Under Review): cephfs-shell: add batch file processing
Rajula Pavani
08:27 AM Revision e40c107d (ceph): Merge pull request #22562 from wjwithagen/wjw-fix-dashboard-build
mgr/dashboard: Fix building under FreeBSD
Reviewed-by: Tiago Melo <tmelo@suse.com>
Kefu Chai
08:16 AM CephFS Bug #26867: client: missing temporary file break rsync
likely fixed by https://github.com/ceph/ceph/pull/23088/commits/b17602a00c2519278e41ca1d7fa7b3cf341b7c17. No idea why... Zheng Yan
08:01 AM CephFS Bug #26865 (Duplicate): mds: src/mds/CInode.cc: 2330: FAILED assert(!"unmatched rstat" == g_conf(...
dup of #26865 Zheng Yan
07:38 AM mgr Backport #26837 (In Progress): mimic: Can't turn off mgrc stats with mgr_stats_threshold
https://github.com/ceph/ceph/pull/23463 Prashant D
05:08 AM Dashboard Feature #26872 (Resolved): mgr/dashboard Add refresh interval to the dashboard landing page
The Dashboard landing page has a hard coded refresh interval of 5s. To allow user flexibility and potential reduce lo... Paul Cuzner
04:30 AM Revision 03341727 (ceph): doc: cleanup in cephfs/capabilities
Signed-off-by: Jos Collin <jcollin@redhat.com> Jos Collin
03:40 AM mgr Backport #26838 (In Progress): luminous: Can't turn off mgrc stats with mgr_stats_threshold
https://github.com/ceph/ceph/pull/23461 Prashant D
03:32 AM RADOS Bug #26868 (Pending Backport): PGLog.cc: saw valgrind issues while accessing complete_to->version
Neha Ojha
03:24 AM Revision c4fd4e3b (ceph): Merge pull request #23450 from neha-ojha/wip-fix-complete-to
osd/PGLog.cc: check if complete_to points to log.end()
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Xie Xingguo
02:31 AM Revision 20478912 (ceph): mgrc: enable disabling stats via mgr_stats_threshold
Because we had a min_max setting with CRIT the maximum,
it wasn't possible to actually turn off stats entirely.
Fixe...
John Spray
02:29 AM Revision 71005bbd (ceph): mgrc: enable disabling stats via mgr_stats_threshold
Because we had a min_max setting with CRIT the maximum,
it wasn't possible to actually turn off stats entirely.
Fixe...
John Spray
02:02 AM RADOS Backport #26871 (In Progress): luminous: osd: segfaults under normal operation
https://github.com/ceph/ceph/pull/23459 Brad Hubbard
01:25 AM RADOS Backport #26871 (Resolved): luminous: osd: segfaults under normal operation
https://github.com/ceph/ceph/pull/23459 Brad Hubbard
02:01 AM RADOS Backport #26870 (In Progress): mimic: osd: segfaults under normal operation
https://github.com/ceph/ceph/pull/23458 Brad Hubbard
01:24 AM RADOS Backport #26870 (Resolved): mimic: osd: segfaults under normal operation
https://github.com/ceph/ceph/pull/23458 Brad Hubbard
01:51 AM Revision 604cf6bc (ceph): luminous: mgr/MgrClient: Protect daemon_health_metrics
Without holding the lock update_daemon_health() can race with
send_report() corrupting the daemon_health_metrics vect...
Brad Hubbard
01:34 AM Revision af4ea0ab (ceph): mimic: mgr/MgrClient: Protect daemon_health_metrics
Without holding the lock update_daemon_health() can race with
send_report() corrupting the daemon_health_metrics vect...
Brad Hubbard

08/06/2018

09:42 PM Revision 3b776457 (ceph): FreeBSD: update build script to current state
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
09:02 PM Revision 066d345c (ceph): Merge pull request #23456 from yuriw/wip-yuriw-crontab-master
qa/tests: changed ceph qa email address to bypass dreamhost's spam filter David Galloway
08:59 PM Revision 790a3960 (ceph): qa/tests: changed ceph qa email address to bypass dreamhost's spam filter
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
08:32 PM Revision c2b611c2 (ceph): Merge pull request #23448 from alfredodeza/wip-rm26862
ceph-volume: `lvm batch` allow extra flags (like dmcrypt) for bluestore
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
08:30 PM RADOS Backport #24495: luminous: osd: segv in Session::have_backoff
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22729
merged
Yuri Weinstein
08:30 PM Revision 930b256e (ceph): Merge pull request #22729 from pdvian/wip-24495-luminous
luminous : osd/Session: fix invalid iterator dereference in Sessoin::have_backoff()
Reviewed-by: Neha Ojha <nojha@re...
Yuri Weinstein
08:29 PM Backport #24804: luminous: Python bindings use iteritems method which is not Python 3 compatible
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22918
merged
Yuri Weinstein
08:29 PM Revision c7f6791c (ceph): Merge pull request #22918 from smithfarm/wip-24804-luminous
luminous: Python bindings use iteritems method which is not Python 3 compatible
Reviewed-by: John Spray <john.spray@...
Yuri Weinstein
08:28 PM Revision 216ac3fc (ceph): Merge pull request #23054 from liewegas/wip-osdmap-warning-luminous
luminous: messages,mon,osd: silence gcc-8 warnings related to memset()
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
08:28 PM Backport #24824: luminous: test_ceph_argparse.py broken on py3-only system
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/23113
merged
Yuri Weinstein
08:28 PM Revision c08b6585 (ceph): Merge pull request #23113 from smithfarm/wip-24824-luminous
luminous: tests: test_ceph_argparse.py broken on py3-only system
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
08:27 PM CephFS Backport #25033: luminous: "Health check failed: 1 MDSs report slow requests (MDS_SLOW_REQUEST)" ...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/23155
merged
Yuri Weinstein
08:27 PM Revision 9b896e90 (ceph): Merge pull request #23155 from smithfarm/wip-25033-luminous
luminous: tests: Health check failed: 1 MDSs report slow requests (MDS_SLOW_REQUEST) in powercycle
Reviewed-by: Neha...
Yuri Weinstein
08:27 PM Revision 2132e38f (ceph): Merge PR #23433 into master
* refs/pull/23433/head:
client: fix compile warning
Reviewed-by: Zheng Yan <zyan@redhat.com>
Patrick Donnelly
08:26 PM Backport #25074: luminous: Boost system library is no longer required to compile and link example...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/23202
merged
Yuri Weinstein
08:26 PM Revision 4414d750 (ceph): Merge pull request #23202 from smithfarm/wip-25074-luminous
luminous: Boost system library is no longer required to compile and link example librados program
Reviewed-by: Josh ...
Yuri Weinstein
08:25 PM Bug #25152: chown: cannot access ‘/var/lib/ceph/osd/*/block*’: No such file or directory
Kefu Chai wrote:
> https://github.com/ceph/ceph/pull/23313
merged
Yuri Weinstein
08:25 PM Revision 71008110 (ceph): Merge pull request #23313 from cernceph/dvanders_chown
luminous: rpm: silence osd block chown
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
08:24 PM RADOS Backport #24501: luminous: osd: eternal stuck PG in 'unfound_recovery'
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22546
merged
Yuri Weinstein
08:24 PM Revision 1c240c72 (ceph): Merge pull request #22546 from smithfarm/wip-24501-luminous
luminous: osd: eternal stuck PG in 'unfound_recovery'
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
08:23 PM Backport #24474: luminous: Buffer overflow if operation returns more data than length provided to...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22708
merged
Yuri Weinstein
08:23 PM Revision 61e5fc51 (ceph): Merge pull request #22708 from pdvian/wip-24474-luminous
luminous: librados: fix buffer overflow for aio_exec python binding
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
08:23 PM Revision e823c4df (ceph): Merge pull request #22723 from liewegas/wip-hobject-hash-luminous
luminous: common/hobject: improve hobject hash
Reviewed-by: Adam Kupczyk <akupczyk@redhat.com>
Yuri Weinstein
08:22 PM Backport #24714: luminous: Add option to view IP addresses of clients in output of 'ceph features'
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22773
merged
Yuri Weinstein
08:22 PM Revision a51287c9 (ceph): Merge pull request #22773 from smithfarm/wip-24714-luminous
luminous: mon: Add option to view IP addresses of clients in output of 'ceph features'
Reviewed-by: Sage Weil <sage@...
Yuri Weinstein
07:57 PM Revision 2534df34 (ceph): doc/bluestore expand on configuration with fast and slow devices
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:57 PM Revision 20e556b6 (ceph): doc/bluestore detail the different sizing strategies for block.db based...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:50 PM rgw Bug #24882: rgw assert in ceph::buffer::list::append from src/rgw/rgw_rest.cc:1151
@Herve, Is this still reproducible in 12.2.7? Otherwise it might have been fixed by the pr that went in linked above Abhishek Lekshmanan
07:48 PM Backport #25224 (In Progress): jewel: [RFE] Filestore split log should show PG that is splitting
Vikhyat Umrao
07:42 PM Backport #25223 (In Progress): luminous: [RFE] Filestore split log should show PG that is splitting
Vikhyat Umrao
07:36 PM ceph-volume Feature #26864: ceph-volume lvm batch should be idempotent
Some items to consider:
* `batch` can't know about changing device names (e.g. /dev/sda), so it *has* to check dev...
Alfredo Deza
03:50 PM ceph-volume Feature #26864 (Resolved): ceph-volume lvm batch should be idempotent
When passing devices to 'ceph-volume lvm batch' that are already used by an OSD ceph-volume should not error but retu... Andrew Schoen
07:17 PM Backport #25225 (In Progress): mimic: [RFE] Filestore split log should show PG that is splitting
Vikhyat Umrao
07:15 PM Revision 5485e8b2 (ceph): mimic: filestore: add pgid in filestore pg dir split log message
Fixes: http://tracker.ceph.com/issues/25225
Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>
(cherry picked from com...
Vikhyat Umrao
06:49 PM RADOS Bug #24613: luminous: rest/test.py fails with expected 200, got 400
This one looks similar.
/a/yuriw-2018-08-03_19:54:05-rados-wip-yuri-testing-2018-08-03-1639-luminous-distro-basic-...
Neha Ojha
06:47 PM CephFS Bug #26858: mds: reset heartbeat map at potential time-consuming places
https://github.com/ceph/ceph/pull/22999 Patrick Donnelly
06:45 PM CephFS Bug #26858 (Pending Backport): mds: reset heartbeat map at potential time-consuming places
Patrick Donnelly
03:32 AM CephFS Bug #26858 (Fix Under Review): mds: reset heartbeat map at potential time-consuming places
https://github.com/ceph/ceph/pull/22999 Zheng Yan
03:29 AM CephFS Bug #26858 (Resolved): mds: reset heartbeat map at potential time-consuming places
Zheng Yan
06:46 PM RADOS Bug #26868 (Fix Under Review): PGLog.cc: saw valgrind issues while accessing complete_to->version
https://github.com/ceph/ceph/pull/23450 Neha Ojha
06:35 PM RADOS Bug #26868 (In Progress): PGLog.cc: saw valgrind issues while accessing complete_to->version
Neha Ojha
06:28 PM RADOS Bug #26868 (Resolved): PGLog.cc: saw valgrind issues while accessing complete_to->version
This occurred during a rados run of https://tracker.ceph.com/issues/24988. This failure has not been seen on master o... Neha Ojha
06:45 PM CephFS Feature #24604 (Pending Backport): Implement "cephfs-journal-tool event splice" equivalent for pu...
Patrick Donnelly
06:45 PM CephFS Bug #26834 (Pending Backport): mds: use self CPU usage to calculate load
Patrick Donnelly
01:47 PM CephFS Bug #26834 (Fix Under Review): mds: use self CPU usage to calculate load
Zheng Yan
06:44 PM CephFS Bug #25213 (Pending Backport): handle ceph_ll_close on unmounted filesystem without crashing
Patrick Donnelly
01:47 PM CephFS Bug #25213 (Fix Under Review): handle ceph_ll_close on unmounted filesystem without crashing
https://github.com/ceph/ceph/pull/23370 Patrick Donnelly
06:43 PM Revision 345c83eb (ceph): Merge PR #22850 into master
* refs/pull/22850/head:
cephfs-journal-tool: enable purge_queue journal's event commands
Reviewed-by: Patrick Donne...
Patrick Donnelly
06:43 PM Revision 67630d52 (ceph): Merge PR #22999 into master
* refs/pull/22999/head:
mds: consider max age of dispatch queue when finding stale client
mds: reset heartbeat map ...
Patrick Donnelly
06:43 PM Revision a8d2c6a7 (ceph): Merge PR #23341 into master
* refs/pull/23341/head:
mds: calculate load by checking self CPU usage
Reviewed-by: Patrick Donnelly <pdonnell@redh...
Patrick Donnelly
06:43 PM Revision 8aedb901 (ceph): Merge PR #23370 into master
* refs/pull/23370/head:
client: check for unmounted condition before printing debug output
Reviewed-by: Patrick Don...
Patrick Donnelly
06:35 PM CephFS Bug #26869 (New): mds: becomes stuck in up:replay during thrashing (not multimds)
... Patrick Donnelly
06:14 PM Bug #26866 (Fix Under Review): OSDMapMapping does not handle active.size() > pool size
https://github.com/ceph/ceph/pull/23449 Sage Weil
05:08 PM Bug #26866 (Resolved): OSDMapMapping does not handle active.size() > pool size
In some cases the active vector could be larger than the pool size (e.g., residual pg_temp mapping after pool size is... Sage Weil
05:35 PM ceph-volume Bug #24970 (Pending Backport): `lvm batch` docs and man page updates
Alfredo Deza
01:47 PM ceph-volume Bug #24970: `lvm batch` docs and man page updates
master PR https://github.com/ceph/ceph/pull/23443 Alfredo Deza
05:34 PM ceph-volume Bug #26862: batch: allow extra flags (like dmcrypt) for bluestore
master PR: https://github.com/ceph/ceph/pull/23448 Alfredo Deza
02:47 PM ceph-volume Bug #26862 (In Progress): batch: allow extra flags (like dmcrypt) for bluestore
Alfredo Deza
02:39 PM ceph-volume Bug #26862 (Resolved): batch: allow extra flags (like dmcrypt) for bluestore
The current implementation does not allow flags like --dmcrypt or --crush-device-class Alfredo Deza
05:23 PM CephFS Bug #26867 (Closed): client: missing temporary file break rsync
... Patrick Donnelly
05:03 PM CephFS Backport #26833 (Resolved): luminous: mds: recovering mds receive export_cancel message
Patrick Donnelly
04:27 PM CephFS Backport #26833: luminous: mds: recovering mds receive export_cancel message
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/23169
merged
Yuri Weinstein
04:38 PM bluestore Bug #21480 (Resolved): bluestore: flush_commit is racy
Igor Fedotov
04:37 PM bluestore Bug #23540 (Resolved): FAILED assert(0 == "can't mark unloaded shard dirty") with compression ena...
Igor Fedotov
04:36 PM bluestore Backport #24798 (Resolved): luminous: FAILED assert(0 == "can't mark unloaded shard dirty") with ...
Igor Fedotov
04:29 PM CephFS Backport #24190: luminous: fs: reduce number of helper debug messages at level 5 for client
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/23014
merged
Yuri Weinstein
04:29 PM Revision be2f7362 (ceph): Merge pull request #23014 from batrick/i24190
luminous: client: increase verbosity level for log messages in helper methods
Reviewed-by: Patrick Donnelly <pdonnel...
Yuri Weinstein
04:29 PM CephFS Bug #26865 (Duplicate): mds: src/mds/CInode.cc: 2330: FAILED assert(!"unmatched rstat" == g_conf(...
... Patrick Donnelly
04:27 PM CephFS Backport #25048: luminous: mds may get discontinuous mdsmap
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/23169
merged
Yuri Weinstein
04:27 PM Revision c231e41b (ceph): Merge pull request #23169 from ukernel/luminous-24856
luminous: mds: handle discontinuous mdsmap
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
04:27 PM mgr Bug #25345 (Pending Backport): "balancer execute" only requires read permissions
John Spray
04:26 PM Revision 074e97df (ceph): Merge pull request #23387 from jcsp/wip-mgr-rw
mgr: fix permissions on `balancer execute`
Reviewed-by: Sage Weil <sage@redhat.com>
John Spray
04:26 PM Revision 3ce1a596 (ceph): Merge pull request #23205 from jcsp/wip-devicehealth-cleanup
mgr/devicehealth: clean up error handling
Reviewed-by: Sage Weil <sage@redhat.com>
John Spray
04:24 PM Revision 630daa1d (ceph): osd/PGLog.cc: check if complete_to points to log.end()
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha Ojha
04:12 PM Revision b0ec336a (ceph): os/fusestore: del redundant and sometimes improper open_collection call
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
04:02 PM Revision ef6e1050 (ceph): Merge pull request #23443 from alfredodeza/wip-rm24970
ceph-volume: `lvm batch` documentation and man page updates
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
03:59 PM Revision c460f18d (ceph): ceph-volume lvm.batch move import statement to the top
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
03:58 PM Revision 4149d664 (ceph): ceph-volume lvm.batch allow extra flags for bluestore
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
03:45 PM CephFS Bug #24177: qa: fsstress workunit does not execute in parallel on same host without clobbering files
/ceph/teuthology-archive/yuriw-2018-08-04_04:21:34-multimds-wip-yuri5-testing-2018-08-03-2359-luminous-testing-basic-... Patrick Donnelly
03:42 PM CephFS Bug #26863 (Can't reproduce): qa: test_full_different_file "dd: error writing 'large_file': No sp...
... Patrick Donnelly
03:41 PM Revision e9cde819 (ceph): Merge pull request #23347 from votdev/bug_25190
mgr/dashboard: RestClient can't handle ProtocolError exceptions
Reviewed-by: Ricardo Dias <rdias@suse.com>
Reviewed-...
Ricardo Marques
03:32 PM Dashboard Feature #24446 (Resolved): mgr/dashboard: Add UI support for managing ceph dashboard users
Ricardo Marques
03:32 PM Dashboard Feature #24446: mgr/dashboard: Add UI support for managing ceph dashboard users
https://github.com/ceph/ceph/pull/22758 Ricardo Marques
03:22 PM Revision 87b4894d (ceph): script: add kubejacker script
For those with running k8s/Rook environments, that want
to inject newly built binaries from their development
tree in...
John Spray
03:22 PM Revision 751d32c1 (ceph): doc: add development guide for Ceph+Rook in k8s
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
03:22 PM Revision 1fecff0e (ceph): doc: add page for Rook module
This is pretty sparse because users don't really
interact with the module, they interact with other
modules that use ...
John Spray
03:22 PM Revision 2e6ac9a4 (ceph): doc: add general documentation on orchestrator
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
03:22 PM Revision d903240e (ceph): mgr: add Orchestrator.available method + CLI
The CLI `status` method tells you what backend
is selected, and also gives the backend
an opportunity to complain if ...
John Spray
03:22 PM Revision fee5b0e7 (ceph): mgr: introduce `orchestrator` python interface
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
03:22 PM Revision 31e33f01 (ceph): mgr/orchestrator_cli: module for calling into orchestators
This is going to be pretty useful for development: calls
into the same places that the dashboard would call into.
Si...
John Spray
03:22 PM Revision f3164d0f (ceph): mgr/rook: Rook orchestrator module
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
03:16 PM Dashboard Bug #25093 (Closed): mgr/dashboard: Javascript error after login
@Tiago Melo I confirm that this is now fixed on master. Thanks. Ricardo Marques
02:57 PM Dashboard Bug #25093: mgr/dashboard: Javascript error after login
I think this was fixed in https://github.com/ceph/ceph/pull/22906.
Could you check if you still have problems?
Tiago Melo
03:03 PM Dashboard Feature #24673: mgr/dashboard: The Web UI should warn a user about unsaved form changes
Should we simply show a confirmation saying there are unsaved changes?
Or should we save all the changes and allow t...
Tiago Melo
02:57 PM Revision 87e8231d (ceph): os/bluestore: fix race between remove_collection and object removals.
Fixes: https://tracker.ceph.com/issues/25077
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
Igor Fedotov
02:56 PM Revision 35886411 (ceph): Merge pull request #23410 from ifed01/wip-ifed-fio-new-param
test/fio: new option to control file preallocation.
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Igor Fedotov
02:52 PM RADOS Bug #23352 (Pending Backport): osd: segfaults under normal operation
Kefu Chai
02:52 PM Revision e6e7dcb7 (ceph): Merge pull request #23404 from badone/wip-daemon_health_metrics-race
mgr/MgrClient: Protect daemon_health_metrics
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Kefu Chai <k...
Kefu Chai
02:51 PM RADOS Bug #24875 (Pending Backport): OSD: still returning EIO instead of recovering objects on checksum...
Kefu Chai
02:50 PM Revision d01a1710 (ceph): Merge pull request #23377 from dzafman/wip-24875
osd: do_sparse_read(): Verify checksum earlier so we will try to repair
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
02:49 PM Revision 2ce754df (ceph): Merge pull request #23361 from smithfarm/wip-install-deps-with-seastar
build/ops: install-deps.sh: refrain from installing/using lsb_release, and other cleanup
Reviewed-by: Ken Dreyer <kd...
Kefu Chai
02:48 PM Revision 02b4e234 (ceph): Merge pull request #23285 from tspmelo/wip-package-lock
mgr/dashboard: Add package-lock.json
Reviewed-by: Ricardo Dias <rdias@suse.com>
Kefu Chai
02:45 PM Dashboard Cleanup #25075 (Fix Under Review): mgr/dashboard: Use human readable units on the OSD I/O graphs
PR: https://github.com/ceph/ceph/pull/23446 Tiago Melo
10:29 AM Dashboard Cleanup #25075 (In Progress): mgr/dashboard: Use human readable units on the OSD I/O graphs
Tiago Melo
02:40 PM Dashboard Bug #26861: mgr/dashboard: Email addr is set to false when RGW user is modified
The behaviour of the class CdFormGroup introduced by PR 22644 is not exactly the same as the origin FormGroup. Please... Volker Theile
02:29 PM Dashboard Bug #26861: mgr/dashboard: Email addr is set to false when RGW user is modified
The incorrect value is set by the method https://github.com/ceph/ceph/blob/master/src/pybind/mgr/dashboard/frontend/s... Volker Theile
02:21 PM Dashboard Bug #26861 (Resolved): mgr/dashboard: Email addr is set to false when RGW user is modified
When a RGW user is modified via the dashboard UI, then an empty email field is submitted with the value 'false'. Seem... Volker Theile
02:12 PM Dashboard Bug #25091 (Fix Under Review): mgr/dashboard: RBD actions should be disabled during long running ...
Ricardo Marques
01:19 PM Dashboard Bug #25091 (In Progress): mgr/dashboard: RBD actions should be disabled during long running tasks...
Ricardo Marques
01:57 PM Revision 6090545c (ceph): Merge PR #22433 into master
* refs/pull/22433/head:
common/config: Add description to (near)full ratio settings
Reviewed-by: David Zafman <dzaf...
Sage Weil
01:51 PM Revision 891d8b47 (ceph): log/Log: fix buffer overflow
If we have a long line that has to be dynamically allocated, we need to
adjust m_log_buf_pos accordingly afterward. ...
Sage Weil
01:48 PM CephFS Bug #26860 (Fix Under Review): client: requests that do name lookup may be sent to wrong mds
https://github.com/ceph/ceph/pull/23438 Patrick Donnelly
07:08 AM CephFS Bug #26860 (Resolved): client: requests that do name lookup may be sent to wrong mds
Zheng Yan
01:45 PM CephFS Bug #25113 (In Progress): mds: allows client to create ".." and "." dirents
Patrick Donnelly
01:45 PM CephFS Bug #25099 (Closed): mds: don't use dispatch queue length to calculate mds load
Zheng Yan
01:43 PM Revision e00d9bbf (ceph): doc/man/ceph-volume add batch information
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
01:23 PM Revision 14e704ab (ceph): mgr/dashboard: Add breadcrumbs component
Now we don't need to add a breadcrumb in each new page we create,
just add the necessary extra data in the route modu...
Tiago Melo
01:22 PM Revision 753d96f2 (ceph): mgr/devicehealth: improve error handling
Avoid catch-all exception handlers, especially
ones that just `pass`
When catching RADOS object not found type error...
John Spray
01:22 PM Revision e337da05 (ceph): mgr/devicehealth: style/whitespace cleanup
We don't usually do gratuitious whitespace commits,
but for the python code it's worthwhile as it allows
smart editor...
John Spray
12:39 PM Revision d3bad7fa (ceph): doc/ceph-volume include batch doc in the toc tree
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
12:25 PM Revision f965f9db (ceph): doc/ceph-volume decument batch reporting and bluestore support
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
11:37 AM Revision 5a71bbbe (ceph): cmake: refactor RocksDB related script
* rename Findrocksdb.cmake to FindRocksDB.cmake to match its name
* add RocksDB::RocksDB target to BuildRocksDB.cmake...
Kefu Chai
11:37 AM Revision c81f1434 (ceph): cmake: add ALLOCATOR option
ALLOCATOR is in fact an option..
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:15 AM Revision d5e52b1f (ceph): Merge pull request #23316 from votdev/bug_25090
mgr/dashboard: Datatable error panel blinking on page loading
Reviewed-by: Stephan Müller <smueller@suse.com>
Review...
Laura Paduano
10:48 AM mgr Bug #24982: mgr: terminate called after throwing an instance of 'std::out_of_range' in DaemonPerf...
In our case, the RGW instances use the following setup on three hosts:
[client.radosgw.gateway-internal]
keyring ...
Burkhard Linke
10:30 AM Revision 4b09b2fb (ceph): cmake,make-dist: revert "build gperftools if WITH_STATIC_LIBSTDCXX"
as the higher version of libstdc++ is backward compatible with the lower
ones. so there is no need to statically link...
Kefu Chai
10:30 AM Revision 01f18efc (ceph): Revert "rocksdb: pickup change to link against libsnappy.a"
This reverts commit 125b5da096989e4bd476acdb99ceb04f44e00758.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:38 AM Revision c325327e (ceph): cmake: add LZ4::LZ4 target for LZ4
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
09:16 AM Revision 73fa1754 (ceph): cmake: cleanup snappy related script
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
09:06 AM Revision ba363a5c (ceph): Merge pull request #22735 from votdev/bug_24677
mgr/dashboard: RGW proxy can't handle self-signed SSL certificates
Reviewed-by: Patrick Nawracay <pnawracay@suse.com...
Sebastian Wagner
08:57 AM Revision 6953c561 (ceph): mgr/dashboard: Escape regex pattern in DeletionModalComponent
Fixes: http://tracker.ceph.com/issues/24902
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
08:17 AM Revision bc908a21 (ceph): mgr/dashboard: Every keystroke for the username in the RGW user form tr...
Fixes: https://tracker.ceph.com/issues/25161
Signed-off-by: Volker Theile <vtheile@suse.com>
Volker Theile
07:46 AM Revision 2063056f (ceph): debian: strip "-Wl,-Bsymbolic-functions" from LDFLAGS
Fixes: http://tracker.ceph.com/issues/25209
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:46 AM Revision c32c6e28 (ceph): cmake: cleanup snappy related script
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
07:45 AM CephFS Feature #25188 (Fix Under Review): mds: configurable timeout for client eviction
PR: https://github.com/ceph/ceph/pull/23439 Venky Shankar
07:16 AM Revision 436d1741 (ceph): client: fix choose_target_mds for requests that do name lookup
There are two cases that a dirfrag is not recorded in CInode::fragmap.
One is that the dirfrag is not subtree root, a...
Yan, Zheng
04:38 AM devops Bug #26859 (New): User reports they can't create new issues
From "[ceph-users] ceph issue tracker tells that posting issues is forbidden", they get 403 Forbidden on the New Issu... Greg Farnum
04:04 AM CephFS Backport #26836 (In Progress): mimic: mds: recovering mds receive export_cancel message
https://github.com/ceph/ceph/pull/23436 Prashant D
04:02 AM Backport #25222 (In Progress): mimic: common: Cond.h:C_SaferCond does not check done before calli...
https://github.com/ceph/ceph/pull/23435 Prashant D
03:55 AM devops Bug #24622: No module named rados
@Nathan Cutler: I've tried these commands as your suggestion. But it doesn't work.... chang wan
03:31 AM Revision 2ca5708d (ceph): mds: consider max age of dispatch queue when finding stale client
session renew messages from clients can be in the dispatch queue,
waiting for getting dispatched.
Signed-off-by: "Ya...
Yan, Zheng
03:31 AM Revision 5a6a9a3f (ceph): mds: reset heartbeat map at potential time-consuming places
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Fixes: http://tracker.ceph.com/issues/26858
Yan, Zheng
03:16 AM bluestore Bug #25001: Crashing OSDs after going from 12.2.5 -> 12.2.6 -> 13.2.0
Troy Ablan wrote:
> Before I took the crashy ones down, and ran a bluestore fsck. fsck came back with similar err...
Troy Ablan
03:15 AM bluestore Bug #25001: Crashing OSDs after going from 12.2.5 -> 12.2.6 -> 13.2.0
Wanted to update that I
# Have gotten 100% of the data out of the cluster, and as far as I can tell, everything is...
Troy Ablan
02:59 AM Revision c97ee932 (ceph): rgw: cors rules num limit
According to AWS S3, an cors rules can
have up to 100 rules.
Signed-off-by: yuliyang <yuliyang@cmss.chinamobile.com>
joke lee
01:42 AM rbd Bug #25185 (Pending Backport): doc: Fix broken urls
Jos Collin
01:40 AM Revision 16922bea (ceph): Merge pull request #23310 from joscollin/wip-fix-rbd-doc-urls
doc: fix the broken urls
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
Jos Collin
12:22 AM Backport #25221 (Need More Info): luminous: common: Cond.h:C_SaferCond does not check done before...
Should we add wait_for to backport 25007 changes to luminous ?
$ git diff
diff --cc src/common/Cond.h
index aa5...
Prashant D
12:19 AM Revision e8ca09b1 (ceph): common: check completion condition before waiting
Fixes: http://tracker.ceph.com/issues/25007
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly

08/05/2018

09:19 PM bluestore Backport #24260 (Resolved): luminous: bluestore: flush_commit is racy
Igor Fedotov
08:31 PM Revision 8c35b3b7 (ceph): client: fix compile warning
/home/pdonnell/ceph/src/client/fuse_ll.cc: In member function ‘int CephFuse::Handle::init(int, const char**)’:
/home...
Patrick Donnelly
05:49 PM Revision 321f3900 (ceph): doc: fixed links in Pools section
Fixed broken links (404 error) in the Pools section of Ceph Storage Cluster.
Signed-off-by: James McClune <jmcclune@...
James McClune
02:35 PM Revision 637bb235 (ceph): Merge pull request #23424 from tchaikov/wip-fix-FTBFS-clang
osd: make OSD::HEARTBEAT_MAX_CONN inline
Reviewed-by: Willem Jan Withagen <wjw@digiware.nl>
Kefu Chai
05:06 AM Revision 62623dae (ceph): client: privatize some class members
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
02:55 AM Revision bd565bca (ceph): mon: use throwing variant of cmd_getval
This ensure we uniformly return EINVAL when the input JSON has a bad
value type.
Signed-off-by: Sage Weil <sage@redh...
Sage Weil
02:55 AM Revision efd9de49 (ceph): mon/OSDMonitor: remove ambiguous type case for 'osd pool set' value
This was there for compatibility with very old monitors. Modern mons are
always taking a JSON string (which may in t...
Sage Weil
02:54 AM Revision fecb9021 (ceph): common/cmdparse: add bad_cmd_get exception
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:54 AM Revision b684f02c (ceph): mon: catch bad_cmd_exception and reply EINVAL
If we get bad input we should always reply EINVAL. Note that bad_cmd_get
will be reserved for invalid input, not mis...
Sage Weil
02:54 AM Revision 5945b550 (ceph): common/cmdparse: add cmd_getval_throws variants that throw bad_cmd_get
If input is bad (not missing).
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:38 AM Revision b9044e0d (ceph): client: reorganize Client header
This follows the coding style guidelines:
https://google.github.io/styleguide/cppguide.html#Declaration_Order
Signe...
Patrick Donnelly

08/04/2018

09:58 PM RADOS Bug #24174: PrimaryLogPG::try_flush_mark_clean mixplaced ctx release
This was seen in luminous. Could this be related?... Neha Ojha
03:22 PM Revision f83db6e4 (ceph): Merge pull request #23423 from ctriple/master
doc/start: fix kube-helm.rst typo: docuiment -> document
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:24 PM Revision aa956b2d (ceph): osd: make OSD::HEARTBEAT_MAX_CONN inline
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
12:47 PM Revision b9c711ef (ceph): doc/start: fix kube-helm.rst typo: docuiment -> document
Signed-off-by: Zhou Peng <p@ctriple.cn> Zhou Peng
03:21 AM Bug #26857: log: buffer overrun
https://github.com/ceph/ceph/pull/23422 Sage Weil
03:20 AM Bug #26857 (Resolved): log: buffer overrun
gibberish in log file when large (>64k) entries are written to the log.
caused by 65da5ba216cafb8a91893d0e7fc09220...
Sage Weil
01:58 AM Revision 8ebfa939 (ceph): cephfs-journal-tool: enable purge_queue journal's event commands
Resolves: http://tracker.ceph.com/issues/24604
Signed-off-by: Xuehan Xu <xuxuehan@360.cn>
Xuehan Xu
12:05 AM Revision da7602be (ceph): Merge pull request #23411 from tchaikov/wip-install-py3-for-qa-cephfs
qa: install python3-cephfs for fs suite
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai

08/03/2018

11:45 PM RADOS Feature #24917: Gracefully deal with upgrades when bluestore skipping of data_digest becomes active

We need to wait to turn off data_digest once all OSDs are running bluestore AND we must disallow a filestore OSD to...
David Zafman
10:43 PM Bug #21664 (Resolved): Bring back diff -y for non-FreeBSD
David Zafman
10:43 PM Backport #24739 (Resolved): luminous: Bring back diff -y for non-FreeBSD
David Zafman
03:21 PM Backport #24739: luminous: Bring back diff -y for non-FreeBSD
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22848
merged
Yuri Weinstein
10:42 PM RADOS Bug #23492 (Resolved): Abort in OSDMap::decode() during qa/standalone/erasure-code/test-erasure-e...
David Zafman
10:42 PM RADOS Backport #24864 (Resolved): luminous: Abort in OSDMap::decode() during qa/standalone/erasure-code...
David Zafman
03:11 PM RADOS Backport #24864: luminous: Abort in OSDMap::decode() during qa/standalone/erasure-code/test-erasu...
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/23025
merged
Yuri Weinstein
10:40 PM RADOS Feature #24949 (Resolved): luminous: Allow scrub to fix Luminous 12.2.6 corruption of data_digest
David Zafman
10:39 PM RADOS Backport #25128 (Resolved): mimic: Allow scrub to fix Luminous 12.2.6 corruption of data_digest
David Zafman
10:39 PM RADOS Backport #26841 (Closed): mimic: luminous: Allow scrub to fix Luminous 12.2.6 corruption of data_...
David Zafman
04:02 PM RADOS Backport #26841 (Closed): mimic: luminous: Allow scrub to fix Luminous 12.2.6 corruption of data_...
Patrick Donnelly
10:35 PM RADOS Backport #25126 (Resolved): mimic: Allow repair of an object with a bad data_digest in object_inf...
David Zafman
10:35 PM RADOS Feature #25085 (Resolved): Allow repair of an object with a bad data_digest in object_info on all...
David Zafman
10:18 PM RADOS Bug #24875 (In Progress): OSD: still returning EIO instead of recovering objects on checksum errors
David Zafman
09:56 PM CephFS Backport #26851: luminous: ceph_volume_client: py3 compatible
Needs https://github.com/ceph/ceph/pull/23411 as well. Patrick Donnelly
04:04 PM CephFS Backport #26851 (Resolved): luminous: ceph_volume_client: py3 compatible
https://github.com/ceph/ceph/pull/24083 Patrick Donnelly
09:28 PM CephFS Backport #24929 (In Progress): luminous: qa: test_recovery_pool tries asok on wrong node
Patrick Donnelly
09:26 PM CephFS Backport #25041 (Resolved): luminous: mds: reduce debugging for missing inodes during subtree mig...
Patrick Donnelly
09:04 PM CephFS Backport #25041: luminous: mds: reduce debugging for missing inodes during subtree migration
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/23214
merged
Yuri Weinstein
09:25 PM CephFS Backport #25039 (Resolved): luminous: mds: dump recent (memory) log messages before respawning du...
Patrick Donnelly
09:05 PM CephFS Backport #25039: luminous: mds: dump recent (memory) log messages before respawning due to being ...
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/23213
merged
Yuri Weinstein
09:24 PM CephFS Backport #25036 (Resolved): luminous: mds: dump MDSMap epoch to log at low debug
Patrick Donnelly
09:06 PM CephFS Backport #25036: luminous: mds: dump MDSMap epoch to log at low debug
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/23212
merged
Yuri Weinstein
09:24 PM CephFS Bug #24467 (Resolved): mds: low wrlock efficiency due to dirfrags traversal
Patrick Donnelly
09:23 PM CephFS Backport #24696 (Resolved): luminous: mds: low wrlock efficiency due to dirfrags traversal
Patrick Donnelly
09:11 PM CephFS Backport #24696: luminous: mds: low wrlock efficiency due to dirfrags traversal
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/22885
merged
Yuri Weinstein
09:20 PM CephFS Bug #23768 (Resolved): MDSMonitor: uncommitted state exposed to clients/mdss
Patrick Donnelly
09:20 PM CephFS Backport #24136 (Resolved): luminous: MDSMonitor: uncommitted state exposed to clients/mdss
Patrick Donnelly
09:10 PM CephFS Backport #24136: luminous: MDSMonitor: uncommitted state exposed to clients/mdss
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/23013
merged
Yuri Weinstein
09:20 PM CephFS Backport #23790 (Resolved): luminous: mds: crash during shutdown_pass
Patrick Donnelly
09:20 PM CephFS Bug #23766 (Resolved): mds: crash during shutdown_pass
Patrick Donnelly
09:09 PM CephFS Bug #23766: mds: crash during shutdown_pass
https://github.com/ceph/ceph/pull/23015 merged Yuri Weinstein
09:11 PM Revision 06407f62 (ceph): Merge pull request #22885 from smithfarm/wip-24696-luminous
luminous: mds: low wrlock efficiency due to dirfrags traversal
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
09:11 PM Revision 7a1cbea4 (ceph): Merge pull request #22895 from smithfarm/wip-22386-luminous
luminous: ceph-fuse mount failed because no mds
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
09:10 PM Revision 5c59ecd9 (ceph): Merge pull request #23013 from batrick/i24136
luminous: MDSMonitor: uncommitted state exposed to clients/mdss
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
09:08 PM Revision 1abf3e6d (ceph): Merge pull request #23015 from batrick/i23790
luminous: mds: unset deleted vars in shutdown_pass
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Yuri Weinstein
09:06 PM Revision 25d4f17a (ceph): Merge pull request #23212 from batrick/i25036
luminous: mds: print mdsmap processed at low debug level
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
09:05 PM Revision 83e482b9 (ceph): Merge pull request #23213 from batrick/i25039
luminous: mds: dump recent events on respawn
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
09:04 PM Revision 03feda10 (ceph): Merge pull request #23214 from batrick/i25041
luminous: mds: increase debug level for dropped client cap msg
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
09:00 PM rgw Bug #24882: rgw assert in ceph::buffer::list::append from src/rgw/rgw_rest.cc:1151
Is it possible this just needs the fix that is in 12.2.6? http://tracker.ceph.com/issues/23596 Robin Johnson
07:13 PM Revision 2b4238e2 (ceph): Merge PR #23185 into master
* refs/pull/23185/head:
doc: Create pull_request_template.md
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
06:11 PM CephFS Bug #26854 (Resolved): cephfs-shell: add support to set the ceph.conf file via command line argument
This was completed as part of the original cephfs-shell merge but the argument parsing still needs refactored to supp... Patrick Donnelly
04:37 PM CephFS Bug #26854 (Resolved): cephfs-shell: add support to set the ceph.conf file via command line argument
For example:... Patrick Donnelly
05:59 PM RADOS Backport #24888: luminous: osd: crash in OpTracker::unregister_inflight_op via OSD::get_health_me...
Radek, can you take a look at backporting this? Josh Durgin
05:58 PM Dashboard Bug #24902 (Fix Under Review): Mimic Dashboard does not allow deletion of snapshots containing "+...
This was not related to #24621.
PR: https://github.com/ceph/ceph/pull/23420
Tiago Melo
04:53 PM Dashboard Bug #26856: mgr/dashboard: Request body parameters are being encoded and are never decoded
Related to http://tracker.ceph.com/issues/24621. Tiago Melo
04:51 PM Dashboard Bug #26856 (Resolved): mgr/dashboard: Request body parameters are being encoded and are never dec...
This is a regression introduced in f21d0da5a3e19e3f9bbde084e71b4a09f8dcb0a1.
This is reproducible by trying to cre...
Tiago Melo
04:45 PM ceph-volume Bug #24970 (In Progress): `lvm batch` docs and man page updates
Alfredo Deza
04:45 PM CephFS Feature #24286: tools: create CephFS shell
Followup fix: https://github.com/ceph/ceph/pull/23417 Patrick Donnelly
04:24 PM CephFS Feature #24286 (Resolved): tools: create CephFS shell
Patrick Donnelly
04:44 PM Revision 4c1c4810 (ceph): Merge PR #23417 into master
* refs/pull/23417/head:
pybind: remove execution permission bits of cephfs.pyx
Reviewed-by: Patrick Donnelly <pdonn...
Patrick Donnelly
04:43 PM ceph-volume Bug #24552 (Duplicate): expand auto engine for multiple devices on bluestore
Closing in favor of #24492 Alfredo Deza
04:42 PM ceph-volume Bug #25173 (Resolved): luminous: New mon-config changes break osd creation (master)
master PR: https://github.com/ceph/ceph/pull/23355
mimic PR: https://github.com/ceph/ceph/pull/23368
luminous PR: h...
Alfredo Deza
04:37 PM CephFS Feature #26855 (Resolved): cephfs-shell: add support to execute commands from arguments
It would be convenient to support running simple commands via the arguments to the cephfs-shell:... Patrick Donnelly
04:37 PM ceph-volume Bug #24961 (Resolved): `lvm list` should be run at the end of every functional test
master PR: https://github.com/ceph/ceph/pull/23116
mimic PR: https://github.com/ceph/ceph/pull/23148
luminous PR: h...
Alfredo Deza
04:33 PM ceph-volume Bug #24554 (Duplicate): auto: allow input of array of devices
Closing in favor of #24492 Alfredo Deza
04:32 PM Revision aab35ed5 (ceph): pybind: remove execution permission bits of cephfs.pyx
they were added in c2a671a4b6
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:29 PM Revision 35dbe36f (ceph): Merge pull request #23400 from alfredodeza/backport-mimic-rm25216
mimic: ceph-volume lvm.activate conditional mon-config on prime-osd-dir
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
04:29 PM CephFS Feature #26853 (Resolved): cephfs-shell: add batch file processing
The shell should be able to process a batch file instead of interactive commands. For example:... Patrick Donnelly
04:26 PM CephFS Bug #26852 (Resolved): cephfs-shell: add CMake directives to install the shell
Shell PR: https://github.com/ceph/ceph/pull/23158 Patrick Donnelly
04:22 PM Revision c2a671a4 (ceph): Merge PR #23158 into master
This is a milestone in the CephFS shell project. QA testing is still in the
works and will be merged separately. Inst...
Patrick Donnelly
04:20 PM Revision 05eac208 (ceph): doc: add cephfs-shell to cephfs doc index
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
04:17 PM Revision a4a96a4a (ceph): cephfs-shell: add new CephFS shell
The CephFS shell is an alternative client to access CephFS without mounting in
the usual way. The shell provides comm...
Rajula Pavani
04:04 PM CephFS Backport #26850 (Resolved): mimic: ceph_volume_client: py3 compatible
https://github.com/ceph/ceph/pull/24443 Patrick Donnelly
04:03 PM rgw Backport #26849 (Resolved): mimic: rgw: civetweb fails on urls with control characters
https://github.com/ceph/ceph/pull/23855 Patrick Donnelly
04:03 PM rgw Backport #26848 (Resolved): luminous: Delete marker generated by lifecycle has no owner
https://github.com/ceph/ceph/pull/23545 Patrick Donnelly
04:03 PM rgw Backport #26847 (Resolved): mimic: Delete marker generated by lifecycle has no owner
https://github.com/ceph/ceph/pull/23541 Patrick Donnelly
04:03 PM rgw Backport #26846 (Resolved): luminous: Lifecycle rules number on one bucket should be limited.
https://github.com/ceph/ceph/pull/23522 Patrick Donnelly
04:03 PM rgw Backport #26845 (Resolved): mimic: Lifecycle rules number on one bucket should be limited.
https://github.com/ceph/ceph/pull/23521 Patrick Donnelly
04:03 PM rgw Backport #26844 (Resolved): luminous: rgw_file: "deep stat"/stats of unenumerated paths not handled
https://github.com/ceph/ceph/pull/23499 Patrick Donnelly
04:02 PM rgw Backport #26842 (Resolved): mimic: rgw_file: "deep stat"/stats of unenumerated paths not handled
https://github.com/ceph/ceph/pull/23498 Patrick Donnelly
04:02 PM RADOS Backport #26840 (Resolved): luminous: librados application's symbol could conflict with the libce...
https://github.com/ceph/ceph/pull/23483 Patrick Donnelly
04:02 PM RADOS Backport #26839 (Resolved): mimic: librados application's symbol could conflict with the libceph-...
https://github.com/ceph/ceph/pull/24708 Patrick Donnelly
04:02 PM mgr Backport #26838 (Resolved): luminous: Can't turn off mgrc stats with mgr_stats_threshold
https://github.com/ceph/ceph/pull/23461 Patrick Donnelly
04:02 PM mgr Backport #26837 (Resolved): mimic: Can't turn off mgrc stats with mgr_stats_threshold
https://github.com/ceph/ceph/pull/23463 Patrick Donnelly
04:02 PM CephFS Backport #26836 (Closed): mimic: mds: recovering mds receive export_cancel message
https://github.com/ceph/ceph/pull/23436 Patrick Donnelly
03:56 PM Revision 52f9b3cb (ceph): Merge PR #23307 into master
* refs/pull/23307/head:
osd/OSD: fix HeartbeatInfo.is_healthy() check
osd/OSD: use first_tx to calculate failed_for...
Sage Weil
03:56 PM Revision dd475ade (ceph): Merge PR #22717 into master
* refs/pull/22717/head:
mgr/DaemonServer: osd purge: accept --yes-i-really-mean-it too
mon,mgr: guard 'osd purge' w...
Sage Weil
03:56 PM Revision 7c87d8d1 (ceph): Merge PR #23339 into master
* refs/pull/23339/head:
Revert "mgr/pybind: expose erasure code profiles"
Reviewed-by: John Spray <john.spray@redha...
Sage Weil
03:24 PM RADOS Backport #23772: luminous: ceph status shows wrong number of objects
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22680
merged
Yuri Weinstein
03:24 PM Revision 9f599ba4 (ceph): Merge pull request #22680 from VictorDenisov/backport_23772
luminous: let "ceph status" use base 10 when printing numbers not sizes
Reviewed-by: Kefu Chai <kchai@redhat.com>
Re...
Yuri Weinstein
03:22 PM RADOS Backport #24471: luminous: Ceph-osd crash when activate SPDK
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22686
merged
Yuri Weinstein
03:22 PM Revision 33cfe895 (ceph): Merge pull request #22686 from pdvian/wip-24471-luminous
luminous: spdk: fix ceph-osd crash when activate SPDK
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
03:22 PM CephFS Backport #24717: luminous: blogbench.sh failed in upgrade:luminous-x-mimic-distro-basic-smithi
Abhishek Lekshmanan wrote:
> https://github.com/ceph/ceph/pull/22774
merged
Yuri Weinstein
03:22 PM Revision 1ccbfa47 (ceph): Merge pull request #22774 from theanalyst/wip-luminous-24717
luminous: qa/workunits/suites/blogbench.sh: use correct dir name
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Revie...
Yuri Weinstein
03:21 PM Backport #24469: luminous: osd crashes in on_local_recover due to stray clone
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22848
merged
Yuri Weinstein
03:21 PM Revision 21618518 (ceph): Merge pull request #22848 from smithfarm/wip-24739-luminous
luminous: Bring back diff -y for non-FreeBSD
Reviewed-by: David Zafman <dzafman@redhat.com>
Yuri Weinstein
03:20 PM bluestore Backport #24770: luminous: set correctly shard for existed Collection.
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22860
merged
Yuri Weinstein
03:20 PM Revision 44d7bc0e (ceph): Merge pull request #22860 from smithfarm/wip-24770-luminous
luminous: bluestore: set correctly shard for existed Collection
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Yuri Weinstein
03:15 PM RADOS Backport #24772: luminous: osd: may get empty info at recovery
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22862
merged
Yuri Weinstein
03:15 PM Revision 9a9c44f7 (ceph): Merge pull request #22862 from smithfarm/wip-24772-luminous
luminous: osd: may get empty info at recovery
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
03:14 PM Backport #24774: luminous: Mimic build fails with -DWITH_RADOSGW=0
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22864
merged
Yuri Weinstein
03:14 PM Revision a382c4e9 (ceph): Merge pull request #22864 from smithfarm/wip-24774-luminous
luminous: Mimic build fails with -DWITH_RADOSGW=0
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: John Spray ...
Yuri Weinstein
03:13 PM bluestore Backport #24260: luminous: bluestore: flush_commit is racy
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22904
merged
Yuri Weinstein
03:12 PM bluestore Backport #24260: luminous: bluestore: flush_commit is racy
https://github.com/ceph/ceph/pull/22909
merged
Yuri Weinstein
03:13 PM Revision a59eaefb (ceph): Merge pull request #22904 from ifed01/wip-ifed-backport-24260
luminous: os/bluestore: fix flush_commit locking
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
03:12 PM Revision e4fb6ac1 (ceph): Merge pull request #22909 from ifed01/wip-ifed-fix-23540-luminous
luminous: os/bluestore: fix incomplete faulty range marking when doing compression
Reviewed-by: Sage Weil <sage@redh...
Yuri Weinstein
03:11 PM Revision 7dcf9c49 (ceph): Merge pull request #23025 from smithfarm/wip-24864-luminous
luminous: common: Abort in OSDMap::decode() during qa/standalone/erasure-code/test-erasure-eio.sh
Reviewed-by: David...
Yuri Weinstein
03:10 PM Backport #24979: luminous: ceph-helpers.sh tries to use dirname without mandatory parameter
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/23112
merged
Yuri Weinstein
03:10 PM Revision 5655b7c8 (ceph): Merge pull request #23112 from smithfarm/wip-24979-luminous
luminous: tests: ceph-helpers.sh tries to use dirname without mandatory parameter
Reviewed-by: David Zafman <dzafman...
Yuri Weinstein
03:03 PM Dashboard Feature #24651: mgr/dashboard: Improve SSL certificate import to no longer require a Mgr restart
After investigating a bit:
# Reloading just the CherryPy engine is not implemented.
# enabling or disabling any ...
Sebastian Wagner
02:32 PM Dashboard Cleanup #24781 (Fix Under Review): mgr/dashboard: Replace custom breadcrumb implementation with a...
PR: https://github.com/ceph/ceph/pull/23414 Tiago Melo
02:16 PM Revision 8ed0e78a (ceph): mgr/dashboard: Datatable error panel blinking on page loading
Fixes https://tracker.ceph.com/issues/25090
Signed-off-by: Volker Theile <vtheile@suse.com>
Volker Theile
01:09 PM ceph-volume Bug #24492 (Pending Backport): initial 'auto' scenario support
master PR https://github.com/ceph/ceph/pull/23075 Alfredo Deza
01:05 PM Revision 9da93644 (ceph): Merge pull request #23390 from tchaikov/wip-cmake-fmt-4.x
cmake: do not use Findfmt.cmake for checking libfmt-dev
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Kefu Chai
01:01 PM mgr Bug #25197 (Pending Backport): Can't turn off mgrc stats with mgr_stats_threshold
Kefu Chai
01:01 PM Revision 0297369b (ceph): Merge pull request #23352 from jcsp/wip-25197
mgrc: enable disabling stats via mgr_stats_threshold
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:59 PM Revision 4e263d18 (ceph): Merge pull request #23326 from tchaikov/wip-gnu-cold-attr
common/assert: mark assert helpers with [[gnu::cold]]
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed...
Kefu Chai
12:57 PM RADOS Bug #25154 (Pending Backport): librados application's symbol could conflict with the libceph-common
Kefu Chai
12:57 PM Revision fe420276 (ceph): Merge pull request #23320 from tchaikov/wip-cmake-viva-les-local-symbols
cmake: always prefer local symbols
Reviewed-by: Adam Kupczyk <akupczyk@redhat.com>
Reviewed-by: Casey Bodley <cbodle...
Kefu Chai
12:55 PM Bug #25172 (Resolved): Unnecessarily obscure CLI error on EPERM
Kefu Chai
12:54 PM Revision 3a75264e (ceph): Merge pull request #23330 from jcsp/wip-cli-eperm
ceph.in: friendlier message on EPERM
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai
12:49 PM ceph-volume Bug #24796 (Resolved): ceph-volume fails with KeyError: 'ceph.cluster_name'
Master PR https://github.com/ceph/ceph/pull/23117
Mimic PR https://github.com/ceph/ceph/pull/23127
Luminous PR http...
Alfredo Deza
12:46 PM ceph-volume Bug #24792: ceph-volume fails to zap dmcrypt device on bluestore
Now that #24504 is completed, can you check if this is still an issue for you? Alfredo Deza
12:41 PM Revision 71c7f6a9 (ceph): tools/rados: silence clang++ warning
ceph/src/tools/rados/rados.cc:1951:47: warning: moving a temporary
object prevents copy elision [-Wpessimizing-move]
...
Kefu Chai
12:41 PM Revision 6dbbb4e5 (ceph): mgr: silence -Wunused-lambda-capture warning
ceph/src/mgr/DaemonServer.cc:1772:17: warning: lambda capture 'host' is
not used [-Wunused-lambda-capture]
...
Kefu Chai
12:29 PM Revision 9754b376 (ceph): qa/suites/fs: add python3-cephfs to packages
the default set of packages to install is in
$suite/qa/packages/packages.yaml . see get_package_list() in
teuthology/...
Kefu Chai
12:08 PM ceph-volume Bug #24152 (Resolved): Starting all OSDs created by ceph-volume via systemd fails
Mimic PR https://github.com/ceph/ceph/pull/23393
Lumimnous PR https://github.com/ceph/ceph/pull/23394
Alfredo Deza
12:06 PM ceph-volume Bug #25216: backport avoid searching for a mon config
Mimic PR https://github.com/ceph/ceph/pull/23400 Alfredo Deza
12:03 PM ceph-volume Bug #24504: prevent zap/destroy on dm devices
Mimic Pr https://github.com/ceph/ceph/pull/22965
Luminous PR https://github.com/ceph/ceph/pull/23374
Alfredo Deza
12:02 PM CephFS Feature #24444 (Fix Under Review): cephfs: make InodeStat, DirStat, LeaseStat versioned
Jos Collin
12:00 PM ceph-volume Bug #24762 (Rejected): "ceph-volume scan" does not detect cluster name different than 'ceph'
I am going to close this since we can't reliably do a "best effort". As explained, we can't guarantee what the cluste... Alfredo Deza
11:55 AM Revision 1be8b06e (ceph): Merge pull request #23374 from ceph/backport-luminous-22764
luminous: ceph-volume: refuse to zap mapper devices
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
11:46 AM rgw Bug #26835: RGW returns MalformedACLError when user create too many ACL.
should we return LimitExceeded here? Chang Liu
09:41 AM rgw Bug #26835: RGW returns MalformedACLError when user create too many ACL.
see ... Chang Liu
09:41 AM rgw Bug #26835 (Fix Under Review): RGW returns MalformedACLError when user create too many ACL.
Chang Liu
11:31 AM Revision ce0fde64 (ceph): Merge pull request #23395 from alfredodeza/backport-luminous-rm24020
luminous: ceph-volume expand on the LVM API to create multiple LVs at different sizes
Reviewed-by: Andrew Schoen <as...
Alfredo Deza
10:58 AM Revision ce1f2142 (ceph): Merge pull request #23393 from alfredodeza/backport-mimic-rm24152
mimic: ceph-volume enable the ceph-osd during lvm activation
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Alfredo Deza
10:43 AM Revision 959e63c1 (ceph): mds: don't queue straydir for split
straydir can not get splitted (for now at least)
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Yan, Zheng
10:11 AM Revision 45fab1d9 (ceph): test/fio: new option to control file preallocation.
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
09:12 AM Revision 5e36d78b (ceph): Merge pull request #23261 from dillaman/wip-vstart
vstart: do not attempt to re-initialize dashboard for existing cluster
Reviewed-by: John Spray <john.spray@redhat.com>
Ricardo Dias
09:02 AM Revision 7e5c85b6 (ceph): qa: do not install python3 packages in task.install
This reverts commit c1efd59f618e24cf060d564ac0f21d5b0b57fd4a
task.install.rpm installs packages listed in
$suites/qa...
Kefu Chai
08:10 AM RADOS Bug #24835: osd daemon spontaneous segfault
The problem still persists with Mimic 13.2.1 (on the same cluster as above). Errors in ceph::buffer::list appear to h... Soenke Schippmann
08:08 AM CephFS Bug #26834: mds: use self CPU usage to calculate load
https://github.com/ceph/ceph/pull/23341 Zheng Yan
08:06 AM CephFS Bug #26834 (Resolved): mds: use self CPU usage to calculate load
current code uses system CPU load to calculate load. It is not good when the machine runs multiple tasks. Zheng Yan
08:07 AM Revision 1ff36edd (ceph): mds: calculate load by checking self CPU usage
when mds_bal_mode is 2, system CPU load is treated as mds load.
This is not good when the machine runs multiple tasks...
Yan, Zheng
07:56 AM Dashboard Bug #25212: mgr/dashboard: Remove notifications for successful actions
We had this discussion before and came to the conclusion to show successful notifications as most other web based sof... Stephan Müller
07:40 AM Bug #24225: AArch64 CRC32 crash with SIGILL
Just tried 12.2.7 - all the things works fine, no more CRC32 crashes.
Tone ZHANG wrote:
> Maybe the crash has bee...
Artemy Kapitula
07:39 AM CephFS Backport #25043 (In Progress): luminous: overhead of g_conf->get_val<type>("config name") is high
Zheng Yan
07:39 AM CephFS Backport #25043: luminous: overhead of g_conf->get_val<type>("config name") is high
https://github.com/ceph/ceph/pull/23408 Zheng Yan
07:05 AM CephFS Backport #25044 (In Progress): mimic: overhead of g_conf->get_val<type>("config name") is high
https://github.com/ceph/ceph/pull/23407 Zheng Yan
06:52 AM Bug #22056 (In Progress): segv in OSDMap::calc_pg_upmaps from balancer
https://github.com/ceph/ceph/pull/23406 Brad Hubbard
06:02 AM Bug #22056: segv in OSDMap::calc_pg_upmaps from balancer
I can create a couple of almost identical crashes in master by changing unittest_osdmap (I'll change the test so it t... Brad Hubbard
02:20 AM Bug #22056: segv in OSDMap::calc_pg_upmaps from balancer
... Brad Hubbard
06:49 AM Revision f76c889c (ceph): TestOSDMap: Test with negative upmap values
Check we can handle negative pg_upmap and pg_upmap_items values.
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
Brad Hubbard
06:49 AM Linux kernel client Bug #25150: Failed to write data to rbd device even removed from blacklist

How did it fail to write data?
We disconnect communication between the iscsi gateway node and the ceph cluster,So...
aiai li
06:48 AM Revision 670522ee (ceph): mgr/dashboard: RGW proxy can't handle self-signed certificates
Fixes tracker.ceph.com/issues/24677
Signed-off-by: Volker Theile <vtheile@suse.com>
Volker Theile
06:47 AM Revision 689e1cfb (ceph): osd/OSDMap: Disallow negative values in _apply_upmap
A negative pg_upmap or pg_upmap_item value can cause a segfault so
ignore them.
Fixes: http://tracker.ceph.com/issue...
Brad Hubbard
06:36 AM Revision 9301aff9 (ceph): mds: avoid using g_conf->get_val<...>(...) in hot path
g_conf->get_val<>()'s overhead is high
Fixes: http://tracker.ceph.com/issues/24820
Signed-off-by: "Yan, Zheng" <zyan...
Yan, Zheng
03:26 AM Revision 3696fa5a (ceph): rgw: add s3 notification sub resources
Signed-off-by: yuliyang <yuliyang@cmss.chinamobile.com> joke lee
02:06 AM Messengers Bug #25027: mon: src/msg/async/AsyncConnection.cc: 1710: FAILED assert(can_write == WriteStatus::...
/a/yuriw-2018-08-01_19:35:55-rados-wip-yuri-testing-2018-08-01-1605-luminous-distro-basic-smithi/2849251/ Neha Ojha
02:02 AM Revision 38e34465 (ceph): cmake: always prefer local symbols
Fixes: http://tracker.ceph.com/issues/25154
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:02 AM Revision 1739d6b7 (ceph): test: use death_test_style="threadsafe" for Mutex.NormalAsserts
use threadsafe for running the Mutex assert test to run the test from
beginning to avoid the hang. this test override...
Kefu Chai
01:28 AM CephFS Backport #26833 (In Progress): luminous: mds: recovering mds receive export_cancel message
pushed fix to original PR https://github.com/ceph/ceph/pull/23169 Zheng Yan
01:23 AM Revision 000409d0 (ceph): mds: update MDSRank::cluster_degraded before handling mds failure
Migrator checks MDSRank::is_cluster_degraded() to decide if it needs to
send message to other mds. MDSRank::cluster_d...
Yan, Zheng
01:14 AM Revision 9b4e8cb0 (ceph): mds: update MDSRank::cluster_degraded before handling mds failure
Migrator checks MDSRank::is_cluster_degraded() to decide if it needs to
send message to other mds. MDSRank::cluster_d...
Yan, Zheng
12:58 AM Revision 917f4f84 (ceph): Merge pull request #23384 from tchaikov/wip-cmake-cleanup
cmake: fix std::filesystem detection and extract sanitizer detection into its own module
Reviewed-by: Casey Bodley <...
Kefu Chai
12:09 AM RADOS Backport #25199 (In Progress): luminous: FAILED assert(trim_to <= info.last_complete) in PGLog::t...
Neha Ojha
12:08 AM RADOS Backport #25219 (In Progress): luminous: osd/PGLog.cc: use lgeneric_subdout instead of generic_dout
Neha Ojha
12:07 AM RADOS Backport #25200 (In Progress): mimic: FAILED assert(trim_to <= info.last_complete) in PGLog::trim()
Neha Ojha
12:07 AM RADOS Backport #25220 (In Progress): mimic: osd/PGLog.cc: use lgeneric_subdout instead of generic_dout
Neha Ojha
12:07 AM RADOS Backport #24989 (In Progress): mimic: Limit pg log length during recovery/backfill so that we don...
Neha Ojha
12:06 AM RADOS Bug #23352: osd: segfaults under normal operation
I've created a test package here based on 12.2.7 and including the one line patch above.
https://shaman.ceph.com/r...
Brad Hubbard

08/02/2018

11:58 PM Messengers Bug #22480: msg/simple: rados bench segv in ceph::buffer::list::iterator_impl::advance(), Pipe::r...
/a/yuriw-2018-08-01_19:35:55-rados-wip-yuri-testing-2018-08-01-1605-luminous-distro-basic-smithi/2849244/ Neha Ojha
11:57 PM RADOS Bug #23352 (In Progress): osd: segfaults under normal operation
https://github.com/ceph/ceph/pull/23404 Brad Hubbard
08:56 PM RADOS Bug #23352: osd: segfaults under normal operation
Brad - you can just use kjetil@medallia.com Kjetil Joergensen
08:26 AM RADOS Bug #23352: osd: segfaults under normal operation
Thanks Kjetil,
I think you are right, we should hold the lock in update_osd_health(). Not sure how we all missed tha...
Brad Hubbard
09:44 PM Revision 4996506a (ceph): mgr/MgrClient: Protect daemon_health_metrics
Without holiding the lock update_daemon_health() can race with
send_report() corrupting the daemon_health_metrics vec...
Brad Hubbard
09:07 PM CephFS Backport #26833 (Resolved): luminous: mds: recovering mds receive export_cancel message
https://github.com/ceph/ceph/pull/23169 Patrick Donnelly
09:05 PM CephFS Bug #25228 (Pending Backport): mds: recovering mds receive export_cancel message
Patrick Donnelly
02:15 AM CephFS Bug #25228 (Fix Under Review): mds: recovering mds receive export_cancel message
https://github.com/ceph/ceph/pull/23381 Zheng Yan
02:00 AM CephFS Bug #25228: mds: recovering mds receive export_cancel message
http://pulpito.ceph.com/pdonnell-2018-08-01_19:07:35-multimds-wip-pdonnell-testing-20180801.165617-testing-basic-smit... Zheng Yan
02:00 AM CephFS Bug #25228 (Resolved): mds: recovering mds receive export_cancel message
Zheng Yan
09:03 PM Revision 1dd06293 (ceph): Merge PR #23381 into master
* refs/pull/23381/head:
mds: update MDSRank::cluster_degraded before handling mds failure
Reviewed-by: Patrick Donn...
Patrick Donnelly
08:59 PM Revision fa8a32eb (ceph): Merge pull request #23394 from alfredodeza/backport-luminous-rm24152
luminous: ceph-volume enable the ceph-osd during lvm activation
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Alfredo Deza
08:59 PM rgw Bug #23659: tempest tests failing with pysaml2 version conflict
https://github.com/ceph/ceph/pull/23402 Casey Bodley
08:43 PM Revision 338b97a8 (ceph): qa/rgw: patch keystone requirements.txt
an ugly workaround for a python dependency conflict that's broken the
rgw/tempest suite. allows us to preserve the pi...
Casey Bodley
08:24 PM RADOS Bug #22330: ec: src/common/interval_map.h: 161: FAILED assert(len > 0)
/ceph/teuthology-archive/pdonnell-2018-08-02_13:06:29-multimds-wip-pdonnell-testing-20180802.044402-testing-basic-smi... Patrick Donnelly
08:21 PM RADOS Bug #21931: osd: src/osd/ECBackend.cc: 2164: FAILED assert((offset + length) <= (range.first.get_...
Run with cores/logs: /ceph/teuthology-archive/pdonnell-2018-08-02_13:06:29-multimds-wip-pdonnell-testing-20180802.044... Patrick Donnelly
08:12 PM Revision d9c23e64 (ceph): Merge pull request #23397 from alfredodeza/backport-luminous-rm25216
luminous: ceph-volume lvm.activate conditional mon-config on prime-osd-dir
Reviewed-by: Andrew Schoen <aschoen@redha...
Alfredo Deza
07:59 PM Bug #21416: osd/PGLog.cc: 60: FAILED assert(s <= can_rollback_to) after upgrade to luminous
/ceph/teuthology-archive/pdonnell-2018-08-02_13:06:29-multimds-wip-pdonnell-testing-20180802.044402-testing-basic-smi... Patrick Donnelly
07:50 PM Revision 2dc21619 (ceph): client: increase verbosity level for log messages in helper methods
Fixes: http://tracker.ceph.com/issues/21014
Signed-off-by: Rishabh Dave <ridave@redhat.com>
(cherry picked from commi...
Rishabh Dave
06:45 PM Revision 6b9e10c1 (ceph): ceph-volume lvm.activate conditional mon-config on prime-osd-dir
The --no-mon-config should only be done in Mimic releaes and later
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(c...
Alfredo Deza
06:39 PM ceph-volume Bug #25216: backport avoid searching for a mon config
Luminous PR https://github.com/ceph/ceph/pull/23375 Alfredo Deza
05:15 PM ceph-volume Bug #25216 (Resolved): backport avoid searching for a mon config
master PR https://github.com/ceph/ceph/pull/23375 Alfredo Deza
06:30 PM Revision eb0d5c9f (ceph): ceph-volume tests patch __release__ to mimic always for stdin keys
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 99c17ecbaf443824ea8e155e06c11b20a8603d76)
Alfredo Deza
06:30 PM Revision c12459c4 (ceph): ceph-volume tests patch __release__ to mimic always for stdin keys
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 99c17ecbaf443824ea8e155e06c11b20a8603d76)
Alfredo Deza
06:20 PM rgw Bug #24158 (Pending Backport): rgw: civetweb fails on urls with control characters
Abhishek Lekshmanan
06:15 PM Revision 5fc932e3 (ceph): Merge pull request #23398 from alfredodeza/wip-patch-release
ceph-volume tests patch __release__ to mimic always for stdin keys
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
06:13 PM rgw Bug #24568 (Pending Backport): Delete marker generated by lifecycle has no owner
Casey Bodley
06:12 PM rgw Bug #24572 (Pending Backport): Lifecycle rules number on one bucket should be limited.
Abhishek Lekshmanan
06:03 PM rgw Bug #24895 (Duplicate): rgw fail to put elasticsearch document when compression is set
duplicate iof http://tracker.ceph.com/issues/24896?issue_count=446&issue_position=28&next_issue_id=24895&prev_issue_i... Abhishek Lekshmanan
06:03 PM rgw Bug #24896 (Pending Backport): rgw fail to put elasticsearch document when compression is set
Probably fixed in https://github.com/ceph/ceph/pull/20796 whihc can be backported to luminous Abhishek Lekshmanan
06:01 PM rgw Bug #24915 (Pending Backport): rgw_file: "deep stat"/stats of unenumerated paths not handled
Abhishek Lekshmanan
05:59 PM rgw Bug #24947 (Closed): Ceph Luminous radosgw: Couldn't init storage provider (RADOS)
Abhishek Lekshmanan
05:59 PM rgw Bug #24955 (Closed): rgw: bucket index resharding may cause lose of bucket acl
Already fixedi n the linked issue Abhishek Lekshmanan
05:58 PM rgw Bug #24991: Add support for --bypass-gc flag of radosgw-admin bucket rm command in RGW Multi-site
Casey Bodley
05:57 PM rgw Bug #25014 (Need More Info): Radosgw civetweb poll func cost almost 1 second
Can you explain where you're seeing 1s delay? Abhishek Lekshmanan
05:57 PM Revision 6ebbf299 (ceph): src/osd/PG.cc: remove redundant call to trim_log()
This change is motived by the failure tracked in
https://tracker.ceph.com/issues/25198. The failure highlights a case...
Neha Ojha
05:57 PM Revision b82e1ada (ceph): osd/PGLog.cc: use lgeneric_subdout instead of generic_dout
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit 1b6dafb351b4f80e1e2c9a304f9e1d508ae8bf72)
Neha Ojha
05:56 PM Revision 3ae1321d (ceph): osd/PGLog: allow pg log trim when complete_to is less than trim_to
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit a5329ba8dd169e55deaff47d042354e53d8e722d)
Neha Ojha
05:55 PM Revision ac7e9cd8 (ceph): osd: reset complete_to when trimming the log past it
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit 38170cdb1b8c3ea7e8b411fabe1fe99abd06cf52)
Neha Ojha
05:55 PM CephFS Backport #25046: luminous: mds: create health warning if we detect metadata (journal) writes are ...
@prashant, you can just skip OpenFileTable.cc patches. Patrick Donnelly
05:55 PM Revision e2dd5e07 (ceph): osd: allow trim() to proceed when there are missing items
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit de42fee0dff299f4d0377961d05e02fd8f49f21b)
Neha Ojha
05:54 PM Revision 62ff545c (ceph): osd: handle trim() during backfill and async recovery
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit e538c31f0f3133f811a8e478fcb25b575cad66bf)
Neha Ojha
05:53 PM Revision ab597ad2 (ceph): osd: add flag to remember async recovery
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit 22d17fb5aad6ab9d7525d9492c0e96a36d02879e)
Neha Ojha
05:53 PM Revision 4aa16caa (ceph): osd: print pg log length and trim_to
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit f48584a5b468949c31bffba1b507fb13a8756284)
Neha Ojha
05:51 PM Revision 99c17ecb (ceph): ceph-volume tests patch __release__ to mimic always for stdin keys
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:50 PM rgw Bug #25135 (Fix Under Review): rgw:s3test failed to pass test_object_set_get_non_utf8_metadata
Abhishek Lekshmanan
05:48 PM Revision 620e14dd (ceph): osd: make calc_trim_to() independent of min_last_complete_ondisk
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit 1ae5fd32c92ea2f025344c663535d00f71f2cdda)
Neha Ojha
05:47 PM rgw Bug #25168: rgw: can't remove shadow file when copy object from other placement after remove object
https://github.com/ceph/ceph/pull/22613 Abhishek Lekshmanan
05:44 PM rgw Bug #25243: rgw can not use fastcgi
Fastcgi is untested in teuthology and just continuing as frontend, Abhishek Lekshmanan
05:52 AM rgw Bug #25243: rgw can not use fastcgi
the VERSION does not support fastcgi anymore liang sibin
04:58 AM rgw Bug #25243 (New): rgw can not use fastcgi
ceph.conf
[global]
fsid = 11fd99e9-39ef-4dd7-b28d-ab4e208b63be
mon_initial_members = ceph-server0
mon_host = 19...
liang sibin
05:30 PM Revision d354178c (ceph): ceph-volume lvm.activate conditional mon-config on prime-osd-dir
The --no-mon-config should only be done in Mimic releaes and later
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(c...
Alfredo Deza
05:08 PM ceph-volume Feature #24020: allow for more flexibility in the lvcreate API
Luminous PR https://github.com/ceph/ceph/pull/23395 Alfredo Deza
04:11 PM Revision 13d3d7c8 (ceph): Merge pull request #23382 from tchaikov/wip-gtest-parallel-py3
cmake,run-make-check: always enable WITH_GTEST_PARALLEL
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
03:58 PM CephFS Feature #26831 (New): mds: consider subtree setting to enable LAZYIO automatically (RFC)
See discussion here: https://github.com/ceph/ceph/pull/22450#issuecomment-400614296
This should be one avenue to e...
Patrick Donnelly
03:57 PM RADOS Bug #25182: Upmaps forgotten after restarting OSDs
Hmm, I wasn't able to reproduce this... Sage Weil
03:30 PM RADOS Bug #25182: Upmaps forgotten after restarting OSDs
It is expected that the upmaps may evaporate if the "raw" CRUSH mapping changes. This shouldn't happen for osd up/do... Sage Weil
03:49 PM Revision 714e3771 (ceph): seastar: pick up changes in seastar
-ldl is not necessary if an application using dlopen() can compile and
link just fine without it.
same applies to -l...
Kefu Chai
03:16 PM Revision f18ffecc (ceph): rpm: remove fmt-devel from BuildRequires
because RHEL/CentOS 7 only offers fmt-devel 3.0.2, while seastar
requires >= 4.0.0, < 5.0.0, and on openSUSE Leap 15,...
Kefu Chai
02:36 PM Revision 69e97236 (ceph): ceph-volume tests verify create_lvs behavior
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 8c487124d795778dbbf461ffb95841b1c8025e08)
Alfredo Deza
02:36 PM Revision 8cfaad5d (ceph): ceph-volume api.lvm fallback to 1 part if none are define when creating...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 552d987233545f6f33b9220ea4ea98753f96962f)
Alfredo Deza
02:36 PM Revision 2095d1ad (ceph): ceph-volume api.lvm add a sizing method for VGs to calculate LV creation
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit e61b9e5c771e167990caad3d85c0bfd27682d643)
Alfredo Deza
02:36 PM Revision cca5dcc2 (ceph): ceph-deploy api.lvm allow multiple lv creation
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit e073c56d80d8f37e0f96093f8dd4a95aef81ea02)
Alfredo Deza
02:36 PM Revision 6388c40f (ceph): ceph-volume api.lvm default to null tags on lvs created
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 490e73eff1b5b7cc98db5d3df292759e1773c0ab)
Alfredo Deza
02:36 PM Revision 4913ff07 (ceph): ceph-volume api.lvm force vgs to display units in 'g'
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit da9f90fcb40e1e82c322f6020253b63da69238da)
Alfredo Deza
02:36 PM Revision 0a8683d0 (ceph): ceph-volume tests verify vg sizing behavior
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 08832f21e52f28d65a16aadae54a10c8fd16259f)
Alfredo Deza
02:36 PM Revision 0edde30a (ceph): ceph-volume exceptions create an error for size allocations
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit b035bb0f54d4a7777ce242798bdeb18ad0dc28e0)
Alfredo Deza
02:14 PM Revision 8df0e40b (ceph): cmake: require 4.0.0 <= libfmt-dev < 5.0.0
FMT_VERSION is now living in fmt/core.h in libfmt >= 5.0, so we cannot
parse fmt/format.h for libfmt's version anymor...
Kefu Chai
02:05 PM Revision 702354b3 (ceph): ceph-volume: optional systemd enable --runtime
Allow units to be enabled but not persisted across a reboot,
and use this when enabling osds.
Signed-off-by: Dan van...
Dan van der Ster
02:05 PM Revision a76352ec (ceph): ceph-volume: enable ceph-osd during lvm activation
Enable the ceph-osd@<id> unit during lvm activate to link these
units to the ceph-osd.target.
Signed-off-by: Dan van...
Dan van der Ster
02:00 PM Revision de42cc9c (ceph): ceph-volume: enable ceph-osd during lvm activation
Enable the ceph-osd@<id> unit during lvm activate to link these
units to the ceph-osd.target.
Signed-off-by: Dan van...
Dan van der Ster
02:00 PM Revision be4ef864 (ceph): ceph-volume: optional systemd enable --runtime
Allow units to be enabled but not persisted across a reboot,
and use this when enabling osds.
Signed-off-by: Dan van...
Dan van der Ster
01:31 PM Revision f561fb80 (ceph): Merge pull request #23386 from smithfarm/wip-fix-seastar-builddeps
build/ops: rpm: fix seastar build dependencies
Reviewed-by: Kefu Chai <kchai@redhat.com>
Nathan Cutler
12:56 PM Bug #26830 (Fix Under Review): ceph-disk: extract_parted_partinion_numbers does not return a list...
*mimic PR*: https://github.com/ceph/ceph/pull/23392 Nathan Cutler
12:36 PM Bug #26830 (Resolved): ceph-disk: extract_parted_partinion_numbers does not return a list in python3
The move from python2 to python3 changed behavior of the built-in function map(). Instead of returning a list, an ite... Alexander Graul
12:56 PM Revision 7853830e (ceph): Merge pull request #23367 from alfredodeza/luminous-rm25173
luminous ceph-volume do not use stdin in luminous
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
12:51 PM Revision 00e6e463 (ceph): Merge pull request #23375 from alfredodeza/wip-rm25216
ceph-volume lvm.activate conditional mon-config on prime-osd-dir
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
12:47 PM Dashboard Cleanup #25161 (Fix Under Review): Every keystroke for the username in the RGW user form triggers...
Volker Theile
12:40 PM Revision 6f5a0720 (ceph): ceph-disk: return a list instead of an iterator
Python2 to Python3 changed the return of map() from a list to a
"map object" which is an interator. This commit turns...
Alexander Graul
11:40 AM mgr Bug #24982: mgr: terminate called after throwing an instance of 'std::out_of_range' in DaemonPerf...
This isn't reproducing for me on a development environment compiling the 12.2.7 tag.
Anything else you can tell me...
John Spray
11:18 AM rbd Bug #25346: should not be allowed to restore an image when it is being deleted
PR: https://github.com/ceph/ceph/pull/23389 wb song
11:07 AM rbd Bug #25346 (Resolved): should not be allowed to restore an image when it is being deleted
An image that is being deleted in trash bin should not be allowed to be restored.
Steps to re-produce:
Client-A:
<...
wb song
11:06 AM Dashboard Bug #25344 (Fix Under Review): mgr/dashboard: Automatic redirect from RBD list to login page on s...
Ricardo Marques
10:41 AM Dashboard Bug #25344 (In Progress): mgr/dashboard: Automatic redirect from RBD list to login page on sessio...
Ricardo Marques
09:33 AM Dashboard Bug #25344 (Resolved): mgr/dashboard: Automatic redirect from RBD list to login page on session lost
I found that, if we lose session on RBD list page, we are not correctly redirected to the login page:
!rbd-list-lo...
Ricardo Marques
10:44 AM mgr Bug #25345 (Fix Under Review): "balancer execute" only requires read permissions
https://github.com/ceph/ceph/pull/23387 John Spray
10:42 AM mgr Bug #25345 (Resolved): "balancer execute" only requires read permissions
John Spray
10:42 AM Revision 7602f256 (ceph): mgr: tweaks to command permissions
Upgrade all selftest ops to rw, downgrade restful
cert list to r.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
10:42 AM Revision f63ed1af (ceph): mgr: fix permissions on `balancer execute`
Fixes: http://tracker.ceph.com/issues/25345
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
10:28 AM Dashboard Bug #24570 (Resolved): mgr/dashboard: Modal dialogs are still open when UI is redirected to the l...
Ricardo Marques
10:27 AM Revision b9b86a79 (ceph): Merge pull request #23328 from votdev/bug_24570
mgr/dashboard: Close modal dialogs on login screen
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: St...
Ricardo Marques
10:19 AM Revision f0eed6d0 (ceph): build/ops: rpm: fix seastar build dependencies
1. cryptopp-devel was moved to the distro-specific section by
aeb974b9139d49f13e162cd90da8a0a4b3fc3b33, then
96196e9d...
Nathan Cutler
10:13 AM Revision 446881f8 (ceph): mgr/dashboard: RestClient can't handle ProtocolError exceptions
Fixes: https://tracker.ceph.com/issues/25190
Signed-off-by: Volker Theile <vtheile@suse.com>
Volker Theile
10:11 AM Revision f121671c (ceph): Merge pull request #23363 from votdev/fix_typo
mgr/dashboard: Fix typo
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: Stephan Müller <smueller@suse...
Ricardo Marques
09:51 AM Revision 38508b41 (ceph): build/ops: refrain from installing/using lsb_release in install-deps.sh
Unfortunately the mapping between release number and codename (which is only
relevant for Debian and Ubuntu btw) is n...
Nathan Cutler
09:23 AM Revision 8bec1035 (ceph): run-make-check: drop CMAKE_PYTHON_OPTS variable
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
09:13 AM Revision cee01227 (ceph): cmake,run-make-check: always enable WITH_GTEST_PARALLEL
now that https://github.com/google/gtest-parallel/pull/63 has been
merged, we can now use gtest-parallel with py2 and...
Kefu Chai
08:38 AM Revision ab1497ad (ceph): cmake: fix a cmake error when with -DALLOCATOR=jemalloc.
When exec: ./do_cmake.sh -DALLOCATOR=jemalloc. Met the following
messages:
>> CMake Error at cmake/modules/FindJeMall...
jianpeng ma
08:23 AM Dashboard Feature #25156 (In Progress): mgr/dashboard: Erasure code profile management
Stephan Müller
06:43 AM Revision a7326ee0 (ceph): cmake: extract sanitizer detection out
also, we don't need to pass '-lasan' or '-ltsan' to linker. it's
suggested to use the "-fsanitize=${sanitizer}".
ple...
Kefu Chai
06:37 AM Revision bbd95765 (ceph): cmake: fix StdFilesystem detection
before this change, we fails to detect std::filesystem with clang++,
because the cmake project created by try_compil...
Kefu Chai
06:20 AM Bug #24225: AArch64 CRC32 crash with SIGILL
Maybe the crash has been fixed by the PR https://github.com/ceph/ceph/pull/22178.
Could you please have a test?
...
Anonymous
05:18 AM rgw Backport #25218 (In Progress): mimic: valgrind failures related to --max-threads prevent radosgw ...
Opened backport PR : https://github.com/ceph/ceph/pull/23383
but changes related to qa/suites/rgw/verify/tasks/0-i...
Prashant D
05:13 AM rgw Backport #25088 (In Progress): mimic: change default rgw_thread_pool_size to 512
https://github.com/ceph/ceph/pull/23383 Prashant D
04:43 AM CephFS Feature #17230 (Pending Backport): ceph_volume_client: py3 compatible
Patrick Donnelly
04:43 AM CephFS Feature #20598 (Resolved): mds: revisit LAZY_IO
Patrick Donnelly
04:42 AM CephFS Bug #25215 (Resolved): mds: changing mds_cache_memory_limit causes boost::bad_get exception
Patrick Donnelly
04:42 AM Revision 2ea86fa4 (ceph): Merge PR #21948 into master
* refs/pull/21948/head:
ceph_volume_client: use integer division for pg_num
packages.yaml: install py3 compatible c...
Patrick Donnelly
04:42 AM Revision 2480ace1 (ceph): Merge PR #22450 into master
* refs/pull/22450/head:
client: LAZY_IO support
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
04:42 AM Revision a1a5a603 (ceph): Merge PR #23290 into master
* refs/pull/23290/head:
tools/ceph-dencoder: include types.h with full path
tools/ceph-dencoder: move ceph-dencoder...
Patrick Donnelly
04:42 AM Revision 114fc031 (ceph): Merge PR #23365 into master
* refs/pull/23365/head:
mds/MDCache: fix mds_cache_memory_limit get_val<>
Reviewed-by: Patrick Donnelly <pdonnell@r...
Patrick Donnelly
03:59 AM RADOS Bug #24875: OSD: still returning EIO instead of recovering objects on checksum errors
*master PR*: https://github.com/ceph/ceph/pull/23377 Nathan Cutler
03:57 AM RADOS Backport #25227 (In Progress): luminous: OSD: still returning EIO instead of recovering objects o...
Nathan Cutler
03:56 AM RADOS Backport #25226 (In Progress): mimic: OSD: still returning EIO instead of recovering objects on c...
Nathan Cutler
03:16 AM Revision 23c60353 (ceph): osd: do_sparse_read(): On Checksum mismatch try to repair
Fixes: http://tracker.ceph.com/issues/24875
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from com...
David Zafman
03:15 AM Revision 925caf4b (ceph): osd: do_read(): Use actual bytes read to determine if CRC can be checked
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 48d7448d72834810cf13eca1425e0cf0e8570c7a)...
David Zafman
03:14 AM Dashboard Feature #25232 (Closed): mgr/dashboard: Support minimum password complexity rules
For local accounts, password should adhere to some basic complexity rules
Suggested rules;
- at least 6 chars in ...
Paul Cuzner
03:10 AM Revision 929f78ab (ceph): osd: do_sparse_read(): On Checksum mismatch try to repair
Fixes: http://tracker.ceph.com/issues/24875
Signed-off-by: David Zafman <dzafman@redhat.com>
David Zafman
03:10 AM Revision 48d7448d (ceph): osd: do_read(): Use actual bytes read to determine if CRC can be checked
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
03:06 AM rgw Backport #25217 (Need More Info): luminous: valgrind failures related to --max-threads prevent ra...
rgw_tempest.yaml and 0-install.yaml are missing in luminous branch,
$ git cherry-pick -x $(git log 8d36655^1..8d...
Prashant D
02:55 AM Revision fba69e0e (ceph): qa/rgw: override valgrind --max-threads for radosgw
radosgw now uses 512 frontend threads by default, and valgrind won't
start with its default --max-threads=500
Fixes:...
Casey Bodley
02:52 AM Dashboard Feature #25231 (Rejected): mgr/dashboard: Provide ability to create a user by cloning another
To support users that require the same privileges, the UI should support a means of cloning. This would take the role... Paul Cuzner
02:50 AM Revision 7990d1d1 (ceph): rgw: change default rgw_thread_pool_size to 512
This value is commonly tuned up and demonstrates better performance on
large systems.
Fixes: http://tracker.ceph.com...
Douglas Fuller
02:46 AM Revision 53a0c18a (ceph): Merge pull request #23380 from majianpeng/cmake-jemalloc-error
cmake: fix a cmake error when with -DALLOCATOR=jemalloc.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:45 AM Dashboard Feature #25230 (Resolved): mgr/dashboard: Provide a full screen view for embedded grafana dashboard
By default the dashboards will be embedded within the UI, but some charts may benefit from a full screen view to show... Paul Cuzner
02:40 AM Dashboard Feature #25229 (Closed): mgr/dashboard: Provide user enable/disable capability
By adding a user enable/disable feature, the dashboard supports temporarily revoking access to the management UI
T...
Paul Cuzner
02:14 AM rbd Bug #25187: Mimic rbd failed to create image in format 1
Thanks for clarification!
I decided to migrate to image format 1.
This issue can be closed. Thanks again!
Yecheng Fu
02:14 AM Revision 0912caef (ceph): Merge pull request #23300 from tchaikov/wip-cmake-cleanup
cmake: cleanups
Reviewed-by: Willem Jan Withagen <wjw@digiware.nl>
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Kefu Chai
02:12 AM Revision 93458c73 (ceph): mds: update MDSRank::cluster_degraded before handling mds failure
Migrator checks MDSRank::is_cluster_degraded() to decide if it needs to
send message to other mds. MDSRank::cluster_d...
Yan, Zheng
01:13 AM Bug #23649: [simple/msg]Add heartbeat timeout beforeAccepter::entry break out for osd thread
New PR :
https://github.com/ceph/ceph/pull/23306
相洋 于
01:08 AM Revision 00e0ab40 (ceph): msg: ceph_abort() when there are enough accepter errors in msg server
In some extrem cases(we have met one in our production cluster), when Accepter thread break out , new client can not ... root
12:22 AM Revision f91faa7c (ceph): mds: change MDSRank::finished_queue to deque
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng

08/01/2018

11:37 PM RADOS Backport #25227 (Resolved): luminous: OSD: still returning EIO instead of recovering objects on c...
https://github.com/ceph/ceph/pull/23379 David Zafman
11:32 PM RADOS Backport #25226 (Resolved): mimic: OSD: still returning EIO instead of recovering objects on chec...
https://github.com/ceph/ceph/pull/23378 David Zafman
11:26 PM RADOS Bug #25211 (Fix Under Review): bug in PerfCounters
Josh Durgin
12:23 PM RADOS Bug #25211: bug in PerfCounters
https://github.com/ceph/ceph/pull/23362 hongpeng lu
12:16 PM RADOS Bug #25211 (Resolved): bug in PerfCounters
when we call PerfCounters::inc() and read_avg() at the same time, maybe the result is not what we want.
show the c...
hongpeng lu
11:24 PM Messengers Bug #25208 (Duplicate): msg/async/AsyncConnection.cc: 1710: FAILED assert(can_write == WriteStatu...
Josh Durgin
01:15 AM Messengers Bug #25208 (Duplicate): msg/async/AsyncConnection.cc: 1710: FAILED assert(can_write == WriteStatu...
... Sage Weil
11:04 PM Revision 1ab94e88 (ceph): Merge pull request #23272 from dzafman/wip-25085-mimic
mimic: Fix 25085 and 24949
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
10:58 PM RADOS Bug #24875: OSD: still returning EIO instead of recovering objects on checksum errors
David Zafman
10:18 PM RADOS Bug #25146: "rocksdb: Corruption: Can't access /000000.sst" in upgrade:mimic-x:parallel-master-di...
another option would be to only partially revert, and keep just the bits that ignore the older deleted log files. Sage Weil
02:03 PM RADOS Bug #25146: "rocksdb: Corruption: Can't access /000000.sst" in upgrade:mimic-x:parallel-master-di...
an alternative option is to whip up a tool to rebuild the manifest to remove the dummy File4 with kDeletedLogNumberHa... Kefu Chai
12:45 PM RADOS Bug #25146: "rocksdb: Corruption: Can't access /000000.sst" in upgrade:mimic-x:parallel-master-di...
it's a regression in rocksdb. the rocksdb in mimic (eaee6d3beab3429232ceb188377a3f94e844fca7) is f4a857da0b720691effc... Kefu Chai
06:28 AM RADOS Bug #25146: "rocksdb: Corruption: Can't access /000000.sst" in upgrade:mimic-x:parallel-master-di...
i create a vstart.sh cluster using mimic branch, and ceph-monstore-tool from master is able to open it just fine.
...
Kefu Chai
09:57 PM rgw Backport #25217: luminous: valgrind failures related to --max-threads prevent radosgw from starting
@Prasant - please do this backport as part of the existing PR https://github.com/ceph/ceph/pull/23359 Nathan Cutler
09:50 PM rgw Backport #25217 (Resolved): luminous: valgrind failures related to --max-threads prevent radosgw ...
https://github.com/ceph/ceph/pull/24034 Nathan Cutler
09:54 PM RADOS Feature #24949: luminous: Allow scrub to fix Luminous 12.2.6 corruption of data_digest
mimic "backport" is actually a forward port from luminous Nathan Cutler
05:37 PM RADOS Feature #24949 (Pending Backport): luminous: Allow scrub to fix Luminous 12.2.6 corruption of dat...
David Zafman
09:51 PM Backport #25225 (Resolved): mimic: [RFE] Filestore split log should show PG that is splitting
https://github.com/ceph/ceph/pull/23453 Nathan Cutler
09:51 PM Backport #25224 (Resolved): jewel: [RFE] Filestore split log should show PG that is splitting
https://github.com/ceph/ceph/pull/23455 Nathan Cutler
09:51 PM Backport #25223 (Resolved): luminous: [RFE] Filestore split log should show PG that is splitting
https://github.com/ceph/ceph/pull/23454 Nathan Cutler
09:51 PM Backport #25222 (Resolved): mimic: common: Cond.h:C_SaferCond does not check done before calling ...
https://github.com/ceph/ceph/pull/23435 Nathan Cutler
09:51 PM Backport #25221 (Rejected): luminous: common: Cond.h:C_SaferCond does not check done before calli...
Nathan Cutler
09:50 PM RADOS Backport #25220 (Resolved): mimic: osd/PGLog.cc: use lgeneric_subdout instead of generic_dout
https://github.com/ceph/ceph/pull/23403 Nathan Cutler
09:50 PM RADOS Backport #25219 (Resolved): luminous: osd/PGLog.cc: use lgeneric_subdout instead of generic_dout
https://github.com/ceph/ceph/pull/23211 Nathan Cutler
09:50 PM rgw Backport #25218 (Resolved): mimic: valgrind failures related to --max-threads prevent radosgw fro...
https://github.com/ceph/ceph/pull/23383 Nathan Cutler
09:50 PM mgr Backport #24697 (Resolved): luminous: ceph osd safe-to-destroy crashes the mgr
Nathan Cutler
03:41 PM mgr Backport #24697: luminous: ceph osd safe-to-destroy crashes the mgr
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/22806
merged
Yuri Weinstein
09:49 PM rbd Backport #24498 (Resolved): luminous: "invalid object map" flag may be not stored on disk
Nathan Cutler
03:39 PM rbd Backport #24498: luminous: "invalid object map" flag may be not stored on disk
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22753
merged
Yuri Weinstein
09:48 PM rbd Bug #24713 (Resolved): order rbdmap.service before remote-fs-pre.target
Nathan Cutler
09:48 PM rbd Backport #24735 (Resolved): luminous: order rbdmap.service before remote-fs-pre.target
Nathan Cutler
03:38 PM rbd Backport #24735: luminous: order rbdmap.service before remote-fs-pre.target
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22844
merged
Yuri Weinstein
09:47 PM RADOS Bug #24484 (Resolved): osdc: wrong offset in BufferHead
Nathan Cutler
09:47 PM RADOS Backport #24584 (Resolved): luminous: osdc: wrong offset in BufferHead
Nathan Cutler
03:37 PM RADOS Backport #24584: luminous: osdc: wrong offset in BufferHead
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22865
merged
Yuri Weinstein
09:45 PM rgw Backport #24514 (Resolved): luminous: "radosgw-admin zonegroup set" requires realm
Nathan Cutler
03:36 PM rgw Backport #24514: luminous: "radosgw-admin zonegroup set" requires realm
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22767
merged
Yuri Weinstein
09:45 PM rgw Backport #24916 (Resolved): luminous: rgw: partial ordered bucket listing feature
Nathan Cutler
03:34 PM rgw Backport #24916: luminous: rgw: partial ordered bucket listing feature
https://github.com/ceph/ceph/pull/21806
merged
Yuri Weinstein
09:44 PM rgw Backport #24690 (Resolved): luminous: rgw-multisite: endless loop in RGWBucketShardIncrementalSyncCR
Nathan Cutler
03:33 PM rgw Backport #24690: luminous: rgw-multisite: endless loop in RGWBucketShardIncrementalSyncCR
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/22817
merged
Yuri Weinstein
09:44 PM rgw Bug #24590 (Resolved): rgw: index complete miss zones_trace set
Nathan Cutler
09:44 PM rgw Backport #24692 (Resolved): luminous: rgw: index complete miss zones_trace set
Nathan Cutler
03:32 PM rgw Backport #24692: luminous: rgw: index complete miss zones_trace set
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/22820
merged
Yuri Weinstein
09:42 PM rgw Bug #24589 (Resolved): rgw: meta and data notify thread miss stop cr manager
Nathan Cutler
09:42 PM rgw Backport #24693 (Resolved): luminous: rgw: meta and data notify thread miss stop cr manager
Nathan Cutler
03:32 PM rgw Backport #24693: luminous: rgw: meta and data notify thread miss stop cr manager
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/22822
merged
Yuri Weinstein
09:41 PM rgw-testing Bug #24483 (Resolved): add unit test for cls bi list command
Nathan Cutler
09:41 PM rgw-testing Backport #24737 (Resolved): luminous: add unit test for cls bi list command
Nathan Cutler
03:31 PM rgw-testing Backport #24737: luminous: add unit test for cls bi list command
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22846
merged
Yuri Weinstein
09:40 PM rgw Bug #24566 (Resolved): rgw: set cr state if aio_read err return in RGWCloneMetaLogCoroutine::stat...
Nathan Cutler
09:39 PM rgw Backport #24782 (Resolved): luminous: rgw: set cr state if aio_read err return in RGWCloneMetaLog...
Nathan Cutler
03:31 PM rgw Backport #24782: luminous: rgw: set cr state if aio_read err return in RGWCloneMetaLogCoroutine::...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22942
merged
Yuri Weinstein
09:10 PM Revision 020d6b1e (ceph): ceph-volume lvm.activate conditional mon-config on prime-osd-dir
The --no-mon-config should only be done in Mimic releaes and later
Signed-off-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
08:56 PM ceph-volume Bug #25216 (Resolved): backport avoid searching for a mon config
The following PR only works for Mimic and newer: https://github.com/ceph/ceph/pull/22393
We need to make sure that...
Alfredo Deza
08:56 PM Revision 4dbd220c (ceph): adds the util.disk.is_mapper_device method
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit 852a466fdfa29c91f266ec122dcd5b01b8d1fca5)
Andrew Schoen
08:56 PM Revision 07951117 (ceph): lvm zap: refuse to zap mapper devices
Fixes: http://tracker.ceph.com/issues/24504
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from co...
Andrew Schoen
08:36 PM Revision 2f0b2c44 (ceph): Merge pull request #23368 from alfredodeza/mimic-rm25173
mimic ceph-volume do not use stdin in luminous
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
08:21 PM bluestore Bug #25207: ceph-volume lvm create gives segmentation fault
Alfredo Deza wrote:
> [...]
>
> The above is considered normal for the first time the OSD is created.
>
> Not ...
Pavan Kumar Linga
10:55 AM bluestore Bug #25207: ceph-volume lvm create gives segmentation fault
... Alfredo Deza
12:37 AM bluestore Bug #25207 (Can't reproduce): ceph-volume lvm create gives segmentation fault
Hi,
I am trying to install the osd on nvme drive. It is not linked to any volume groups.
When i tried to use the...
Pavan Kumar Linga
08:14 PM rgw Backport #25088: mimic: change default rgw_thread_pool_size to 512
this backport will need https://github.com/ceph/ceph/pull/23372 from http://tracker.ceph.com/issues/25214 to pass teu... Casey Bodley
08:14 PM rgw Backport #25087: luminous: change default rgw_thread_pool_size to 512
this backport will need https://github.com/ceph/ceph/pull/23372 from http://tracker.ceph.com/issues/25214 to pass teu... Casey Bodley
03:34 AM rgw Backport #25087 (In Progress): luminous: change default rgw_thread_pool_size to 512
-https://github.com/ceph/ceph/pull/23359- Prashant D
08:12 PM rgw Bug #25214 (Pending Backport): valgrind failures related to --max-threads prevent radosgw from st...
Casey Bodley
06:49 PM rgw Bug #25214 (Fix Under Review): valgrind failures related to --max-threads prevent radosgw from st...
https://github.com/ceph/ceph/pull/23372 Casey Bodley
01:42 PM rgw Bug #25214: valgrind failures related to --max-threads prevent radosgw from starting
can we change the valgrind invocation as suggested in the output? Matt Benjamin
01:12 PM rgw Bug #25214 (Resolved): valgrind failures related to --max-threads prevent radosgw from starting
The rgw/verify suite is failing after changing the default thread pool size to 512.
http://pulpito.ceph.com/teutho...
Casey Bodley
08:12 PM Revision 8d36655f (ceph): Merge pull request #23372 from cbodley/wip-25214
qa/rgw: override valgrind --max-threads for radosgw
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Casey Bodley
06:45 PM Revision e617990e (ceph): qa/rgw: override valgrind --max-threads for radosgw
radosgw now uses 512 frontend threads by default, and valgrind won't
start with its default --max-threads=500
Fixes:...
Casey Bodley
06:18 PM Revision c6ed1389 (ceph): Merge pull request #23369 from alfredodeza/luminous-cv-auto
luminous: ceph-volume initial take on auto sub-command
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
06:00 PM rgw Bug #24146 (Resolved): rgw: require --yes-i-really-mean-it to run radosgw-admin orphans find
Nathan Cutler
06:00 PM rgw Backport #24844 (Resolved): luminous: rgw: require --yes-i-really-mean-it to run radosgw-admin o...
Nathan Cutler
03:30 PM rgw Backport #24844: luminous: rgw: require --yes-i-really-mean-it to run radosgw-admin orphans find
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22985
merged
Yuri Weinstein
05:58 PM Revision 33204e16 (ceph): Merge branch 'add_bluestore' into 'rh-luminous'
bluestore configuration added
See merge request ceph/ceph!25
Vasu Kulkarni
05:56 PM RADOS Bug #23352: osd: segfaults under normal operation
For MgrClient::update_osd_health, does the move-assignment compile into updating a pointer to a std::vector, or does ... Kjetil Joergensen
05:41 AM RADOS Bug #23352: osd: segfaults under normal operation
Just adding another "me too" on this. I've hit this on Luminous 12.2.7 also under Ubuntu 16.04.4 with 4.15.0-24-gener... Richard Bade
02:08 AM RADOS Bug #23352: osd: segfaults under normal operation
... Brad Hubbard
05:56 PM mgr Bug #24982: mgr: terminate called after throwing an instance of 'std::out_of_range' in DaemonPerf...
Boris Ranto wrote:
> I took a quick look, a couple of notes:
>
> While the patch did add the map::at call, we cal...
Iain Bucław
09:22 AM mgr Bug #24982: mgr: terminate called after throwing an instance of 'std::out_of_range' in DaemonPerf...
We are also affected by this bug.
During the upgrade from 12.2.5 to 12.2.7 the mgr starts to abort upon restart wi...
Burkhard Linke
06:47 AM mgr Bug #24982: mgr: terminate called after throwing an instance of 'std::out_of_range' in DaemonPerf...
I took a quick look, a couple of notes:
While the patch did add the map::at call, we call map::at even before that...
Boris Ranto
05:52 PM Revision ce45875d (ceph): Merge pull request #23145 from cbodley/wip-qa-rgw-admin-rest
qa/rgw: add radosgw-admin-rest task to singleton suite
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Casey Bodley
05:43 PM RADOS Bug #25108: object errors found in be_select_auth_object() aren't logged the same
Kefu:
my concern is that, we don't reset object_error before moving to another ScrubMap. so once we identify an erro...
David Zafman
05:41 PM RADOS Bug #25108 (In Progress): object errors found in be_select_auth_object() aren't logged the same
David Zafman
05:38 PM RADOS Feature #25085 (Pending Backport): Allow repair of an object with a bad data_digest in object_inf...
David Zafman
05:38 PM RADOS Backport #25127 (Resolved): luminous: Allow repair of an object with a bad data_digest in object_...
David Zafman
04:54 PM Revision 7184ed54 (ceph): Merge PR #23195 into master
* refs/pull/23195/head:
mds: use vector for context lists
common: make C_ContextsBase container agnostic
common: m...
Patrick Donnelly
04:54 PM CephFS Cleanup #25111 (Resolved): mds: use vector to manage Contexts rather than a list
Patrick Donnelly
04:44 PM mgr Documentation #25193: http://docs.ceph.com/docs/master/mgr/restful/ various mind slips
> Lumi seems to have config for non-presistent and config-key for persistent config, former without the possibility t... John Spray
02:47 PM mgr Documentation #25193: http://docs.ceph.com/docs/master/mgr/restful/ various mind slips
>re config vs config-key:
Lumi seems to have *config* for non-presistent and *config-key* for persistent config, fo...
Peter Gervai
04:30 PM Revision 3c94f23d (ceph): client: check for unmounted condition before printing debug output
If the filesystem was unmounted before we attempt to call ceph_ll_close
on a Fh, then we can end up tripping over the...
Jeff Layton
04:30 PM Linux kernel client Bug #25150 (Need More Info): Failed to write data to rbd device even removed from blacklist
@aiai li: this needs more information to assess. How did it fail to write data? Did you failback the path to the orig... Jason Dillaman
04:28 PM rbd Bug #24433 (Rejected): caps doesn't support mix of "profile rbd" and "allow rw"
As noted a month ago, CephFS pool tag-based caps are not supported in Luminous. Please feel free to re-open if you ha... Jason Dillaman
04:26 PM rbd Bug #25187: Mimic rbd failed to create image in format 1
This was a conscience decision since we want to remove all support for v1 images (there is wasted effort in maintaini... Jason Dillaman
04:23 PM Revision 4424c48b (ceph): Merge PR #23353 into master
* refs/pull/23353/head:
doc: explain how to mkdir under .snap
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
04:17 PM Revision c914f14b (ceph): doc: explain how to mkdir under .snap
Prior to this change, the CephFS snapshot instructions were not clear
whether users should "mkdir" the ".snap" direct...
Ken Dreyer
04:06 PM Revision 31616627 (ceph): src/osd/PG.cc: remove redundant call to trim_log()
This change is motived by the failure tracked in
https://tracker.ceph.com/issues/25198. The failure highlights a case...
Neha Ojha
04:01 PM Revision f2ea4f8b (ceph): osd/PGLog.cc: use lgeneric_subdout instead of generic_dout
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit 1b6dafb351b4f80e1e2c9a304f9e1d508ae8bf72)
Neha Ojha
03:51 PM Revision 2a47c989 (ceph): Merge pull request #23236 from dzafman/wip-25085-luminous
luminous: Fix 25085 and 24949
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
David Zafman
03:44 PM RADOS Bug #25184 (Pending Backport): osd/PGLog.cc: use lgeneric_subdout instead of generic_dout
Neha Ojha
03:41 PM Revision 03812cdd (ceph): Merge pull request #22806 from smithfarm/wip-24697-luminous
luminous: ceph osd safe-to-destroy crashes the mgr
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
03:39 PM Revision 0fe0ae76 (ceph): mds/MDCache: fix mds_cache_memory_limit get_val<>
Fixes: 922bfc5f3b333f576a1444773fff6db7100dd24a
Fixes: http://tracker.ceph.com/issues/25215
Signed-off-by: Sage Weil ...
Sage Weil
03:38 PM Revision 4f96b85c (ceph): Merge pull request #22753 from pdvian/wip-24498-luminous
luminous: librbd: force 'invalid object map' flag on-disk update
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Yuri Weinstein
03:38 PM Revision 23db68c9 (ceph): ceph-volume tests ensure human_readable_size works up to terabytes
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 4ad42f4244062995de003d8141cddcdc1d2b80fc)
Alfredo Deza
03:38 PM Revision ba4e8a0b (ceph): ceph-volume tests.conftest allow custom dirs in tmpfile fixture
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 9d820e82ac6bc0f46890df1cdaa104e88cab2a7e)
Alfredo Deza
03:38 PM Revision 39731ce1 (ceph): ceph-volume tests verify get_devices captures device metadata
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 8deb088f101894763d27a6c31a3e8a2e96fc8320)
Alfredo Deza
03:38 PM Revision a6e014aa (ceph): ceph-volume devices.auto initial take on auto sub-command
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit e3b04c9677c273f91e0a9de35dcd68c578d124db)
Alfredo Deza
03:38 PM Revision 0711b12b (ceph): ceph-volume tests verify _map_dev_paths mappings
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 2c4d46955e8d7f52b090cd8b5b5561a2dba443e5)
Alfredo Deza
03:38 PM Revision 996e1ef4 (ceph): ceph-volume tests add tests for get_block_devs
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 672c4c4d1c31b4631b1238ed0efb98fef34f2a3d)
Alfredo Deza
03:38 PM Revision 2e238201 (ceph): ceph-volume tests verify mapper and /dev devices
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 9cfd37344c69ebf1f3d8440f295d79ae05b545e9)
Alfredo Deza
03:38 PM Revision 96a03249 (ceph): ceph-volume tests verify get_file_contents utility
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 0177f71caba3fd64de285d6808b5f859c55ed2fe)
Alfredo Deza
03:38 PM Revision 43d5ba9a (ceph): ceph-volume util.disk add dev mapping helpers for path resolution
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit c06e63fed8a11e80444e8e7ec2e82373d75aa501)
Alfredo Deza
03:38 PM Revision 08d9a4c8 (ceph): ceph-volume util.disk create a device metadata utility
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit c6559538db28d6b8bc8529e6b2a62e8619c69bd6)
Alfredo Deza
03:38 PM Revision e59edc51 (ceph): ceph-volume tests ensure is_lv detection on LVs
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 47060a1ef4562b29771bdfb5a375a225f18c228c)
Alfredo Deza
03:38 PM Revision 82d55107 (ceph): ceph-volume main include commented out auto subcommand
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit ad1b8cae055ee6c822370d91027613680ccd3dd3)
Alfredo Deza
03:38 PM Revision 6af1c55a (ceph): ceph-volume devices.auto initial take on auto sub-command
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 5649bd724b5d300c7080052433f9b9d1c6774cff)
Alfredo Deza
03:38 PM Revision 3ca93248 (ceph): ceph-volume util.system capture file contents
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 39792573dabac3b85a41760c965b60746ca1f059)
Alfredo Deza
03:38 PM Revision e3f597a9 (ceph): ceph-volume api.lvm create helpers to detect an lv from a device path
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 68ca7a691e6e333209b67eb5cea8594f37fb93c1)
Alfredo Deza
03:38 PM Revision 2a62182a (ceph): Merge pull request #22844 from smithfarm/wip-24735-luminous
luminous: order rbdmap.service before remote-fs-pre.target
Reviewed-by: Boris Ranto <branto@redhat.com>
Yuri Weinstein
03:37 PM Revision 38f4d681 (ceph): Merge pull request #22865 from pdvian/wip-24584-luminous
luminous: osdc: Fix the wrong BufferHead offset
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Yuri Weinstein
03:36 PM Revision ce2f6b5a (ceph): Merge pull request #22767 from pdvian/wip-24514-luminous
luminous: rgw: fix the bug of radowgw-admin zonegroup set requires realm
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:33 PM Revision a3657ffa (ceph): Merge pull request #21806 from ivancich/wip-rgw-unordered-luminous
luminous: rgw: ability to list bucket contents in unsorted order for efficiency
Reviewed-by: Casey Bodley <cbodley@r...
Yuri Weinstein
03:32 PM Revision 3b895aa3 (ceph): Merge pull request #22817 from smithfarm/wip-24690-luminous
luminous: rgw-multisite: endless loop in RGWBucketShardIncrementalSyncCR
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:32 PM Revision d7419137 (ceph): Merge pull request #22820 from smithfarm/wip-24692-luminous
luminous: rgw: index complete miss zones_trace set
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:32 PM Revision 98a0124d (ceph): Merge pull request #22822 from smithfarm/wip-24693-luminous
luminous: rgw: meta and data notify thread miss stop cr manager
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:31 PM Revision 3781c91a (ceph): Merge pull request #22846 from smithfarm/wip-24737-luminous
luminous: add unit test for cls bi list command
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Yuri Weinstein
03:30 PM Revision ec8a02dd (ceph): Merge pull request #22942 from pdvian/wip-24782-luminous
luminous: rgw: set cr state if aio_read err return in RGWCloneMetaLogCoroutine
Reviewed-by: Casey Bodley <cbodley@re...
Yuri Weinstein
03:30 PM Revision cb14db73 (ceph): Merge pull request #22985 from joscollin/wip-24844-luminous
luminous: rgw: require --yes-i-really-mean-it to run radosgw-admin orphans find
Reviewed-by: Casey Bodley <cbodley@r...
Yuri Weinstein
03:21 PM Revision f21f32ee (ceph): ceph-volume tests verify that luminous doesn't use stdin
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit a97a63540290c93e05857ac175f3c9c45a4602c6)
Alfredo Deza
03:21 PM Revision 11e9b173 (ceph): ceph-volume util do not use stdin for luminous
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit e03be24a4ff9b882d4329059fd1f04963d9ba2c5)
Alfredo Deza
03:06 PM CephFS Bug #25215 (Fix Under Review): mds: changing mds_cache_memory_limit causes boost::bad_get exception
https://github.com/ceph/ceph/pull/23365 Patrick Donnelly
02:16 PM CephFS Bug #25215 (Resolved): mds: changing mds_cache_memory_limit causes boost::bad_get exception
... Patrick Donnelly
02:59 PM Revision 66345a36 (ceph): Merge PR #23345 into luminous
* refs/pull/23345/head:
Revert "luminous: pybind/mgr/mgr_module: make rados handle available to all modules"
Review...
Sage Weil
02:55 PM Revision 6b4bb299 (ceph): ceph-volume tests verify that luminous doesn't use stdin
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit a97a63540290c93e05857ac175f3c9c45a4602c6)
Alfredo Deza
02:55 PM Revision 1e713c54 (ceph): ceph-volume util do not use stdin for luminous
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit e03be24a4ff9b882d4329059fd1f04963d9ba2c5)
Alfredo Deza
02:48 PM Revision b2e8863b (ceph): Merge pull request #23355 from alfredodeza/wip-rm25173
ceph-volume do not use stdin in luminous
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
02:43 PM Revision e9749acc (ceph): Merge pull request #23366 from tchaikov/wip-cmake-no-common-crc-aarch64
cmake: do not link against common_crc_aarch64
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Kefu Chai
02:39 PM Revision fd57e4ee (ceph): ceph-volume tests verify that mkfs filestore uses default flags
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit fa9a8afe491445f622e95d32b1f822df8c5b3055)
Alfredo Deza
02:39 PM Revision 59f91b51 (ceph): ceph-volume util.prepare use keyfile from stdin for mkfs in filestore
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 70b495ac06b1fa382654759764014d5391d67f9a)
Alfredo Deza
02:39 PM Revision a6c503a7 (ceph): ceph-volume lvm.prepare pass the cephx_secret for mkfs in filestore
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit b25c8f6897bd66a7156c3a59724cd85eb835c5b6)
Alfredo Deza
02:36 PM Revision 248b60f7 (ceph): cmake: do not link against common_crc_aarch64
it's included by libcrc32 already
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:07 PM RADOS Bug #25209 (Fix Under Review): cls/test_cls_numops.sh aborts
-https://github.com/ceph/ceph/pull/23364-
i think https://github.com/ceph/ceph/pull/23432 is a better fix.
Kefu Chai
05:46 AM RADOS Bug #25209: cls/test_cls_numops.sh aborts
i think we should revert https://github.com/ceph/ceph/pull/22990 Kefu Chai
05:44 AM RADOS Bug #25209: cls/test_cls_numops.sh aborts
... Kefu Chai
05:28 AM RADOS Bug #25209 (Resolved): cls/test_cls_numops.sh aborts
... Kefu Chai
02:03 PM Dashboard Cleanup #25161 (In Progress): Every keystroke for the username in the RGW user form triggers an A...
Volker Theile
01:26 PM Revision 1ca9711e (ceph): Merge PR #23340 into master
* refs/pull/23340/head:
osd/PGLog.cc: use lgeneric_subdout instead of generic_dout
Reviewed-by: Sage Weil <sage@red...
Sage Weil
01:25 PM Revision d4451476 (ceph): mgr/DaemonServer: osd purge: accept --yes-i-really-mean-it too
This avoids breaking old scripts.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:16 PM Dashboard Bug #25212: mgr/dashboard: Remove notifications for successful actions
Will we track these event notifications in some kind of log (for audit purposes), i.e. whether it successful or had a... Ju Lim
12:27 PM Dashboard Bug #25212 (Won't Fix): mgr/dashboard: Remove notifications for successful actions
It's too much noise to notify the user when an action was successful. It's ok to display a notification in case of an... Volker Theile
01:12 PM Revision 2d9bc534 (ceph): mgr/dashboard: Fix typo
Signed-off-by: Volker Theile <vtheile@suse.com> Volker Theile
01:12 PM Revision 2991eff0 (ceph): mon/OSDMonitor: point users at 'ceph osd safe-to-destroy' for purge|des...
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:12 PM Revision 4296c293 (ceph): mon/MonCommand: deprecate 'osd rm'
Users should use 'osd destroy' instead. It does more and has a scary
force flag. And suggests that CLI users check ...
Sage Weil
01:12 PM Revision d2b41d40 (ceph): mon,mgr: guard 'osd destroy' with 'osd safe-to-destroy' check
Rename actual command 'osd destroy-actual', and map 'osd destroy' to the
mgr code so that we first check safe-to-dest...
Sage Weil
01:12 PM Revision 15f404ad (ceph): mon/MonCommands: add HIDDEN flag
Hide a command from the CLI and help.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:12 PM Revision e0ee5807 (ceph): mon/MonCommands: hide 'osd destroy-actual'
This is only invoked directly (via JSON) by the mgr.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:12 PM Revision 26fe2ab6 (ceph): mon,mgr: guard 'osd purge' with safe-to-destroy check
Do the same thing that we do with 'osd destroy'.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:11 PM Dashboard Cleanup #24781 (In Progress): mgr/dashboard: Replace custom breadcrumb implementation with an exi...
Tiago Melo
01:06 PM RADOS Bug #25181 (Duplicate): /mon/OSDMonitor.cc: 1821: FAILED assert(osdmap_manifest.pinned.empty())
Sage Weil
01:06 PM RADOS Bug #24612: FAILED assert(osdmap_manifest.pinned.empty()) in OSDMonitor::prune_init()
/a/sage-2018-07-31_21:57:28-rados-wip-sage-testing-2018-07-31-1436-distro-basic-smithi/2844443
/a/sage-2018-07-30_13...
Sage Weil
12:57 PM CephFS Bug #25213 (Resolved): handle ceph_ll_close on unmounted filesystem without crashing
Client::_unmount will unmap and tear down all of the open Fh objects before returning. Programs that use the lowlevel... Jeff Layton
11:51 AM Revision 5fe46566 (ceph): Merge pull request #23342 from ZVampirEM77/wip-sync-error-trim-param
rgw-admin: add "--trim-delay-ms" introduction for 'sync error trim'
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
11:29 AM Revision aa69e391 (ceph): Merge pull request #23360 from badone/wip-release-schedule-update-augus...
doc/releases: Update releases to August '18
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Reviewed-by: Abhishek Leks...
Abhishek Lekshmanan
11:15 AM Revision e03be24a (ceph): ceph-volume util do not use stdin for luminous
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
11:15 AM Revision a97a6354 (ceph): ceph-volume tests verify that luminous doesn't use stdin
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
10:36 AM Revision e0042dd6 (ceph): build/ops: unify command substitution in install-deps.sh
The $() form is preferable to `` because folks (like me) might be using
` as a keyboard shortcut to GNU Screen, causi...
Nathan Cutler
10:36 AM Revision f1707757 (ceph): build/ops: streamline processing of WITH_SEASTAR env var
Quoting relevant portion of "man test":
STRING equivalent to -n STRING
Signed-off-by: Nathan Cutler <ncutler@su...
Nathan Cutler
10:23 AM Bug #23981: install-deps.sh fails with "No such file or directory" on openSUSE Tumbleweed
This has been reproduced in a CentOS docker as well. Seems a bytecode .pyc from a previous version is causing a mistm... Ernesto Puerta
09:56 AM Dashboard Feature #25165: mgr/dashboard: Manage Ceph pool snapshots
I’m not sure we want to add exposure for pool snapshots given our slant against using them in most cases. Greg Farnum
09:11 AM mgr Feature #25210 (New): Please add I/O stats to Telegraf / InfluxDB plugin
Hello,
with ceph -s, I can see the I/O stats, but I can't see them in my InfluxDB so they are missing. Is it possi...
Denny Fuchs
09:02 AM CephFS Feature #25131: mds: optimize the way how max export size is enforced
When importing a large subtree, mds can spends long time on sending cap import messages.
Importer...
Zheng Yan
09:02 AM Revision 77cdb2dc (ceph): Merge pull request #23224 from votdev/rest_client_timeout
mgr/dashboard: Set timeout in RestClient calls
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Reviewed-by: Sebastian ...
Ricardo Dias
09:00 AM Revision 47a50eeb (ceph): Merge pull request #21881 from sebastian-philipp/dashboard-pool-patch
mgr/dashboard: Add Pool update endpoint
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Tatjana Dehler ...
Ricardo Dias
08:34 AM Revision 6bbeb449 (ceph): mimic: qa/ceph-disk: fixes for OVH and add ceph-detect-init subsuite
With the move to OVH and the addition of RHEL as a supported distro, the
ceph-disk/basic suite was no longer green. T...
Nathan Cutler
07:43 AM Revision 969645ef (ceph): mgr/dashboard: Modal dialogs are still open when UI is redirected to th...
Fixes https://tracker.ceph.com/issues/24570
Signed-off-by: Volker Theile <vtheile@suse.com>
Volker Theile
07:00 AM Revision f5839539 (ceph): Revert "cmake: fix "WITH_STATIC_LIBSTDCXX""
Kefu Chai
06:58 AM Revision 09121bb9 (ceph): Merge pull request #23284 from tchaikov/wip-seastar-config
crimson/common: write configs synchronously on shard.0
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Kefu Chai
04:29 AM Revision ab91fe12 (ceph): doc/releases: Update releases to August '18
Mimic 13.2.1
Luminous 12.2.5, 12.2.6, 12.2.7
Jewel 10.2.11
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
Brad Hubbard
03:33 AM rbd Backport #25083 (In Progress): mimic: [deep-copy] object map can get improperly invalidated
https://github.com/ceph/ceph/pull/23358 Prashant D
03:23 AM Revision 78254b21 (ceph): rgw-admin: add "--trim-delay-ms" introduction for 'sync error trim'
Signed-off-by: Enming.Zhang <enming.zhang@umcloud.com> Enming Zhang
03:23 AM Revision 9798744d (ceph): rgw: add Http header 'Server' in response headers.
Signed-off-by: Zhang Shaowen <zhangshaowen@cmss.chinamobile.com> Zhang Shaowen
02:12 AM Bug #21416: osd/PGLog.cc: 60: FAILED assert(s <= can_rollback_to) after upgrade to luminous
Another: /ceph/teuthology-archive/pdonnell-2018-07-31_23:55:57-fs-wip-pdonnell-testing-20180731.215430-testing-basic-... Patrick Donnelly
01:17 AM Feature #24878 (Pending Backport): [RFE] Filestore split log should show PG that is splitting
Sage Weil
01:16 AM Bug #25007 (Pending Backport): common: Cond.h:C_SaferCond does not check done before calling cond...
Sage Weil
01:16 AM Revision c909c0aa (ceph): Merge PR #22825 into master
* refs/pull/22825/head:
common: FreeBSD does not have /etc/os-release
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
01:16 AM Revision 0837c9d8 (ceph): Merge PR #22998 into master
* refs/pull/22998/head:
filestore: add pgid in filestore pg dir split log message
Reviewed-by: Josh Durgin <jdurgin...
Sage Weil
01:16 AM Revision 569d475d (ceph): Merge PR #23134 into master
* refs/pull/23134/head:
common: check completion condition before waiting
Reviewed-by: Gregory Farnum <gfarnum@redh...
Sage Weil
01:16 AM Revision 97a697e7 (ceph): Merge PR #23223 into master
* refs/pull/23223/head:
osd/PG: kill dead functions and related options
iosd/osd_type: kill unused input ec_pool fo...
Sage Weil
01:06 AM Revision 1cbd9298 (ceph): Merge pull request #22990 from tchaikov/wip-cmake-link-static-libstdc++
cmake: fix "WITH_STATIC_LIBSTDCXX"
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Kefu Chai
01:03 AM Revision e40bc9f1 (ceph): librbd: deep-copy should not write to objects that cannot exist
If an image has a snapshot and is subsequently shrunk, ensure that
discard ops are not sent to the deep-copy objects ...
Jason Dillaman

07/31/2018

10:53 PM RADOS Bug #25174: osd: assert failure with FAILED assert(repop_queue.front() == repop) In function 'vo...
Do we have logs for this failure somewhere? Neha Ojha
10:47 PM mgr Backport #25202 (In Progress): mimic: ceph-mgr: Module 'influx' has failed
Nathan Cutler
10:45 PM mgr Backport #25202 (Resolved): mimic: ceph-mgr: Module 'influx' has failed
https://github.com/ceph/ceph/pull/23356 Nathan Cutler
10:47 PM RADOS Backport #25199: luminous: FAILED assert(trim_to <= info.last_complete) in PGLog::trim()
This is dependent on a couple of other backports. Assigning it to myself. Neha Ojha
10:45 PM RADOS Backport #25199 (Resolved): luminous: FAILED assert(trim_to <= info.last_complete) in PGLog::trim()
https://github.com/ceph/ceph/pull/23211 Nathan Cutler
10:45 PM RADOS Backport #24068 (Resolved): luminous: osd sends op_reply out of order
Nathan Cutler
07:48 PM RADOS Backport #24068: luminous: osd sends op_reply out of order
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/23137
merged
Yuri Weinstein
10:45 PM CephFS Backport #25206 (Resolved): mimic: CephVolumeClient: delay required after adding data pool to MDSMap
https://github.com/ceph/ceph/pull/23725 Nathan Cutler
10:45 PM CephFS Backport #25205 (Resolved): luminous: CephVolumeClient: delay required after adding data pool to ...
https://github.com/ceph/ceph/pull/23726 Nathan Cutler
10:45 PM RADOS Backport #25204 (Resolved): mimic: rados python bindings use prval from stack
https://github.com/ceph/ceph/pull/23863 Nathan Cutler
10:45 PM RADOS Backport #25203 (Resolved): luminous: rados python bindings use prval from stack
https://github.com/ceph/ceph/pull/23864 Nathan Cutler
10:45 PM mgr Backport #25201 (Resolved): luminous: ceph-mgr: Module 'influx' has failed
https://github.com/ceph/ceph/pull/25184 Nathan Cutler
10:45 PM RADOS Backport #25200 (Resolved): mimic: FAILED assert(trim_to <= info.last_complete) in PGLog::trim()
https://github.com/ceph/ceph/pull/23403 Nathan Cutler
10:35 PM CephFS Feature #25188: mds: configurable timeout for client eviction
Changed wording. Patrick Donnelly
04:18 AM CephFS Feature #25188 (Resolved): mds: configurable timeout for client eviction
If a client refuses to release caps, the MDS should allow for a configurable timeout (default unlimited) where it aut... Venky Shankar
10:23 PM Revision 34646c6a (ceph): Merge PR #22692 into master
* refs/pull/22692/head:
doc/mgr/devicehealth: document devicehealth module
doc/rados/operations/health-checks: docu...
Sage Weil
10:18 PM Revision 167e0ccc (ceph): tools/ceph-objectstore-tool: split filestore directories offline to tar...
Currently ceph-objectstore-tool can only split dirs that already
meet the usual object number criteria. It won't redu...
Zhi Zhang
09:51 PM CephFS Feature #24430 (Resolved): libcephfs: provide API to change umask
Patrick Donnelly
09:50 PM Revision a2089173 (ceph): Merge PR #23157 into master
* refs/pull/23157/head:
Provided API to change umask
Patrick Donnelly
09:28 PM mgr Bug #25191: ceph-mgr: Module 'influx' has failed
Backport PR has been created: https://github.com/ceph/ceph/pull/23356 Wido den Hollander
04:32 PM mgr Bug #25191 (Pending Backport): ceph-mgr: Module 'influx' has failed
John Spray
04:32 PM mgr Bug #25191: ceph-mgr: Module 'influx' has failed
This was fixed in master by https://github.com/ceph/ceph/pull/22794, it's pending backport.
There may not have act...
John Spray
09:10 AM mgr Bug #25191 (Resolved): ceph-mgr: Module 'influx' has failed
The influx module crashes every other day, Ceph Mimic on Ubuntu 18.04:
2018-07-31 10:26:51.819 7f54442a7700 -1 inf...
Soenke Schippmann
09:25 PM Revision d85a1ea4 (ceph): mgr: Ignore daemon if no metadata was returned
It can happen that the Mgr does not return any metadata for a given
daemon as it might not be available at that momen...
Wido den Hollander
09:24 PM RADOS Bug #25198 (Pending Backport): FAILED assert(trim_to <= info.last_complete) in PGLog::trim()
Sage Weil
06:27 PM RADOS Bug #25198 (Fix Under Review): FAILED assert(trim_to <= info.last_complete) in PGLog::trim()
https://github.com/ceph/ceph/pull/23354 Neha Ojha
05:48 PM RADOS Bug #25198 (Resolved): FAILED assert(trim_to <= info.last_complete) in PGLog::trim()
... Neha Ojha
09:24 PM Revision 0aba0f4b (ceph): Merge PR #23354 into master
* refs/pull/23354/head:
src/osd/PG.cc: remove redundant call to trim_log()
Reviewed-by: Josh Durgin <jdurgin@redhat...
Sage Weil
08:02 PM RADOS Bug #23352: osd: segfaults under normal operation
Latest crash just happened here, no messages not in the OSD log, but crash dump is generated and dmesg shows:
[Tue...
Alex Gorbachev
07:48 PM Revision 7f3da6b8 (ceph): Merge pull request #23137 from smithfarm/wip-24068-luminous
luminous: tests: osd sends op_reply out of order
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Yuri Weinste...
Yuri Weinstein
07:25 PM RADOS Bug #24485: LibRadosTwoPoolsPP.ManifestUnset failure
/a/sage-2018-07-31_14:52:20-rados:thrash-wip-sage2-testing-2018-07-30-1049-distro-basic-smithi/2843268 Sage Weil
07:08 PM Revision 8e542033 (ceph): common/blkdev remove debug statements
Signed-off-by: Yaarit Hatuka yaarithatuka@gmail.com Yaarit Hatuka
07:08 PM Revision 2b86590a (ceph): mgr/devicehealth: simplify setting defaults
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:08 PM Revision e1552de2 (ceph): mgr/devicehealth: add helpers to life_expectancy_response()
- if mark_out_threshold is met we write to log.warn instead of raising a
health warning.
- check that OSD is 'in' b...
Yaarit Hatuka
07:08 PM Revision b9d547f0 (ceph): mgr/devicehealth: fix new options
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:08 PM Revision 8deec744 (ceph): mgr/devicehealth: add 'device check-health' command and run periodically
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:08 PM Revision c688c81a (ceph): mgr/devicehealth: revise health messages
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:08 PM Revision abdee9f6 (ceph): mgr/devicehealth: only fetch osdmap once from check_health
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:08 PM Revision cba41b6f (ceph): msg/devicehealth: fix config options
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:08 PM Revision 1c9ce2fc (ceph): mgr/devicehealth: set primary-affinity 0 for failing devices
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:08 PM Revision 4cda89c9 (ceph): mgr/devicehealth: warn if too many daemons are expected to fail soon
Refuse to mark out *all* OSDs.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
07:08 PM Revision b23295db (ceph): mgr/devicehealth: deal with as many daemons as we can until limit
Process as many OSDs as we can until we hit the min_in_ratio.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
07:08 PM Revision 1f8662a7 (ceph): mgr/devicehealth: use constants for health warnings
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:08 PM Revision ccdfcc7e (ceph): mgr/devicehealth: fix style for returns
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:08 PM Revision 7ab8675f (ceph): doc/rados/operations/health-checks: document DEVICE_HEALTH* messages
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:08 PM Revision f09a87f9 (ceph): doc/mgr/devicehealth: document devicehealth module
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:08 PM RADOS Bug #25175 (Pending Backport): rados python bindings use prval from stack
https://github.com/ceph/ceph/pull/23334 Sage Weil
07:08 PM Revision 34698a2c (ceph): Merge PR #23334 into master
* refs/pull/23334/head:
pybind/rados/rados: do not pass prval from stack
Reviewed-by: John Spray <john.spray@redhat...
Sage Weil
07:07 PM Revision 9d06ab3d (ceph): Merge pull request #23217 from dzafman/wip-25085
osd: Allow repair of an object with a bad data_digest in object_info on all replicas
Reviewed-by: Sage Weil <sage@re...
David Zafman
06:48 PM mgr Bug #24982: mgr: terminate called after throwing an instance of 'std::out_of_range' in DaemonPerf...
I can take a look but in two weeks since I am going on a vacation tomorrow. If anyone else wants to take a look in th... Boris Ranto
04:52 PM mgr Bug #24982: mgr: terminate called after throwing an instance of 'std::out_of_range' in DaemonPerf...
Boris: this looks like a regression, could you take a look please? John Spray
04:52 PM mgr Bug #24982: mgr: terminate called after throwing an instance of 'std::out_of_range' in DaemonPerf...
Iain: the way it's rejecting mgr_stats_threshold when too high is a bug http://tracker.ceph.com/issues/25197 John Spray
06:43 PM mgr Documentation #25193: http://docs.ceph.com/docs/master/mgr/restful/ various mind slips
Unfortunately, there are no docs on how to create the user/password pair in the docs. There is only an example of how... Boris Ranto
04:35 PM mgr Documentation #25193: http://docs.ceph.com/docs/master/mgr/restful/ various mind slips
The "config set" ones are correct for mimic and master. I believe the luminous version of the docs has the older "co... John Spray
02:55 PM mgr Documentation #25193 (New): http://docs.ceph.com/docs/master/mgr/restful/ various mind slips
1)... Peter Gervai
06:43 PM Revision 283b0bde (ceph): src/osd/PG.cc: remove redundant call to trim_log()
This change is motived by the failure tracked in
https://tracker.ceph.com/issues/25198. The failure highlights a case...
Neha Ojha
06:25 PM bluestore Bug #25006: bad csum during upgrade test
Nathan Cutler wrote:
> Also, I noticed this in the test yaml:
>
> [...]
>
> The only thing within @parallel@ i...
Sage Weil
05:07 PM Revision b4fc13d5 (ceph): mgr/dashboard: Replace "npm install" with "npm ci"
"npm ci" is the recommended command to install dependencies
in a continuous integration system.
It will make sure no...
Tiago Melo
04:57 PM mgr Bug #25197 (Fix Under Review): Can't turn off mgrc stats with mgr_stats_threshold
https://github.com/ceph/ceph/pull/23352 John Spray
04:50 PM mgr Bug #25197 (Resolved): Can't turn off mgrc stats with mgr_stats_threshold
Reported in https://tracker.ceph.com/issues/24982
The max on this setting is preventing turning stats off entirely.
John Spray
04:51 PM Revision 911fe5ce (ceph): mgrc: enable disabling stats via mgr_stats_threshold
Because we had a min_max setting with CRIT the maximum,
it wasn't possible to actually turn off stats entirely.
Fixe...
John Spray
04:42 PM Revision 07f539b0 (ceph): Merge pull request #23350 from ceph/backport-luminous-23348
luminous: ceph-volume: adds test for `ceph-volume lvm list /dev/sda`
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
04:41 PM Revision eaee6d3b (ceph): Merge pull request #23349 from ceph/backport-mimic-23348
mimic: ceph-volume: adds test for `ceph-volume lvm list /dev/sda`
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
04:38 PM mgr Bug #25179: luminous(?): mgr: segmentation fault during shutdown
I think this was the issue that triggered https://github.com/ceph/ceph/pull/23345 John Spray
04:30 PM Dashboard Documentation #25196 (Resolved): mgr/dashboard: Add a troubleshooting section to the dashboard do...
Could include helpful commands / some basic checks e.g. if the module is enabled/running and how to check it, what ki... Laura Paduano
04:25 PM Revision 7299ee35 (ceph): mgr/dashboard: Add package-lock.json
This will make sure that, at anytime, when someone runs 'npm install'
the resulting packages that are installed are a...
Tiago Melo
04:11 PM rgw Bug #25195 (New): rgw: need to be able to limit admin api to AWS4 and/or https
Yehuda Sadeh
03:45 PM Dashboard Feature #24272 (Fix Under Review): mgr/dashboard: Add support for moving RBD images into the trash
PR: https://github.com/ceph/ceph/pull/23351 Tiago Melo
03:41 PM mgr Bug #25183: The ceph-mgr balancer stopped hangs when attempting to balance cluster
What I meant was that there were no more logs reported after that which appeared to be related to balancing the clust... Bryan Stillwell
10:41 AM mgr Bug #25183: The ceph-mgr balancer stopped hangs when attempting to balance cluster
To clarify, when you say "Nothing else related to balancing is seen after that.", you mean that the cluster (includin... John Spray
03:13 PM ceph-volume Bug #24957 (Resolved): Error listing against a block device
https://github.com/ceph/ceph/pull/23348 Andrew Schoen
01:47 PM ceph-volume Bug #24957: Error listing against a block device
https://github.com/ceph/ceph/pull/23348 Andrew Schoen
03:03 PM RADOS Bug #25194 (Can't reproduce): Negative stats found by deep-scrub

http://pulpito.ceph.com/dzafman-2018-07-30_12:09:07-rados-wip-zafman-testing-distro-basic-smithi/2839428
log_cha...
David Zafman
02:52 PM RADOS Feature #21710: add wildcard for namespaces
Not at all. Douglas Fuller
12:43 AM RADOS Feature #21710: add wildcard for namespaces
Hi Douglas, I started in on this and forgot to reassign the ticket! Mind if I take this one? Jesse Williamson
02:41 PM Revision 8e36f18c (ceph): pybind/rados/rados: do not pass prval from stack
The prval is a pointer to an int to write the final completion code of
the rados op. This can't be on the stack sinc...
Sage Weil
01:59 PM Revision a6fa400d (ceph): ceph-volume: adds a unit test for `lvm list /dev/sda`
This test is to prove that the issue from
http://tracker.ceph.com/issues/24957 was fixed
by http://tracker.ceph.com/i...
Andrew Schoen
01:59 PM Revision acce090b (ceph): ceph-volume: move pvolumes fixture into conftest.py
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit 37ed1be08b226a5b3a7a5bb70c4d5d1fd22db5d1)
Andrew Schoen
01:58 PM Revision 62a2fd0c (ceph): ceph-volume: adds a unit test for `lvm list /dev/sda`
This test is to prove that the issue from
http://tracker.ceph.com/issues/24957 was fixed
by http://tracker.ceph.com/i...
Andrew Schoen
01:58 PM Revision 690cc0eb (ceph): ceph-volume: move pvolumes fixture into conftest.py
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit 37ed1be08b226a5b3a7a5bb70c4d5d1fd22db5d1)
Andrew Schoen
01:56 PM Revision 96e75764 (ceph): Merge pull request #23348 from ceph/wip-rm24957
ceph-volume: adds test for `ceph-volume lvm list /dev/sda`
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
01:50 PM Revision ef10886f (ceph): ceph-volume: adds a unit test for `lvm list /dev/sda`
This test is to prove that the issue from
http://tracker.ceph.com/issues/24957 was fixed
by http://tracker.ceph.com/i...
Andrew Schoen
01:50 PM Revision 37ed1be0 (ceph): ceph-volume: move pvolumes fixture into conftest.py
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
01:46 PM ceph-volume Bug #24784 (Resolved): MultiplePVs errors when trying to zap
Andrew Schoen
01:29 PM Revision c1c4e32c (ceph): ceph-volume: adds a unit test for `lvm list /dev/sda`
This test is to prove that the issue from
http://tracker.ceph.com/issues/24957 was fixed
by http://tracker.ceph.com/i...
Andrew Schoen
01:26 PM Revision 920fd1bc (ceph): ceph-volume: move pvolumes fixture into conftest.py
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
01:00 PM Revision 714b5e5b (ceph): bluestore configuration added
rakesh
12:58 PM Revision d9123158 (ceph): osd/OSD: fix HeartbeatInfo.is_healthy() check
Delay to declared to be healthy until we have received the first
replies from both front and back connections.
Signe...
xie xingguo
12:58 PM Revision 477774ce (ceph): osd: refactor heartbeat health check
The original logic will reuse the timestamp which we send pings to
the specific heartbeat peer to update the last_rx_...
xie xingguo
12:58 PM Revision aba60373 (ceph): osd/OSD: use first_tx to calculate failed_for
If we never hear any replies from a heartbeat peer, use first_tx
to calculdate failed_for, which is more accurate.
S...
xie xingguo
12:57 PM Dashboard Bug #25190 (Fix Under Review): mgr/dashboard: RestClient can't handle ProtocolError exceptions
Volker Theile
10:50 AM Dashboard Bug #25190: mgr/dashboard: RestClient can't handle ProtocolError exceptions
PR https://github.com/ceph/ceph/pull/23347 will fix that issue. Volker Theile
07:38 AM Dashboard Bug #25190 (Resolved): mgr/dashboard: RestClient can't handle ProtocolError exceptions
The problem seems to be here: https://github.com/ceph/ceph/blob/master/src/pybind/mgr/dashboard/rest_client.py#L430
...
Volker Theile
11:04 AM Bug #25005 (Resolved): AnsibleFailedError in ceph-disk
Resolved by https://github.com/ceph/ceph-cm-ansible/pull/404 Nathan Cutler
11:01 AM Backport #25082 (Rejected): luminous: AnsibleFailedError in ceph-disk
Nathan Cutler
10:17 AM Backport #25082 (In Progress): luminous: AnsibleFailedError in ceph-disk
https://github.com/ceph/ceph/pull/23346 Prashant D
10:40 AM rbd Bug #25187 (Rejected): Mimic rbd failed to create image in format 1
This doesn't appear to be a bug. If there's a strong reason to re-think disabling v1 image creation I'd suggest brin... John Spray
04:31 AM rbd Bug #25187: Mimic rbd failed to create image in format 1
typo: minic -> mimic Yecheng Fu
04:08 AM rbd Bug #25187 (Rejected): Mimic rbd failed to create image in format 1
client:
```
# rbd --version
ceph version 13.2.1 (5533ecdc0fda920179d7ad84e0aa65a127b20d77) mimic (stable)
# una...
Yecheng Fu
10:30 AM Revision eb9a9efb (ceph): Merge pull request #23303 from smithfarm/wip-qa-ceph-detect-init
mimic: tools/ceph-detect-init: support RHEL as a platform
Reviewed-by: Kefu Chai <kchai@redhat.com>
Nathan Cutler
10:21 AM mgr Backport #25102 (Rejected): luminous: mgr: make rados handle available to all modules (dashboard_...
Re-opened as this seemed to cause some side effects discovered via QA long runs (https://github.com/ceph/ceph/pull/23... Ernesto Puerta
10:13 AM Revision c104497d (ceph): Revert "luminous: pybind/mgr/mgr_module: make rados handle available to...
Reverts: https://github.com/ceph/ceph/pull/23235
Reverts: 45c7170eb68571a3d690460f99392c6753994799
Signed-off-by: Er...
Ernesto Puerta
10:07 AM rgw Bug #25192 (Won't Fix): radosgw: civetweb: redirect_to_https_port: no chunk, no close, no size.
Behavior of 12.2.5... Konstantin Shalygin
09:39 AM Revision f34490a7 (ceph): Revert "luminous: pybind/mgr/mgr_module: make rados handle available to...
Ernesto Puerta
08:48 AM CephFS Bug #24307 (Resolved): pjd: cd: too many arguments
Nathan Cutler
08:48 AM CephFS Backport #24311 (Resolved): luminous: pjd: cd: too many arguments
Nathan Cutler
08:47 AM CephFS Bug #24579 (Resolved): client: returning garbage (?) for readdir
Nathan Cutler
08:47 AM CephFS Bug #24680 (Resolved): qa: iogen.sh: line 7: cd: too many arguments
Nathan Cutler
08:47 AM CephFS Backport #24718 (Resolved): luminous: client: returning garbage (?) for readdir
Nathan Cutler
08:47 AM CephFS Backport #24828 (Resolved): luminous: qa: iogen.sh: line 7: cd: too many arguments
Nathan Cutler
08:46 AM CephFS Bug #24239 (Resolved): cephfs-journal-tool: Importing a zero-length purge_queue journal breaks it...
Nathan Cutler
08:46 AM CephFS Backport #24860 (Resolved): luminous: cephfs-journal-tool: Importing a zero-length purge_queue jo...
Nathan Cutler
08:46 AM CephFS Bug #22683 (Resolved): client: coredump when nfs-ganesha use ceph_ll_get_inode()
Nathan Cutler
08:45 AM CephFS Backport #23015 (Resolved): luminous: client: coredump when nfs-ganesha use ceph_ll_get_inode()
Nathan Cutler
08:45 AM CephFS Backport #24932 (Resolved): luminous: client: put instance/addr information in status asok command
Nathan Cutler
08:44 AM CephFS Backport #25038 (Resolved): luminous: mds: scrub doesn't always return JSON results
Nathan Cutler
08:44 AM CephFS Bug #24440 (Resolved): common/DecayCounter: set last_decay to current time when decoding decay co...
Nathan Cutler
08:44 AM CephFS Backport #24538 (Resolved): luminous: common/DecayCounter: set last_decay to current time when de...
Nathan Cutler
08:40 AM Revision 81b7cd9f (ceph): tools/ceph-detect-init: support RHEL as a platform
12d94cae2a06fd2ae39379e233588be99bff91de introduced a regression in that it
started returning '' as the codename for ...
Nathan Cutler
08:29 AM Dashboard Feature #24997 (Duplicate): mgr/dashboard: Changing the OSD weight
Lenz Grimmer
08:26 AM Dashboard Feature #24765 (Duplicate): mgr/dashboard: Allow OSDs to be taken down / out in the OSD overview
Duplicate of #24270 Lenz Grimmer
08:11 AM CephFS Bug #24849 (Fix Under Review): client: statfs inode count odd
Rishabh Dave
08:05 AM Dashboard Feature #25138 (Fix Under Review): mgr/dashboard: Add API support for managing roles
Ricardo Marques
07:52 AM Dashboard Cleanup #25136: mgr/dashboard: Security role names should be consistent with the UI
Ju Lim wrote:
> I'm still trying to get some feedback on the labels, e.g. rgw-manager (RGW Manager) vs. object-gat...
Lenz Grimmer
07:12 AM CephFS Backport #25045 (In Progress): mimic: mds: create health warning if we detect metadata (journal) ...
https://github.com/ceph/ceph/pull/23343 Prashant D
06:13 AM Revision 616064e1 (ceph): mds: health warning for slow metadata IO
Fixes: http://tracker.ceph.com/issues/24879
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit ...
Yan, Zheng
03:57 AM RADOS Tasks #25186 (In Progress): setup repo for building dependencies like boost, rocksdb, which are n...
we need to build boost, spdk, dpdk, fio, rocksdb, gperftools, seastar for preparing the build dependencies for each P... Kefu Chai
03:52 AM devops Bug #24622: No module named rados
@Nathan Cutler: Thanks a lot. I will try this at weekend. chang wan
03:36 AM Revision 0f3442a3 (ceph): doc: fix the broken urls
Fixed the broken urls.
Fixes: http://tracker.ceph.com/issues/25185
Signed-off-by: Jos Collin <jcollin@redhat.com>
Jos Collin
03:36 AM Revision b19e2399 (ceph): doc: add radosgw reference label
Added radosgw doc reference label
Fixes: http://tracker.ceph.com/issues/25185
Signed-off-by: Jos Collin <jcollin@red...
Jos Collin
03:34 AM rbd Bug #25185 (Resolved): doc: Fix broken urls
Fix broken urls in http://docs.ceph.com/docs/master/rbd/
PR Created: https://github.com/ceph/ceph/pull/23310
Jos Collin
03:05 AM Revision cec5a23f (ceph): Merge pull request #23336 from noahdesu/vstart-dashboard-no-rbd
vstart: disable dashboard when rbd not built
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:40 AM CephFS Backport #25046 (Need More Info): luminous: mds: create health warning if we detect metadata (jou...
Some files are missing in luminous branch, e.g src/mds/OpenFileTable.cc
$ git status
On branch wip-25046-luminous...
Prashant D
12:08 AM RADOS Bug #25184 (Fix Under Review): osd/PGLog.cc: use lgeneric_subdout instead of generic_dout
Neha Ojha

07/30/2018

11:50 PM RADOS Bug #25184 (Resolved): osd/PGLog.cc: use lgeneric_subdout instead of generic_dout
https://github.com/ceph/ceph/pull/23340 Neha Ojha
11:42 PM Revision 1b6dafb3 (ceph): osd/PGLog.cc: use lgeneric_subdout instead of generic_dout
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha Ojha
11:12 PM Revision 2f35ade0 (ceph): qa/ceph-volume: allow executing python pyloads using python3
Signed-off-by: Rishabh Dave <ridave@redhat.com> Rishabh Dave
11:12 PM Revision f28274dc (ceph): qa: make test_volume_client.py py3 compatible
Signed-off-by: Rishabh Dave <ridave@redhat.com> Rishabh Dave
11:12 PM Revision a5e3b051 (ceph): qa: test py2 and py3 for volume client
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
11:12 PM Revision c1efd59f (ceph): packages.yaml: install py3 compatible cephfs and rados bindings...
on Ubuntu and CentOS for upstream testing.
Signed-off-by: Rishabh Dave <ridave@redhat.com>
Rishabh Dave
11:12 PM Revision 33910303 (ceph): ceph_volume_client: use integer division for pg_num
Otherwise a float is sent to the manager which is not the invalid format.
Signed-off-by: Patrick Donnelly <pdonnell@...
Patrick Donnelly
11:12 PM Revision efdf1af4 (ceph): ceph-volume-client: add py3 compatibility
Fixes: http://tracker.ceph.com/issues/17230
Signed-off-by: Rishabh Dave <ridave@redhat.com>
Rishabh Dave
11:12 PM Revision 5106582f (ceph): cephfs.pyx: add py3 compatibility
Signed-off-by: Rishabh Dave <ridave@redhat.com> Rishabh Dave
11:11 PM CephFS Bug #25141 (Pending Backport): CephVolumeClient: delay required after adding data pool to MDSMap
Patrick Donnelly
11:11 PM Revision 55e60ab1 (ceph): Merge PR #23297 into master
* refs/pull/23297/head:
ceph_volume_client: add delay for MDSMap to be distributed
Reviewed-by: Ramana Raja <rraja@...
Patrick Donnelly
11:06 PM Revision 957bdb4a (ceph): Merge PR #23308 into master
* refs/pull/23308/head:
doc: s/Ceph FS/CephFS
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
10:43 PM Revision b982c286 (ceph): doc: Create pull_request_template.md
Let's take the opportunity to nudge new contributors
to have well formatted commit messages.
Signed-off-by: John Spr...
John Spray
10:20 PM Revision 34c390a0 (ceph): Revert "mgr/pybind: expose erasure code profiles"
The erasure code profiles are exposed through the OSD dump which was
overlooked on inspection.
This reverts commit b...
Noah Watkins
10:08 PM mgr Bug #25183: The ceph-mgr balancer stopped hangs when attempting to balance cluster
Just saw the note in the docs on how to enable debugging with osdmaptool:
# osdmaptool osdmap-20180730.bin --debug...
Bryan Stillwell
09:51 PM mgr Bug #25183 (Can't reproduce): The ceph-mgr balancer stopped hangs when attempting to balance cluster
Problem:
When using the ceph-mgr balancer in 13.2.1 (and 12.2.5 previously), trying to create an optimized plan resu...
Bryan Stillwell
10:08 PM Revision 9d2d28c8 (ceph): msg/Messenger: send_message -> send_to
Keep send_message() around as a wrapper
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
09:53 PM devops Bug #25031 (Fix Under Review): mimic: ceph-disk: test fails to install pytest on rhel
https://github.com/ceph/ceph/pull/23337 Nathan Cutler
09:12 PM devops Bug #25031 (In Progress): mimic: ceph-disk: test fails to install pytest on rhel
Nathan Cutler
09:12 PM devops Bug #25031: mimic: ceph-disk: test fails to install pytest on rhel
Note to self: https://github.com/smithfarm/ceph/tree/wip-qa-ceph-detect-init-alt
@teuthology-suite -k distro --mac...
Nathan Cutler
09:06 PM devops Bug #25031: mimic: ceph-disk: test fails to install pytest on rhel
The RHEL machines in the lab are not registered, and my guess is that yum can't easily be convinced to install python... Nathan Cutler
09:50 PM Revision ac6d07b2 (ceph): test/store_test: add test coverage for tiny device misuse.
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
09:50 PM Revision 5b9dd4c8 (ceph): vstart: disable dashboard when rbd not built
dashboard doesn't load correctly without the rbd module, which means
vstart commands that interact with dashboard fai...
Noah Watkins
09:49 PM Revision 2b30b495 (ceph): os/bluestore: avoid superblock overwrite for tiny devices.
This was caused by bluefs extent miscalculation.
Fixes: https://tracker.ceph.com/issues/24480
Signed-off-by: Igor Fe...
Igor Fedotov
09:36 PM RADOS Bug #25182 (Resolved): Upmaps forgotten after restarting OSDs
Problem:
I have a small cluster at home and I noticed that during the upgrade from 12.2.5 -> 12.2.7 and the upgrade ...
Bryan Stillwell
09:28 PM CephFS Backport #25044: mimic: overhead of g_conf->get_val<type>("config name") is high
Zheng, PTAL. Patrick Donnelly
05:30 AM CephFS Backport #25044 (Need More Info): mimic: overhead of g_conf->get_val<type>("config name") is high
The ConfigProxy is not defined in mimic and needs to backported :
In file included from /home/pdvian/backport/ceph...
Prashant D
09:00 PM Revision 5dec5f8d (ceph): mon/MonClient: replace get_mon_{addr,inst} with get_mon_addrs
Only one user.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
09:00 PM Revision 78b2103b (ceph): mon: kill MonMap::get_inst() users
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
09:00 PM Revision 24abdc35 (ceph): mon/MonMap: kill get_inst()
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
09:00 PM Revision 3dd79df4 (ceph): msg/msg_types: add entity_addr_t::legacy_or_front_addr()
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:59 PM Revision 8d31361a (ceph): msg/Messenger: make connect_to() key method, get_connection() becomes w...
We'll phase out get_connection() wrappers.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
08:59 PM Revision bb8a961d (ceph): mon/MonMap: add get_addrs() (temp wrappers)
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:59 PM Revision 3e217452 (ceph): src/test: get_connection -> connect_to_*
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:59 PM Revision ffbe2e2a (ceph): mon/MonClient: get_connection -> connect_to_mon
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:56 PM CephFS Bug #24052 (Resolved): repeated eviction of idle client until some IO happens
Nathan Cutler
08:55 PM CephFS Backport #24295 (Resolved): luminous: repeated eviction of idle client until some IO happens
Nathan Cutler
08:43 PM CephFS Backport #24295: luminous: repeated eviction of idle client until some IO happens
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22780
merged
Yuri Weinstein
08:55 PM CephFS Bug #22428 (Resolved): mds: don't report slow request for blocked filelock request
Nathan Cutler
08:54 PM CephFS Backport #23989 (Resolved): luminous: mds: don't report slow request for blocked filelock request
Nathan Cutler
08:41 PM CephFS Backport #23989: luminous: mds: don't report slow request for blocked filelock request
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22782
merged
Yuri Weinstein
08:54 PM CephFS Bug #24269 (Resolved): multimds pjd open test fails
Nathan Cutler
08:53 PM CephFS Backport #24540 (Resolved): luminous: multimds pjd open test fails
Nathan Cutler
08:39 PM CephFS Backport #24540: luminous: multimds pjd open test fails
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22783
merged
Yuri Weinstein
08:52 PM CephFS Backport #24535 (Resolved): luminous: client: _ll_drop_pins travel inode_map may access invalid ‘...
Nathan Cutler
08:48 PM CephFS Backport #24694 (Resolved): luminous: PurgeQueue sometimes ignores Journaler errors
Nathan Cutler
08:37 PM CephFS Backport #24694: luminous: PurgeQueue sometimes ignores Journaler errors
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/22811
merged
Yuri Weinstein
08:48 PM CephFS Backport #24311: luminous: pjd: cd: too many arguments
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22883
mergedReviewed-by: Patrick Donnelly <pdonnell@redh...
Yuri Weinstein
08:48 PM Revision 21d841e2 (ceph): Merge pull request #22883 from smithfarm/wip-24311-luminous
luminous: pjd: cd: too many arguments
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
08:47 PM CephFS Backport #24718: luminous: client: returning garbage (?) for readdir
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/22955
merged
Yuri Weinstein
08:47 PM CephFS Backport #24828: luminous: qa: iogen.sh: line 7: cd: too many arguments
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22955
merged
Yuri Weinstein
08:47 PM Revision 05fcd389 (ceph): Merge pull request #22955 from joscollin/wip-24828-luminous
luminous: qa: fix ffsb cd argument
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
08:47 PM CephFS Backport #24860: luminous: cephfs-journal-tool: Importing a zero-length purge_queue journal break...
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/22980
merged
Yuri Weinstein
08:47 PM CephFS Backport #23015: luminous: client: coredump when nfs-ganesha use ceph_ll_get_inode()
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/23012
merged
Yuri Weinstein
08:47 PM RADOS Backport #25178 (In Progress): mimic: rados: not all exceptions accept keyargs
Nathan Cutler
07:23 PM RADOS Backport #25178 (Resolved): mimic: rados: not all exceptions accept keyargs
https://github.com/ceph/ceph/pull/23335 Nathan Cutler
08:47 PM Revision e9a6ac8f (ceph): Merge pull request #22980 from joscollin/wip-24860-luminous
luminous: cephfs-journal-tool: Fix purging when importing an zero-length journal.
Reviewed-by: Patrick Donnelly <pdo...
Yuri Weinstein
08:46 PM Revision 41760a83 (ceph): Merge pull request #23012 from batrick/i23015
luminous: client: fixup parallel calls to ceph_ll_lookup_inode() in NFS FASL
Reviewed-by: Patrick Donnelly <pdonnell...
Yuri Weinstein
08:46 PM Revision 88446f56 (ceph): rados.pyx: make all exceptions accept keyword arguments
Moving the code that makes exceptions accept keyword arguments from the
exception OSError to Error prevents a crash w...
Rishabh Dave
08:46 PM CephFS Backport #24932: luminous: client: put instance/addr information in status asok command
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/23107
merged
Yuri Weinstein
08:45 PM Revision e6045c27 (ceph): Merge pull request #23107 from pdvian/wip-24932-luminous
luminous: client: add inst to asok status output
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
08:45 PM CephFS Backport #25038: luminous: mds: scrub doesn't always return JSON results
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/23222
merged
Yuri Weinstein
08:45 PM Revision 81e8fccc (ceph): Merge pull request #23222 from pdvian/wip-25038-luminous
luminous: mds: scrub doesn't always return JSON results
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
08:44 PM CephFS Backport #24538: luminous: common/DecayCounter: set last_decay to current time when decoding deca...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22779
merged
Yuri Weinstein
08:44 PM Revision 3b371919 (ceph): Merge pull request #22779 from batrick/i24538
luminous: common/DecayCounter: set last_decay to current time when decoding decay counter
Reviewed-by: Patrick Donne...
Yuri Weinstein
08:43 PM Revision dc6a9282 (ceph): Merge pull request #22780 from batrick/i24295
luminous: repeated eviction of idle client until some IO happens
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
08:41 PM Revision 896c1936 (ceph): Merge pull request #22782 from ukernel/luminous-23989
luminous: mds: don't report slow request for blocked filelock request
Reviewed-by: Patrick Donnelly <pdonnell@redhat...
Yuri Weinstein
08:39 PM Revision 18c9e809 (ceph): Merge pull request #22783 from ukernel/luminous-24540
luminous: client: update inode fields according to issued caps
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
08:38 PM CephFS Backport #24534: mimic: client: _ll_drop_pins travel inode_map may access invalid ‘next’ iterator
https://github.com/ceph/ceph/pull/22786 merged Yuri Weinstein
08:38 PM Revision 709b10ab (ceph): Merge pull request #22786 from pdvian/wip-24535-luminous
luminous: client: _ll_drop_pins may access invalid iterator
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
08:37 PM Revision 0aec9153 (ceph): Merge pull request #22811 from smithfarm/wip-24694-luminous
luminous: PurgeQueue sometimes ignores Journaler errors
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
08:22 PM Dashboard Feature #24447: mgr/dashboard: Add UI support for managing roles
Just noting that I posted on https://tracker.ceph.com/issues/25136 comments regarding terminology feedback. Ju Lim
06:36 AM Dashboard Feature #24447: mgr/dashboard: Add UI support for managing roles
I suggest to use the checkbox icons (https://fontawesome.com/icons/check-square?style=regular and https://fontawesome... Volker Theile
08:20 PM Dashboard Cleanup #25136: mgr/dashboard: Security role names should be consistent with the UI
I'm still trying to get some feedback on the labels, e.g. rgw-manager (RGW Manager) vs. object-gateway-manager (Objec... Ju Lim
08:17 PM RADOS Bug #24485: LibRadosTwoPoolsPP.ManifestUnset failure
/a/sage-2018-07-30_13:46:50-rados-wip-sage3-testing-2018-07-28-1512-distro-basic-smithi/2838971 Sage Weil
08:16 PM RADOS Bug #25181 (Duplicate): /mon/OSDMonitor.cc: 1821: FAILED assert(osdmap_manifest.pinned.empty())
... Sage Weil
08:13 PM bluestore Bug #25180 (Resolved): ObjectStore/StoreTest.CompressionTest/2 fail
... Sage Weil
08:12 PM devops Bug #24622: No module named rados
chang wan: Can you try it again as you did above, except instead of ... Nathan Cutler
08:00 PM devops Bug #24622: No module named rados
Ah, correction - on my system the file "rados.so" (i.e. the one that is imported by "import rados") is installed in @... Nathan Cutler
07:26 PM devops Bug #24622: No module named rados
@chang wan: Can you tell us which distro (including version) this is?
Presumably this part @Checking .pth file sup...
Nathan Cutler
08:00 PM mgr Bug #25179 (Can't reproduce): luminous(?): mgr: segmentation fault during shutdown
... Patrick Donnelly
07:55 PM Revision 1ebafdb6 (ceph): Merge pull request #23292 from yuriw/wip-yuriw-25140-master
qa/tests: added 1st draft of mimic-x suite Sage Weil
07:55 PM Revision c6dd193f (ceph): Merge pull request #23302 from yuriw/wip-yuriw-crontab-master
qa/tests: added mimic-x to the schedule Sage Weil
07:26 PM RADOS Bug #25112: osd,mon: increase mon_max_pg_per_osd to 250
Please note that the value has been changed from 300->250 for this tracker. The PR reflects the correct value. Neha Ojha
02:23 PM RADOS Bug #25112 (Pending Backport): osd,mon: increase mon_max_pg_per_osd to 250
Kefu Chai
07:23 PM RADOS Backport #25177 (Resolved): luminous: osd,mon: increase mon_max_pg_per_osd to 300
https://github.com/ceph/ceph/pull/23862 Nathan Cutler
07:23 PM RADOS Backport #25176 (Resolved): mimic: osd,mon: increase mon_max_pg_per_osd to 300
https://github.com/ceph/ceph/pull/23861 Nathan Cutler
07:15 PM RADOS Bug #25175 (Resolved): rados python bindings use prval from stack
these methods include
- omap_get_vals
- omap_get_keys
- omap-get-vals-by-keys
Sage Weil
07:00 PM Revision 5178d0a7 (ceph): Merge pull request #23327 from ceph/backport-mimic-23234
mimic: ceph-volume: PVolumes.get() should return one PV when using name or uuid
Reviewed-by: Alfredo Deza <adeza@red...
Alfredo Deza
06:53 PM RADOS Bug #24686 (Resolved): change default filestore_merge_threshold to -10
Nathan Cutler
06:53 PM RADOS Backport #24748 (Resolved): luminous: change default filestore_merge_threshold to -10
Nathan Cutler
04:45 PM RADOS Backport #24748: luminous: change default filestore_merge_threshold to -10
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22814
merged
Yuri Weinstein
06:52 PM Revision 9973fb1a (ceph): wip commit, adding unit test
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
06:51 PM RADOS Backport #24083 (Resolved): luminous: rados: not all exceptions accept keyargs
Nathan Cutler
04:43 PM RADOS Backport #24083: luminous: rados: not all exceptions accept keyargs
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22979
merged
Yuri Weinstein
06:51 PM bluestore Bug #24859 (Resolved): Multiple races related to destruction of SharedBlob and BlueStore::split_c...
Nathan Cutler
06:51 PM bluestore Backport #24886 (Resolved): luminous: Multiple races related to destruction of SharedBlob and Blu...
Nathan Cutler
04:42 PM bluestore Backport #24886: luminous: Multiple races related to destruction of SharedBlob and BlueStore::spl...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/23064
merged
Yuri Weinstein
06:48 PM Revision 61c4f580 (ceph): os/bluestore: handle lack of space for 'reserved' area at block device ...
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
06:35 PM RADOS Bug #25174 (Can't reproduce): osd: assert failure with FAILED assert(repop_queue.front() == repop...
branch: luminous
description: rados:downstream:singleton/{all/ec-lost-unfound.yaml msgr-failures/many.yaml
...
Shylesh Kumar
06:14 PM Revision 24d8b153 (ceph): Merge pull request #23329 from ceph/backport-luminous-23234
luminous: ceph-volume: PVolumes.get() should return one PV when using name or uuid
Reviewed-by: Alfredo Deza <adeza@...
Alfredo Deza
05:24 PM ceph-volume Bug #25173 (Resolved): luminous: New mon-config changes break osd creation (master)
... Alfredo Deza
05:07 PM ceph-volume Bug #25171 (Resolved): nautilus: create a constant to determine ceph version
merged to master https://github.com/ceph/ceph/pull/23332 Alfredo Deza
03:27 PM ceph-volume Bug #25171 (Resolved): nautilus: create a constant to determine ceph version
So that we can start backporting version-dependent changes Alfredo Deza
05:07 PM RADOS Bug #25153 (Fix Under Review): output format is invalid of the crush tree json dumper
Patrick Donnelly
11:56 AM RADOS Bug #25153: output format is invalid of the crush tree json dumper
Reference the pull request: https://github.com/ceph/ceph/pull/23319 Oshyn Song
11:50 AM RADOS Bug #25153 (Resolved): output format is invalid of the crush tree json dumper
The output json string is invalid for "ceph osd crush tree --format=json" command. It contains an array of "nodes" an... Oshyn Song
05:07 PM ceph-volume Bug #25169 (Resolved): mimic: create a constant to determine ceph version
merged to mimic https://github.com/ceph/ceph/pull/23333 Alfredo Deza
03:27 PM ceph-volume Bug #25169 (Resolved): mimic: create a constant to determine ceph version
So that we can start backporting version-dependent changes Alfredo Deza
05:06 PM ceph-volume Bug #25170 (Resolved): luminous: create a constant to determine ceph version
merged to luminous https://github.com/ceph/ceph/pull/23331 Alfredo Deza
03:27 PM ceph-volume Bug #25170 (Resolved): luminous: create a constant to determine ceph version
So that we can start backporting version-dependent changes Alfredo Deza
04:54 PM Revision 81df5d18 (ceph): Merge pull request #23321 from cernceph/dvanders_enable
ceph-volume: enable the ceph-osd during lvm activation
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
04:44 PM Revision 1ee87a62 (ceph): Merge pull request #22814 from smithfarm/wip-24748-luminous
luminous: change default filestore_merge_threshold to -10
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
04:44 PM Revision bc13106a (ceph): Merge pull request #22839 from vumrao/wip-vumrao-backport-d12ba37e0d0-t...
luminous: osd: change log level when withholding pg creation
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-...
Yuri Weinstein
04:42 PM Revision 36262960 (ceph): Merge pull request #22979 from VictorDenisov/backport_24033
luminous: rados.pyx: make all exceptions accept keyword arguments
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed...
Yuri Weinstein
04:41 PM Revision b553c3bc (ceph): Merge pull request #23064 from pdvian/wip-24886-luminous
luminous: os/bluestore: fix races on SharedBlob::coll in ~SharedBlob.
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
04:15 PM Revision b61e671c (ceph): Merge pull request #23331 from alfredodeza/wip-rm25170
luminous: ceph-volume add a __release__ string, to help version-conditional calls
Reviewed-by: Andrew Schoen <aschoe...
Andrew Schoen
04:14 PM Revision 7746dada (ceph): Merge pull request #23333 from alfredodeza/wip-rm25169
mimic: ceph-volume add a __release__ string, to help version-conditional calls
Reviewed-by: Andrew Schoen <aschoen@r...
Andrew Schoen
04:14 PM Revision 4a043de4 (ceph): Merge pull request #23332 from alfredodeza/wip-rm25171
ceph-volume add a __release__ string, to help version-conditional calls
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
04:03 PM Revision 39245ff5 (ceph): ceph-volume add a __release__ string, to help version-conditional calls
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
04:01 PM Revision 189efe08 (ceph): Merge pull request #23293 from smithfarm/wip-upgrade-cleanup-luminous
luminous: qa: drop upgrade/luminous-x
Reviewed-by: Yuri Weinstein <yweins@redhat.com>
Yuri Weinstein
04:01 PM Revision baa4d0ea (ceph): Merge pull request #23305 from smithfarm/wip-cleanup-upgrade
qa/upgrade: cleanup for nautilus
Reviewed-by: Yuri Weinstein <yweins@redhat.com>
Reviewed-by: Sage Weil <sage@redhat...
Yuri Weinstein
03:58 PM Revision 2cca2905 (ceph): ceph-volume add a __release__ string, to help version-conditional calls
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
03:41 PM Revision e6f21c1a (ceph): qa/tests: added 1st draft of mimic-x suite
Fixes: https://tracker.ceph.com/issues/25140
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
03:39 PM Revision 5bd0c27f (ceph): ceph-volume add a __release__ string, to help version-conditional calls
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
03:38 PM Dashboard Bug #24570 (In Progress): mgr/dashboard: Modal dialogs are still open when UI is redirected to th...
Volker Theile
03:28 PM Dashboard Bug #24570: mgr/dashboard: Modal dialogs are still open when UI is redirected to the login screen
The PR https://github.com/ceph/ceph/pull/23328 will fix this issue. Volker Theile
03:33 PM Bug #25172 (Fix Under Review): Unnecessarily obscure CLI error on EPERM
https://github.com/ceph/ceph/pull/23330 John Spray
03:32 PM Bug #25172 (Resolved): Unnecessarily obscure CLI error on EPERM
Inspired by thread "[ceph-users] cephfs tell command not working"
If someone has "allow" instead of "allow *" caps...
John Spray
03:32 PM Revision 1447d3dd (ceph): ceph.in: friendlier message on EPERM
When we get an EPERM, we can make an informed
guess at what the problem is. This is a reasonably
common user error i...
John Spray
03:24 PM Revision 464c93a7 (ceph): ceph-volume: PVolumes.get() should return one PV when using name or uuid
It is possible to get duplicated pv entires from the 'pvs' lvm command.
If we're using PVolumes.get() with either pv_...
Andrew Schoen
03:23 PM Revision 925f5e87 (ceph): ceph-volume: PVolumes.get() should return one PV when using name or uuid
It is possible to get duplicated pv entires from the 'pvs' lvm command.
If we're using PVolumes.get() with either pv_...
Andrew Schoen
03:23 PM Revision ab6a0325 (ceph): common/assert: mark assert helpers with [[gnu::cold]]
for better performance,
see
https://gcc.gnu.org/onlinedocs/gcc-7.3.0/gcc/Common-Function-Attributes.html#Common-Funct...
Kefu Chai
03:21 PM rgw Bug #25168: rgw: can't remove shadow file when copy object from other placement after remove object
https://github.com/ceph/ceph/pull/23325 fix this joke lee
03:06 PM rgw Bug #25168 (Fix Under Review): rgw: can't remove shadow file when copy object from other placemen...
hi,
i have two placement
{
"key": "placement-1",
"val": {
"index_pool": "default...
joke lee
02:55 PM Revision cb342aaf (ceph): mgr: add units to performance counters
Signed-off-by: Rubab Syed<rubab.syed21@gmail.com>
(cherry picked from commit 8fb421070473ea212302f790f7da8e8939011d35...
Rubab Syed
02:49 PM Dashboard Tasks #25167 (New): mgr/dashboard: Display useful popovers in forms
Add useful popovers to each form attribute, for inexperienced users. Stephan Müller
02:49 PM Bug #25152: chown: cannot access ‘/var/lib/ceph/osd/*/block*’: No such file or directory
Mimic: https://github.com/ceph/ceph/pull/23324 Dan van der Ster
09:29 AM Bug #25152 (Fix Under Review): chown: cannot access ‘/var/lib/ceph/osd/*/block*’: No such file or...
https://github.com/ceph/ceph/pull/23313 Kefu Chai
09:14 AM Bug #25152 (Resolved): chown: cannot access ‘/var/lib/ceph/osd/*/block*’: No such file or directory
When updating from 12.2.5 to 12.2.7:... Dan van der Ster
02:47 PM Dashboard Feature #25166 (New): mgr/dashboard: Add cache pool support
Ceph provides a concept of "cache pools":http://ceph.com/docs/master/dev/cache-pool/. It should be possible for an ad... Stephan Müller
02:46 PM Revision d0a4cb1d (ceph): rpm: silence osd block chown
Signed-off-by: Dan van der Ster <daniel.vanderster@cern.ch>
Fixes: http://tracker.ceph.com/issues/25152
Dan van der Ster
02:42 PM Dashboard Feature #25165 (Rejected): mgr/dashboard: Manage Ceph pool snapshots
Currently there is no way to create / delete pool snapshots Stephan Müller
02:35 PM CephFS Bug #24849: client: statfs inode count odd
Assigns total number of files on FS (directories are counted as files) to f_files - https://github.com/ceph/ceph/pull... Rishabh Dave
02:30 PM Dashboard Feature #25164 (New): mgr/dashboard: Display basic performance/utilization metrics of a Ceph Pool
When clicking on a pool in the list of pools, the pool details should show graphs of the pool's performance and utili... Stephan Müller
02:26 PM Dashboard Tasks #25163 (New): mgr/dashboard: Extend the Ceph pool by configurations
The ceph pool details found on /api/pools aren't complete yet and shall be extended by the missing configurations lis... Stephan Müller
02:25 PM Dashboard Tasks #25162 (New): API interceptor should handle client and server side offline status
API interceptor should handle client and server side offline status Stephan Müller
02:24 PM Revision df2196db (ceph): Merge pull request #23276 from tchaikov/wip-config-diff-lock
common/config: fix the lock in ConfigProxy::diff()
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Josh ...
Kefu Chai
02:23 PM Dashboard Cleanup #25161 (Resolved): Every keystroke for the username in the RGW user form triggers an API ...
Every keystroke for the username in the RGW user form triggers an API call, this should be minimized to at max 2 requ... Stephan Müller
02:23 PM Revision 1bb7be36 (ceph): Merge pull request #23251 from neha-ojha/wip-25112
osd,mon: increase mon_max_pg_per_osd to 250
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Nathan Cutler...
Kefu Chai
02:22 PM Revision b88596d9 (ceph): Merge pull request #23249 from liewegas/wip-mon-cx-nautilus
osd/OSDMap: fix CEPHX_V2 osd requirement to nautilus, not mimic
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Review...
Kefu Chai
02:21 PM Dashboard Bug #25096 (Resolved): @RbdTasks decorator don't support optional query_params
Kefu Chai
02:21 PM Revision 53951a84 (ceph): Merge pull request #23229 from rjfd/wip-dashboard-query-params-bug
mgr/dashboard: fix query parameters in task annotated endpoints
Reviewed-by: Tiago Melo <tmelo@suse.com>
Kefu Chai
02:19 PM Dashboard Feature #25160 (New): mgr/dashboard: Create a "Create Ceph Cluster Pool Configuration" Wizard
This issue is a port from this openATTIC "issue":https://tracker.openattic.org/browse/OP-1072.
For all comments and ...
Stephan Müller
02:07 PM Dashboard Feature #25159 (New): mgr/dashboard: Add CRUSH ruleset management to CRUSH viewer
Add support to view / create / update / delete a crush ruleset in the CRUSH map viewer. Stephan Müller
02:05 PM Dashboard Feature #25158 (Resolved): Add pool cache tiering details tab
* Show the cache tiers as an indented pool in the data table.
* Don't show cache tiering tab, if there is no cache...
Stephan Müller
02:04 PM mgr Tasks #25157 (New): Refine the details of the Ceph pools optically
The details of the Ceph pools in the listing are relatively raw displayed. This should be enhanced and the details sh... Stephan Müller
01:47 PM Dashboard Feature #25156 (Resolved): mgr/dashboard: Erasure code profile management
The dashboard should support managing Erasure code profiles, e.g. list all existing ones, create new ones and delete ... Stephan Müller
01:45 PM Revision c13aa381 (ceph): Merge PR #22607 into master
* refs/pull/22607/head:
common/options: convert many TYPE_[U]INT -> TYPE_SIZE
common/options: remove journal_max_co...
Sage Weil
01:42 PM Revision 2843debd (ceph): Merge pull request #23238 from alfredodeza/luminous-rm24993
luminous ceph-volume process.call with stdin in Python 3 fix
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
01:42 PM RADOS Bug #25155 (Can't reproduce): mon crash from 'ceph osd erasure-code-profile set lrcprofile name=l...
... Sage Weil
01:42 PM Revision f3c3015c (ceph): Merge pull request #23239 from alfredodeza/mimic-rm24993
mimic ceph-volume process.call with stdin in Python 3 fix
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
01:22 PM CephFS Feature #12282 (In Progress): mds: progress/abort/pause interface for ongoing scrubs
Venky Shankar
01:14 PM CephFS Feature #24286 (Fix Under Review): tools: create CephFS shell
Rajula Pavani
01:13 PM CephFS Feature #24286: tools: create CephFS shell
https://github.com/ceph/ceph/pull/23158 Rajula Pavani
01:12 PM ceph-volume Bug #24152: Starting all OSDs created by ceph-volume via systemd fails
Does this cover your use-case? https://github.com/ceph/ceph/pull/23321 Dan van der Ster
01:07 PM Revision 261d8ac9 (ceph): ceph-volume: enable ceph-osd during lvm activation
Enable the ceph-osd@<id> unit during lvm activate to link these
units to the ceph-osd.target.
Signed-off-by: Dan van...
Dan van der Ster
12:57 PM Revision 3e6f387b (ceph): ceph-volume: optional systemd enable --runtime
Allow units to be enabled but not persisted across a reboot,
and use this when enabling osds.
Signed-off-by: Dan van...
Dan van der Ster
12:27 PM Dashboard Bug #25090: mgr/dashboard: Datatable error panel blinking on page loading
May be fixed by https://github.com/ceph/ceph/pull/23316. Volker Theile
12:15 PM RADOS Bug #25154: librados application's symbol could conflict with the libceph-common
https://github.com/ceph/ceph/pull/23320 Kefu Chai
12:15 PM RADOS Bug #25154 (Resolved): librados application's symbol could conflict with the libceph-common
quoting from Zongyou Yao's mail from ceph-devel ML
> Internally, we have a program using librados C++ api to perio...
Kefu Chai
11:35 AM Revision e8208bf8 (ceph): rgw: http client: print curl error messages during curl failures
When curl fails, curl has a curl error code which can be useful to understand
the failure. Print this error message, ...
Abhishek Lekshmanan
10:47 AM Dashboard Bug #25139 (Resolved): Task wrapper should not call notifyTask if a task fails
Stephan Müller
10:32 AM Revision e8f6f16b (ceph): osd: do_sparse_read(): On Checksum mismatch try to repair
Fixes: http://tracker.ceph.com/issues/24875
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from com...
David Zafman
10:32 AM Revision 6bd4d27e (ceph): osd: do_read(): Use actual bytes read to determine if CRC can be checked
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 48d7448d72834810cf13eca1425e0cf0e8570c7a)...
David Zafman
09:39 AM Revision a8dc0e59 (ceph): Merge pull request #23287 from Devp00l/wip-duplicate-error-messages
mgr/dashboard: Fix duplicate error messages
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Tiago Melo <...
Lenz Grimmer
09:25 AM CephFS Feature #25013 (Fix Under Review): mds: add average session age (uptime) perf counter
PR https://github.com/ceph/ceph/pull/23314 Venky Shankar
09:12 AM Revision 3b745073 (ceph): rpm: silence osd block chown
Signed-off-by: Dan van der Ster <daniel.vanderster@cern.ch>
Fixes: http://tracker.ceph.com/issues/25152
Dan van der Ster
08:53 AM Revision 00ec05ab (ceph): Merge pull request #22669 from votdev/feature_24574
mgr/dashboard: Cleanup RGW config checks
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Reviewed-by: Sebastian Wagner...
Ricardo Dias
08:04 AM Revision c6d0c035 (ceph): client: LAZY_IO support
'client_force_lazyio' option enables LAZY_IO gloablly for libcephfs
and ceph-fuse mount.
'ceph_lazyio(...)' and 'cep...
Yan, Zheng
07:20 AM RADOS Bug #24785 (Resolved): mimic selinux denials comm="tp_fstore_op / comm="ceph-osd dev=dm-0 and dm-1
Boris Ranto
07:20 AM RADOS Backport #25143 (Resolved): luminous: mimic selinux denials comm="tp_fstore_op / comm="ceph-osd ...
Merged. Boris Ranto
07:19 AM RADOS Backport #25142 (Resolved): mimic: mimic selinux denials comm="tp_fstore_op / comm="ceph-osd dev...
Merged. Boris Ranto
06:23 AM Revision 28e8fdeb (ceph): doc: Fixes OSD node labels which based on the osd_devices name
Signed-off-by: Siyu Sun <sylvia0409siyu@gmail.com> sylvia0409
06:10 AM Revision fea3d575 (ceph): osd/PrimaryLogPG: trigger auto-repair on full-object-size CRC error
There are still FileStore users and the full-object CRC might be able
to catch silently returned data errors. Since w...
xie xingguo
04:26 AM CephFS Backport #25042 (In Progress): mimic: mds: reduce debugging for missing inodes during subtree mig...
https://github.com/ceph/ceph/pull/23309 Prashant D
03:30 AM rgw Bug #23804: rgw multisite sync maybe hang
spawn_window == 20, so the `wait_for_child()` function will always return due to other child stack finished. Would yo... Xinying Song
02:39 AM Linux kernel client Bug #25150 (Closed): Failed to write data to rbd device even removed from blacklist
Map rbd to multiple nodes as the iscsi target and use multipath on iscsi initiator.path_grouping_policy is failover.
...
aiai li
02:08 AM Revision a9e25422 (ceph): mds: increase debug level for dropped client cap msg
Fixes: https://tracker.ceph.com/issues/24855
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fr...
Patrick Donnelly

07/29/2018

06:42 PM Bug #18163: platform.linux_distribution() is deprecated; stop using it
*second mimic follow-on PR (fix RHEL 7.5 regression)*: https://github.com/ceph/ceph/pull/23303 Nathan Cutler
05:56 PM Revision 17d9b5be (ceph): qa/upgrade: cleanup for nautilus
Drop unused suites, which ATM means all of them except upgrade/luminous-x
which recently got a cleanup in https://git...
Nathan Cutler
05:48 PM Bug #23776 (Fix Under Review): ceph-authtool reports 0 caps for any keyring created
https://github.com/ceph/ceph/pull/23304 Nathan Cutler
04:08 PM Revision cecbf3e5 (ceph): Merge pull request #23162 from smithfarm/wip-upgrade-cleanup
tests: upgrade/luminous-x: fix order of final-workload directory
Reviewed-by: Sage Weil <sage@redhat.com>
Nathan Cutler
04:02 PM CephFS Bug #25148 (Won't Fix - EOL): "ceph session ls" produces unparseable json when run against ceph-m...
h3. What?
Apparent race condition in upgrade test
h3. Where?
It happened in the upgrade test @upgrade:lumino...
Nathan Cutler
01:25 PM Revision a6c73b6a (ceph): cmake,make-dist: build gperftools if WITH_STATIC_LIBSTDCXX
we could create a mini project to build a shared library, and use
try_compile() to test if the found gperftools is co...
Kefu Chai
01:25 PM Revision 2e012870 (ceph): cmake: do not link libs against ${ALLOC_LIBS}
let libcommon or libceph-common take care of this.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:20 PM Revision 321096a5 (ceph): Merge pull request #23295 from b-ranto/wip-volume-selinux-mimic
[mimic] ceph-volume: Restore SELinux context
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
01:20 PM Revision d8d85dee (ceph): Merge pull request #23296 from b-ranto/wip-volume-selinux-luminous
[luminous] ceph-volume: Restore SELinux context
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
12:25 PM Revision e6c7e0f5 (ceph): cmake: extract std::filesystem linkage checking into module
see
https://libcxx.llvm.org/docs/UsingLibcxx.html#using-libc-experimental-and-experimental,
> Note that as of libc++...
Kefu Chai
12:25 PM Revision 13b870cc (ceph): cmake: do not link against common_crc_aarch64
it's included by libcrc32 already
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:50 AM rgw Bug #25135: rgw:s3test failed to pass test_object_set_get_non_utf8_metadata
this pr fix https://github.com/ceph/civetweb/pull/28 joke lee

07/28/2018

11:22 PM Revision 46057cef (ceph): Provided API to change umask
Signed-off-by: Pavani Rajula <rpavani1998@gmail.com> Rajula Pavani
10:30 PM Revision 8c6e013f (ceph): test: give every test a new pool conn
Signed-off-by: Noah Watkins <nwatkins@redhat.com> Noah Watkins
10:19 PM Revision d672c234 (ceph): test: build a pool for the whole test suite
Signed-off-by: Noah Watkins <nwatkins@redhat.com> Noah Watkins
09:57 PM Revision e4632324 (ceph): rados: use test suite to share code
Signed-off-by: Noah Watkins <nwatkins@redhat.com> Noah Watkins
09:42 PM Revision bba79cdb (ceph): qa/tests: added mimic-x to the schedule
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
09:23 PM Revision c14a3857 (ceph): rados: add a connected flag to the conn obj
Signed-off-by: Noah Watkins <nwatkins@redhat.com> Noah Watkins
09:21 PM Revision d45ba68f (ceph): Merge pull request #23301 from yuriw/wip-yuriw-p2p-mimic
qa/tests: added OBJECT_MISPLACED to the whitelist Yuri Weinstein
08:11 PM Revision 922bfc5f (ceph): common/options: convert many TYPE_[U]INT -> TYPE_SIZE
Note that the _cost options are in fact in units of bytes.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
08:07 PM bluestore Bug #25001: Crashing OSDs after going from 12.2.5 -> 12.2.6 -> 13.2.0
It looks like I have quite a few more than this one OSD that's crashing. They all fsck successfully, but repair will... Troy Ablan
07:55 PM RADOS Bug #20798: LibRadosLockECPP.LockExclusiveDurPP gets EEXIST
/a/sage-2018-07-27_22:50:28-rados-wip-sage-testing-2018-07-27-0744-distro-basic-smithi/2826326 Sage Weil
05:44 PM Revision d245ffb0 (ceph): cmake: fix "WITH_STATIC_LIBSTDCXX"
- do not link libkv with ALLOC_LIBS, it turns out that if we link
tcmalloc *before* -static-libstdc++ -static-libgcc,...
Kefu Chai
05:44 PM Revision 125b5da0 (ceph): rocksdb: pickup change to link against libsnappy.a
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
05:44 PM Revision a6149306 (ceph): cmake: link against libsnappy.a if WITH_STATIC_LIBSTDCXX
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
05:08 PM Revision 3b687cfa (ceph): doc: add note about vstart.sh setup
Signed-off-by: Noah Watkins <noahwatkins@gmail.com> Noah Watkins
03:13 PM Revision 74fd334a (ceph): crimson/common: write configs synchronously on shard.0
to avoid potential racings on the same shard. before this change, we
apply the change in async. after this change, al...
Kefu Chai
02:50 PM Revision 607cd3f1 (ceph): qa/tests: added OBJECT_MISPLACED to the whitelist
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
02:46 PM RADOS Bug #25146 (Resolved): "rocksdb: Corruption: Can't access /000000.sst" in upgrade:mimic-x:paralle...
This is on mew mimic-x suite https://github.com/ceph/ceph/pull/23292
Run: http://pulpito.ceph.com/yuriw-2018-07-27_2...
Yuri Weinstein
02:29 PM Revision 152f4fba (ceph): doc: s/Ceph FS/CephFS
Fixes: https://github.com/ceph/ceph/pull/22784#discussion_r200755460
Signed-off-by: Jos Collin <jcollin@redhat.com>
Jos Collin
01:01 PM Revision 24a90d2d (ceph): common/config: do not use magic number in set_mon_vals()
before this change, we compare the retcode of _set_val() with 1, and 0,
which are pratically magic numbers. after thi...
Kefu Chai
01:01 PM Revision 54c0e438 (ceph): crimson/common: throw if fails to change config
simpler this way, and this allows us to have more detailed error message
so we can present it to end-user. skipping t...
Kefu Chai
09:12 AM RADOS Backport #25143 (In Progress): luminous: mimic selinux denials comm="tp_fstore_op / comm="ceph-o...
Nathan Cutler
09:11 AM RADOS Backport #25143 (Resolved): luminous: mimic selinux denials comm="tp_fstore_op / comm="ceph-osd ...
https://github.com/ceph/ceph/pull/23296 Nathan Cutler
09:11 AM RADOS Backport #25142 (In Progress): mimic: mimic selinux denials comm="tp_fstore_op / comm="ceph-osd ...
Nathan Cutler
09:10 AM RADOS Backport #25142 (Resolved): mimic: mimic selinux denials comm="tp_fstore_op / comm="ceph-osd dev...
https://github.com/ceph/ceph/pull/23295 Nathan Cutler
09:11 AM RADOS Backport #25145 (Resolved): luminous: Automatically set expected_num_objects for new pools with >...
https://github.com/ceph/ceph/pull/24395 Nathan Cutler
09:11 AM RADOS Backport #25144 (Resolved): mimic: Automatically set expected_num_objects for new pools with >=10...
https://github.com/ceph/ceph/pull/23860 Nathan Cutler
08:53 AM Revision 78aad3a2 (ceph): cmake: extract Yasm check into a module
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
08:53 AM Revision 7dd82bbe (ceph): cmake: extract mount.ceph into src/mount
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
08:53 AM Revision a92fee76 (ceph): cmake: set HAVE_DPDK if it's available
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
01:55 AM devops Bug #24919 (Resolved): rpm: missing dependency on python34-ceph-argparse from python34-cephfs (an...
Kefu Chai
01:54 AM devops Bug #24918 (Resolved): Ubuntu: python3-cephfs missing dependency on python3-rados
Kefu Chai
01:53 AM Revision d76fbf67 (ceph): Merge pull request #23043 from tchaikov/wip-python-cephfs-dependencies
deb,rpm: fix python-cephfs dependencies
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Reviewed-by: Patrick Donnelly ...
Kefu Chai
12:04 AM CephFS Bug #25141 (Fix Under Review): CephVolumeClient: delay required after adding data pool to MDSMap
https://github.com/ceph/ceph/pull/23297 Patrick Donnelly
12:00 AM CephFS Bug #25141 (In Progress): CephVolumeClient: delay required after adding data pool to MDSMap
Patrick Donnelly
12:02 AM Revision 4853aa7d (ceph): ceph_volume_client: add delay for MDSMap to be distributed
Otherwise the setxattr will fail if the mds has not yet received the MDSMap
which adds the new data pool.
Fixes: htt...
Patrick Donnelly

07/27/2018

11:59 PM CephFS Bug #25141 (Resolved): CephVolumeClient: delay required after adding data pool to MDSMap
https://github.com/ceph/ceph/blob/726ca169ee23df2f5521ca0c9677614c6e3a2145/src/pybind/ceph_volume_client.py#L632-L636... Patrick Donnelly
11:55 PM RADOS Bug #24785: mimic selinux denials comm="tp_fstore_op / comm="ceph-osd dev=dm-0 and dm-1
Mimic back-port:
https://github.com/ceph/ceph/pull/23295
Luminous back-port:
https://github.com/ceph/ceph/pu...
Boris Ranto
10:18 PM RADOS Bug #24785 (Pending Backport): mimic selinux denials comm="tp_fstore_op / comm="ceph-osd dev=dm-...
Boris Ranto
07:01 AM RADOS Bug #24785 (Fix Under Review): mimic selinux denials comm="tp_fstore_op / comm="ceph-osd dev=dm-...
Boris Ranto
07:00 AM RADOS Bug #24785: mimic selinux denials comm="tp_fstore_op / comm="ceph-osd dev=dm-0 and dm-1
The manual testing suggests this should fix this issue:
https://github.com/ceph/ceph/pull/23278
Boris Ranto
10:56 PM Revision 3d6befd8 (ceph): ceph-volume: Restore SELinux context
We need to reset the root context of the file system after mounting it.
Otherwise, the SELinux policy rules will not ...
Boris Ranto
10:55 PM Revision b84f6ae6 (ceph): ceph-volume: Restore SELinux context
We need to reset the root context of the file system after mounting it.
Otherwise, the SELinux policy rules will not ...
Boris Ranto
10:18 PM Revision 726ca169 (ceph): Merge pull request #23288 from theanalyst/doc/releases/13.2.1
doc: releases: mimic 13.2.1 release notes
Reviewed-By: Sage Weil <sweil@redhat.com>
Abhishek Lekshmanan
10:01 PM bluestore Bug #25001: Crashing OSDs after going from 12.2.5 -> 12.2.6 -> 13.2.0
repair log and core respectively
ceph-post-file: 189d2970-662a-49c0-ac6c-6ee6d124d523
ceph-post-file: 8675da71-1b...
Troy Ablan
09:53 PM bluestore Bug #25001: Crashing OSDs after going from 12.2.5 -> 12.2.6 -> 13.2.0
I have since updated to 13.2.1 and the cluster appears to be allowing me to get at least some of my data out. Howeve... Troy Ablan
09:57 PM Revision ba755c11 (ceph): Merge pull request #23278 from b-ranto/wip-volume-selinux
ceph-volume: Restore SELinux context
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
09:48 PM Revision 659797f7 (ceph): ceph-volume tests.util verify as_bytes behavior
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 1802c386da3bf1e77f20d8a5456edd810a631c6f)
Alfredo Deza
09:48 PM Revision aefd2188 (ceph): ceph-volume tests.process ensure that stdin works on py3 and py2.7
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:48 PM Revision 499e9135 (ceph): ceph-volume process decode to utf-8 when logging descriptors
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:48 PM Revision 5c6c0f92 (ceph): ceph-volume tests run to log_descriptors, verifying utf-8
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:48 PM Revision 53f25e30 (ceph): ceph-volume util move the str_to_int utility out of lvm
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit cb5b30ab43f37adc45fb6114452b37722c65501e)
Alfredo Deza
09:48 PM Revision d4ede4b8 (ceph): ceph-volume util create prompt helpers
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 0283fcc38b13c2d090b1d25be732e6f5f43b834c)
Alfredo Deza
09:48 PM Revision 2161c50c (ceph): ceph-volume tests verify str_to_int utility
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 56b1bf633d3d16cf335043450df95f191e2907a4)
Alfredo Deza
09:48 PM Revision e38a9f5d (ceph): ceph-volume tests validate the new utils for prompts
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 2d988337a96fe6cc8fffb37e4641c86cd47e1139)
Alfredo Deza
09:48 PM Revision 1053aac7 (ceph): ceph-volume util create a helper for converting to bytes
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit fb518165445479cf08eefc8a2755ad78dcafd07f)
Alfredo Deza
09:48 PM Revision dd0482a0 (ceph): ceph-volume process use the as_bytes util for stdin
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 6a9368c1db468e05944607f9814f19053de80b6b)
Alfredo Deza
09:48 PM Revision 13702aec (ceph): ceph-volume tests catch utf-8 encoded stdin errors
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 31f565e90bb346c2be982f7daba31431b5368677)
Alfredo Deza
09:48 PM Revision 7ff39657 (ceph): ceph-volume process encode stdin with utf-8 to prevent bytes TypeError
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:47 PM Revision cfc6b89b (ceph): ceph-volume util move the str_to_int utility out of lvm
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit cb5b30ab43f37adc45fb6114452b37722c65501e)
Alfredo Deza
09:47 PM Revision e3dd4966 (ceph): ceph-volume util create prompt helpers
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 0283fcc38b13c2d090b1d25be732e6f5f43b834c)
Alfredo Deza
09:47 PM Revision cab4f0f8 (ceph): ceph-volume tests verify str_to_int utility
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 56b1bf633d3d16cf335043450df95f191e2907a4)
Alfredo Deza
09:47 PM Revision bec99569 (ceph): ceph-volume tests validate the new utils for prompts
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 2d988337a96fe6cc8fffb37e4641c86cd47e1139)
Alfredo Deza
09:47 PM Revision 9f9a678e (ceph): ceph-volume util create a helper for converting to bytes
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit fb518165445479cf08eefc8a2755ad78dcafd07f)
Alfredo Deza
09:47 PM Revision cfa8b613 (ceph): ceph-volume process use the as_bytes util for stdin
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 6a9368c1db468e05944607f9814f19053de80b6b)
Alfredo Deza
09:47 PM Revision 6182f49a (ceph): ceph-volume tests catch utf-8 encoded stdin errors
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 31f565e90bb346c2be982f7daba31431b5368677)
Alfredo Deza
09:47 PM Revision f89139e3 (ceph): ceph-volume tests.util verify as_bytes behavior
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 1802c386da3bf1e77f20d8a5456edd810a631c6f)
Alfredo Deza
09:47 PM Revision 4a665bc8 (ceph): ceph-volume process encode stdin with utf-8 to prevent bytes TypeError
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:47 PM Revision 849e3a4c (ceph): ceph-volume tests.process ensure that stdin works on py3 and py2.7
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:47 PM Revision c66846d3 (ceph): ceph-volume process decode to utf-8 when logging descriptors
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:47 PM Revision 991ad3a7 (ceph): ceph-volume tests run to log_descriptors, verifying utf-8
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
08:45 PM Revision a87d62b7 (ceph): luminous: qa: drop upgrade/luminous-x
This suite would typically be run from the mimic or master branches, not
luminous.
This commit is intentionally not ...
Nathan Cutler
08:42 PM Revision dc65182d (ceph): Merge pull request #23106 from noahdesu/always-on-mgr-modules2
mgr: create always on class of modules Noah Watkins
08:06 PM ceph-volume Bug #24993 (Resolved): ceph-volume fails to create OSD with Python 3
Master PR https://github.com/ceph/ceph/pull/23289 Alfredo Deza
12:30 PM ceph-volume Bug #24993 (In Progress): ceph-volume fails to create OSD with Python 3
Reopening because we saw some failures with strings not fully decoded in stdin:... Alfredo Deza
07:56 PM rgw Bug #25028 (Won't Fix): admin api: RGWOp_Key_Remove doesn't return a json response
i'm just fixing the test to accept empty replies in https://github.com/ceph/ceph/pull/23145 Casey Bodley
07:33 PM Revision 079d2bb6 (ceph): Merge pull request #23218 from yuriw/wip-yuriw-25086-mimic
qa/tests: added v13.2.1 to the mix Yuri Weinstein
07:27 PM Revision 3a55e13c (ceph): Merge pull request #23143 from joke-lee/qa-admin-api-user-info-through-...
qa: add test for https://github.com/ceph/ceph/pull/22790
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
07:27 PM Revision 934443e2 (ceph): mgr: remove unused timer member
Signed-off-by: Noah Watkins <nwatkins@redhat.com> Noah Watkins
07:27 PM Revision 3068c429 (ceph): mgr: report health check changes immediately
Currently beacons and reports are sent periodically, which means that
health check changes made by modules are only v...
Noah Watkins
07:27 PM Revision 842b7992 (ceph): mon: timely health updates to manager
When the health of a monitor service changes immediately dispatch a
digest to manager daemons with the new health che...
Noah Watkins
07:00 PM Revision a8c71c90 (ceph): Merge pull request #23289 from alfredodeza/wip-rm24993-2
ceph-volume ensure encoded bytes are always used
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
06:43 PM Dashboard Feature #24447: mgr/dashboard: Add UI support for managing roles
> > I agree. We should try to not refer to these components/services by their internal name (RGW, RBD), but rather us... Ernesto Puerta
12:13 PM Dashboard Feature #24447: mgr/dashboard: Add UI support for managing roles
Lenz Grimmer wrote:
> Ernesto Puerta wrote:
>
> > Not sure if this has already been discussed. Shouldn't we align...
Ricardo Marques
12:06 PM Dashboard Feature #24447: mgr/dashboard: Add UI support for managing roles
Ju Lim wrote:
> +1 on being consistent with terminology.
>
> I was going to suggest instead of Update to use the ...
Ricardo Marques
11:51 AM Dashboard Feature #24447: mgr/dashboard: Add UI support for managing roles
+1 on being consistent with terminology.
I was going to suggest instead of Update to use the term Edit since it's ...
Ju Lim
11:50 AM Dashboard Feature #24447: mgr/dashboard: Add UI support for managing roles
Lenz Grimmer wrote:
> The UI mockups look good to me otherwise. I wonder if it would be better to replace "Update" w...
Ricardo Marques
10:45 AM Dashboard Feature #24447: mgr/dashboard: Add UI support for managing roles
The UI mockups look good to me otherwise. I wonder if it would be better to replace "Update" with "Modify" though - I... Lenz Grimmer
10:42 AM Dashboard Feature #24447: mgr/dashboard: Add UI support for managing roles
Ernesto Puerta wrote:
> Not sure if this has already been discussed. Shouldn't we align component names across the...
Lenz Grimmer
10:18 AM Dashboard Feature #24447: mgr/dashboard: Add UI support for managing roles
Not sure if this has already been discussed. Shouldn't we align component names across the dashboard to make naming c... Ernesto Puerta
10:08 AM Dashboard Feature #24447: mgr/dashboard: Add UI support for managing roles
*UI Mockup - View v1*
!role-management-view-v1.png!
*UI Mockup - Edit v1*
!role-management-edit-v1.png!
Ricardo Marques
06:29 PM Revision b696c849 (ceph): qa/rgw: fix 'policy show' tests in radosgw_admin_rest task
'policy show' returns a json-encoded representation of
RGWAccessControlPolicy, while key.get_xml_acl() returns
RGWAcc...
Casey Bodley
06:29 PM Revision bfc892ab (ceph): qa/rgw: add radosgw-admin-rest task to singleton suite
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
06:29 PM Revision 2f37710c (ceph): qa/rgw: radosgw_admin_rest task uses util.rgw.rgwadmin()
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
06:29 PM Revision 975f34f2 (ceph): qa/rgw: radosgw_admin_rest task uses rgw.role_endpoints for connections
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
06:29 PM Revision 3b795cc2 (ceph): qa/rgw: radosgw_admin_rest task tolerates empty responses
result.json() throws a 'JSONDecodeError: Expecting value: line 1 column 1'
for requests that return no body, such as ...
Casey Bodley
06:29 PM Revision 638fa1de (ceph): qa/rgw: add bucket-id param to 'bucket link' admin api test
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
06:27 PM Revision 61dbf4ac (ceph): ceph-volume: Restore SELinux context
We need to reset the root context of the file system after mounting it.
Otherwise, the SELinux policy rules will not ...
Boris Ranto
06:14 PM Revision 38206b62 (ceph): Merge pull request #23277 from zy751713126/fix_note
cls/rbd: fix method comment
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
05:57 PM Revision 643aa4ab (ceph): tools/ceph-dencoder: move ceph-dencoder to tools/ceph-dencoder
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
05:57 PM Revision 0855ce0b (ceph): tools/ceph-dencoder: include types.h with full path
it's a regression introduced by d9ab25329e2b564f71359bcb07d032516df112a2
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:54 PM Revision 48ee5bad (ceph): cmake: remove some global add_definitions()
they only apply to options.cc
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:49 PM Revision 5108af0d (ceph): Merge pull request #23279 from tchaikov/wip-cmake-cleanup
cmake: cleanups
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Kefu Chai
04:11 PM Revision a7082cf3 (ceph): Merge pull request #23283 from tchaikov/wip-cmake-fmt
cmake: bump up the required fmt version
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Kefu Chai
03:46 PM Revision 846502f6 (ceph): tests: add Cephx-resembling scenarios to crypto tests.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
03:46 PM Revision b88246d8 (ceph): tests: differentiate AES testing regarding text size.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
03:41 PM Revision 3b0647ed (ceph): doc: releases: mimic 13.2.1 release notes
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
03:16 PM Revision fb518165 (ceph): ceph-volume util create a helper for converting to bytes
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
03:16 PM Revision 6a9368c1 (ceph): ceph-volume process use the as_bytes util for stdin
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
03:16 PM Revision 31f565e9 (ceph): ceph-volume tests catch utf-8 encoded stdin errors
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
03:16 PM Revision 1802c386 (ceph): ceph-volume tests.util verify as_bytes behavior
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
02:38 PM Revision 3f12764a (ceph): Merge pull request #22994 from tspmelo/wip-prettier-lint
mgr/dashboard: Improve prettier scripts and documentation
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed...
Lenz Grimmer
02:26 PM Revision 70d47a5b (ceph): mgr/dashboard: Fix duplicate error messages
Duplicate error messages currently appear if the task wrapper service is
used. It calls 'notifyTask' on a failed task...
Stephan Müller
02:18 PM Dashboard Bug #25092 (Duplicate): mgr/dashboard: RBD error messages are displayed twice
Ricardo Marques
02:17 PM Dashboard Bug #25139: Task wrapper should not call notifyTask if a task fails
Apparently this is a duplicate of https://tracker.ceph.com/issues/25092 Ricardo Marques
02:13 PM Dashboard Bug #25139 (Resolved): Task wrapper should not call notifyTask if a task fails
Task wrapper should not call notifyTask if a task fails as this is done by the API interceptor, because of this you o... Stephan Müller
01:59 PM Dashboard Feature #25138 (In Progress): mgr/dashboard: Add API support for managing roles
Ricardo Marques
01:58 PM Dashboard Feature #25138 (Resolved): mgr/dashboard: Add API support for managing roles
Currently the role management is only available from the command line.
Ceph dashboard should provide a REST API to...
Ricardo Marques
01:47 PM Revision 08941b54 (ceph): Merge branch 'mimic' of github.com:ceph/ceph into mimic
Alfredo Deza
01:35 PM Dashboard Cleanup #25136: mgr/dashboard: Security role names should be consistent with the UI
Ricardo Marques
01:34 PM Dashboard Cleanup #25136 (Need More Info): mgr/dashboard: Security role names should be consistent with the UI
Ricardo Marques
01:13 PM Dashboard Cleanup #25136: mgr/dashboard: Security role names should be consistent with the UI
Ricardo Marques
12:50 PM Dashboard Cleanup #25136 (Won't Fix): mgr/dashboard: Security role names should be consistent with the UI
*(Waiting for confirmation)*
Security role names / descriptions should be consistent with the corresponding UI ele...
Ricardo Marques
12:59 PM Dashboard Cleanup #25137 (New): mgr/dashboard: Security permission names should be consistent with the UI
*(Waiting for confirmation)*
+Whenever possible+, security permission names should be consistent with the correspo...
Ricardo Marques
12:18 PM rgw Bug #24775: rgw-multisite: radosgw-admin misreport sync status
This problem seems not so easy to fix as above pr.
The RGWDataSyncSingleEntryCR is spawned in three ways:
1. out-b...
Xinying Song
12:11 PM Revision 4d4408d7 (ceph): Merge pull request #22965 from ceph/backport-mimic-22764
mimic: ceph-volume: refuse to zap mapper devices
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
12:06 PM mgr Bug #24019 (Fix Under Review): Running "vstart.sh -k" overwrites dashboard username/password and ...
*PR*: https://github.com/ceph/ceph/pull/23261 Jason Dillaman
12:05 PM Revision 81a4ab54 (ceph): vstart: do not attempt to re-initialize dashboard for existing cluster
The dashboard should only be initialized when the "-n" option is
specified to create a new cluster. This avoid errors...
Jason Dillaman
12:03 PM Revision 23128391 (ceph): mgr/dashboard: Set timeout in RestClient calls
Set a default timeout of 45 seconds to all REST client calls. This can be customized via 'ceph dashboard set-rest-req... Volker Theile
11:50 AM rgw Bug #25135 (In Progress): rgw:s3test failed to pass test_object_set_get_non_utf8_metadata
test_object_set_get_non_utf8_metadata 0:00:00.032135 Fail
test_object_set_get_metadata_empty_to_unreadable_prefix 0:...
joke lee
10:56 AM Revision 794126b7 (ceph): Merge pull request #23281 from tspmelo/wip-opaque
mgr/dashboard: Fix localStorage problem in Jest
Reviewed-by: Kefu Chai <kchai@redhat.com>
Lenz Grimmer
10:52 AM Revision b1c4c9e9 (ceph): cmake: bump up the required fmt version
seastar actually requires fmt 4.0.0 and up, as 3.0.2 does not offer
fmt/printf.h. see
https://github.com/fmtlib/fmt/b...
Kefu Chai
09:54 AM CephFS Feature #24444: cephfs: make InodeStat, DirStat, LeaseStat versioned
https://github.com/ceph/ceph/pull/23280 Jos Collin
09:52 AM Revision e1847196 (ceph): mgr/dashboard: Fix localStorage problem in Jest
Latest version of Jest was showing the following error:
"SecurityError: localStorage is not available for opaque orig...
Tiago Melo
09:10 AM Revision 0b53f7c6 (ceph): cmake: extract mgr into its own CMakeLists.txt
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
09:09 AM Revision 85a3c636 (ceph): cmake: extract common,msg out of src/CMakeLists.txt
* add arch as a static library.
* add crc32 as a static library. its only dependency is libarch.
Signed-off-by: Kefu...
Kefu Chai
05:39 AM Revision 3f87e1e4 (ceph): cls/rbd: fix note
Signed-off-by: Zheng Yin <zhengyin@cmss.chinamobile.com> zhengyin
05:12 AM Revision 591167e0 (ceph): Merge pull request #23254 from tchaikov/wip-cmake-cleanup
cmake: modularize src/perfglue
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Kefu Chai
05:12 AM Revision a8d23b46 (ceph): Merge pull request #23255 from tchaikov/wip-seastar-yaml-cpp
seastar: lower the required yaml-cpp version to 0.5.1
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Kefu Chai
05:09 AM Revision 702a4476 (ceph): Merge pull request #23253 from smithfarm/wip-doc-dev-toc
doc: make it easier to reach the old dev doc TOC
Reviewed-by: Dan Mick <dan.mick@redhat.com>
Reviewed-by: Kefu Chai ...
Kefu Chai
04:18 AM Revision 44512003 (ceph): Merge pull request #23274 from yuriw/wip-yuriw-25123-luminous
qa/upgrade/luminous-p2p: cleaned up "#branch: luminous" lines
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
04:14 AM Revision 40e76aa4 (ceph): common/config: fix the lock in ConfigProxy::diff()
it's a regression introduced by e406d8eb9e1deb801ecb346169eaaf96adbb4b53
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:53 AM Revision c9b14a26 (ceph): doc/dev/internals: drop :orphan: directive
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
03:47 AM Bug #25064 (Resolved): install-deps.sh fails on newest openSUSE Leap
Nathan Cutler
03:47 AM Backport #25066 (Resolved): luminous: install-deps.sh fails on newest openSUSE Leap
Nathan Cutler
03:46 AM Revision f45e0514 (ceph): Merge pull request #23179 from smithfarm/wip-25066-luminous
luminous: build/ops: install-deps.sh fails on newest openSUSE Leap
Reviewed-by: Tim Serong <tserong@suse.com>
Nathan Cutler
03:44 AM CephFS Backport #25040 (In Progress): mimic: mds: dump recent (memory) log messages before respawning du...
https://github.com/ceph/ceph/pull/23275 Prashant D
03:06 AM rgw Feature #25132 (New): Rgw usage command should has options to statistic all buckets
Hi all.
Currently i use command radosgw-admin usage show to statistic usage of buckets.
Some buckets don't have...
hoan nv
03:03 AM RADOS Bug #23352: osd: segfaults under normal operation
Dan van der Ster wrote:
> Can we see that state from the coredump somehow? Basically none of our clusters should hav...
Brad Hubbard
01:57 AM CephFS Feature #25131 (Fix Under Review): mds: optimize the way how max export size is enforced
https://github.com/ceph/ceph/pull/23088 Zheng Yan
01:55 AM CephFS Feature #25131 (Resolved): mds: optimize the way how max export size is enforced
Current way of enforcing export size is checking export size after subtree gets frozen. It may freeze a large subtree... Zheng Yan

07/26/2018

10:30 PM Revision f4b6fcaa (ceph): qa/tests: cleaned up "#branch: luminous" lines
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
10:12 PM Revision 40b449eb (ceph): Merge pull request #23265 from yuriw/wip-yuriw-25123-luminous
qa/tests: added 12.2.7 to the mix
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Sage Weil <sage@redhat....
Yuri Weinstein
10:08 PM Revision cfe698d0 (ceph): doc/rados/operations/pg-states: fix PG state names, part 2
Follow-up on 7f8b40fc4664856998d204adcf092c16cbc933dd
References: https://tracker.ceph.com/issues/24923
Signed-off-b...
Nathan Cutler
10:08 PM Revision fd81406f (ceph): doc/rados/operations/pg-states: fix PG state names
Change pg state names according to osd/osd_types.cc as this is what
ceph -s and the prometheus exporter will present ...
Jan Fajerski
10:06 PM Revision f89bde3f (ceph): Merge pull request #23165 from smithfarm/wip-doc-snaptrim-nit
doc/rados/operations/pg-states: fix PG state names, part 2
Reviewed-by: Jos Collin <jcollin@redhat.com>
Nathan Cutler
10:03 PM Revision 0663e58d (ceph): test: Add test for repair of bad object info data_digest on all copies
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 67d9e44de6b52673a3e23d7fd7f2d66566f2268a)
David Zafman
10:03 PM Revision 87333dd8 (ceph): osd: be_select_auth_object() gives chksum objectstore priority if osd_d...
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 4df59f8735afe7585803da4130e7e93e9f4946d3)
David Zafman
10:03 PM Revision 3773e774 (ceph): osd: Fix digest if osd_distrust_data_digest set and replicas match each...
Fixes: https://tracker.ceph.com/issues/24949
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from co...
David Zafman
10:03 PM Revision b10549ea (ceph): osd: Even when we are distrust data_digest, go ahead and set it when we...
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 3b72d1a116ff7e45f35465db1397f648fb148876)...
David Zafman
10:03 PM Revision a8fcc594 (ceph): test: Add test for automatic repair during scrub when distrust set
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit b576f6b7d7ac26c9596bcbedadeb116e7f78cfef)
David Zafman
10:03 PM Revision 47a4a586 (ceph): osd: Fix pg repair to handle object info data_digest mismatched, but re...
Fixes: https://tracker.ceph.com/issues/25085
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from co...
David Zafman
10:02 PM Revision b2bd7423 (ceph): tools: Add testing feature "corrupt-info" to ceph-objectstore-tool
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 8e9c08524da0cf465553f99b2e160e59abc8e84b)...
David Zafman
10:02 PM bluestore Bug #25077 (Fix Under Review): Occasional assertion in ObjectStore/StoreTest.HashCollisionTest/2
https://github.com/ceph/ceph/pull/23257 Igor Fedotov
12:50 PM bluestore Bug #25077: Occasional assertion in ObjectStore/StoreTest.HashCollisionTest/2
https://github.com/ceph/ceph/pull/23257 Igor Fedotov
09:44 PM Revision f0a5c635 (ceph): mon/HealthMonitor: do not send MMonHealthChecks to pre-luminous mon
During upgrade, we start doing the new health check code, but if we are
not the leader we can't send the new MMonHeal...
Sage Weil
09:27 PM Revision ce0bbc6c (ceph): adds the util.disk.is_mapper_device method
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit 852a466fdfa29c91f266ec122dcd5b01b8d1fca5)
Andrew Schoen
09:27 PM Revision aeed88e3 (ceph): lvm zap: refuse to zap mapper devices
Fixes: http://tracker.ceph.com/issues/24504
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from co...
Andrew Schoen
08:48 PM Revision ee02cd83 (ceph): Merge pull request #23150 from alfredodeza/luminous-rm24952
luminous: ceph-volume lvm.listing only include devices if they exist
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
08:46 PM Revision 117946dd (ceph): Merge pull request #23149 from alfredodeza/mimic-rm24952
mimic: ceph-volume lvm.listing only include devices if they exist
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
08:35 PM rbd Tasks #25130 (New): [deprecate] change default clone format from auto to v2 when Luminous is EOLed
Jason Dillaman
08:27 PM rgw Bug #25116: rgw: no need to check bucket index before rebuilding it
Casey Bodley
06:22 PM rgw Bug #25116 (Fix Under Review): rgw: no need to check bucket index before rebuilding it
Yehuda Sadeh
02:00 PM rgw Bug #25116: rgw: no need to check bucket index before rebuilding it
https://github.com/ceph/ceph/pull/23258 Orit Wasserman
10:05 AM rgw Bug #25116 (Fix Under Review): rgw: no need to check bucket index before rebuilding it
Going on all bucket index for large bucket is expensive.
We should avoid running bucket check when rebuilding the in...
Orit Wasserman
08:20 PM rgw Bug #24775: rgw-multisite: radosgw-admin misreport sync status
Casey Bodley
08:10 PM Bug #24800 (Resolved): ceph-bluestore-tool manpage not getting rendered correctly
Nathan Cutler
08:07 PM Revision 3f9526a6 (ceph): qa/tests: added 12.2.7 to the mix
also added 'overall HEALTH_' to the whitelist
Fixes: https://tracker.ceph.com/issues/25123
Signed-off-by: Yuri Weins...
Yuri Weinstein
08:05 PM Backport #25063 (Resolved): luminous: ceph-bluestore-tool manpage not getting rendered correctly
Nathan Cutler
08:05 PM Revision f86ac89b (ceph): Merge pull request #23177 from smithfarm/wip-25063-luminous
luminous: doc: ceph-bluestore-tool manpage not getting rendered correctly
Reviewed-by: Sage Weil <sage@redhat.com>
R...
Nathan Cutler
07:41 PM rgw Bug #24364: rgw: s3cmd sync fails
Attached David Galloway
06:10 PM rgw Bug #24364: rgw: s3cmd sync fails
Can we have this reproduced at debug rgw=20 debug ms=1. Abhishek Lekshmanan
07:37 PM bluestore Bug #22464: Bluestore: many checksum errors, always 0x6706be76 (which matches a zero block)
I've prototyped a work-around here: https://github.com/ceph/ceph/pull/2327
Is there a good reason to not retry rea...
Paul Emmerich
03:17 PM bluestore Bug #22464: Bluestore: many checksum errors, always 0x6706be76 (which matches a zero block)
I agree that it is cleary a kernel bug in 4.9+, but I disagree with won't fix as a conclusion. Also, it also happens ... Paul Emmerich
07:35 PM RADOS Backport #23670 (Need More Info): luminous: auth: ceph auth add does not sanity-check caps
non-trivial backport. One attempt was already made - https://github.com/ceph/ceph/pull/21361 - but it was implicated ... Nathan Cutler
07:31 PM RADOS Backport #23670 (Rejected): luminous: auth: ceph auth add does not sanity-check caps
see discussion in https://github.com/ceph/ceph/pull/21361 Nathan Cutler
07:17 PM RADOS Feature #24949: luminous: Allow scrub to fix Luminous 12.2.6 corruption of data_digest
https://github.com/ceph/ceph/pull/23236
Includes backport from master of https://github.com/ceph/ceph/pull/23217
David Zafman
07:15 PM RADOS Backport #25128 (Resolved): mimic: Allow scrub to fix Luminous 12.2.6 corruption of data_digest
https://github.com/ceph/ceph/pull/23272
(includes backport of https://tracker.ceph.com/issues/25085 from master)
David Zafman
07:14 PM Revision f474a141 (ceph): lvm zap: refuse to zap mapper devices
Fixes: http://tracker.ceph.com/issues/24504
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from co...
Andrew Schoen
07:12 PM RADOS Backport #25127 (Resolved): luminous: Allow repair of an object with a bad data_digest in object_...
https://github.com/ceph/ceph/pull/23236 David Zafman
07:11 PM RADOS Backport #25126 (Resolved): mimic: Allow repair of an object with a bad data_digest in object_inf...
https://github.com/ceph/ceph/pull/23272 David Zafman
06:43 PM Revision 30bbc95f (ceph): osd: Improve logic in be_compare_scrubmaps()
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 135d5d0209fd6441a470fd2301c6c0e2ec803091)
David Zafman
06:39 PM Revision f6a96657 (ceph): test: Add test for repair of bad object info data_digest on all copies
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 67d9e44de6b52673a3e23d7fd7f2d66566f2268a)
David Zafman
06:39 PM Revision 4df59f87 (ceph): osd: be_select_auth_object() gives chksum objectstore priority if osd_d...
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
06:39 PM Revision 91a098bc (ceph): osd: Fix digest if osd_distrust_data_digest set and replicas match each...
Fixes: https://tracker.ceph.com/issues/24949
Signed-off-by: David Zafman <dzafman@redhat.com>
David Zafman
06:39 PM Revision 3b72d1a1 (ceph): osd: Even when we are distrust data_digest, go ahead and set it when we...
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
06:39 PM Revision b576f6b7 (ceph): test: Add test for automatic repair during scrub when distrust set
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
06:39 PM Revision a605614d (ceph): osd: Fix pg repair to handle object info data_digest mismatched, but re...
Fixes: https://tracker.ceph.com/issues/25085
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from co...
David Zafman
06:38 PM Revision 86927993 (ceph): tools: Add testing feature "corrupt-info" to ceph-objectstore-tool
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 8e9c08524da0cf465553f99b2e160e59abc8e84b)...
David Zafman
06:38 PM Revision a7012bf7 (ceph): osd: Improve logic in be_compare_scrubmaps()
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 135d5d0209fd6441a470fd2301c6c0e2ec803091)
David Zafman
06:37 PM mgr Backport #24788: luminous: dashboard_v2 backport
For backport issues, "Target version" is used to express the released (or to-be-released) version that contains the p... Nathan Cutler
06:28 PM mgr Backport #24788 (In Progress): luminous: dashboard_v2 backport
Ernesto Puerta
06:28 PM mgr Backport #24788: luminous: dashboard_v2 backport
https://github.com/ceph/ceph/pull/23271 Ernesto Puerta
06:11 PM Dashboard Subtask #25125 (Resolved): mgr/dashboard: support RBD namespaces
The Nautilus release of RBD will include support for create/copy/clone(v2) images within tenant namespaces. Jason Dillaman
06:02 PM Revision c6ff48ae (ceph): adds the util.disk.is_mapper_device method
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit 852a466fdfa29c91f266ec122dcd5b01b8d1fca5)
Andrew Schoen
06:01 PM Revision 952d47bc (ceph): Merge pull request #23101 from ceph/backport-mimic-23093
mimic: ceph-volume: an OSD ID must exist and be destroyed before reuse
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
06:00 PM Revision 0fa79845 (ceph): ceph-volume lvm.listing only include devices if they exist
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 37565f81634f47c389926d300ed5f92b223bddea)
Alfredo Deza
05:57 PM Revision b3fececf (ceph): ceph-volume lvm.listing only include devices if they exist
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 37565f81634f47c389926d300ed5f92b223bddea)
Alfredo Deza
05:55 PM rgw Bug #25002 (Resolved): hadoop-s3a task failing with ansible errors
Yehuda Sadeh
05:52 PM Revision 3a01e5db (ceph): ceph-volume: do not pin the testinfra version for the simple tests
For testinfra to work with a 2.6.x version of ansible it must use the
latest version.
Signed-off-by: Andrew Schoen <...
Andrew Schoen
05:52 PM Revision 15c43153 (ceph): ceph-volume: do not pin the testinfra version for the simple tests
For testinfra to work with a 2.6.x version of ansible it must use the
latest version.
Signed-off-by: Andrew Schoen <...
Andrew Schoen
05:49 PM Revision d030e77b (ceph): Merge pull request #23269 from ceph/backport-mimic-23263
mimic: ceph-volume: update version of ansible to 2.6.x for simple tests
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
05:47 PM RADOS Bug #24687 (Pending Backport): Automatically set expected_num_objects for new pools with >=100 PG...
Douglas Fuller
05:17 PM RADOS Bug #24687: Automatically set expected_num_objects for new pools with >=100 PGs per OSD
Removed pgcalc message while pgcalc updates are considered Douglas Fuller
05:47 PM Revision e4b5c2ae (ceph): ceph-volume: update version of ansible to 2.6.x for simple tests
ceph-ansible now requires a 2.5.x or 2.6.x version of ansible if you're
using the master branch. This updates our fun...
Andrew Schoen
05:46 PM Revision ce9c45c3 (ceph): Merge pull request #23072 from fullerdj/wip-djf-24687
mon/OSDMonitor: Warnings for expected_num_objects
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Josh Durgin...
Josh Durgin
05:44 PM Revision 0ce17faf (ceph): Merge pull request #23264 from ceph/backport-luminous-23263
luminous: ceph-volume: update version of ansible to 2.6.x for simple tests
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
05:43 PM rgw Bug #25071 (Duplicate): Workunit test cls/test_cls_rgw.sh fails in upgrade/luminous-x/parallel (m...
Yehuda Sadeh
05:43 PM Revision 48bf7191 (ceph): Merge pull request #23268 from ceph/simple-testinfra-version
ceph-volume: do not pin the testinfra version for the simple tests
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
05:41 PM Revision 70b86012 (ceph): ceph-volume: do not pin the testinfra version for the simple tests
For testinfra to work with a 2.6.x version of ansible it must use the
latest version.
Signed-off-by: Andrew Schoen <...
Andrew Schoen
05:39 PM Revision 5533ecdc (ceph): 13.2.1
Jenkins Build Slave User
05:19 PM RADOS Cleanup #25124 (New): Add message to consult pgcalc for expected_num_objects
Currently we warn the user when attempting to create a filestore pool that appears to be intended to store a large nu... Douglas Fuller
05:14 PM Revision 69fb2293 (ceph): mon/OSDMonitor: Warn if missing expected_num_objects
When creating a pool on filestore, warn if the user appears to be
creating a pool to store a large number of objects ...
Douglas Fuller
05:02 PM mgr Backport #25117 (In Progress): luminous: mgr: add units to performance counters (dashboard_v2 req.)
PR https://github.com/ceph/ceph/pull/23266 Ernesto Puerta
12:31 PM mgr Backport #25117 (Resolved): luminous: mgr: add units to performance counters (dashboard_v2 req.)
PR: https://github.com/ceph/ceph/pull/20152 - Commit: 8fb421070473ea212302f790f7da8e8939011d35
Required for Dashbo...
Ernesto Puerta
04:56 PM Bug #25107: common: (mon) command sanitization accepts floats when Int type is defined resulting ...
Kefu Chai wrote:
> - we should fix @CephFSVolumeClient._create_volume_pool()@, so it sends the right json to mon.
...
Patrick Donnelly
03:38 AM Bug #25107: common: (mon) command sanitization accepts floats when Int type is defined resulting ...
i don't think it's an "exception fault", the backtrace was printed by "handle_bad_get()", not by "assert()".
the p...
Kefu Chai
04:49 PM CephFS Bug #24823 (Fix Under Review): mds: deadlock when setting config value via admin socket
Venky Shankar
04:39 PM bluestore Bug #22102 (Won't Fix): BlueStore crashed on rocksdb checksum mismatch
This appears to be a kernel bug related to swapping.
So far no indication it affects distro kernels.
Sage Weil
04:31 PM Revision dd471db8 (ceph): Merge pull request #23262 from liewegas/wip-mimic-p2p
mimic: qa/suites/upgrade/mimic-p2p: allow target version to apply Sage Weil
03:58 PM RADOS Bug #25106: Ceph-osd coredumps on launch
Either the patch here: https://github.com/ceph/ceph/pull/22954
Doesn't fix the bug, or this is not a duplicate iss...
Michael Jones
03:35 PM Revision f7911de6 (ceph): osd,mon: increase mon_max_pg_per_osd to 250
https://bugzilla.redhat.com/show_bug.cgi?id=1603615 indicates
a case when pg calc conflicts with mon_max_pg_per_osd, ...
Neha Ojha
03:23 PM Revision f4eaddbd (ceph): ceph-volume: update version of ansible to 2.6.x for simple tests
ceph-ansible now requires a 2.5.x or 2.6.x version of ansible if you're
using the master branch. This updates our fun...
Andrew Schoen
03:22 PM Revision 43e4348c (ceph): Merge pull request #23263 from ceph/simple-ansible-version
ceph-volume: update version of ansible to 2.6.x for simple tests
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
03:09 PM Revision 65457892 (ceph): ceph-volume: update version of ansible to 2.6.x for simple tests
ceph-ansible now requires a 2.5.x or 2.6.x version of ansible if you're
using the master branch. This updates our fun...
Andrew Schoen
03:04 PM rbd Backport #25121 (Resolved): mimic: [clone v2] auto-delete trashed snapshot upon release of last c...
https://github.com/ceph/ceph/pull/23559 Nathan Cutler
03:03 PM Dashboard Backport #25120 (Resolved): mimic: mgr/dashboard: URL prefix is not working
https://github.com/ceph/ceph/pull/23874 Nathan Cutler
03:03 PM Backport #25119 (Resolved): mimic: tests: "cluster [WRN] 25 slow requests" in powercycle
https://github.com/ceph/ceph/pull/23886 Nathan Cutler
03:03 PM rbd Backport #25118 (Resolved): mimic: newly added python test test_rbd.TestClone.test_trash_snapshot...
https://github.com/ceph/ceph/pull/23559 Nathan Cutler
02:50 PM Revision 61e995b2 (ceph): osd: Fix pg repair to handle object info data_digest mismatched, but re...
Fixes: https://tracker.ceph.com/issues/25085
Signed-off-by: David Zafman <dzafman@redhat.com>
David Zafman
02:50 PM Revision 67d9e44d (ceph): test: Add test for repair of bad object info data_digest on all copies
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
02:36 PM mgr Feature #22747 (Pending Backport): Add units to performance counters
Ernesto Puerta
02:30 PM ceph-volume Bug #23645 (Closed): hot plug disk might not work ceph-volume
Alfredo Deza
02:29 PM Revision 16b7a09d (ceph): qa/suites/upgrade/mimic-p2p: allow target version to apply
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:08 PM rbd Subtask #24412 (In Progress): [namespaces] support v2 cloning across namespaces / disallow v1 clo...
Jason Dillaman
01:55 PM ceph-volume Bug #24427 (Resolved): when no admin key is present, ceph-volume is unable to rollback
Nathan Cutler
01:55 PM ceph-volume Backport #24585 (Resolved): mimic: when no admin key is present, ceph-volume is unable to rollback
Nathan Cutler
01:50 PM ceph-volume Backport #24586 (Rejected): luminous: when no admin key is present, ceph-volume is unable to roll...
This will not need to go into Luminous Alfredo Deza
01:47 PM Revision 4d31c6da (ceph): githubmap: update contributors
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:47 PM Revision 23a147de (ceph): Merge PR #23246 into mimic
* refs/pull/23246/head:
rpm,deb: fix chown to use -h
rpm,deb: chown bluestore block* links to ceph.ceph on install/...
Sage Weil
01:47 PM Revision f95b5f60 (ceph): Merge PR #23250 into mimic
* refs/pull/23250/head:
osd/OSDMap: fix CEPHX_V2 osd requirement to nautilus, not mimic
Reviewed-by: Gregory Farnum...
Sage Weil
01:29 PM rbd Bug #25114 (Pending Backport): newly added python test test_rbd.TestClone.test_trash_snapshot fails
Jason Dillaman
07:25 AM rbd Bug #25114 (Fix Under Review): newly added python test test_rbd.TestClone.test_trash_snapshot fails
PR: https://github.com/ceph/ceph/pull/23256 Mykola Golub
07:19 AM rbd Bug #25114 (Resolved): newly added python test test_rbd.TestClone.test_trash_snapshot fails
... Mykola Golub
01:29 PM Revision bf3ee687 (ceph): Merge pull request #23256 from trociny/wip-25114
test/pybind: fix test_rbd.TestClone.test_trash_snapshot
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:13 PM Revision 27da204d (ceph): mon: destroy-new -> purge-new
What we actually want is a purge, not a destroy. Destroy leaves the OSD
ID in used and allows it to be recreated. W...
Sage Weil
01:13 PM Revision 223aa4d2 (ceph): mon/OSDMonitor: fix NEW flag adjustment in destroy[-new]
Only set the NEW flag if it isn't already set.
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit...
Sage Weil
01:13 PM Revision f1d0cdd1 (ceph): mon: add 'osd destroy-new' command that only destroys NEW osd slots
ceph-volume may run into a problem and want to clean up, but we do not
want to give it blanket access to the 'osd des...
Sage Weil
01:13 PM Revision 736ccee8 (ceph): mon/MonCap: allow 'osd destroy-new' with bootstrap-osd caps
This let's ceph-volume use the new command.
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit d1...
Sage Weil
12:42 PM Revision 6a4bf5ec (ceph): mgr/dashboard: Prettify all remaining files
Signed-off-by: Tiago Melo <tmelo@suse.com> Tiago Melo
12:42 PM Revision 2796f921 (ceph): mgr/dashboard: Improve prettier scripts and documentation
Added prettier validation to the run-frontend-unittests script. This will make
sure we are always running prettier in...
Tiago Melo
12:38 PM Revision 2aa869b3 (ceph): mgr/dashboard: Add reference to prettier in CodingStyle
Signed-off-by: Tiago Melo <tmelo@suse.com> Tiago Melo
12:31 PM Revision ff6acf1a (ceph): mgr/dashboard: Prevent RGW API user deletion
Fixes https://tracker.ceph.com/issues/24080
It's not possible to cherry-pick the changes from master because the iss...
Volker Theile
12:23 PM Revision 25ae0069 (ceph): Merge pull request #23168 from tchaikov/wip-dpdk-fixes
msg/async: fix FTBFS of dpdk
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
12:01 PM Revision 04132adc (ceph): Merge pull request #23200 from votdev/bug_25068
mgr/dashboard: RGW is not working if an URL prefix is defined
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Revi...
Lenz Grimmer
12:00 PM Revision c57d90f1 (ceph): Merge pull request #22906 from tspmelo/wip-improve-summary
mgr/dashboard: Improve SummaryService and TaskWrapperService
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Revie...
Lenz Grimmer
11:52 AM Revision afc00612 (ceph): mds: dump recent events on respawn
Fixes: https://tracker.ceph.com/issues/24853
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fr...
Patrick Donnelly
10:23 AM Dashboard Feature #24270 (In Progress): mgr/dashboard: Add support for managing individual OSD settings/cha...
Patrick Seidensal
09:41 AM bluestore Bug #25098: Bluestore OSD failed to start with `bluefs_types.h: 54: FAILED assert(pos <= end)`
first 1 MB of the device `dd if=/dev/sdc of=/tmp/foo bs=1024K skip=1 count=1`... benoit hudzia
09:32 AM bluestore Bug #25098: Bluestore OSD failed to start with `bluefs_types.h: 54: FAILED assert(pos <= end)`
Dump of the bluefs super block : ... benoit hudzia
09:27 AM bluestore Bug #25098: Bluestore OSD failed to start with `bluefs_types.h: 54: FAILED assert(pos <= end)`
output of ceph-volume.log , seems ok, nothing strange:... benoit hudzia
08:52 AM rbd Feature #23398: [clone v2] auto-delete trashed snapshot upon release of last child
Backporting note: backport together with #25114 Nathan Cutler
05:07 AM rbd Feature #23398 (Pending Backport): [clone v2] auto-delete trashed snapshot upon release of last c...
Mykola Golub
08:50 AM Revision bacde7cc (ceph): cmake: add Findfmt.cmake
the cmake config provided by fmt-devel-3.0.2 does not offer fmt::fmt target,
so we need to offer a Findfmt.cmake to d...
Kefu Chai
08:50 AM Revision 5868e496 (ceph): do_cmake: fail if cmake fails
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
08:49 AM Revision ef3ac569 (ceph): doc: make it easier to reach the old dev doc TOC
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
08:29 AM Revision f1b5b275 (ceph): Provided API to change umask
Rajula Pavani
07:34 AM Revision 84a6385b (ceph): test/pybind: fix test_rbd.TestClone.test_trash_snapshot
Fixes: http://tracker.ceph.com/issues/25114
Signed-off-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
07:16 AM Revision 8db629a1 (ceph): cmake: import allocator libraries in a better way
* instead expose the paths, it'd better to expose a library target.
* remove HAVE_LIBJEMALLOC, as it not used anywher...
Kefu Chai
07:16 AM Revision b21903ea (ceph): cmake: make heap_profiler a library target
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
07:16 AM Revision 332bb073 (ceph): cmake: make cpu_profiler a library target
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
07:06 AM Dashboard Tasks #24460 (In Progress): Make notification and tasks look more human readable
Stephan Müller
06:40 AM Revision 56e84068 (ceph): seastar: lower the required yaml-cpp version to 0.5.1
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
05:06 AM Revision bb09f7ca (ceph): Merge pull request #23191 from dillaman/wip-23398
rbd: improved trash snapshot namespace handling
Reviewed-by: songweibin <song.weibin@zte.com.cn>
Reviewed-by: Mykola...
Mykola Golub
04:11 AM Revision fc0beda5 (ceph): Merge pull request #23228 from tchaikov/wip-ceph-dencoder
test: move ceph-dencoder to src/tools
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Nathan Cutler <ncu...
Kefu Chai
03:58 AM RADOS Bug #25108: object errors found in be_select_auth_object() aren't logged the same

I ran a subtest of osd-scrub-repair based on pull request https://github.com/ceph/ceph/pull/23217. I also added a ...
David Zafman
03:50 AM Revision 26f45ba8 (ceph): Merge pull request #20366 from Synesis-LLC/master
doc: print pg peering in SVG instead of PNG
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:18 AM RADOS Bug #24664: osd: crash in OpTracker::unregister_inflight_op via OSD::get_health_metrics
Need help with the luminous backport, which is needed to fix a failure in upgrade/luminous-x. Nathan Cutler
01:05 AM CephFS Bug #25113 (Resolved): mds: allows client to create ".." and "." dirents
Pavani Rajula (our Outreachy Intern) found a fantastic bug. Apparently the MDS will happily allow the client to creat... Patrick Donnelly
12:40 AM RADOS Bug #25112 (Fix Under Review): osd,mon: increase mon_max_pg_per_osd to 250
https://github.com/ceph/ceph/pull/23251 Neha Ojha
12:19 AM RADOS Bug #25112 (Resolved): osd,mon: increase mon_max_pg_per_osd to 250
Reference: https://bugzilla.redhat.com/show_bug.cgi?id=1603615 Neha Ojha
12:33 AM Revision 135d5d02 (ceph): osd: Improve logic in be_compare_scrubmaps()
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
12:33 AM Revision 8e9c0852 (ceph): tools: Add testing feature "corrupt-info" to ceph-objectstore-tool
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
12:23 AM Revision 783aaebb (ceph): osd/OSDMap: fix CEPHX_V2 osd requirement to nautilus, not mimic
This was delayed and did not appear in 13.2.0.
Fixes: 1fdc85f224d52655d74eff9a29b6029b974661b3
Signed-off-by: Sage W...
Sage Weil
12:21 AM RADOS Bug #25076: MON crash when upgrading luminous v12.2.7 -> mimic v13.2.0 during ceph-fuse task
It appears the crash can be explained on the same basis as in the case of "bug #24664":https://tracker.ceph.com/issue... Radoslaw Zarzynski

07/25/2018

11:12 PM bluestore Bug #25077 (In Progress): Occasional assertion in ObjectStore/StoreTest.HashCollisionTest/2
Igor Fedotov
11:05 PM Revision 396511da (ceph): mds: use vector for context lists
Commands executed:
sed -i 's/\([^:]\)list<MDSInternalContextBase[[:space:]]*\*>/\1MDSInternalContextBase::vec/g'...
Patrick Donnelly
11:05 PM CephFS Cleanup #25111: mds: use vector to manage Contexts rather than a list
https://github.com/ceph/ceph/pull/23195 Patrick Donnelly
11:05 PM CephFS Cleanup #25111 (Resolved): mds: use vector to manage Contexts rather than a list
This is all about the usual benefits of converting a list to a vector without any of the potential drawbacks:
* We...
Patrick Donnelly
11:03 PM Revision 9e903af4 (ceph): common: make finish_contexts container agnostic
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
11:03 PM Revision 32a3de0e (ceph): common: make C_ContextsBase container agnostic
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
11:03 PM Revision db0e8cf3 (ceph): mds: add vector def for MDS contexts
This will be used as a more allocator-efficient container for lists of
contexts. We don't actually need fast insertio...
Patrick Donnelly
11:03 PM Revision 6ad1aeb5 (ceph): mds: use compact map to manage waiting list
Now that compact_multimap can handle custom allocators, this is no longer
necessary.
Signed-off-by: Patrick Donnelly...
Patrick Donnelly
10:41 PM RADOS Bug #25106 (Duplicate): Ceph-osd coredumps on launch
this will be fixed in 13.2.1 Josh Durgin
06:10 PM RADOS Bug #25106 (Duplicate): Ceph-osd coredumps on launch
See https://tracker.ceph.com/issues/24993
The problem:
ceph-volume lvm create --bluestore --data /dev/sda <- wor...
Michael Jones
10:39 PM RADOS Bug #24667: osd: SIGSEGV in MMgrReport::encode_payload
downgrading due to lack of recurrence Josh Durgin
10:33 PM Revision 8f33810b (ceph): Merge pull request #23248 from linuxbox2/rgw-fix-relaxed
rgw: fix build Matt Benjamin
10:27 PM Revision 2fa86d16 (ceph): Merge pull request #22758 from ricardoasmarques/wip-user-management
mgr/dashboard: Ceph dashboard user management from the UI
Reviewed-by: Ricardo Dias <rdias@suse.com>
Reviewed-by: St...
Lenz Grimmer
10:12 PM Revision 37781061 (ceph): osd/OSDMap: fix CEPHX_V2 osd requirement to nautilus, not mimic
This was delayed and did not appear in 13.2.0.
Fixes: 1fdc85f224d52655d74eff9a29b6029b974661b3
Signed-off-by: Sage W...
Sage Weil
09:30 PM bluestore Bug #22464 (Won't Fix): Bluestore: many checksum errors, always 0x6706be76 (which matches a zero ...
I'm going to close this given that all of the evidence seems to point to a kernel bug with swap. Sage Weil
09:23 PM Revision 5e4cfeff (ceph): rgw: fix build
merge crossed with #23074
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
Matt Benjamin
09:23 PM Revision 9292d5bd (ceph): Merge PR #23247 into master
* refs/pull/23247/head:
Revert "rpm,deb: chown bluestore block* links to ceph.ceph on install/upgrade"
Revert "rpm,...
Sage Weil
09:22 PM Revision 2c4e26eb (ceph): Revert "rpm,deb: chown bluestore block* links to ceph.ceph on install/u...
This reverts commit 58cde3fd793c037beca6645cc30b2ae1c30e2af1.
This was only needed for luminous and mimic. We are k...
Sage Weil
09:22 PM Revision e5809652 (ceph): Revert "rpm,deb: fix chown to use -h"
This reverts commit 92207c76b91c26c0558688a358ade7c0d94d1b59.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
09:20 PM bluestore Bug #24903 (Resolved): Update 12.2.5 -> 12.2.6: block.db symlink exists but target unusable
Sage Weil
09:03 PM Revision 6e7e7146 (ceph): Merge pull request #23245 from alfredodeza/luminous-ansible-26
luminous ceph-volume tests/functional use Ansible 2.6
Reviewed-by: Andrew Schoen <aschoen@redhat.com
Andrew Schoen
08:59 PM Revision d49efedf (ceph): rpm,deb: fix chown to use -h
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 92207c76b91c26c0558688a358ade7c0d94d1b59)
Sage Weil
08:59 PM Revision b511f213 (ceph): rpm,deb: chown bluestore block* links to ceph.ceph on install/upgrade
This works around https://tracker.ceph.com/issues/24903
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked fr...
Sage Weil
08:58 PM Revision 87ccff22 (ceph): ceph-volume tests/functional use testinfra latest for ansible 2.6
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 4f48ceab975539c9ce989aade7a1f3ae7d5b51d5)
Alfredo Deza
08:58 PM Revision cfc8879c (ceph): ceph-volume tests/functional use Ansible 2.6
The ceph-ansible project now refuses to use 2.4 even though it works
with that version
Signed-off-by: Alfredo Deza <...
Alfredo Deza
08:58 PM Revision 5eaeb92a (ceph): Merge pull request #23244 from alfredodeza/mimic-ansible-26
mimic ceph-volume tests/functional use Ansible 2.6
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
08:56 PM Revision ba364131 (ceph): ceph-volume tests/functional use testinfra latest for ansible 2.6
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 4f48ceab975539c9ce989aade7a1f3ae7d5b51d5)
Alfredo Deza
08:56 PM Revision f76637d1 (ceph): ceph-volume tests/functional use Ansible 2.6
The ceph-ansible project now refuses to use 2.4 even though it works
with that version
Signed-off-by: Alfredo Deza <...
Alfredo Deza
08:52 PM Revision 8e35a12e (ceph): Merge pull request #23234 from ceph/wip-rm24784
ceph-volume: PVolumes.get() should return one PV when using name or uuid
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
08:19 PM Revision 102c5bd7 (ceph): rgw: set default objecter_inflight_ops = 24576
Fixes: http://tracker.ceph.com/issues/25109
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
Matt Benjamin
08:14 PM Bug #25107 (Fix Under Review): common: (mon) command sanitization accepts floats when Int type is...
https://github.com/ceph/ceph/pull/23243 Sage Weil
06:32 PM Bug #25107 (Resolved): common: (mon) command sanitization accepts floats when Int type is defined...
Found this fault:... Patrick Donnelly
08:12 PM rgw Bug #25109 (Resolved): rgw: default value for objecter_inflight_ops is too low
Set a default value of 24576 (acked by Josh Durgin).
https://github.com/ceph/ceph/pull/23242
Matt Benjamin
07:59 PM RADOS Bug #25108 (Resolved): object errors found in be_select_auth_object() aren't logged the same

object errors found in be_select_auth_object() aren't logged the same as errors found in be_compare_scrub_objects()...
David Zafman
07:41 PM Bug #25104 (Pending Backport): tests: "cluster [WRN] 25 slow requests" in powercycle
Neha Ojha
07:40 PM Bug #25104: tests: "cluster [WRN] 25 slow requests" in powercycle
Neha Ojha wrote:
> https://github.com/ceph/ceph/pull/23237
merged
Yuri Weinstein
05:23 PM Bug #25104 (Fix Under Review): tests: "cluster [WRN] 25 slow requests" in powercycle
https://github.com/ceph/ceph/pull/23237 Neha Ojha
05:16 PM Bug #25104 (Resolved): tests: "cluster [WRN] 25 slow requests" in powercycle
Run: http://pulpito.ceph.com/yuriw-2018-07-24_22:40:46-powercycle-mimic-distro-basic-smithi/
Jobs: 2810541, 2810554
...
Yuri Weinstein
07:36 PM Revision 72909398 (ceph): Merge pull request #23237 from neha-ojha/wip-whitelist-slow-requests
qa/tasks/thrashosds-health.yaml: whitelist slow requests Yuri Weinstein
07:09 PM ceph-volume Bug #24993: ceph-volume fails to create OSD with Python 3

> Don't deprecate a feature until the replacement has been deployed and in use by the community for a full release....
Alfredo Deza
07:02 PM ceph-volume Bug #24993 (Closed): ceph-volume fails to create OSD with Python 3
Alfredo Deza
06:10 PM ceph-volume Bug #24993: ceph-volume fails to create OSD with Python 3
Don't deprecate a feature until the replacement has been deployed and in use by the community for a full release.
...
Michael Jones
05:34 PM ceph-volume Bug #24993: ceph-volume fails to create OSD with Python 3
Sorry that you feel that way about using the new tooling. We do test ceph-volume and it does work in our environments... Alfredo Deza
05:01 PM ceph-volume Bug #24993: ceph-volume fails to create OSD with Python 3
You can close this issue.
Please open a new one for the segmentation fault (or tell me that I need to, so I know t...
Michael Jones
04:39 PM ceph-volume Bug #24993: ceph-volume fails to create OSD with Python 3
Since these patches are now working for the problem you reported I will close this once the functional tests are pass... Alfredo Deza
04:31 PM ceph-volume Bug #24993: ceph-volume fails to create OSD with Python 3
Redmine refused to upload all my log files, apparently.
Michael Jones
04:29 PM ceph-volume Bug #24993: ceph-volume fails to create OSD with Python 3
Patch allows ceph-volume lvm create /dev/sda to work, apparently successfully.
The command returns success, and th...
Michael Jones
12:41 PM ceph-volume Bug #24993: ceph-volume fails to create OSD with Python 3
Was able to narrow down this one, and I have a test and a fix.
The fix is here: https://github.com/ceph/ceph/pull...
Alfredo Deza
07:02 PM Revision 40bb601b (ceph): Merge pull request #23141 from alfredodeza/wip-rm24993
ceph-volume process.call with stdin in Python 3 fix
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Alfredo Deza
06:51 PM mgr Backport #25102 (Resolved): luminous: mgr: make rados handle available to all modules (dashboard_...
https://github.com/ceph/ceph/pull/23235 Ernesto Puerta
05:06 PM mgr Backport #25102 (In Progress): luminous: mgr: make rados handle available to all modules (dashboa...
https://github.com/ceph/ceph/pull/23235 Ernesto Puerta
04:46 PM mgr Backport #25102 (Rejected): luminous: mgr: make rados handle available to all modules (dashboard_...
https://github.com/ceph/ceph/pull/19972 - 366905fb5779ecb110ec4216afe7cde14fbbb2d8 Ernesto Puerta
06:41 PM Revision 75052fe4 (ceph): Merge pull request #22533 from linuxbox2/wip-rgw-24507
rgw: add option for relaxed region enforcement Matt Benjamin
06:33 PM Revision 778e697d (ceph): Merge pull request #23235 from rhcs-dashboard/wip-25102-luminous
pybind/mgr/mgr_module: make rados handle available to all modules Ernesto Puerta
06:06 PM ceph-volume Bug #24784: MultiplePVs errors when trying to zap
https://github.com/ceph/ceph/pull/23234 Andrew Schoen
05:29 PM Dashboard Feature #24573: mgr/dashboard: Provide more "native" dashboard widgets to display live performanc...
+1 on using a line chart for the Read/Write card. In the initial proposal, I tried to go with the pie chart that we ... Ju Lim
11:08 AM Dashboard Feature #24573: mgr/dashboard: Provide more "native" dashboard widgets to display live performanc...
According to our conversation in IRC channel #ceph-dashboard between me, Lenz and Josh Collin:
On bottom of landin...
Alfonso Martínez
09:28 AM Dashboard Feature #24573: mgr/dashboard: Provide more "native" dashboard widgets to display live performanc...
> Yes, the link applied to the title or the whole card (clicking at any point in the card)?
IMO, link in the title i...
Ricardo Marques
09:21 AM Dashboard Feature #24573: mgr/dashboard: Provide more "native" dashboard widgets to display live performanc...
Lenz Grimmer wrote:
> I like this design, but I was wondering if it would make sense to align the content of the "...
Alfonso Martínez
08:53 AM Dashboard Feature #24573: mgr/dashboard: Provide more "native" dashboard widgets to display live performanc...
Ricardo Marques wrote:
> Some notes regarding the proposal v2:
>
> * Using a "Doughnut Chart" for "Read/Write" do...
Alfonso Martínez
08:39 AM Dashboard Feature #24573: mgr/dashboard: Provide more "native" dashboard widgets to display live performanc...
Lenz Grimmer wrote:
> Ricardo Marques wrote:
>
> > * Using a "Doughnut Chart" for "Read/Write" does not seem ap...
Lenz Grimmer
08:21 AM Dashboard Feature #24573: mgr/dashboard: Provide more "native" dashboard widgets to display live performanc...

Ricardo Marques wrote:
> * Using a "Doughnut Chart" for "Read/Write" does not seem appropriate, what about a "Li...
Lenz Grimmer
08:08 AM Dashboard Feature #24573: mgr/dashboard: Provide more "native" dashboard widgets to display live performanc...
Some notes regarding the proposal v2:
* Using a "Doughnut Chart" for "Read/Write" does not seem appropriate, what ...
Ricardo Marques
07:45 AM Dashboard Feature #24573: mgr/dashboard: Provide more "native" dashboard widgets to display live performanc...
h3. Proposal v2
!ceph-dashboard-proposal.png!
Ricardo Marques
05:20 PM Revision c0d9f717 (ceph): qa/tasks/thrashosds-health.yaml: whitelist slow requests
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha Ojha
05:03 PM mgr Bug #25103 (Resolved): mgr: pgs show in unknown state despite being active
- mgr restarts
- mgr receives reports...
Sage Weil
05:02 PM Revision a8b39ccc (ceph): Merge pull request #23074 from tchaikov/wip-seastar-config
common/config: add ConfigProxy for crimson
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
04:52 PM Revision 45c7170e (ceph): pybind/mgr/mgr_module: make rados handle available to all modules
Fixes: http://tracker.ceph.com/issues/25102
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 366...
Sage Weil
04:51 PM Revision 9edff075 (ceph): mgr/dashboard: Add 'onCancel' output for 'ConfirmationModal'
Signed-off-by: Ricardo Marques <rimarques@suse.com> Ricardo Marques
04:51 PM Revision 3cec4bd3 (ceph): mgr/dashboard: Skip tab focus on "show/hide password" button
Signed-off-by: Ricardo Marques <rimarques@suse.com> Ricardo Marques
04:51 PM Revision 7f5298ac (ceph): mgr/dashboard: Ceph dashboard user management
Fixes: https://tracker.ceph.com/issues/24446
Signed-off-by: Ricardo Marques <rimarques@suse.com>
Ricardo Marques
04:51 PM Revision 10e83a03 (ceph): mgr/dashboard: Add cd-select-badges component
Signed-off-by: Ricardo Marques <rimarques@suse.com> Ricardo Marques
04:47 PM Revision e5e866e8 (ceph): ceph-volume: PVolumes.get() should return one PV when using name or uuid
It is possible to get duplicated pv entires from the 'pvs' lvm command.
If we're using PVolumes.get() with either pv_...
Andrew Schoen
04:38 PM Revision af88fa27 (ceph): Merge PR #23232 into master
* refs/pull/23232/head:
mon: don't require CEPHX_V2 from mons until nautilus
Sage Weil
04:37 PM Revision 6e90b54d (ceph): ceph-volume tests run to log_descriptors, verifying utf-8
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
04:37 PM Revision a67c66db (ceph): ceph-volume process encode stdin with utf-8 to prevent bytes TypeError
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
04:37 PM Revision 1039633b (ceph): ceph-volume tests.process ensure that stdin works on py3 and py2.7
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
04:37 PM Revision dabe928c (ceph): ceph-volume process decode to utf-8 when logging descriptors
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
04:31 PM Revision dfabdd06 (ceph): Merge PR #23233 into mimic
* refs/pull/23233/head:
mon: don't require CEPHX_V2 from mons until nautilus
Reviewed-by: Josh Durgin <jdurgin@redh...
Sage Weil
04:24 PM Revision ba5cf519 (ceph): mon: don't require CEPHX_V2 from mons until nautilus
The mimic 13.2.0 didn't have it.
Fixes: 3dc80e5f9b6ebf1bc1cecbd95b288005216bdbec
Signed-off-by: Sage Weil <sage@redh...
Sage Weil
04:23 PM Revision 7ba0c14c (ceph): mon: don't require CEPHX_V2 from mons until nautilus
The mimic 13.2.0 didn't have it.
Fixes: 3dc80e5f9b6ebf1bc1cecbd95b288005216bdbec
Signed-off-by: Sage Weil <sage@redh...
Sage Weil
04:11 PM Revision 094b9fdb (ceph): Merge pull request #23231 from tchaikov/wip-fio
tests/fio: fix build failures and ensure this is covered by run-make-check.sh
Reviewed-by: Igor Fedotov <ifedotov@su...
Kefu Chai
04:10 PM Revision d9ab2532 (ceph): tools/ceph_dencoder: use full path for including headers
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:18 PM Dashboard Bug #25067 (Pending Backport): mgr/dashboard: URL prefix is not working
Lenz Grimmer
02:20 PM Dashboard Bug #25067 (Resolved): mgr/dashboard: URL prefix is not working
Ricardo Dias
03:16 PM Revision c4a1fe6b (ceph): mgr/dashboard: Add asserError helper method
Signed-off-by: Ricardo Marques <rimarques@suse.com> Ricardo Marques
03:16 PM Revision 71d952b1 (ceph): mgr/dashboard: Add user management API
Fixes: https://tracker.ceph.com/issues/24446
Signed-off-by: Ricardo Marques <rimarques@suse.com>
Ricardo Marques
03:16 PM Revision fa3b70c0 (ceph): mgr/dashboard: Add match validator
Signed-off-by: Ricardo Marques <rimarques@suse.com> Ricardo Marques
02:47 PM Revision ed00c25a (ceph): cmake: sync up with upstream FIO
to pick up the change to FTBFS with C++ engine.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:46 PM Revision 5ee689fe (ceph): mgr/dashboard: Improve SummaryService and TaskWrapperService
When you create a new task, and it stays running, it will be added automatically
to the summary data.
This will allo...
Tiago Melo
02:32 PM Revision f0f8a0a3 (ceph): Merge pull request #22695 from a2batic/scss
mgr/dashboard: Color variables for color codes
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Ricard...
Lenz Grimmer
02:30 PM rgw Bug #24963 (Pending Backport): Robustly Notify Cache
Casey Bodley
02:30 PM Revision 6f9f1aa3 (ceph): Merge pull request #23100 from adamemerson/wip-robustly-notify
rgw: Robustly notify
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Casey Bodley
02:20 PM Revision 53b92fce (ceph): Merge pull request #23183 from ricardoasmarques/wip-fix-url-prefix
mgr/dashboard: Fix cherrypy static content URL prefix config
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Reviewed-...
Ricardo Dias
02:19 PM CephFS Support #25089: Many slow requests
Robert Sander wrote:
> Why was this rejected?
>
> I see slow requests when running more than one active MDS in Ce...
Patrick Donnelly
02:13 PM CephFS Support #25089: Many slow requests
Why was this rejected?
I see slow requests when running more than one active MDS in Ceph Luminous. Ceph Luminous s...
Robert Sander
02:11 PM CephFS Support #25089 (Rejected): Many slow requests
Please seek further help on ceph-users first until it's more certain a bug is found. Patrick Donnelly
01:46 PM CephFS Support #25089: Many slow requests
Zheng Yan wrote:
> you need to run "ceph mds deactive xxx". see http://docs.ceph.com/docs/luminous/cephfs/multimds/
...
Robert Sander
12:16 PM CephFS Support #25089: Many slow requests
you need to run "ceph mds deactive xxx". see http://docs.ceph.com/docs/luminous/cephfs/multimds/ Zheng Yan
08:20 AM CephFS Support #25089 (Rejected): Many slow requests
We see many slow requests on a multi MDS setup with 12.2.7.
With 12.2.4 this was not the case, at least not that m...
Robert Sander
02:15 PM CephFS Bug #25099: mds: don't use dispatch queue length to calculate mds load
Zheng, can you share the patch? Patrick Donnelly
01:41 PM CephFS Bug #25099: mds: don't use dispatch queue length to calculate mds load
two clients run "fsstress -d . -p 8 -n 100000 -f sync=0 -f write=0 -f dwrite=0", Attached PNGs are graphes of mds loa... Zheng Yan
01:35 PM CephFS Bug #25099 (Closed): mds: don't use dispatch queue length to calculate mds load
Zheng Yan
02:12 PM Dashboard Bug #25096 (Fix Under Review): @RbdTasks decorator don't support optional query_params
PR: https://github.com/ceph/ceph/pull/23229 Ricardo Dias
10:42 AM Dashboard Bug #25096 (In Progress): @RbdTasks decorator don't support optional query_params
Ricardo Dias
10:32 AM Dashboard Bug #25096 (Resolved): @RbdTasks decorator don't support optional query_params
I found this problem in the following code: ... Tiago Melo
01:59 PM RADOS Backport #25101 (In Progress): mimic: jewel->luminous: osdmap crc mismatch
Nathan Cutler
01:58 PM RADOS Backport #25101 (Resolved): mimic: jewel->luminous: osdmap crc mismatch
Nathan Cutler
01:57 PM RADOS Backport #25101 (Resolved): mimic: jewel->luminous: osdmap crc mismatch
https://github.com/ceph/ceph/pull/23226 Nathan Cutler
01:58 PM RADOS Backport #25100 (Resolved): luminous: jewel->luminous: osdmap crc mismatch
Nathan Cutler
01:57 PM RADOS Backport #25100 (In Progress): luminous: jewel->luminous: osdmap crc mismatch
Nathan Cutler
01:56 PM RADOS Backport #25100 (Resolved): luminous: jewel->luminous: osdmap crc mismatch
https://github.com/ceph/ceph/pull/23227 Nathan Cutler
01:26 PM Dashboard Bug #24420 (Resolved): Module 'dashboard' has failed: No module named routes
Ricardo Dias
01:22 PM Revision 7da6a253 (ceph): mgr/dashboard: Color variables for color codes
Assign variables to colors present in css files
Changed navigation icons padding because the notification dropdown wa...
Kanika Murarka
01:16 PM Revision dcbae67e (ceph): mgr/dashboard: fix query parameters in task annotated endpoints
Fixes: http://tracker.ceph.com/issues/25096
Signed-off-by: Ricardo Dias <rdias@suse.com>
Ricardo Dias
01:13 PM Revision f4b5cca3 (ceph): Merge pull request #22857 from tspmelo/wip-move-test-file
mgr/dashboard: Move unit-test-helper into the new testing folder
Reviewed-by: Ricardo Marques <rimarques@suse.com>
R...
Lenz Grimmer
01:09 PM Revision e38f6b11 (ceph): Merge pull request #22624 from ashutosh-narkar/opa-ceph
rgw: Initial work for OPA-Ceph integration Matt Benjamin
01:09 PM Revision 09080d4b (ceph): test: move ceph-dencoder to src/tools
as it belongs to ceph-common, not ceph-test.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:53 PM Revision 03c7bee4 (ceph): deb,rpm: python-cephfs should depend on python-ceph-argparse
python-ceph-argparse is required by ceph_volume_client.py. hence we do
need list it as a dependency of python-cephfs....
Kefu Chai
12:44 PM Bug #25005: AnsibleFailedError in ceph-disk
... Kefu Chai
12:27 PM Dashboard Bug #23619 (Can't reproduce): v13.0.2 tries to build dashboard on arm64
There has been no feedback for three weeks. I assume this has been resolved in the meanwhile. Please re-open, if this... Lenz Grimmer
12:27 PM RADOS Bug #25057: jewel->luminous: osdmap crc mismatch
luminous: https://github.com/ceph/ceph/pull/23227
mimic: https://github.com/ceph/ceph/pull/23226
Sage Weil
12:07 PM RADOS Bug #25057: jewel->luminous: osdmap crc mismatch
The problem was that CRUSH_TUNABLES5 was associated with kraken instead of jewel in 0ceb5c0, backported to luminous ... Sage Weil
12:00 PM RADOS Bug #25057 (Pending Backport): jewel->luminous: osdmap crc mismatch
https://github.com/ceph/ceph/pull/23220 Sage Weil
12:07 PM Revision 94264708 (ceph): Merge pull request #23227 from liewegas/wip-25057-luminous
luminous: osd/OSDMap: CRUSH_TUNABLES5 added in jewel, not kraken Sage Weil
12:01 PM Revision 388fc600 (ceph): osd/OSDMap: CRUSH_TUNABLES5 added in jewel, not kraken
In 0ceb5c0f3694725c7043ea99b077816da2ca44a7 I screwed up the version that
CRUSH_TUANBLES5 (chooseleaf_stable) was add...
Sage Weil
12:00 PM Revision 25ed405e (ceph): Merge PR #23220 into master
* refs/pull/23220/head:
osd/OSDMap: CRUSH_TUNABLES5 added in jewel, not kraken
Reviewed-by: Josh Durgin <jdurgin@re...
Sage Weil
11:57 AM bluestore Bug #25098 (Resolved): Bluestore OSD failed to start with `bluefs_types.h: 54: FAILED assert(pos ...
This occurs sometimes... hard to catch :
1. we zap the device
2. do ceph lvm active with a cache and DB on SSD ...
benoit hudzia
11:19 AM Dashboard Bug #25090: mgr/dashboard: Datatable error panel blinking on page loading
Can not reproduce this, but according to error message the loading fails on your system:
!datatable-error-blink.pn...
Volker Theile
09:47 AM Dashboard Bug #25090 (Can't reproduce): mgr/dashboard: Datatable error panel blinking on page loading
This issue was introduces by https://github.com/ceph/ceph/pull/22419
----
!datatable-error-blink.gif!
How to...
Ricardo Marques
10:29 AM Dashboard Bug #25095 (Can't reproduce): mgr/dashboard: Error on health page for user with Pool-Manager role...
After login with a user that only has the role "Pool-Manager", I got the following error:
!dashboard-pool-manager-...
Ricardo Marques
10:18 AM Revision e1ac5cfd (ceph): mgr/dashboard: RGW is not working if an URL prefix is defined
Fixes https://tracker.ceph.com/issues/25068
Signed-off-by: Volker Theile <vtheile@suse.com>
Volker Theile
10:11 AM Dashboard Bug #25094 (Resolved): mgr/dashboard: Only list tasks that user is authorized to see
Currently all tasks are displayed, regardless of user permissions.
In the following example, user is only allowed ...
Ricardo Marques
09:59 AM Dashboard Bug #25093 (Closed): mgr/dashboard: Javascript error after login
The following javascript error will appear after logout, and login again:
!unsubscribe-of-undefined.png!
Ricardo Marques
09:55 AM Dashboard Bug #25092 (Duplicate): mgr/dashboard: RBD error messages are displayed twice
This happens on RBD synchronous task execution:
!rbd-error-messages-displayed-twice.png!
Ricardo Marques
09:53 AM CephFS Backport #25037 (In Progress): mimic: mds: scrub doesn't always return JSON results
https://github.com/ceph/ceph/pull/23225 Prashant D
09:51 AM Dashboard Bug #25091 (Resolved): mgr/dashboard: RBD actions should be disabled during long running tasks ex...
If a long running task is executing for the selected rbd image, all actions for that image should be disabled.
!rb...
Ricardo Marques
09:37 AM Revision c94cf732 (ceph): mgr/dashboard: RGW is not working if an URL prefix is defined
Fixes https://tracker.ceph.com/issues/25068
This is the backport of #23200. It's not possible to cherry-pick it beca...
Volker Theile
09:31 AM CephFS Bug #22008: Processes stuck waiting for write with ceph-fuse
Zheng Yan wrote:
> The second one is actually different from the first one. Seems like the first one was caused by '...
Ivan Guan
09:21 AM mgr Bug #21197: crash on DaemonPerfCounters::update
I update from 12.2.5 to 12.2.7.and face this same problem.
mu deploy multi-rgw and using the same client name.
<p...
lin zhou
09:10 AM Revision 0d3e862c (ceph): iosd/osd_type: kill unused input ec_pool for iterate_mayberw_back_to
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
09:10 AM Revision d9927d3c (ceph): osd/PG: kill dead functions and related options
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
09:01 AM RADOS Bug #23352: osd: segfaults under normal operation
Dan van der Ster wrote:
> * The OSD health metric changes sure are a juicy candidate to be the root cause -- but we ...
Dan van der Ster
08:11 AM RADOS Bug #23352: osd: segfaults under normal operation
Brad Hubbard wrote:
> I was also thinking that, since the OSDHealthMetric related code only triggers when there are ...
Dan van der Ster
02:37 AM RADOS Bug #23352: osd: segfaults under normal operation
Thanks Roberto,
Your core, as well as the last uploaded by Alex show the now familiar corruption to the vtable of ...
Brad Hubbard
08:26 AM CephFS Backport #25038 (In Progress): luminous: mds: scrub doesn't always return JSON results
https://github.com/ceph/ceph/pull/23222 Prashant D
08:20 AM Revision 631a036a (ceph): Initial work for OPA-Ceph integration
Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com> Ashutosh Narkar
08:19 AM rgw Backport #24628 (In Progress): luminous: rgw: fail to recover index from crash
Nathan Cutler
08:14 AM rgw Backport #24629 (In Progress): mimic: rgw: fail to recover index from crash
Nathan Cutler
08:13 AM Revision 24060687 (ceph): common: kill dead options
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
08:11 AM Revision 2094dde5 (ceph): osd/PG: do not initialize up/acting twice
let **init_primary_up_acting()** handle that instead.
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
xie xingguo
08:04 AM Revision 72d8a6ac (ceph): osd/PG: clear missing_loc properly if last location is gone
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
07:27 AM rbd Bug #25080 (Resolved): qa: krbd_exclusive_option.sh: bump lock_timeout to 60 seconds
In the luminous version, the "rbd map" command does not have the lock_timeout option, so the fix is not relevant to l... Nathan Cutler
07:24 AM rbd Backport #25081 (Resolved): mimic: qa: krbd_exclusive_option.sh: bump lock_timeout to 60 seconds
Nathan Cutler
07:24 AM Revision 8dc24c3f (ceph): Merge pull request #23209 from smithfarm/wip-25081-mimic
mimic: qa: krbd_exclusive_option.sh: bump lock_timeout to 60 seconds
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Nathan Cutler
07:24 AM rgw Backport #25088 (Resolved): mimic: change default rgw_thread_pool_size to 512
https://github.com/ceph/ceph/pull/23383 Nathan Cutler
07:24 AM rgw Backport #25087 (Resolved): luminous: change default rgw_thread_pool_size to 512
https://github.com/ceph/ceph/pull/24034 Nathan Cutler
07:22 AM Revision b35823cb (ceph): deb,rpm: python-cephfs should depend on python-rados
in `cephfs.pyx` we `cimport rados`, and in
LibCephFs.create_with_rados(), Rados.cluster is accesssed without GIL,
so ...
Kefu Chai
07:22 AM Revision 8d8099b7 (ceph): rpm: Revert "build/ops: rpm: python3-ceph-argparse only if Python 2 ava...
This reverts commit c0b7aab381c7232eb81eb023c7fe5242ef6517a1.
python3-ceph-argparse is required by ceph_volume_clien...
Kefu Chai
06:43 AM Revision f1c22d4e (ceph): test: validate empty json output during recursive scrub
Signed-off-by: Venky Shankar <vshankar@redhat.com>
Fixes: http://tracker.ceph.com/issues/23958
(cherry picked from co...
Venky Shankar
06:43 AM Revision 3ece1f2d (ceph): mds: dump minimal cli output during recursive scrub trigger
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit a70d21b162e00e49813f25149fa93442f5434e0b)
Venky Shankar
06:43 AM Revision 9e445a4f (ceph): test: subclass test_scrub.Workload from CephFSTestCase
This allows usage of assert*() calls instead of writing
our own version.
Signed-off-by: Venky Shankar <vshankar@redh...
Venky Shankar
06:42 AM Revision 55ce31be (ceph): mds: dump minimal cli output during recursive scrub trigger
Signed-off-by: Venky Shankar <vshankar@redhat.com>
(cherry picked from commit a70d21b162e00e49813f25149fa93442f5434e0b)
Venky Shankar
06:42 AM Revision 64d39c1c (ceph): test: subclass test_scrub.Workload from CephFSTestCase
This allows usage of assert*() calls instead of writing
our own version.
Signed-off-by: Venky Shankar <vshankar@redh...
Venky Shankar
06:42 AM Revision ced02cb8 (ceph): test: validate empty json output during recursive scrub
Signed-off-by: Venky Shankar <vshankar@redhat.com>
Fixes: http://tracker.ceph.com/issues/23958
(cherry picked from co...
Venky Shankar
05:13 AM Revision 8edf4ea5 (ceph): seastar: use the modernized cmake
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
05:13 AM Revision a7f30e86 (ceph): fmt: add libfmt submodule
libfmt is a library for fast printf() support in C++, it is used by
seastar. but it's missing in xenial. so we need t...
Kefu Chai
05:13 AM Revision 96196e9d (ceph): rpm,install-deps,cmake: install {c-ares,fmt}-devel
* ceph.spec.in: c-ares-devel and fmt-devel are installed as
dependencies fo seastar.
* install-deps.sh: libfmt-dev ...
Kefu Chai
05:13 AM Revision 7909c08f (ceph): common/config: change md_config_impl<> back to plain class
now that all of the variables that change depending on seastar/alien
have been extracted out of md_config_impl<>, the...
Kefu Chai
05:13 AM Revision 8435aa9b (ceph): common/config: change md_config_obs_impl's template param to ConfigProxy
we were using LockPolicy as this tempalte class's template parameter,
but turns out ConfigProxy is a better parameter...
Kefu Chai
05:13 AM Revision 5e0f3b2a (ceph): crimson/common: add ceph::common::ConfigProxy
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
05:13 AM Revision e6f053d6 (ceph): c-ares: add c-ares submodule
c-ares is a C library for asynchronous DNS requests, seastar requires
c-ares 1.13.0 or up. but xenial and EPEL offer ...
Kefu Chai
05:13 AM Revision 4e61f228 (ceph): cmake: build c-ares if it's not found or not new enough
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
05:13 AM Revision b6bcfadf (ceph): test/crimson: update test_alien_echo.cc with f80b848d
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
05:13 AM Revision 4f34c56e (ceph): common/config_proxy: document Config{Values,Proxy}
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
04:59 AM Revision 773ef117 (ceph): common/config: extract ObserverMgr from md_config_impl<>
crimson will have sharded<PGShard> (name may vary in future), and
underlying ObjectStore instances. they will be cons...
Kefu Chai
04:59 AM Revision 3b20a16e (ceph): common/config: mark do_argv_commands() const
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
04:59 AM Revision 12fed524 (ceph): seastar: sync with upstream
to pick up the commit of 67bb775e, which marks
foreign_ptr::get_owner_shard() const.
Signed-off-by: Kefu Chai <kchai...
Kefu Chai
02:06 AM rbd Support #24953: Bad performance when enable journaling feature for rbd
Jason Dillaman wrote:
> > Hi Jason, for example:
> >
> > We have the following config:
> > rbd cache = true;
> ...
Yang Dongsheng
01:48 AM rbd Support #24953: Bad performance when enable journaling feature for rbd
> Hi Jason, for example:
>
> We have the following config:
> rbd cache = true;
>
> (1) we have a write with O_...
Jason Dillaman
01:36 AM rbd Support #24953: Bad performance when enable journaling feature for rbd
Jason Dillaman wrote:
> liuzhong chen wrote:
> > @Jason Dillaman I come up with the idea that use rbd cache. But jo...
Yang Dongsheng
01:32 AM Revision 82e80366 (ceph): osd/OSDMap: CRUSH_TUNABLES5 added in jewel, not kraken
In 0ceb5c0f3694725c7043ea99b077816da2ca44a7 I screwed up the version that
CRUSH_TUANBLES5 (chooseleaf_stable) was add...
Sage Weil
01:30 AM Revision 7e9d24d0 (ceph): osd/OSDMap: CRUSH_TUNABLES5 added in jewel, not kraken
In 0ceb5c0f3694725c7043ea99b077816da2ca44a7 I screwed up the version that
CRUSH_TUANBLES5 (chooseleaf_stable) was add...
Sage Weil

07/24/2018

10:55 PM Revision 27728c38 (ceph): Merge pull request #23219 from liewegas/wip-slow-requests-upgrade-luminous
luminous: qa/suites/upgrade/jewel-x: whitelist 'slow requests' Sage Weil
10:54 PM Revision 0820daa3 (ceph): qa/suites/upgrade/jewel-x: whitelist 'slow requests'
This message is generated by jewel but not luminous.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
09:34 PM Revision 8b567eb9 (ceph): mgr/dashboard: Move unit-test-helper into the new testing folder
Signed-off-by: Tiago Melo <tmelo@suse.com> Tiago Melo
09:34 PM Revision ec51e873 (ceph): mgr/dashboard: prettify code
Signed-off-by: Tiago Melo <tmelo@suse.com> Tiago Melo
09:22 PM Revision b8f079a6 (ceph): Merge pull request #22996 from batrick/mds-state-dot
doc: add mds state transition diagram
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Reviewed-by: Alfredo Deza <adez...
Greg Farnum
09:03 PM Revision ca935c62 (ceph): qa/tests: added v13.2.1 to the mix
Fixes: https://tracker.ceph.com/issues/25086
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
08:54 PM RADOS Backport #24988: luminous: Limit pg log length during recovery/backfill so that we don't run out ...
https://github.com/ceph/ceph/pull/23211 Neha Ojha
06:34 PM RADOS Backport #24988 (In Progress): luminous: Limit pg log length during recovery/backfill so that we ...
Neha Ojha
08:52 PM RADOS Feature #25085 (In Progress): Allow repair of an object with a bad data_digest in object_info on ...
David Zafman
08:51 PM RADOS Feature #25085: Allow repair of an object with a bad data_digest in object_info on all replicas
https://github.com/ceph/ceph/pull/23217 David Zafman
08:46 PM RADOS Feature #25085 (Resolved): Allow repair of an object with a bad data_digest in object_info on all...

We've seen this due to a bug in Luminous 12.2.6, but it may have been seen in other cases.
David Zafman
08:44 PM RADOS Bug #25084 (Resolved): Attempt to read object that can't be repaired loops forever

If all replicas are of an object are bad causes a loop of continuous recovery and calls to rep_repair_primary_objec...
David Zafman
08:40 PM rgw Bug #24544 (Pending Backport): change default rgw_thread_pool_size to 512
Douglas Fuller
08:39 PM Revision b0f18b99 (ceph): Merge pull request #22581 from fullerdj/wip-djf-24544
rgw: change default rgw_thread_pool_size to 512 Matt Benjamin
08:17 PM Revision 41f7062e (ceph): mds: remove ascii art version of mds state diagram
Now refer to the user documentation. Any updates should go there!
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
08:17 PM Revision 6962b4eb (ceph): doc: create mds state documentation
Fixes: http://tracker.ceph.com/issues/22989
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
07:47 PM Revision d5ad3373 (ceph): Merge pull request #23136 from smithfarm/wip-25010-mimic
mimic: tests: osd sends op_reply out of order
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Yuri Weinstein ...
Yuri Weinstein
07:43 PM Revision 76f3c5af (ceph): prometheus: Set the response header for cached response
Signed-off-by: Boris Ranto <branto@redhat.com>
(cherry picked from commit 9130ab40b3dc375fda7277146c350a97d7f73f16)
Boris Ranto
07:43 PM Revision c5951402 (ceph): prometheus: Reset the time the data was captured
This was forgotten during the previous patches.
Signed-off-by: Boris Ranto <branto@redhat.com>
(cherry picked from c...
Boris Ranto
07:43 PM Revision fb347b9d (ceph): prometheus: Format metrics in the collect function
This allows us to clear metrics upon formatting in the collect function.
Signed-off-by: Boris Ranto <branto@redhat.c...
Boris Ranto
07:43 PM Revision c1b70556 (ceph): prometheus: Remove the Metrics class
The class was introduced to account for the 'pending' mechanism but that
is no longer being used by the code so we no...
Boris Ranto
07:43 PM Revision 4dee58c2 (ceph): prometheus: Optimize metrics formatting
It is faster to use join for join multiple strings than the regular
string concatenation since it does not create a n...
Boris Ranto
07:43 PM Revision 159e18b9 (ceph): prometheus: Use instance instead of inst variable
Signed-off-by: Boris Ranto <branto@redhat.com>
(cherry picked from commit 086935189275d38c0bc6df674f6fc86aaa4de770)
Boris Ranto
07:43 PM Revision 430f2521 (ceph): prometheus: Make the cache timeout configurable
Signed-off-by: Boris Ranto <branto@redhat.com>
(cherry picked from commit 84241a29535f060bb403738e46c5a0a7caf72159)
...
Boris Ranto
07:42 PM Revision 0bdb58b0 (ceph): prometheus: Set the response header for cached response
Signed-off-by: Boris Ranto <branto@redhat.com>
(cherry picked from commit 9130ab40b3dc375fda7277146c350a97d7f73f16)
Boris Ranto
07:41 PM Revision cb0f062e (ceph): prometheus: Reset the time the data was captured
This was forgotten during the previous patches.
Signed-off-by: Boris Ranto <branto@redhat.com>
(cherry picked from c...
Boris Ranto
07:41 PM Revision aa7b20d6 (ceph): prometheus: Format metrics in the collect function
This allows us to clear metrics upon formatting in the collect function.
Signed-off-by: Boris Ranto <branto@redhat.c...
Boris Ranto
07:41 PM Revision f4e869d1 (ceph): prometheus: Remove the Metrics class
The class was introduced to account for the 'pending' mechanism but that
is no longer being used by the code so we no...
Boris Ranto
07:41 PM Revision d25dd29b (ceph): prometheus: Optimize metrics formatting
It is faster to use join for join multiple strings than the regular
string concatenation since it does not create a n...
Boris Ranto
07:41 PM Revision e549bb9d (ceph): prometheus: Use instance instead of inst variable
Signed-off-by: Boris Ranto <branto@redhat.com>
(cherry picked from commit 086935189275d38c0bc6df674f6fc86aaa4de770)
Boris Ranto
07:40 PM Revision 747fcc5a (ceph): prometheus: Make the cache timeout configurable
Signed-off-by: Boris Ranto <branto@redhat.com>
(cherry picked from commit 84241a29535f060bb403738e46c5a0a7caf72159)
Boris Ranto
07:40 PM Revision 76204ba5 (ceph): prometheus: Fix metric resets
This patch changes the way we reset metrics when collecting data in the
prometheus exporter module. With this patch, ...
Boris Ranto
07:37 PM Revision fb778111 (ceph): prometheus: Fix metric resets
This patch changes the way we reset metrics when collecting data in the
prometheus exporter module. With this patch, ...
Boris Ranto
07:36 PM Revision 1c6dcbee (ceph): prometheus: Fix prometheus shutdown/restart
The prometheus serve method uses block which it should not as it can
cause several problems when shutting down (resta...
Boris Ranto
07:25 PM Revision 1b9db0f9 (ceph): rgw: continue enoent index in dir_suggest
since we do nothing to the not exists index, just continue to
process other indexes and pass the test case
Fixes: ht...
Tianshan Qu
07:24 PM Revision 92eee890 (ceph): rgw: fix index update in dir_suggest_changes
1.do nothing if the index is no longer exists in cls rgw_dir_suggest_changes,
whatever the pending state we got in ch...
Tianshan Qu
07:19 PM Revision 5e0feb1a (ceph): rgw: continue enoent index in dir_suggest
since we do nothing to the not exists index, just continue to
process other indexes and pass the test case
Fixes: ht...
Tianshan Qu
07:19 PM Revision e7ff3188 (ceph): rgw: fix index update in dir_suggest_changes
1.do nothing if the index is no longer exists in cls rgw_dir_suggest_changes,
whatever the pending state we got in ch...
Tianshan Qu
07:18 PM RADOS Bug #25057 (In Progress): jewel->luminous: osdmap crc mismatch
Sage Weil
06:41 PM RADOS Bug #25057: jewel->luminous: osdmap crc mismatch
/a/teuthology-2018-07-20_04:23:01-upgrade:jewel-x-luminous-distro-basic-smithi/2799173
is an instance where the mo...
Sage Weil
07:12 PM CephFS Backport #25041 (In Progress): luminous: mds: reduce debugging for missing inodes during subtree ...
Patrick Donnelly
07:11 PM Revision b64d3b18 (ceph): mds: increase debug level for dropped client cap msg
Fixes: https://tracker.ceph.com/issues/24855
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fr...
Patrick Donnelly
07:11 PM CephFS Backport #25039 (In Progress): luminous: mds: dump recent (memory) log messages before respawning...
Patrick Donnelly
07:10 PM Revision 5b039869 (ceph): mds: dump recent events on respawn
Fixes: https://tracker.ceph.com/issues/24853
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fr...
Patrick Donnelly
07:09 PM CephFS Backport #25036 (In Progress): luminous: mds: dump MDSMap epoch to log at low debug
https://github.com/ceph/ceph/pull/23212 Patrick Donnelly
07:07 PM Revision 0f3c7c80 (ceph): mds: print mdsmap processed at low debug level
Production deployments use low debugging but it'd be useful to always know what
MDSMap epoch the MDS is currently pro...
Patrick Donnelly
04:35 PM rbd Backport #25081 (In Progress): mimic: qa: krbd_exclusive_option.sh: bump lock_timeout to 60 seconds
Nathan Cutler
04:34 PM rbd Backport #25081 (Resolved): mimic: qa: krbd_exclusive_option.sh: bump lock_timeout to 60 seconds
https://github.com/ceph/ceph/pull/23209 Nathan Cutler
04:35 PM Revision 78efe77e (ceph): qa: krbd_exclusive_option.sh: bump lock_timeout to 60 seconds
Avoid sporadic failures in combination with msgr-failures/many.yaml,
where assert_locked() might take over 10 seconds...
Ilya Dryomov
04:34 PM rbd Backport #25083 (Resolved): mimic: [deep-copy] object map can get improperly invalidated
https://github.com/ceph/ceph/pull/23358 Nathan Cutler
04:34 PM Backport #25082 (Rejected): luminous: AnsibleFailedError in ceph-disk
https://github.com/ceph/ceph/pull/23346 Nathan Cutler
04:30 PM rbd Bug #25080 (Resolved): qa: krbd_exclusive_option.sh: bump lock_timeout to 60 seconds
master PR: https://github.com/ceph/ceph/pull/22648 Ilya Dryomov
04:20 PM rgw Bug #22927: rgw: Location element not returned correctly from Post Upload Object
joke lee wrote:
> https://github.com/ceph/ceph/pull/20330 fix this
merged
Yuri Weinstein
04:19 PM Revision 44b91324 (ceph): Merge pull request #20330 from joke-lee/wip-rgw-postobjloc
rgw: return valid Location element, PostObj
Reviewed-by: Matt Benjamin <mbenjami@redhat.com>
Reviewed-by: Orit Wasse...
Yuri Weinstein
04:18 PM rgw Bug #24640: test_cls_rgw.sh cls_rgw.index_suggest fail with EINVAL
Eric Ivancich wrote:
> Addressed by https://github.com/ceph/ceph/pull/22937 .
merged
Yuri Weinstein
01:48 PM rgw Bug #24640: test_cls_rgw.sh cls_rgw.index_suggest fail with EINVAL
Eric is backporting #24280 and #24640 together - the backport PRs are already open and they contain both fixes, so dr... Nathan Cutler
01:35 PM rgw Bug #24640: test_cls_rgw.sh cls_rgw.index_suggest fail with EINVAL
Nathan Cutler wrote:
> I added "Backport: mimic, luminous" because the mimic and luminous versions of @ceph_test_cls...
J. Eric Ivancich
04:17 AM rgw Bug #24640: test_cls_rgw.sh cls_rgw.index_suggest fail with EINVAL
I added "Backport: mimic, luminous" because the mimic and luminous versions of @ceph_test_cls_rgw@ are now broken whe... Nathan Cutler
04:18 PM Revision c439e319 (ceph): Merge pull request #22937 from tianshan/fix_index_suggest_ut_fail
rgw: continue enoent index in dir_suggest
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: J. Eric Ivanci...
Yuri Weinstein
04:17 PM rbd Bug #24898: [rbd-mirror] aborted in Operation::execute_snap_remove()
Mykola Golub wrote:
> PR: https://github.com/ceph/ceph/pull/23095
merged
Yuri Weinstein
04:17 PM Revision d5e6d911 (ceph): Merge pull request #23095 from trociny/wip-24898
librbd: ensure exclusive lock acquired when removing sync point snapshots
Reviewed-by: Jason Dillaman <dillaman@redh...
Yuri Weinstein
04:16 PM Revision af1372df (ceph): Merge pull request #23167 from tchaikov/wip-tools-rbd-cleanup
tools/rbd: assert(g_ceph_context) not g_conf
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Yuri Weinstein
03:55 PM Dashboard Subtask #24778 (Resolved): Create common Card component for info shown in landing page
Alfonso Martínez
03:50 PM Backport #25065 (Resolved): mimic: install-deps.sh fails on newest openSUSE Leap
Nathan Cutler
03:48 PM Revision 056a3682 (ceph): Merge pull request #23178 from smithfarm/wip-25065-mimic
mimic: build/ops: install-deps.sh fails on newest openSUSE Leap
Reviewed-by: Yuri Weinstein <yweinste@redhat.com>
Nathan Cutler
03:48 PM Backport #25062 (Resolved): mimic: ceph-bluestore-tool manpage not getting rendered correctly
Nathan Cutler
03:47 PM Revision 426a8e2e (ceph): Merge pull request #23176 from smithfarm/wip-25062-mimic
mimic: doc: ceph-bluestore-tool manpage not getting rendered correctly
Reviewed-by: Sage Weil <sage@redhat.com>
Revi...
Nathan Cutler
03:41 PM Revision 6a8b5d84 (ceph): mgr: ignore modules that fail to instantiate
If an uncaught runtime exception occurs in a module constructor, then
the manager still tries to deliver notification...
Noah Watkins
03:41 PM Revision cf292dfa (ceph): mgr: create always_on class of modules
support an 'always on' class of ceph-mgr modules. the purpose of an
always-on module is to behave as built-in / non-o...
Noah Watkins
03:40 PM Revision a4ec7f5f (ceph): Merge pull request #22419 from votdev/hide_progress_bar
mgr/dashboard: Hide progress bar in case of an error Lenz Grimmer
03:39 PM rgw Bug #22790 (Pending Backport): Intermittent http_status=409 with op status=-17 on ceph rgw with c...
Nathan Cutler
03:36 PM Bug #25005 (Pending Backport): AnsibleFailedError in ceph-disk
*mimic PR*: https://github.com/ceph/ceph/pull/23156
Backporting note: this is the PR to backport (there is no mast...
Nathan Cutler
03:34 PM CephFS Backport #25034 (Resolved): mimic: "Health check failed: 1 MDSs report slow requests (MDS_SLOW_RE...
Nathan Cutler
03:15 PM Revision 80dbaa06 (ceph): Merge pull request #23154 from smithfarm/wip-25034-mimic
mimic: tests: Health check failed: 1 MDSs report slow requests (MDS_SLOW_REQUEST) in powercycle
Reviewed-by: Neha Oj...
Yuri Weinstein
03:14 PM Revision d017d9be (ceph): Merge pull request #23156 from yuriw/wip-yuriw-25005-mimic
mimic: qa/tests - added overrides stanza to allow runs on ovh on rhel OS Yuri Weinstein
02:57 PM rgw Backport #25079 (Resolved): luminous: Intermittent http_status=409 with op status=-17 on ceph rgw...
https://github.com/ceph/ceph/pull/23207 Matt Benjamin
02:56 PM rgw Backport #25078 (Resolved): mimic: Intermittent http_status=409 with op status=-17 on ceph rgw wi...
https://github.com/ceph/ceph/pull/23206 Matt Benjamin
02:25 PM Revision f08313d2 (ceph): rgw: do not ignore EEXIST in RGWPutObj::execute
The existing logic appears able to cause propagation of a failed
exclusive create to the client, when it should inste...
Matt Benjamin
02:22 PM Revision 2a19da9e (ceph): Merge pull request #23182 from alfredodeza/wip-ansible-26
ceph-volume tests/functional use Ansible 2.6
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
02:21 PM Revision c29f3b5e (ceph): rgw: do not ignore EEXIST in RGWPutObj::execute
The existing logic appears able to cause propagation of a failed
exclusive create to the client, when it should inste...
Matt Benjamin
02:20 PM Revision 2b04699c (ceph): mgr/dashboard: Pool API: app_metadata is now a str list
Signed-off-by: Stephan Müller <smueller@suse.com> Stephan Müller
02:20 PM Revision 34638d58 (ceph): qa/mgr/dashboard: compression_max_blob_size is a str
Signed-off-by: Stephan Müller <smueller@suse.com> Stephan Müller
02:20 PM Revision 80106bcb (ceph): mgr/dashboard: Add Pool update endpoint
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
02:20 PM Revision 1f58ca5e (ceph): mgr/dashboard: Make use of Tasks in pool API
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
02:20 PM Revision 8506f02f (ceph): Small backend changes:
* Assert `pg_placement_num` has the same value as `pg_num`.
* Only set `application_metadata`, if not None.
* `osd po...
Stephan Müller
02:20 PM Revision 8d1b60ea (ceph): Fixed Pool upstate:
Introduce `_get` to work around `get` automatically converting to JSON.
Signed-off-by: Stephan Müller <smueller@suse...
Stephan Müller
02:20 PM Revision 70aa6500 (ceph): Fixed qa tests:
* `s/_post/_task_post/g' for pools.
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
02:20 PM Revision 0886de94 (ceph): Check cluster health after each pool update
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
02:05 PM Revision 4c7e569f (ceph): Merge PR #23184 into mimic
* refs/pull/23184/head:
common: add osd_distrust_data_digest option
osd: apply osd_skip_data_digest to read operati...
Sage Weil
01:43 PM rbd Bug #25000 (Pending Backport): [deep-copy] object map can get improperly invalidated
Mykola Golub
01:43 PM Revision 95ce5957 (ceph): Merge pull request #23132 from dillaman/wip-25000
librbd: deep-copy should not write to objects that cannot exist
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
01:41 PM bluestore Bug #25077: Occasional assertion in ObjectStore/StoreTest.HashCollisionTest/2
Looks like a race between object and collection removals. Igor Fedotov
01:39 PM bluestore Bug #25077 (Can't reproduce): Occasional assertion in ObjectStore/StoreTest.HashCollisionTest/2
The issue occurs after running the following command for a while:
../bin/ceph_test_objectstore --gtest_filter=Object...
Igor Fedotov
01:23 PM Dashboard Bug #25068: mgr/dashboard: RGW is not working if an URL prefix is defined
OK. Please don't fill in the "Backport" field on this tracker. Thanks! Nathan Cutler
09:44 AM Dashboard Bug #25068: mgr/dashboard: RGW is not working if an URL prefix is defined
PR for Mimic: https://github.com/ceph/ceph/pull/23203 Volker Theile
08:17 AM Dashboard Bug #25068: mgr/dashboard: RGW is not working if an URL prefix is defined
PR for Nautilus: https://github.com/ceph/ceph/pull/23200 Volker Theile
08:17 AM Dashboard Bug #25068 (Fix Under Review): mgr/dashboard: RGW is not working if an URL prefix is defined
Volker Theile
12:52 PM Revision 79b4f052 (ceph): rbd: 'snap ls --all' now shows a trash snapshot's original name
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
12:52 PM Revision 988eaf1d (ceph): rbd: permit removal of snapshots by snap-id
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
12:52 PM Revision 6fe2df96 (ceph): librbd: reduce log level of write denied permission error
The watch OSD op requires write permission since -EPERM will still
be returned to the user.
Signed-off-by: Jason Dil...
Jason Dillaman
12:52 PM Revision 9baa65c3 (ceph): librbd: new helper method for retrieving a single snapshot info record
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
12:52 PM Revision 59676fee (ceph): librbd: clone detach should attempt to remove trashed snapshots
Fixes: http://tracker.ceph.com/issues/23398
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
12:52 PM Revision 1e45d405 (ceph): qa/workunits/rbd: updates to the clone v2 CLI tests
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
12:52 PM Revision a4de5224 (ceph): pybind/rbd: improved handling for snapshot namespaces
The snap iterator now includes the namespace type and group/trash
sub-dictionaries (if applicable). It's also possibl...
Jason Dillaman
12:41 PM rbd Support #24953: Bad performance when enable journaling feature for rbd
liuzhong chen wrote:
> @Jason Dillaman I come up with the idea that use rbd cache. But journal just append events no...
Jason Dillaman
07:32 AM rbd Support #24953: Bad performance when enable journaling feature for rbd
@Jason Dillaman I come up with the idea that use rbd cache. But journal just append events not flush before it reply ... liuzhong chen
12:35 PM bluestore Bug #20236 (In Progress): bluestore: ObjectStore/StoreTestSpecificAUSize.Many4KWritesNoCSumTest/2...
It looks like I have some insight on the root cause, got that much more frequently once having some blobs at DB only ... Igor Fedotov
11:07 AM RADOS Bug #25076 (Duplicate): MON crash when upgrading luminous v12.2.7 -> mimic v13.2.0 during ceph-fu...
Teuthology log: http://qa-proxy.ceph.com/teuthology/smithfarm-2018-07-24_02:10:24-upgrade:luminous-x-mimic-distro-bas... Nathan Cutler
10:45 AM ceph-volume Bug #25070: lvm activate --all uses systemctl although --no-systemd option is set
The activate_bluestore and activate_filestore functions can run without systemd.
What would be the problem to not ...
Jonas Licht
09:36 AM Revision 061ffa50 (ceph): Merge pull request #22792 from jcsp/wip-mgrmodule-none-docs
mgr: improve docs for MgrModule methods John Spray
09:35 AM Revision b4eb58df (ceph): Merge pull request #22794 from wido/mgr-metadata-none
mgr: Ignore daemon if no metadata was returned
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
09:28 AM Revision 0a6cc2fa (ceph): Merge pull request #22827 from theanalyst/wip-device-py3
mgr: devicehealth: dont error on dict iteritems
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: John Spray <j...
John Spray
09:27 AM Dashboard Cleanup #25075: mgr/dashboard: Use human readable units on the OSD I/O graphs
This would also be in alignment with the units used in the "Size" and "Usage" columns. Lenz Grimmer
09:21 AM Dashboard Cleanup #25075 (Resolved): mgr/dashboard: Use human readable units on the OSD I/O graphs
Currently, the OSD datatable provides two columns "Read bytes" and "Write bytes" and embedded charts that indicate th... Lenz Grimmer
09:27 AM RADOS Bug #23352: osd: segfaults under normal operation
Hi Brad,
We spotted again this issue in one of our clusters, just 2 hours after we upgraded from 12.2.5 -> 12.2.7...
Roberto Valverde
09:10 AM RADOS Bug #23352: osd: segfaults under normal operation
Thanks Alex,
I'll check out the core tomorrow and let you know.
I have been working on instrumenting the ceph-o...
Brad Hubbard
09:25 AM Revision 1d4e71ff (ceph): Merge pull request #22951 from jcsp/wip-mgr-intermodule
mgr: enable inter-module calls
Reviewed-by: Tim Serong <tserong@suse.com>
John Spray
09:09 AM Revision cdfd7b42 (ceph): Merge pull request #23181 from tspmelo/wip-remove-karma
mgr/dashboard: Remove karma packages
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Volker Theile <vth...
Lenz Grimmer
09:03 AM Revision 66580fce (ceph): Merge pull request #23115 from tspmelo/wip-angular-cmake
mgr/dashboard: Remove angular build progress logs during cmake
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Review...
Lenz Grimmer
08:27 AM Backport #25074 (In Progress): luminous: Boost system library is no longer required to compile an...
Nathan Cutler
08:11 AM Backport #25074 (Resolved): luminous: Boost system library is no longer required to compile and l...
https://github.com/ceph/ceph/pull/23202 Nathan Cutler
08:27 AM Revision baca45a8 (ceph): example/librados: remove dependency on Boost system library
109e6022beb0920f2a4746bd8c541e975494f251 introduced "-lboost_system" into
example/librados/Makefile but the Boost sys...
Nathan Cutler
08:26 AM Backport #25073 (In Progress): mimic: Boost system library is no longer required to compile and l...
Nathan Cutler
08:11 AM Backport #25073 (Resolved): mimic: Boost system library is no longer required to compile and link...
https://github.com/ceph/ceph/pull/23201 Nathan Cutler
08:26 AM Revision 4246d382 (ceph): example/librados: remove dependency on Boost system library
109e6022beb0920f2a4746bd8c541e975494f251 introduced "-lboost_system" into
example/librados/Makefile but the Boost sys...
Nathan Cutler
07:58 AM Bug #25054 (Pending Backport): Boost system library is no longer required to compile and link exa...
Nathan Cutler
07:58 AM Revision 688aac3f (ceph): Merge pull request #23159 from smithfarm/wip-example-no-boost
example/librados: remove dependency on Boost system library
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Nathan Cutler
07:56 AM rgw Bug #24955: rgw: bucket index resharding may cause lose of bucket acl
I found this bug has been fixed.
[[http://tracker.ceph.com/issues/22124]]
xin liao
07:53 AM Dashboard Bug #25067 (Fix Under Review): mgr/dashboard: URL prefix is not working
Ricardo Marques
07:43 AM Dashboard Bug #25067: mgr/dashboard: URL prefix is not working
Pull request: https://github.com/ceph/ceph/pull/23183 Lenz Grimmer
06:31 AM Bug #25051 (Resolved): "[WRN] Health check failed: 6 slow requests are blocked > 32 sec. Implicat...
Nathan Cutler
06:30 AM Backport #25056 (Resolved): mimic: "[WRN] Health check failed: 6 slow requests are blocked > 32 s...
Nathan Cutler
05:14 AM rgw Backport #25024 (In Progress): mimic: cls_rgw test is only run in rados suite: add it to rgw suit...
https://github.com/ceph/ceph/pull/23197 Prashant D
03:53 AM rgw Bug #25071 (Fix Under Review): Workunit test cls/test_cls_rgw.sh fails in upgrade/luminous-x/para...
https://github.com/ceph/ceph/pull/22937 Nathan Cutler
03:48 AM rgw Bug #25071: Workunit test cls/test_cls_rgw.sh fails in upgrade/luminous-x/parallel (master)
The yaml that runs the cls/test_cls_rgw.sh is:... Nathan Cutler
03:29 AM rgw Bug #25071 (Duplicate): Workunit test cls/test_cls_rgw.sh fails in upgrade/luminous-x/parallel (m...
The same test succeeds in upgrade/luminous-x/parallel (mimic)... Nathan Cutler
03:31 AM bluestore Bug #25050: osd: OSD Failed to Start In function 'int BlueStore::_do_alloc_write
It is already back to production without compression, I am not sure it is related to the compression type, we had sim... Yohay Azulay
03:25 AM CephFS Backport #25035 (In Progress): mimic: mds: dump MDSMap epoch to log at low debug
https://github.com/ceph/ceph/pull/23196 Prashant D
02:43 AM Revision 13b25fd4 (ceph): Merge pull request #23164 from smithfarm/wip-25056-mimic
mimic: tests: upgrade/luminous-x: whitelist REQUEST_SLOW for rados_mon_thrash Sage Weil
02:17 AM Revision ca3a5293 (ceph): common/config: extract "changed" from md_config_impl<> to ConfigValues
for the same reason why we moved ObserverMgr out of md_config_impl<>,
"changed" cannot be shared among shards, we sho...
Kefu Chai
02:17 AM Revision 9bfc0367 (ceph): common/config: move _apply_changes() calls up into ConfigProxy
see also the previous the commit, to reuse injectargs() and
set_mon_vals() in seastar's ConfigProxy, we need to move ...
Kefu Chai
02:15 AM Revision e406d8eb (ceph): common/config: promote lock from md_config_t to ConfigProxy
seastar's ConfigProxy and alien's ConfigProxy follow different threading
models and expose different methods. the for...
Kefu Chai
02:13 AM rgw Bug #25060 (Fix Under Review): rgw-multisite:RGWDataSyncShardCR is wakened up too offen
Nathan Cutler
02:13 AM rgw Bug #25060: rgw-multisite:RGWDataSyncShardCR is wakened up too offen
It's too early to backport. The master PR needs to merge, first, otherwise it's impossible to guarantee that the cher... Nathan Cutler
12:51 AM rgw Bug #25060: rgw-multisite:RGWDataSyncShardCR is wakened up too offen
Since class RGWCompletionManager in master branch adds a new struct rgw_io_id, which is absent in luminous, backport ... Xinying Song
02:06 AM RADOS Documentation #4640 (Resolved): rados.8 should document import/export
https://github.com/ceph/ceph/pull/23186 Nathan Cutler
02:05 AM Revision 3ce6a511 (ceph): common/config: do not use unique_ptr<> for config
it's not necessary to do so.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:37 AM Revision d40d8a7f (ceph): osd: ceph-osd parent process need to restart log service after fork, or...
Signed-off-by: redickwang <redickwang@tencent.com> mingshuai wang
01:24 AM Revision 0e670845 (ceph): mds: print mdsmap processed at low debug level
Production deployments use low debugging but it'd be useful to always know what
MDSMap epoch the MDS is currently pro...
Patrick Donnelly
12:38 AM Revision 3f01b638 (ceph): Merge pull request #22978 from tchaikov/wip-docker-test-cleanup
test/docker-test-helper.sh: move "cp .git/HEAD" out of loop
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin

07/23/2018

11:52 PM Revision 5699a241 (ceph): Merge pull request #23194 from alfredodeza/wip-lvm-docs
ceph-volume: expand on why ceph-disk was replaced
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Reviewed-by: Yuri We...
Greg Farnum
09:52 PM RADOS Bug #24909: RBD client IOPS pool stats are incorrect (2x higher; includes IO hints as an op)
Jason Dillaman wrote:
> https://github.com/ceph/ceph/pull/23029
merged
Yuri Weinstein
09:52 PM Revision 19c1a77b (ceph): Merge pull request #23029 from dillaman/wip-24909
osd: do not treat an IO hint as an IOP for PG stats
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Reviewed-by: xie x...
Yuri Weinstein
09:40 PM RADOS Bug #21496 (Fix Under Review): doc: Manually editing a CRUSH map, Word 'type' missing.
https://github.com/ceph/ceph/pull/23192 Jos Collin
07:37 PM RADOS Bug #21496: doc: Manually editing a CRUSH map, Word 'type' missing.
Jos Collin wrote:
> Remy, Please create a PR.
Done.
Anonymous
09:18 PM Revision 0366f4fd (ceph): Merge pull request #23186 from smithfarm/wip-4640
doc/man: mention import and export commands in rados manpage Dan Mick
09:02 PM Revision 4fddb181 (ceph): doc/mgr: add docs for missing functions
Some functions had docstrings but were
not linked into plugins.rst, some needed
more text added.
Signed-off-by: John...
John Spray
08:22 PM Revision c0e7e825 (ceph): doc/ceph-volume expand on the ceph-disk replacement reasons
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
08:22 PM Revision 0b372580 (ceph): doc/ceph-volume reference the new ceph-disk-replacement section
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:40 PM Revision be8b406d (ceph): osd/PGLog: allow pg log trim when complete_to is less than trim_to
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit a5329ba8dd169e55deaff47d042354e53d8e722d)
Con...
Neha Ojha
07:29 PM Revision 715d1fdb (ceph): osd: reset complete_to when trimming the log past it
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit 38170cdb1b8c3ea7e8b411fabe1fe99abd06cf52)
Neha Ojha
07:28 PM Revision d08f0aec (ceph): osd: allow trim() to proceed when there are missing items
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit de42fee0dff299f4d0377961d05e02fd8f49f21b)
Con...
Neha Ojha
07:01 PM Revision bdfc2a3b (ceph): osd: handle trim() during backfill
Remove async recovery components: The async recovery feature is not present
in luminous. We do not need commit 22d17f...
Neha Ojha
07:00 PM rbd Feature #23398 (Fix Under Review): [clone v2] auto-delete trashed snapshot upon release of last c...
*PR*: https://github.com/ceph/ceph/pull/23191 Jason Dillaman
06:35 PM Revision 21a72d2a (ceph): osd: print pg log length and trim_to
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit f48584a5b468949c31bffba1b507fb13a8756284)
Neha Ojha
06:24 PM bluestore Bug #25050: osd: OSD Failed to Start In function 'int BlueStore::_do_alloc_write
Mind switching to a different compression method and try again? Igor Fedotov
06:22 PM bluestore Bug #25050: osd: OSD Failed to Start In function 'int BlueStore::_do_alloc_write
Correct. The log is with LZ4 compression is enabled and the OSD fails to start.
When I disabled the lz4 it went up...
Yohay Azulay
05:12 PM bluestore Bug #25050: osd: OSD Failed to Start In function 'int BlueStore::_do_alloc_write
Yohay,
it looks like LZ4 compressor is still enabled and failing. Haven't you enabled compression on per-OSD basis?
Igor Fedotov
06:19 PM Revision 3ecbf2a4 (ceph): osd: make calc_trim_to() independent of min_last_complete_ondisk
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit 1ae5fd32c92ea2f025344c663535d00f71f2cdda)
Con...
Neha Ojha
06:16 PM Revision 4f48ceab (ceph): ceph-volume tests/functional use testinfra latest for ansible 2.6
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:53 PM ceph-volume Bug #25070: lvm activate --all uses systemctl although --no-systemd option is set
systemd is a hard dependency for this to run. How are you planning on managing the OSD daemons without it? Alfredo Deza
05:37 PM ceph-volume Bug #25070 (Resolved): lvm activate --all uses systemctl although --no-systemd option is set
Hi
I'm use a gentoo with no systemd.
If I run ceph-volume lvm activate --all --no-systemd, I got this:...
Jonas Licht
05:49 PM bluestore Bug #25001: Crashing OSDs after going from 12.2.5 -> 12.2.6 -> 13.2.0
Here's the fsck commandline and its output. Log file has been uploaded to https://mooinglemur.com/2018-07-ceph/
B...
Troy Ablan
11:03 AM bluestore Bug #25001: Crashing OSDs after going from 12.2.5 -> 12.2.6 -> 13.2.0
The root cause for the abort is duplicate pextent(0x31a67390000~10000) that is present at both
"6.3es4_head 4#6:7e1...
Igor Fedotov
05:30 PM CephFS Bug #24780 (Fix Under Review): Some cephfs tool commands silently operate on only rank 0, even if...
PR https://github.com/ceph/ceph/pull/23187 Venky Shankar
05:23 PM Revision 392c3fed (ceph): doc/man: mention import and export commands in rados manpage
Fixes: http://tracker.ceph.com/issues/4640
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
05:20 PM Revision a36eff1e (ceph): mgr/dashboard: Fix cherrypy static content URL prefix config
Fixes: https://tracker.ceph.com/issues/25067
Signed-off-by: Ricardo Marques <rimarques@suse.com>
Ricardo Marques
05:16 PM RADOS Feature #1203: osd: priority or fairness osd operations
https://github.com/ceph/dmclock Patrick Donnelly
05:15 PM devops Feature #2117: qa: gitbuilder that does ENCODE_DUMP
We don't use gitbuilder anymore obviously. What's ENCODE_DUMP? Patrick Donnelly
05:14 PM rbd Cleanup #4156 (Resolved): qa: don't chown rbd stuff in rbd/* workunits
This ticket is 5 years old, i.e. around the time of the 0.67 release:... Nathan Cutler
05:13 PM Subtask #2204 (Rejected): implement upgrade from old design to new design
Stale ticket. Patrick Donnelly
05:13 PM Subtask #2202 (Rejected): Document new design
Stale ticket. Patrick Donnelly
05:13 PM Subtask #2238 (Rejected): vm for coredump archive
Stale ticket. Patrick Donnelly
05:12 PM Feature #2459 (Rejected): admin socket: config reload
I think we can close this with the recent config redesign by Sage. It's also not really trivial to do this across com... Patrick Donnelly
05:11 PM Documentation #2684 (Won't Fix): doc: ceph and all daemons take --show-config
Obsolete with the new config redesign. Patrick Donnelly
05:04 PM Documentation #3165 (Rejected): doc: what to do after install to validate core / rbd / radosgw / ...
Patrick Donnelly
05:02 PM Bug #24521 (Duplicate): "stderr:cc1: error: code model kernel does not support PIC mode" in power...
Patrick Donnelly
05:01 PM CephFS Bug #24900 (Rejected): fs: ceph.file.layout.stripe_count changed after modification
vi/vim will create a new file anytime you save. From strace:... Patrick Donnelly
04:52 PM RADOS Support #24980: Pg Inconsistent - failed to pick suitable auth object
Patrick Donnelly wrote:
> Please seek assistance for these kinds of issues on ceph-users mailing list.
Hi Patrick...
Alon Avrahami
04:46 PM RADOS Support #24980 (Rejected): Pg Inconsistent - failed to pick suitable auth object
Please seek assistance for these kinds of issues on ceph-users mailing list. Patrick Donnelly
04:47 PM devops Bug #24978 (Rejected): Package release file problem
As Nathan noted, we don't have packages for Ubuntu artful. Please use a LTS Ubuntu instead. Patrick Donnelly
04:38 PM Bug #25059 (Rejected): How to avoid the request to fall on the peering pg
This is a question best asked on the ceph-users mailing list. Patrick Donnelly
07:51 AM Bug #25059 (Rejected): How to avoid the request to fall on the peering pg
I have three node:node1 node2 node3,then deply ceph.
when i power off the node3,i found some requests will wait un...
yuanli zhu
04:22 PM CephFS Bug #25049 (Need More Info): MDS journal flush too often and resulted in backlog
Patrick Donnelly
01:52 PM CephFS Bug #25049: MDS journal flush too often and resulted in backlog
I need some mds.log, to check why mds flushes log. Zheng Yan
04:15 PM devops Fix #25069 (New): Build py3-only Ceph for Ubuntu Bionic
Ubuntu "Bionic" is py3-only by default. As long as Ceph does not introduce (directly or indirectly) any dependency on... Nathan Cutler
03:55 PM ceph-volume Bug #24993: ceph-volume fails to create OSD with Python 3
It's getting a little farther though.
Managing to create lvm stuff, where as it wasn't before, and managing to pur...
Michael Jones
03:52 PM ceph-volume Bug #24993: ceph-volume fails to create OSD with Python 3
Applied patch by hand.
fenrir /etc/portage/patches/sys-cluster/ceph # CEPH_VOLUME_DEBUG=1 ceph-volume lvm create -...
Michael Jones
02:52 PM ceph-volume Bug #24993: ceph-volume fails to create OSD with Python 3
After the last patch you've applied I see:... Alfredo Deza
03:55 PM Revision c76f3634 (ceph): doc/rados/operations/pg-states: document the "unknown" state
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
03:11 PM Revision 7a50c7f8 (ceph): common: add osd_distrust_data_digest option
If we have reason to distrust the stored full-object oi data digests,
this option will ignore them (and opportunistic...
Sage Weil
03:10 PM Revision 87284643 (ceph): osd: apply osd_skip_data_digest to read operations
If we would skip updating data digests, apply that same decision to read
operations as well.
Signed-off-by: Sage Wei...
Sage Weil
02:52 PM Dashboard Bug #25068 (Resolved): mgr/dashboard: RGW is not working if an URL prefix is defined
If we define an URL prefix as described in the documentation[1], RGW pages will not working.
The RGW frontend api ...
Ricardo Marques
02:43 PM Dashboard Bug #25067 (In Progress): mgr/dashboard: URL prefix is not working
Ricardo Marques
02:11 PM Dashboard Bug #25067 (Resolved): mgr/dashboard: URL prefix is not working
Configuring an URL prefix as described on the documentation, is not working: http://docs.ceph.com/docs/mimic/mgr/dash... Ricardo Marques
02:27 PM RADOS Bug #23352: osd: segfaults under normal operation
After the upgrade to 12.2.7 I am still seeing crashes on OSDs. Please check and advise if a separate tracker should b... Alex Gorbachev
02:19 PM Revision c4128114 (ceph): librbd: add snapshot trash namespace helper and remove_by_id
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
02:18 PM Revision 9570864d (ceph): ceph-volume tests/functional use Ansible 2.6
The ceph-ansible project now refuses to use 2.4 even though it works
with that version
Signed-off-by: Alfredo Deza <...
Alfredo Deza
02:13 PM ceph-ansible Bug #24926 (Resolved): ceph-ansible-mimic broken
Nathan Cutler
02:10 PM Revision 181734be (ceph): Merge pull request #23122 from yuriw/wip-yuriw-24926-mimic
mimic - qa/tests: Set ansible-version: 2.4
Reviewed-by: Vasu Kulkarni <vasu@redhat.com>
Reviewed-by: Nathan Cutler <...
Nathan Cutler
01:48 PM CephFS Bug #24897 (Rejected): client: writes rejected by quota may truncate/zero parts of file
Patrick Donnelly
01:44 PM CephFS Bug #24897: client: writes rejected by quota may truncate/zero parts of file
I think this is probably NOTABUG. The shell redirect will end up opening the destination file with O_TRUNC which will... Jeff Layton
01:04 PM Revision b85d3c69 (ceph): mgr/dashboard: Remove karma packages
Since we are no longer using karma for the frontend unit tests, we will remove
all the related packages and configura...
Tiago Melo
01:03 PM CephFS Backport #25047 (In Progress): mimic: mds may get discontinuous mdsmap
https://github.com/ceph/ceph/pull/23180 Zheng Yan
11:33 AM Backport #25066 (In Progress): luminous: install-deps.sh fails on newest openSUSE Leap
Nathan Cutler
11:31 AM Backport #25066 (Resolved): luminous: install-deps.sh fails on newest openSUSE Leap
https://github.com/ceph/ceph/pull/23179 Nathan Cutler
11:33 AM Revision bbb4c406 (ceph): Add new OpenSUSE Leap id for install-deps.sh
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@gmail.com>
(cherry picked from commit bd0448c0b5a09a9314fddf175750252980...
Kyr Shatskyy
11:32 AM Backport #25065 (In Progress): mimic: install-deps.sh fails on newest openSUSE Leap
Nathan Cutler
11:31 AM Backport #25065 (Resolved): mimic: install-deps.sh fails on newest openSUSE Leap
https://github.com/ceph/ceph/pull/23178 Nathan Cutler
11:31 AM Revision 23615e9a (ceph): Add new OpenSUSE Leap id for install-deps.sh
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@gmail.com>
(cherry picked from commit bd0448c0b5a09a9314fddf175750252980...
Kyr Shatskyy
11:30 AM Bug #25064 (Resolved): install-deps.sh fails on newest openSUSE Leap
The error message is:... Nathan Cutler
10:45 AM Backport #25063 (In Progress): luminous: ceph-bluestore-tool manpage not getting rendered correctly
Nathan Cutler
10:42 AM Backport #25063 (Resolved): luminous: ceph-bluestore-tool manpage not getting rendered correctly
https://github.com/ceph/ceph/pull/23177 Nathan Cutler
10:44 AM Revision 4a69c005 (ceph): doc: use :command: for subcommands in ceph-bluestore-tool manpage
Older versions of Sphinx, such as the one in CentOS 7, do not render "..
option::" lines correctly if the option cont...
Nathan Cutler
10:43 AM Backport #25062 (In Progress): mimic: ceph-bluestore-tool manpage not getting rendered correctly
Nathan Cutler
10:42 AM Backport #25062 (Resolved): mimic: ceph-bluestore-tool manpage not getting rendered correctly
https://github.com/ceph/ceph/pull/23176 Nathan Cutler
10:43 AM Revision 87b23ea6 (ceph): doc: use :command: for subcommands in ceph-bluestore-tool manpage
Older versions of Sphinx, such as the one in CentOS 7, do not render "..
option::" lines correctly if the option cont...
Nathan Cutler
10:41 AM Bug #24800 (Pending Backport): ceph-bluestore-tool manpage not getting rendered correctly
Nathan Cutler
10:41 AM Revision a2dcee6c (ceph): Merge pull request #23114 from smithfarm/wip-24800
doc: use :command: for subcommands in ceph-bluestore-tool manpage
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Nathan Cutler
10:36 AM rgw Documentation #25061 (New): Wrong figure in multisite documentation
See http://docs.ceph.com/docs/master/radosgw/multisite/ Orit Wasserman
10:35 AM Backport #25032 (In Progress): mimic: SPDK compiles with -march=native
Nathan Cutler
10:33 AM Revision f4ef07b1 (ceph): mimic: spdk: compile with -march=core2 instead of native
This commit cannot be cherry-picked from master because mimic's SPDK
submodule is based on an older upstream version....
Nathan Cutler
10:28 AM RADOS Bug #24994: active+clean+inconsistent PGs after Upgrade to 12.2.7 and deep scrub
Robert Sander wrote:
> On the production cluster the RBD pool is affected. Do I really need to stop the VMs and do...
Brad Hubbard
09:54 AM RADOS Bug #24994: active+clean+inconsistent PGs after Upgrade to 12.2.7 and deep scrub
Brad Hubbard wrote:
> For the data_digest_mismatch_info error with client activity stopped, read the data from thi...
Robert Sander
09:18 AM RADOS Bug #24994: active+clean+inconsistent PGs after Upgrade to 12.2.7 and deep scrub
Oops, my mistake, terribly sorry. I gave you the procedure for an omap_digest_mismatch_info error.
For the data_di...
Brad Hubbard
08:10 AM RADOS Bug #24994: active+clean+inconsistent PGs after Upgrade to 12.2.7 and deep scrub
Brad Hubbard wrote:
> 1. rados -p [name_of_pool_2] setomapval rbd_data.4048d8238e1f29.00000000000002e6 temporary-k...
Robert Sander
10:20 AM Revision 74230edf (ceph): mgr/dashboard: Remove angular build progress logs during cmake
Currently Angular CLI is polluting the jenkins logs, by inserting a new line
each time the build process is updated.
...
Tiago Melo
10:16 AM Revision c75b6915 (ceph): qa/tasks/cephfs: add test for discontinuous mdsmap
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit 5e843162dadcbb4aef3f38250059c755693bdf06)
Yan, Zheng
10:16 AM Revision b93b3be9 (ceph): mds: handle discontinuous mdsmap
There are two cases that a mds can get discontinuous mdsmap:
- the mdsmap was sent by other mds
- connection to mon...
Yan, Zheng
10:12 AM rgw Bug #25014: Radosgw civetweb poll func cost almost 1 second
forget to set rgw_print_continue to true, curl will wait continue for 1 second mingshuai wang
10:09 AM RADOS Bug #24835: osd daemon spontaneous segfault
After spending a week trying to get Ubuntu/systemd to allow a core dump to be created, we finally have two different ... Christian Schlittchen
09:53 AM Revision 95c63a45 (ceph): mgr/dashboard: Hide progress bar in case of an error
- Enhance datatable to handle loading errors.
- Add warning panel component
- Modify the icon of the error panel comp...
Volker Theile
09:35 AM Dashboard Bug #24757 (Resolved): mgr/dashboard: Snapshot name is displayed as 'undefined' when it doesn't e...
Tiago Melo
09:30 AM Dashboard Bug #24940: mgr/dashboard: How to interactively debug frontend unit tests
I have been using the VS Code plugin to debug the tests.
When I want to debug a test it will run the following comma...
Tiago Melo
09:26 AM bluestore Bug #24968 (Closed): Compaction error: Corruption: block checksum mismatch
Hardware issues were the root cause hence closing. Igor Fedotov
08:53 AM Bug #25058 (Won't Fix): The .deb Packages for hammer / xenial are missing the systemd init scripts
From the Jewel v10.2.0 release notes:... Nathan Cutler
08:38 AM rgw Bug #25060: rgw-multisite:RGWDataSyncShardCR is wakened up too offen
Fix pr for master: https://github.com/ceph/ceph/pull/23174 Xinying Song
08:27 AM rgw Bug #25060 (Fix Under Review): rgw-multisite:RGWDataSyncShardCR is wakened up too offen
RGWDataSyncShardCR should be wakened up every 20 seconds(defined by INCREMENTAL_INTERVAL) when there is no IO to rgw.... Xinying Song
08:12 AM CephFS Feature #17854: mds: only evict an unresponsive client when another client wants its caps
Unresponsive/stale clients do not hold any caps[1]. Therefore, deferring their eviction would mean keeping them infin... Rishabh Dave
07:53 AM Revision 649545e5 (ceph): doc: compile dot into svg
Png images included into docs are useless because of small resolution.
http://docs.ceph.com/docs/master/dev/peering/#...
Aleksei Gutikov
06:43 AM rgw Backport #25021 (In Progress): mimic: multisite: curl client does not time out on sync requests
Prashant D
06:43 AM rgw Backport #25021: mimic: multisite: curl client does not time out on sync requests
https://github.com/ceph/ceph/pull/23173 Prashant D
06:31 AM rgw Backport #24986 (In Progress): mimic: multisite: object metadata operations are skipped by sync
https://github.com/ceph/ceph/pull/23172 Prashant D
05:08 AM Revision 8f646c56 (ceph): rgw: add curl_low_speed_limit and curl_low_speed_time config to avoid
the thread hangs in data sync.
Signed-off-by: Zhang Shaowen <zhangshaowen@cmss.chinamobile.com>
rgw: mitigate NIC p...
Zhang Shaowen
05:03 AM Revision 7d1687cd (ceph): rgw: bucket sync updates high marker for squashed entries
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 918fc3813c8d8c96c7c071645b5ae5c1090a7c15)
Casey Bodley
05:03 AM Revision 60199370 (ceph): rgw: bucket sync only allows one olh op at a time
if olh operations on different instances of an object race to sync,
their olh epochs could be applied in the wrong or...
Casey Bodley
05:03 AM Revision 0bdfa37d (ceph): rgw: SyncModule::sync_object() takes optional olh epoch
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit c0bc17b48cce7395528bd58f9572040895529fdd)
Casey Bodley
05:03 AM Revision 7fb1a353 (ceph): rgw: bucket sync only provides an epoch for olh operations
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 2de295c2cf88212ecdf536ee491ac0ecb6de9f65)
Casey Bodley
05:03 AM Revision d16a8d5d (ceph): rgw: bucket sync doesn't squash over olh entries
all bucket index operations that mutate the olh_epoch must be applied
by sync to keep it consistent between zones. av...
Casey Bodley
05:03 AM Revision a80fe82b (ceph): rgw: bucket sync allows OP_ADD on versioned objects
operations like PutACL that only mutate object metadata do not
generate a link_olh entry, so they cannot be skipped. ...
Casey Bodley
05:03 AM Revision 74bf9f33 (ceph): rgw: CompleteMultipart applies its olh_epoch
RGWCompleteMultipart was using get_system_versioning_params() to read an
olh_epoch, but was never applying it to the ...
Casey Bodley
05:03 AM Revision e957e175 (ceph): test/rgw: test incremental sync of acls on versioned object
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit b300e1424127b9bba94f394ccadc25b5279d9c7b)
Casey Bodley
05:03 AM Revision 53d218af (ceph): rgw: Object::Write::_do_write_meta() takes optional olh epoch
take an optional olh_epoch, and use its empty state to skip set_olh()
Signed-off-by: Casey Bodley <cbodley@redhat.co...
Casey Bodley
05:03 AM Revision 12487e18 (ceph): rgw: fetch_remote_obj() takes optional olh epoch
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit ff0280b30180b73a53f08fc919febc03410e4c1e)
Casey Bodley
05:03 AM Revision b365b31a (ceph): rgw: fetch_remote_obj() applies olh even if object is current
even if we already have the latest version of an object, it may have
synced without a valid olh epoch. so we still ne...
Casey Bodley
02:38 AM rgw Bug #24846 (Closed): rgw: check zone_id or zone_name not empty for zone get sub-command
Zhi Zhang

07/22/2018

10:09 PM RADOS Bug #24994: active+clean+inconsistent PGs after Upgrade to 12.2.7 and deep scrub
In the case of pg 2.34 above where the only error is "data_digest_mismatch_info" and all the data digests except the ... Brad Hubbard
07:03 PM Revision afe5c0ef (ceph): common/options: remove journal_max_corrupt_search
Unused.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
06:46 PM bluestore Bug #24968: Compaction error: Corruption: block checksum mismatch
Did some further tests. The iomemory-vsl driver seems to scramble data in some conditions. So no need to search for i... Markus Stockhausen
12:13 PM bluestore Bug #24968: Compaction error: Corruption: block checksum mismatch
Hi Igor,
checking the hardware was a good clue. I guess the reason is identified. Bluestore WAL/DB does not play n...
Markus Stockhausen
04:33 PM Revision c4731ec6 (ceph): Merge pull request #23166 from tchaikov/wip-cmake-cleanups
cmake: cleanups
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Kefu Chai
02:45 PM Bug #25058 (Won't Fix): The .deb Packages for hammer / xenial are missing the systemd init scripts
The 'ceph' package on https://download.ceph.com/debian-hammer/ is misisng the systemd init script.
I needed to cop...
Andreas John
12:55 PM RADOS Bug #25057 (Resolved): jewel->luminous: osdmap crc mismatch
The upgrade/jewel-x runs for 12.2.6 and 12.2.7 threw osdmap crc mismatch errors. Sage Weil
10:24 AM CephFS Backport #25048: luminous: mds may get discontinuous mdsmap
https://github.com/ceph/ceph/pull/23169 Zheng Yan
10:22 AM Revision 299fcd95 (ceph): mds: handle discontinuous mdsmap
There are two cases that a mds can get discontinuous mdsmap:
- the mdsmap was sent by other mds
- connection to mon...
Yan, Zheng
10:22 AM Revision b0122e2e (ceph): qa/tasks/cephfs: add test for discontinuous mdsmap
This commit is not cherry-picked from 5e843162 because mds internal
has been changed since mimic. There is major diff...
Yan, Zheng
10:22 AM Revision a957a924 (ceph): mds: introduce MDSMap::get_mds_set_lower_bound()
return mds set whose states are larger than or equal to a given state
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
...
Yan, Zheng
08:51 AM CephFS Feature #24430 (Fix Under Review): libcephfs: provide API to change umask
https://github.com/ceph/ceph/pull/23157 Jos Collin
07:28 AM Revision 88d3cfdb (ceph): Merge pull request #22875 from smithfarm/wip-backport-script
script: new ceph-backport.sh script
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Nathan Cutler
07:23 AM Revision 98c3b194 (ceph): Merge pull request #20401 from smithfarm/wip-22558
build/ops: rpm: provide files moved from ceph-test …
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:08 AM Revision dbf33758 (ceph): common: guard likly macros with #ifdef
DPDK also defines them.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:08 AM Revision 2a17c65a (ceph): msg/async/dpdk: fix FTBFS
partially reverts 39ffec28
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:01 AM Revision 6a934373 (ceph): tools/rbd: assert(g_ceph_context) not g_conf
see also 813cd5d5910c266c076d38277eddf32d908d5ae3
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:01 AM Revision b2540958 (ceph): cmake: extract ceph-dencoder related stuff out
let's modularize the cmake file piecemeal.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:55 AM Revision be300380 (ceph): cmake: Finddpdk: add dpdk::${component} libs
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
12:07 AM bluestore Bug #25001: Crashing OSDs after going from 12.2.5 -> 12.2.6 -> 13.2.0
It appears that I have access to all of the pools at this point now that one of the crashing OSDs is staying down, bu... Troy Ablan

07/21/2018

11:33 PM bluestore Bug #24968: Compaction error: Corruption: block checksum mismatch
Markus,
does it refuses to start from scratch or after some load?
Is this just a single OSD or multiple ones are...
Igor Fedotov
07:30 PM bluestore Bug #24968: Compaction error: Corruption: block checksum mismatch
Sorry Igor I started rebuilding the cluster shortly before your answer.
Nevertheless I was able to reproduce the e...
Markus Stockhausen
11:17 PM Revision cad4658a (ceph): disable tests that fail due to ERR or WRN in cluster logs
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
07:13 PM rgw Fix #17136 (Resolved): Fix accidental logic inversion in RGW hostname fallback
Robin Johnson
06:52 PM Revision 8cede1c4 (ceph): doc/rados/operations/pg-states: fix PG state names, part 2
Follow-up on 7f8b40fc4664856998d204adcf092c16cbc933dd
References: https://tracker.ceph.com/issues/24923
Signed-off-b...
Nathan Cutler
06:37 PM Backport #25056 (In Progress): mimic: "[WRN] Health check failed: 6 slow requests are blocked > 3...
Nathan Cutler
06:35 PM Backport #25056 (Resolved): mimic: "[WRN] Health check failed: 6 slow requests are blocked > 32 s...
https://github.com/ceph/ceph/pull/23164 Nathan Cutler
06:37 PM Revision 25a99ac1 (ceph): tests: upgrade/luminous-x: whitelist REQUEST_SLOW for rados_mon_thrash
Fixes: http://tracker.ceph.com/issues/25051
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commi...
Nathan Cutler
06:35 PM Bug #25051 (Pending Backport): "[WRN] Health check failed: 6 slow requests are blocked > 32 sec. ...
Nathan Cutler
09:29 AM Bug #25051 (Fix Under Review): "[WRN] Health check failed: 6 slow requests are blocked > 32 sec. ...
https://github.com/ceph/ceph/pull/23160 Nathan Cutler
09:28 AM Bug #25051 (Resolved): "[WRN] Health check failed: 6 slow requests are blocked > 32 sec. Implicat...
This is on luminous
Info: http://pulpito.ceph.com/yuriw-2018-07-18_21:43:34-upgrade:luminous-x-mimic-distro-basic-...
Nathan Cutler
06:32 PM RADOS Backport #25055 (In Progress): mimic: doc: http://docs.ceph.com/docs/mimic/rados/operations/pg-st...
Nathan Cutler
06:26 PM RADOS Backport #25055 (Resolved): mimic: doc: http://docs.ceph.com/docs/mimic/rados/operations/pg-states/
https://github.com/ceph/ceph/pull/23163 Nathan Cutler
06:30 PM Revision 4432b166 (ceph): tests: upgrade/luminous-x: fix order of final-workload directory
This is just a cosmetic fix.
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
06:24 PM Revision e836b004 (ceph): Merge pull request #23160 from smithfarm/wip-24017
tests: upgrade/luminous-x: whitelist REQUEST_SLOW for rados_mon_thrash
Reviewed-by: Sage Weil <sage@redhat.com>
Nathan Cutler
05:21 PM ceph-volume Bug #24993: ceph-volume fails to create OSD with Python 3
fenrir ~ # CEPH_VOLUME_DEBUG=1 ceph-volume lvm zap /dev/sda
--> Zapping: /dev/sda
Running command: /sbin/cryptsetup...
Michael Jones
05:19 PM ceph-volume Bug #24993: ceph-volume fails to create OSD with Python 3
Portage 2.3.40 (python 3.5.5-final-0, default/linux/amd64/17.0, gcc-7.3.0, glibc-2.26-r7, 4.14.52-gentoo x86_64)
===...
Michael Jones
05:19 PM ceph-volume Bug #24993: ceph-volume fails to create OSD with Python 3
The distro that I'm using is in the third line of my initial report.
Michael Jones
05:18 PM ceph-volume Bug #24993: ceph-volume fails to create OSD with Python 3
It's the same issue
fenrir ~ # ceph-volume lvm create --bluestore --data /dev/sda
Running command: /usr/bin/ceph-...
Michael Jones
12:49 PM ceph-volume Bug #24993: ceph-volume fails to create OSD with Python 3
Would you mind sharing what distro are you using? Perhaps it would be far easier on our end to try and get functional... Alfredo Deza
11:45 AM ceph-volume Bug #24993: ceph-volume fails to create OSD with Python 3
That sounds like a new (different) issue. Can you get us the log output when you ran that command *or* run it with th... Alfredo Deza
06:48 AM ceph-volume Bug #24993: ceph-volume fails to create OSD with Python 3
Patch at https://github.com/ceph/ceph/pull/23141/commits/728c225258ac5cd3274f2d5ef2528d87d38423fc.patch
does not...
Michael Jones
04:12 PM RADOS Bug #24994: active+clean+inconsistent PGs after Upgrade to 12.2.7 and deep scrub
I have the same issue Anton Neubauer
04:01 PM Fix #8993 (Closed): osd_pool_default_pgp_num woes
Alexandre Marangone
04:01 PM Documentation #7721 (Closed): Document the process to migrate from RBD format 1 to format 2 images
Alexandre Marangone
04:00 PM Fix #4633 (Closed): Deactivating filestore xattr use omap creates inconsistent PG
Alexandre Marangone
03:00 PM Revision 5d165696 (ceph): tools: ceph-detect-init: fix harmless typo in unit tests
typo was introduced by 12d94cae2a06fd2ae39379e233588be99bff91de
This commit is not cherry-picked because ceph-detect...
Nathan Cutler
02:18 PM rbd Support #24818 (Closed): RBD mirroring delay replication
Jason Dillaman
02:10 PM Backport #24017 (Resolved): luminous: tests: silence REQUEST_SLOW in rados/singleton/all/osd-reco...
*luminous PR*: https://github.com/ceph/ceph/pull/23007 Nathan Cutler
10:01 AM Backport #24017 (Fix Under Review): luminous: tests: silence REQUEST_SLOW in rados/singleton/all/...
All three failures have one thing in common: qa/suites/rados/singleton/all/osd-recovery.yaml Nathan Cutler
09:35 AM Backport #24017 (Pending Backport): luminous: tests: silence REQUEST_SLOW in rados/singleton/all/...
-Commit to be backported: https://github.com/ceph/ceph/pull/22092/commits/459b33e146d85cf4c03c07bea0718248a0403e0a-
...
Nathan Cutler
12:08 PM RADOS Bug #21496: doc: Manually editing a CRUSH map, Word 'type' missing.
Remy, Please create a PR. Jos Collin
11:56 AM RADOS Bug #24923 (Pending Backport): doc: http://docs.ceph.com/docs/mimic/rados/operations/pg-states/
https://github.com/ceph/ceph/pull/21520 Jos Collin
10:22 AM Revision ed76f04c (ceph): example/librados: remove dependency on Boost system library
109e6022beb0920f2a4746bd8c541e975494f251 introduced "-lboost_system" into
example/librados/Makefile but the Boost sys...
Nathan Cutler
10:22 AM Bug #25054: Boost system library is no longer required to compile and link example librados program
https://github.com/ceph/ceph/pull/23159 Nathan Cutler
10:21 AM Bug #25054 (Resolved): Boost system library is no longer required to compile and link example lib...
109e6022beb0920f2a4746bd8c541e975494f251 introduced "-lboost_system" into
example/librados/Makefile but the Boost sy...
Nathan Cutler
09:31 AM Revision 2555524f (ceph): tests: upgrade/luminous-x: whitelist REQUEST_SLOW for rados_mon_thrash
Fixes: http://tracker.ceph.com/issues/25051
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
08:58 AM bluestore Bug #25006: bad csum during upgrade test
Also, I noticed this in the test yaml:... Nathan Cutler
08:49 AM bluestore Bug #25006: bad csum during upgrade test
The "missing primary copy" message happens on a mixed luminous/mimic cluster (MONs, MGR, and half of OSDs running mim... Nathan Cutler
08:29 AM bluestore Bug #25050: osd: OSD Failed to Start In function 'int BlueStore::_do_alloc_write
I meant and now OSD is now up. Yohay Azulay
08:28 AM bluestore Bug #25050: osd: OSD Failed to Start In function 'int BlueStore::_do_alloc_write
I disabled the LZ4 compression on both cephfs data and metadata pools and the osd is not up.
Similar symptom we ha...
Yohay Azulay
07:16 AM bluestore Bug #25050 (Duplicate): osd: OSD Failed to Start In function 'int BlueStore::_do_alloc_write
OSD Crashed and it fails to start,
Debug Log can be download here: http://77.247.180.45/download/ceph-osd.22.debu...
Yohay Azulay
08:14 AM Revision 341d9856 (ceph): build/ops: rpm: provide files moved from ceph-test
d7b493a7108a68302bc0f48337bf3c253a720266 moved three binaries from the
ceph-test package to other packages, causing t...
Nathan Cutler
07:04 AM CephFS Bug #25049 (Need More Info): MDS journal flush too often and resulted in backlog
When doing some operation like rmtree, the MDS get stuck because flush journal too often and the OSD for metadata hav... Chuan Qiu
03:55 AM CephFS Backport #25048 (In Progress): luminous: mds may get discontinuous mdsmap
Zheng's WIP: https://github.com/ukernel/ceph/commits/luminous-24856 Patrick Donnelly
03:53 AM CephFS Backport #25048 (Resolved): luminous: mds may get discontinuous mdsmap
https://github.com/ceph/ceph/pull/23169 Patrick Donnelly
03:54 AM Revision 4f882f04 (ceph): Merge PR #23139 into master
* refs/pull/23139/head:
mds: avoid using g_conf().get_val<...>(...) in hot path
Reviewed-by: Patrick Donnelly <pdon...
Patrick Donnelly
03:53 AM CephFS Backport #25047 (Resolved): mimic: mds may get discontinuous mdsmap
https://github.com/ceph/ceph/pull/23180 Patrick Donnelly
03:53 AM CephFS Bug #24856 (Pending Backport): mds may get discontinuous mdsmap
Patrick Donnelly
03:53 AM Revision 9dcbe8c3 (ceph): Merge PR #22977 into master
* refs/pull/22977/head:
qa/tasks/cephfs: add test for discontinuous mdsmap
mds: handle discontinuous mdsmap
Review...
Patrick Donnelly
03:28 AM CephFS Backport #25046 (Resolved): luminous: mds: create health warning if we detect metadata (journal) ...
https://github.com/ceph/ceph/pull/24171 Patrick Donnelly
03:28 AM CephFS Backport #25045 (Resolved): mimic: mds: create health warning if we detect metadata (journal) wri...
https://github.com/ceph/ceph/pull/23343 Patrick Donnelly
03:28 AM CephFS Bug #24879 (Pending Backport): mds: create health warning if we detect metadata (journal) writes ...
Patrick Donnelly
03:27 AM Revision bc678b4e (ceph): Merge PR #23022 into master
* refs/pull/23022/head:
mds: health warning for slow metadata IO
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
03:25 AM CephFS Backport #25044 (Resolved): mimic: overhead of g_conf->get_val<type>("config name") is high
https://github.com/ceph/ceph/pull/23407 Patrick Donnelly
03:25 AM CephFS Backport #25043 (Resolved): luminous: overhead of g_conf->get_val<type>("config name") is high
https://github.com/ceph/ceph/pull/23408 Patrick Donnelly
03:24 AM CephFS Cleanup #24820 (Pending Backport): overhead of g_conf->get_val<type>("config name") is high
Patrick Donnelly
03:23 AM CephFS Backport #25042 (Resolved): mimic: mds: reduce debugging for missing inodes during subtree migration
https://github.com/ceph/ceph/pull/23309 Patrick Donnelly
03:23 AM CephFS Backport #25041 (Resolved): luminous: mds: reduce debugging for missing inodes during subtree mig...
https://github.com/ceph/ceph/pull/23214 Patrick Donnelly
03:23 AM CephFS Bug #24855 (Pending Backport): mds: reduce debugging for missing inodes during subtree migration
Patrick Donnelly
03:23 AM Revision c7fe1e11 (ceph): Merge PR #23063 into master
* refs/pull/23063/head:
mds: increase debug level for dropped client cap msg
Reviewed-by: Zheng Yan <zyan@redhat.com>
Patrick Donnelly
03:19 AM CephFS Backport #25040 (Resolved): mimic: mds: dump recent (memory) log messages before respawning due t...
https://github.com/ceph/ceph/pull/23275 Patrick Donnelly
03:19 AM CephFS Backport #25039 (Resolved): luminous: mds: dump recent (memory) log messages before respawning du...
https://github.com/ceph/ceph/pull/23213 Patrick Donnelly
03:18 AM CephFS Bug #24853 (Pending Backport): mds: dump recent (memory) log messages before respawning due to be...
Patrick Donnelly
03:18 AM CephFS Backport #25038 (Resolved): luminous: mds: scrub doesn't always return JSON results
https://github.com/ceph/ceph/pull/23222 Patrick Donnelly
03:18 AM CephFS Backport #25037 (Resolved): mimic: mds: scrub doesn't always return JSON results
https://github.com/ceph/ceph/pull/23225 Patrick Donnelly
03:18 AM Revision 0a495931 (ceph): Merge PR #23062 into master
* refs/pull/23062/head:
mds: dump recent events on respawn
Reviewed-by: Sage Weil <sage@redhat.com>
Patrick Donnelly
03:17 AM CephFS Backport #25036 (Resolved): luminous: mds: dump MDSMap epoch to log at low debug
https://github.com/ceph/ceph/pull/23212 Patrick Donnelly
03:17 AM CephFS Backport #25035 (Resolved): mimic: mds: dump MDSMap epoch to log at low debug
https://github.com/ceph/ceph/pull/23196 Patrick Donnelly
03:17 AM CephFS Bug #24852 (Pending Backport): mds: dump MDSMap epoch to log at low debug
Patrick Donnelly
03:16 AM Revision 87b22e8d (ceph): Merge PR #23061 into master
* refs/pull/23061/head:
mds: print mdsmap processed at low debug level
Reviewed-by: John Spray <john.spray@redhat.com>
Patrick Donnelly
03:14 AM Revision a703d0a1 (ceph): Merge PR #23135 into master
* refs/pull/23135/head:
mds: refactor ostream passing
Reviewed-by: Jos Collin <jcollin@redhat.com>
Patrick Donnelly
03:13 AM CephFS Bug #23958 (Pending Backport): mds: scrub doesn't always return JSON results
Patrick Donnelly
03:13 AM Revision f61807bf (ceph): Merge PR #22947 into master
* refs/pull/22947/head:
test: validate empty json output during recursive scrub
test: subclass test_scrub.Workload ...
Patrick Donnelly
03:11 AM CephFS Bug #24893 (Resolved): client: add ceph_ll_fallocate
Patrick Donnelly
03:10 AM Revision db54fd10 (ceph): Merge PR #23009 into master
* refs/pull/23009/head:
client: wire up ceph_ll_fallocate
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
02:57 AM Revision 230c030f (ceph): qa/tests - added overrides stanza to allow runs on ovh on rhel OS
Fixes: https://tracker.ceph.com/issues/25005
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
02:10 AM devops Bug #25031: mimic: ceph-disk: test fails to install pytest on rhel
The ceph-disk workunit needs pytest to be able to do its work. It tries to install pytest like so:... Nathan Cutler
01:55 AM Bug #25005 (Fix Under Review): AnsibleFailedError in ceph-disk
Nathan Cutler
01:25 AM CephFS Backport #25033 (In Progress): luminous: "Health check failed: 1 MDSs report slow requests (MDS_S...
Nathan Cutler
01:22 AM CephFS Backport #25033 (Resolved): luminous: "Health check failed: 1 MDSs report slow requests (MDS_SLOW...
https://github.com/ceph/ceph/pull/23155 Nathan Cutler
01:24 AM Revision ba6b7cf6 (ceph): qa/suites/powercycle: whitelist MDS_SLOW_REQUEST
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit ac87fd946c8806f6f84d6c6ea124b4731b7b8294)
Neha Ojha
01:24 AM CephFS Backport #25034 (In Progress): mimic: "Health check failed: 1 MDSs report slow requests (MDS_SLOW...
Nathan Cutler
01:22 AM CephFS Backport #25034 (Resolved): mimic: "Health check failed: 1 MDSs report slow requests (MDS_SLOW_RE...
https://github.com/ceph/ceph/pull/23154 Nathan Cutler
01:24 AM Revision 158a2083 (ceph): qa/suites/powercycle: whitelist MDS_SLOW_REQUEST
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit ac87fd946c8806f6f84d6c6ea124b4731b7b8294)
Neha Ojha
12:43 AM CephFS Bug #25008 (Pending Backport): "Health check failed: 1 MDSs report slow requests (MDS_SLOW_REQUES...
Neha Ojha
12:42 AM Revision 4506ef68 (ceph): qa/tests: Set ansible-version: 2.4
Fixes http://tracker.ceph.com/issues/24926
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
12:30 AM Backport #25032 (Resolved): mimic: SPDK compiles with -march=native
https://github.com/ceph/ceph/pull/23175 Nathan Cutler

07/20/2018

11:42 PM RADOS Bug #24304 (Resolved): MgrStatMonitor decode crash on 12.2.4->12.2.5 upgrade
Josh Durgin
10:23 PM CephFS Feature #25013 (In Progress): mds: add average session age (uptime) perf counter
Patrick Donnelly
06:14 AM CephFS Feature #25013 (Resolved): mds: add average session age (uptime) perf counter
Add a performance counter in the MDS to capture average age (uptime) of sessions. This should reflect the average upt... Venky Shankar
10:07 PM Bug #21416: osd/PGLog.cc: 60: FAILED assert(s <= can_rollback_to) after upgrade to luminous
Instance in fs testing: /ceph/teuthology-archive/pdonnell-2018-07-20_06:53:09-fs-wip-pdonnell-testing-20180720.044448... Patrick Donnelly
08:59 PM Revision e2465fdc (ceph): Merge pull request #23151 from neha-ojha/wip-25008
qa/suites/powercycle: whitelist MDS_SLOW_REQUEST Sage Weil
08:35 PM devops Bug #25031 (Resolved): mimic: ceph-disk: test fails to install pytest on rhel
Run: http://pulpito.ceph.com/yuriw-2018-07-20_16:43:48-ceph-disk-mimic-distro-basic-ovh/
Job: 2801791
Logs: http://...
Yuri Weinstein
08:27 PM Bug #25005 (Resolved): AnsibleFailedError in ceph-disk
Yuri Weinstein
08:27 PM Bug #25005: AnsibleFailedError in ceph-disk
We have to use /home/teuthology/rhel_only_on_ovh.yaml... Yuri Weinstein
08:14 PM ceph-volume Bug #25030 (Resolved): missing string substitution when reporting mounts
... Alfredo Deza
08:04 PM Revision 6d77600f (ceph): Merge pull request #23123 from yuriw/wip-yuriw-24926-master
qa/tests: Set ansible-version: 2.5 Yuri Weinstein
07:56 PM CephFS Bug #25008: "Health check failed: 1 MDSs report slow requests (MDS_SLOW_REQUEST)" in powercycle
https://github.com/ceph/ceph/pull/23151 Neha Ojha
07:55 PM CephFS Bug #25008 (Fix Under Review): "Health check failed: 1 MDSs report slow requests (MDS_SLOW_REQUES...
Neha Ojha
07:50 PM Revision ac87fd94 (ceph): qa/suites/powercycle: whitelist MDS_SLOW_REQUEST
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha Ojha
07:25 PM Revision 6cf45163 (ceph): Merge pull request #23147 from alfredodeza/luminous-rm24961
ceph-volume tests/functional run lvm list after OSD provisioning
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
07:24 PM Revision deedcd32 (ceph): Merge pull request #23148 from alfredodeza/mimic-rm24961
ceph-volume tests/functional run lvm list after OSD provisioning
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
06:45 PM Revision d62ea5cc (ceph): filestore: add pgid in filestore pg dir split log message
Fixes: http://tracker.ceph.com/issues/24878
Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>
Vikhyat Umrao
06:32 PM Revision 561e3f68 (ceph): ceph-volume tests/functional run lvm list after OSD provisioning
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit e01fb206d67f26724f3b03e4b22f5ba6eea22207)
Alfredo Deza
06:30 PM rbd Support #24818: RBD mirroring delay replication
Thank you so much. I detected my problem. I checked the trash in the primary cluster. I checked again in the secondar... duc pham
06:29 PM Revision 88786c8c (ceph): ceph-volume tests/functional run lvm list after OSD provisioning
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit e01fb206d67f26724f3b03e4b22f5ba6eea22207)
Alfredo Deza
06:24 PM Revision 5d892096 (ceph): Merge pull request #23102 from ceph/backport-luminous-23093
luminous: ceph-volume: an OSD ID must exist and be destroyed before reuse
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
06:24 PM Revision 85ce2e46 (ceph): Merge PR #22982 into master
* refs/pull/22982/head:
os/bluestore: Add new perfcounter which record latency of
Reviewed-by: Igor Fedotov <ifedot...
Sage Weil
06:24 PM Revision 11d96897 (ceph): Merge PR #23041 into master
* refs/pull/23041/head:
mon: manage paxos_services alloc with unique_ptr
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
06:24 PM Bug #24948 (Pending Backport): SPDK compiles with -march=native
Sage Weil
06:24 PM Revision 804057f9 (ceph): Merge PR #23047 into master
* refs/pull/23047/head:
common: SubProcess needs SIGTERM, from the includes
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
06:24 PM Revision 2ca97e12 (ceph): Merge PR #23053 into master
* refs/pull/23053/head:
mon: emplace mon_caps in Monitor
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
06:24 PM Revision b53ca085 (ceph): Merge PR #23060 into master
* refs/pull/23060/head:
test: Only inquire bluestore when it's build
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
06:24 PM Revision 65e4adfc (ceph): Merge PR #23078 into master
* refs/pull/23078/head:
spdk: -march=core2 instead of -march=native
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Sage Weil
06:14 PM Revision d3f6de50 (ceph): Merge pull request #23127 from ceph/backport-mimic-23117
mimic: ceph-volume: unmount lvs correctly before zapping
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
05:23 PM ceph-volume Bug #25029 (New): detect and be able to deactivate stale systemd units
Similar to regular OSD deactivation, it would be nice if we could report on stale systemd units (mapped to OSD FSIDs ... Alfredo Deza
05:20 PM rgw Bug #25028 (Won't Fix): admin api: RGWOp_Key_Remove doesn't return a json response
http://qa-proxy.ceph.com/teuthology/cbodley-2018-07-20_16:36:41-rgw:singleton-wip-cbodley-testing-distro-basic-smithi... Casey Bodley
05:09 PM Revision d24e6cb3 (ceph): mgr: generic self test command
Avoid need for each module to expose a self-test
command: they can just implement the method,
and then get it called ...
John Spray
05:07 PM Revision f02316ad (ceph): mgr: enable inter-module calls
This is being done by passing native CPython objects
back and forth. It's safe because sub-interpreters in CPython
s...
John Spray
05:07 PM Revision 6ca387f2 (ceph): doc: update mgr plugin page for remote calls
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
05:01 PM ceph-volume Bug #24993: ceph-volume fails to create OSD with Python 3
PR https://github.com/ceph/ceph/pull/23141
Feel free to try the change, tested against Python 3.5
Alfredo Deza
04:51 PM ceph-volume Bug #24993: ceph-volume fails to create OSD with Python 3
fenrir ~ # eselect python list
Available Python interpreters, in order of preference:
[1] python3.5
[2] py...
Michael Jones
04:47 PM ceph-volume Bug #24993: ceph-volume fails to create OSD with Python 3
I use python 3.5.5, as indicated on line 2 of my original response.
The shebang at the top of the file is for pyth...
Michael Jones
12:40 PM ceph-volume Bug #24993 (In Progress): ceph-volume fails to create OSD with Python 3
Alfredo Deza
12:39 PM ceph-volume Bug #24993: ceph-volume fails to create OSD with Python 3
Yeah that would happen on a Python 2 environment. I am working on a patch to make it work for both. You didn't confir... Alfredo Deza
04:57 PM Messengers Bug #25027 (Duplicate): mon: src/msg/async/AsyncConnection.cc: 1710: FAILED assert(can_write == W...
... Patrick Donnelly
04:43 PM RADOS Bug #24785: mimic selinux denials comm="tp_fstore_op / comm="ceph-osd dev=dm-0 and dm-1
Running here: http://pulpito.ceph.com/vasu-2018-07-20_16:43:09-ceph-deploy-mimic-distro-basic-ovh/ Vasu Kulkarni
04:38 PM Revision 69511af0 (ceph): Merge pull request #23128 from ceph/backport-luminous-23117
luminous: ceph-volume: unmount lvs correctly before zapping
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
04:25 PM Revision f22effff (ceph): rgw: Robustly notify
If at first you don't succeed, try, try again.
Keep track of what you succeed with and what you don't.
If you succe...
Adam Emerson
03:43 PM rgw Backport #25023 (In Progress): luminous: multisite: curl client does not time out on sync requests
Casey Bodley
02:19 PM rgw Backport #25023 (Resolved): luminous: multisite: curl client does not time out on sync requests
https://github.com/ceph/ceph/pull/23144 Nathan Cutler
03:40 PM Revision 7499f545 (ceph): rgw: add curl_low_speed_limit and curl_low_speed_time config to avoid
the thread hangs in data sync.
Signed-off-by: Zhang Shaowen <zhangshaowen@cmss.chinamobile.com>
rgw: mitigate NIC p...
Zhang Shaowen
03:03 PM RADOS Bug #25017 (Duplicate): log [ERR] : 1.3 past_intervals [182,196) start interval does not contain ...
Josh Durgin
12:38 PM RADOS Bug #25017 (Duplicate): log [ERR] : 1.3 past_intervals [182,196) start interval does not contain ...
... Sage Weil
02:22 PM Revision 30bd5883 (ceph): qa: add test for https://github.com/ceph/ceph/pull/22790
Signed-off-by: yuliyang <yuliyang@cmss.chinamobile.com> joke lee
02:19 PM rgw Backport #25025 (Resolved): luminous: cls_rgw test is only run in rados suite: add it to rgw suit...
https://github.com/ceph/ceph/pull/24070 Nathan Cutler
02:19 PM rgw Backport #25024 (Resolved): mimic: cls_rgw test is only run in rados suite: add it to rgw suite a...
https://github.com/ceph/ceph/pull/23197 Nathan Cutler
02:19 PM rgw Backport #25021 (Resolved): mimic: multisite: curl client does not time out on sync requests
https://github.com/ceph/ceph/pull/23173 Nathan Cutler
02:02 PM rgw Bug #24815 (Pending Backport): cls_rgw test is only run in rados suite: add it to rgw suite as well
Casey Bodley
02:01 PM Revision 0b5bed7e (ceph): Merge pull request #22919 from liewegas/wip-rgw-cls-test
qa/suites/rgw/verify/tasks/cls_rgw: test cls_rgw
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
02:00 PM Revision abb3e2be (ceph): Merge pull request #22975 from tone-zhang/vstart-spdk
vstart.sh: Support SPDK in Ceph development deployment
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:59 PM Revision a52d430b (ceph): Merge pull request #22790 from joke-lee/WIP-admin-rest-api-user-info-wi...
rgw: support admin rest api get user info through user's access-key
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
01:57 PM Revision db59ee3b (ceph): Merge pull request #23099 from adamemerson/wip-all-your-fault
rgw: All Your Fault
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Casey Bodley
01:55 PM rgw Bug #25019 (Resolved): multisite: curl client does not time out on sync requests
this can block sync threads and prevent further progress
https://github.com/ceph/ceph/pull/23058
Casey Bodley
01:52 PM Revision 6a65439b (ceph): Merge pull request #23058 from mkogan1/cont-19282-fix-rgw-multisite-dat...
rgw: add curl_low_speed_limit and curl_low_speed_time config to avoid
Reviewed-by: Matt Benjamin <mbenjamin@redhat.c...
Casey Bodley
01:51 PM Revision 1c1e766c (ceph): Merge pull request #23119 from cbodley/wip-rgw-link-tenant
rgw: RGWBucket::link supports tenant
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Casey Bodley
01:02 PM rgw Bug #22632: radosgw - s3 keystone integration doesn't work while using civetweb as frontend
Please see this post:
https://ask.openstack.org/en/question/106557/swift3s3-api-errors-when-authenticating-with-ec...
Massimo Sgaravatto
12:54 PM Revision a1197345 (ceph): Merge pull request #23010 from noahdesu/mgr-expose-ec-profiles
mgr: expose ec profiles through manager
Reveiwed-by: John Spray <john.spray@redhat.com>
Kefu Chai
12:53 PM Revision 066b3f8c (ceph): Merge pull request #23016 from rzarzynski/wip-osd-cleanup-log_op_stats
osd: clean up and avoid extra ref-counting in PrimaryLogPG::log_op_stats.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:49 PM Revision b7d55069 (ceph): Merge pull request #22993 from jcsp/wip-progress
mgr/progress: introduce the `progress` module
Reviewed-by: Noah Watkins <nwatkins@redhat.com>
Kefu Chai
12:18 PM ceph-volume Feature #25016 (Rejected): allow to scan a vg/lv
`ceph-volume simple scan` should be able to scan LVs (it doesn't allow it atm). I believe the pieces for scanning LVs... Alfredo Deza
12:06 PM ceph-volume Bug #25015 (Can't reproduce): prevent LVs with ceph metadata to be used
There aren't any checks in place to do this, and causes OSDs to potentially be wiped out without warning. Alfredo Deza
11:56 AM RADOS Bug #24938: luminous: rados listomapkeys & listomapvals don't return data.
This sounds familiar: http://tracker.ceph.com/issues/16211
We used the workaround to set and rm a dummy key/val and ...
Dan van der Ster
08:34 AM RADOS Bug #24938: luminous: rados listomapkeys & listomapvals don't return data.
Sorry that was just a single example to keep it short. listomapkeys doesn't return any data for any bucket in this cl... Magnus Grönlund
10:11 AM rgw Bug #25014: Radosgw civetweb poll func cost almost 1 second
slow poll func will result in slow rgw put request mingshuai wang
10:10 AM rgw Bug #25014 (Need More Info): Radosgw civetweb poll func cost almost 1 second
version: ceph version 14.0.0-1433-g158ed61 (158ed6105d2a9def5988d370eb9b7bc076b82deb) nautilus (dev)
build with ...
mingshuai wang
08:37 AM Bug #23353: when compile Luminous 12.2.4, miss boost files
Strangely enough I hit this and the solution was to "rm -rf src/boost", run cmake again and build again. Brad Hubbard
07:31 AM RADOS Bug #24994: active+clean+inconsistent PGs after Upgrade to 12.2.7 and deep scrub
... Robert Sander
01:39 AM RADOS Bug #24994: active+clean+inconsistent PGs after Upgrade to 12.2.7 and deep scrub
Can you post the output of 'rados list-inconsistent-obj 2.53 --format=json-pretty' ? Brad Hubbard
06:18 AM rgw Backport #24984 (In Progress): mimic: 'radosgw-admin sync error trim' only trims partially
https://github.com/ceph/ceph/pull/23140 Prashant D
05:21 AM Revision df981969 (ceph): rgw: return valid Location element, PostObj
PostResponse should contain ETag and urlencode bucket name
object name and tenant name and correct Location uri
Fixe...
joke lee
03:49 AM CephFS Bug #24881: unhealthy heartbeat map during subtree migration
limit size of export
https://github.com/ceph/ceph/pull/23088
Zheng Yan
03:22 AM CephFS Bug #24925 (Rejected): qa: pjd test failed ctime change unexpected result
... Zheng Yan
03:13 AM Revision 17437e72 (ceph): radosgw-admin: 'sync error trim' loops until complete
a single call to time_log_trim() will trim a maximum of 1000 entries.
now loops until a return code of -ENODATA indic...
Casey Bodley
02:43 AM CephFS Cleanup #24820: overhead of g_conf->get_val<type>("config name") is high
https://github.com/ceph/ceph/pull/23139 Zheng Yan
02:36 AM Revision d249581d (ceph): mds: avoid using g_conf().get_val<...>(...) in hot path
g_conf->get_val<>()'s overhead is high
Fixes: http://tracker.ceph.com/issues/24820
Signed-off-by: "Yan, Zheng" <zyan...
Yan, Zheng
02:14 AM RADOS Bug #25011 (New): competing scrubs stuck reserving local -> remote
In this run: http://pulpito.ceph.com/yuriw-2018-07-18_20:14:43-rados-mimic-distro-basic-smithi/2794751/
osd.0 and ...
Josh Durgin
01:06 AM RADOS Backport #24068 (In Progress): luminous: osd sends op_reply out of order
Nathan Cutler
01:06 AM Revision 30c51b31 (ceph): qa/suites: set osd_pg_log_dups_tracked in cfuse_workunit_suites_fsync.yaml
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit 94a2d810826d710c3c71403d6a78249cc66a39e7)
Neha Ojha
01:06 AM RADOS Backport #25010 (In Progress): mimic: osd sends op_reply out of order
Nathan Cutler
12:59 AM RADOS Backport #25010 (Resolved): mimic: osd sends op_reply out of order
https://github.com/ceph/ceph/pull/23136 Nathan Cutler
01:00 AM Revision ba7487e9 (ceph): qa/suites: set osd_pg_log_dups_tracked in cfuse_workunit_suites_fsync.yaml
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit 94a2d810826d710c3c71403d6a78249cc66a39e7)
Neha Ojha
12:57 AM CephFS Documentation #22989 (Fix Under Review): doc: add documentation for MDS states
Patrick Donnelly
12:44 AM Revision 71639aee (ceph): vstart.sh: Support SPDK in Ceph development deployment
Support SPDK in vstart.sh, the developer can debug SPDK within
development deployment with the option
"--bluestore-sp...
tone.zhang

07/19/2018

11:12 PM ceph-volume Bug #24993: ceph-volume fails to create OSD with Python 3
After applying the suggested patch and rebuilding:
fenrir ~ # ceph-volume lvm zap /dev/sda
--> TypeError: __init...
Michael Jones
11:53 AM ceph-volume Bug #24993: ceph-volume fails to create OSD with Python 3
I verified this is happening on Python 3 instances. subprocess wants to receive stdin in bytes not 'str' so we must s... Alfredo Deza
11:00 AM ceph-volume Bug #24993: ceph-volume fails to create OSD with Python 3
If it is Python 3 as I suspect, would it be possible for you to try this patch?... Alfredo Deza
10:58 AM ceph-volume Bug #24993: ceph-volume fails to create OSD with Python 3
This looks like Python 3 compatibility problem. Can you confirm that is the case in your system? Alfredo Deza
08:37 AM ceph-volume Bug #24993: ceph-volume fails to create OSD with Python 3
Creating a partition doesn't help any either.... Michael Jones
08:24 AM ceph-volume Bug #24993 (Resolved): ceph-volume fails to create OSD with Python 3
ceph version 13.2.0 (79a10589f1f80dfe21e8f9794365ed98143071c4) mimic (stable)
Python 3.5.5
OS: Gentoo...
Michael Jones
11:02 PM bluestore Bug #25001: Crashing OSDs after going from 12.2.5 -> 12.2.6 -> 13.2.0
Attaching thread dump. Brad Hubbard
10:48 PM bluestore Bug #25001: Crashing OSDs after going from 12.2.5 -> 12.2.6 -> 13.2.0
Looks like we are passing a bad bluestore_pextent_t into txc->released.insert.... Brad Hubbard
03:25 PM bluestore Bug #25001 (Can't reproduce): Crashing OSDs after going from 12.2.5 -> 12.2.6 -> 13.2.0
This bug has been opened following on from http://lists.ceph.com/pipermail/ceph-users-ceph.com/2018-July/028232.html
...
Troy Ablan
10:21 PM Revision 2365d597 (ceph): Merge pull request #23121 from noahdesu/mgr-crash-history
mgr/crash: add hour granularity crash summary Dan Mick
10:06 PM Revision b026c76e (ceph): add downstream fragment
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
09:59 PM RADOS Bug #23827: osd sends op_reply out of order
http://pulpito.ceph.com/yuriw-2018-07-18_21:37:13-powercycle-mimic-distro-basic-smithi/2796128/ indicates that this n... Neha Ojha
09:41 PM Revision d29674e5 (ceph): remove random distro option
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
09:37 PM CephFS Bug #25008 (Resolved): "Health check failed: 1 MDSs report slow requests (MDS_SLOW_REQUEST)" in p...
Run: http://pulpito.ceph.com/yuriw-2018-07-18_21:37:13-powercycle-mimic-distro-basic-smithi/
Jobs: 2796207
Logs: ht...
Yuri Weinstein
08:58 PM Revision 5282af61 (ceph): mds: refactor ostream passing
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
08:55 PM Bug #25007 (Fix Under Review): common: Cond.h:C_SaferCond does not check done before calling cond...
https://github.com/ceph/ceph/pull/23134 Patrick Donnelly
08:54 PM Bug #25007 (Resolved): common: Cond.h:C_SaferCond does not check done before calling cond.WaitInt...
Patrick Donnelly
08:54 PM Revision 7090ea24 (ceph): common: check completion condition before waiting
Fixes: http://tracker.ceph.com/issues/25007
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
08:43 PM bluestore Bug #25006 (Can't reproduce): bad csum during upgrade test
Run: http://pulpito.ceph.com/yuriw-2018-07-18_21:43:34-upgrade:luminous-x-mimic-distro-basic-smithi/
Job: 2796264
L...
Yuri Weinstein
08:32 PM Bug #25005 (Resolved): AnsibleFailedError in ceph-disk
Run: http://pulpito.ceph.com/yuriw-2018-07-18_23:04:07-ceph-disk-mimic-distro-basic-ovh/
Jobs: one job ran 3x
Logs:...
Yuri Weinstein
08:14 PM bluestore Bug #24968: Compaction error: Corruption: block checksum mismatch
Markus,
before redeploying the OSDs can you monitor current memory usage with top and/or free tools for a while?
Ju...
Igor Fedotov
03:22 PM bluestore Bug #24968: Compaction error: Corruption: block checksum mismatch
Hi Igor,
thanks for your feedback. The ceph servers have 128GB RAM with 10 1.8TB HDD and 3 1.92TB SSD plus an 640G...
Markus Stockhausen
09:51 AM bluestore Bug #24968: Compaction error: Corruption: block checksum mismatch
Markus,
first of all - I think 'improper' device size reporting is unrelated to this issue. This report contains jus...
Igor Fedotov
06:23 PM rgw Bug #25002 (In Progress): hadoop-s3a task failing with ansible errors
https://github.com/ceph/teuthology/pull/1191 Vasu Kulkarni
06:08 PM rgw Bug #25002 (Resolved): hadoop-s3a task failing with ansible errors
from http://qa-proxy.ceph.com/teuthology/teuthology-2018-07-16_03:05:02-rgw-master-distro-basic-smithi/2786321/teutho... Casey Bodley
05:57 PM rbd Support #24818 (New): RBD mirroring delay replication
I don't know what you are doing, but it works for me:... Jason Dillaman
05:23 PM rbd Bug #25000 (Fix Under Review): [deep-copy] object map can get improperly invalidated
*PR*: https://github.com/ceph/ceph/pull/23132 Jason Dillaman
02:34 PM rbd Bug #25000 (Resolved): [deep-copy] object map can get improperly invalidated
If an image has snapshots where snap "A" is larger than snap "B" (resize down), when the objects corresponding to the... Jason Dillaman
05:23 PM Revision fbd6ea1f (ceph): librbd: deep-copy should not write to objects that cannot exist
If an image has a snapshot and is subsequently shrunk, ensure that
discard ops are not sent to the deep-copy objects ...
Jason Dillaman
05:13 PM ceph-volume Bug #24952 (Resolved): ceph-volume fails to list osds (KeyError: 'devices')
Master PR https://github.com/ceph/ceph/pull/23129 Alfredo Deza
04:48 PM Bug #24521: "stderr:cc1: error: code model kernel does not support PIC mode" in powercycle
It's also in 13.2.1 RC
Run: http://pulpito.ceph.com/yuriw-2018-07-18_21:37:13-powercycle-mimic-distro-basic-smithi/
Yuri Weinstein
04:38 PM Revision caa121b5 (ceph): mgr/crash: json report of recent crashes
reports crashes per entity type with hour granularity. primarily for
consumption by the insights module.
Signed-off-...
Noah Watkins
04:38 PM Revision 4dda7cb5 (ceph): mgr/crash: add timestamp filter helper
Signed-off-by: Noah Watkins <nwatkins@redhat.com> Noah Watkins
04:36 PM Revision 12f1ffe7 (ceph): Merge pull request #23129 from alfredodeza/wip-rm24952
ceph-volume lvm.listing only include devices if they exist
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Alfredo Deza
04:20 PM Feature #15100 (Fix Under Review): qa: test building a librados application
https://github.com/ceph/ceph/pull/23131 Nathan Cutler
03:55 PM Revision fa4c0309 (ceph): Merge PR #23097 into master
* refs/pull/23097/head:
vstart_runner: pass ctx to FuseMount and load mount info
Reviewed-by: Venky Shankar <vshank...
Patrick Donnelly
03:40 PM rgw Bug #24640: test_cls_rgw.sh cls_rgw.index_suggest fail with EINVAL
Tianshan Qu wrote:
> fix in https://github.com/ceph/ceph/pull/22798
This PR was closed and replaced with PR in pr...
J. Eric Ivancich
03:39 PM rgw Bug #24640: test_cls_rgw.sh cls_rgw.index_suggest fail with EINVAL
Addressed by https://github.com/ceph/ceph/pull/22937 . J. Eric Ivancich
02:26 PM Revision 9b53c0d4 (ceph): Merge pull request #23077 from smithfarm/wip-etc-sudoers
build/ops: rpm: make sudo a build dependency
Reviewed-by: Tim Serong <tserong@suse.com>
Nathan Cutler
02:04 PM Revision d604028c (ceph): ceph-volume: unmount lvs correctly before zapping
If the lv found does not include the meatadata to construct an osd path,
then we should try to unmount it's path inst...
Andrew Schoen
02:03 PM Revision f87e53b3 (ceph): ceph-volume: unmount lvs correctly before zapping
If the lv found does not include the meatadata to construct an osd path,
then we should try to unmount it's path inst...
Andrew Schoen
01:21 PM Dashboard Feature #24999 (Resolved): mgr/dashboard: Embed Grafana Dashboards into the Mgr Dashboard UI
Modify the Mgr Dashboard UI to embed the Grafana Dashboards provided by #24998 Lenz Grimmer
12:57 PM RADOS Bug #24994: active+clean+inconsistent PGs after Upgrade to 12.2.7 and deep scrub
I have now added "osd skip data digest = true" as per release notes and restarted all OSDs.
I still have inconsist...
Robert Sander
08:36 AM RADOS Bug #24994 (New): active+clean+inconsistent PGs after Upgrade to 12.2.7 and deep scrub
Hi,
a deep scrub revealed 59 active+clean+inconsistent PGs at one customer's cluster and 50 active+clean+inconsist...
Robert Sander
12:56 PM Dashboard Feature #24998 (Resolved): monitoring: Port and submit the ceph-metrics Grafana dashboards
The Ceph Manager Dashboard intends to embed Grafana dashboards into various places of the UI. The "ceph-metrics":http... Lenz Grimmer
12:39 PM Dashboard Feature #24997 (Duplicate): mgr/dashboard: Changing the OSD weight
It should be possible to change an OSD's individual weight in the OSD table. Lenz Grimmer
12:15 PM Revision 9f542331 (ceph): build/ops: rpm: make sudo a build dependency
ede36df3253bd67bfe206abc0446f1f156feae64 added sudo as a runtime dependency,
but that commit also causes OBS builds t...
Nathan Cutler
12:12 PM Revision 50dbef2d (ceph): script: new ceph_backport.sh script
Once the local backport git branch has been prepared (i.e. after cherry-picking
stage), this script automates the pro...
Nathan Cutler
12:10 PM Revision 78a4f681 (ceph): Merge pull request #23089 from smithfarm/wip-seastar-build-deps
build/ops: rpm: fix seastar build dependencies for SUSE
Reviewed-by: Kefu Chai <kchai@redhat.com>
Nathan Cutler
12:08 PM Revision 7c9229e7 (ceph): doc: use :command: for subcommands in ceph-bluestore-tool manpage
Older versions of Sphinx, such as the one in CentOS 7, do not render "..
option::" lines correctly if the option cont...
Nathan Cutler
12:05 PM bluestore Backport #24799 (Resolved): mimic: FAILED assert(0 == "can't mark unloaded shard dirty") with com...
Igor Fedotov
11:57 AM ceph-volume Bug #24795: Unclear documentation on preparing devices
@Michael Jones: this is not a regression. I believe you've opened #24993 which tracks the problem you have which is u... Alfredo Deza
08:34 AM ceph-volume Bug #24795: Unclear documentation on preparing devices
The same documentation you link also clearly says... Michael Jones
08:32 AM ceph-volume Bug #24795: Unclear documentation on preparing devices
Personally I consider it a regression from ceph-disk if I can't simply provide a block device (e.g. /dev/sda) and cep... Michael Jones
10:26 AM Dashboard Feature #24996 (Resolved): mgr/dashboard: Config options filter for adjusted configs
It would be nice to have to possibility to have a separate filter that allows to show all the values that are differ ... Kai Wagner
09:29 AM Dashboard Bug #24674 (Resolved): mgr/dashboard: Unable to disable SSL for proxy environments
PR is now merged. Ricardo Marques
09:28 AM bluestore Bug #24639: [segfault] segfault in BlueFS::read
Rowan,
do you remember what were BlueFS volume sizes for that breaking OSDs?
Igor Fedotov
09:15 AM bluestore Bug #24560 (Resolved): BitmapAllocator::_mark_allocated parameter overflow.
Igor Fedotov
09:14 AM mgr Bug #24995 (Resolved): mgr: prometheus Segmentation fault
My environment:
[root@gz-ceph-52-205 ceph]# cat /etc/redhat-release
CentOS Linux release 7.2.1511 (Core)
[root@gz-...
伟杰 谭
08:08 AM Revision aeb974b9 (ceph): build/ops: rpm: fix seastar build dependencies for SUSE
cryptopp-devel is called libcryptopp-devel on SUSE.
/usr/bin/protoc is included in protobuf-devel on SUSE.
numactl-...
Nathan Cutler
07:55 AM Bug #24800 (Fix Under Review): ceph-bluestore-tool manpage not getting rendered correctly
https://github.com/ceph/ceph/pull/23114 Nathan Cutler
06:54 AM Bug #24800: ceph-bluestore-tool manpage not getting rendered correctly
Reproduced in CentOS 7, Sphinx 1.1.3 Nathan Cutler
06:39 AM Bug #24800: ceph-bluestore-tool manpage not getting rendered correctly
The plot thickens. I can build the manpages by doing "./do_cmake.sh -DWITH_MANPAGE=ON ; cd build ; make manpages" but... Nathan Cutler
06:34 AM Revision 5e843162 (ceph): qa/tasks/cephfs: add test for discontinuous mdsmap
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
06:12 AM CephFS Backport #24934 (In Progress): luminous: cephfs-journal-tool: wrong layout info used
-https://github.com/ceph/ceph/pull/23125- Prashant D
06:11 AM RADOS Backport #24989 (Need More Info): mimic: Limit pg log length during recovery/backfill so that we ...
Nathan Cutler
06:10 AM RADOS Backport #24988 (Need More Info): luminous: Limit pg log length during recovery/backfill so that ...
Nathan Cutler
06:10 AM CephFS Backport #24933 (In Progress): mimic: cephfs-journal-tool: wrong layout info used
-https://github.com/ceph/ceph/pull/23124- Prashant D
06:10 AM RADOS Backport #24992 (Resolved): mimic: valgrind-leaks.yaml: expected valgrind issues and found none
https://github.com/ceph/ceph/pull/23744 Nathan Cutler
05:10 AM Revision 7de9da4a (ceph): mds: handle discontinuous mdsmap
There are two cases that a mds can get discontinuous mdsmap:
- the mdsmap was sent by other mds
- connection to mon...
Yan, Zheng
12:55 AM rgw Bug #24991 (Resolved): Add support for --bypass-gc flag of radosgw-admin bucket rm command in RGW...
Add support for --bypass-gc flag of radosgw-admin bucket rm command in RGW Multi-site
RHBZ - https://bugzilla.redhat...
Vikhyat Umrao
12:28 AM Revision f40ea970 (ceph): qa/tests: Set ansible-version: 2.5
Fixes http://tracker.ceph.com/issues/24926
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein

07/18/2018

11:53 PM ceph-ansible Bug #24926: ceph-ansible-mimic broken
https://github.com/ceph/ceph/pull/23122 Yuri Weinstein
09:46 PM Revision 25ff7181 (ceph): tests/fio: add dependency for tests target from fio-ceph-objectstore
plugin.
This will make sure it's built by run-make-check.sh and hence avoid
build failures after incomplete code upda...
Igor Fedotov
09:42 PM RADOS Backport #24989: mimic: Limit pg log length during recovery/backfill so that we don't run out of ...
We can hold off on this backport for now. Need to let this bake in master for a while. Neha Ojha
08:00 PM RADOS Backport #24989 (Resolved): mimic: Limit pg log length during recovery/backfill so that we don't ...
https://github.com/ceph/ceph/pull/23403 Nathan Cutler
09:42 PM RADOS Backport #24988: luminous: Limit pg log length during recovery/backfill so that we don't run out ...
We can hold off on this backport for now. Need to let this bake in master for a while.
Also, this backport is going ...
Neha Ojha
08:00 PM RADOS Backport #24988 (Resolved): luminous: Limit pg log length during recovery/backfill so that we don...
https://github.com/ceph/ceph/pull/23211 Nathan Cutler
09:38 PM RADOS Bug #24975 (Pending Backport): valgrind-leaks.yaml: expected valgrind issues and found none
This issue has been fixed in master by https://github.com/ceph/ceph/pull/22261
Needs to be backported to mimic.
Neha Ojha
09:19 PM rgw Bug #22666 (Fix Under Review): rgw: cannot link a bucket to a tenanted user
partial fix at https://github.com/ceph/ceph/pull/23119 allows 'bucket link' to succeed when the user and bucket are i... Casey Bodley
09:14 PM RADOS Bug #24935 (Duplicate): SafeTimer? osd killed by kernel for Segmentation fault
This appears to be another instance of #23352. Josh Durgin
09:12 PM RADOS Bug #24938: luminous: rados listomapkeys & listomapvals don't return data.
Did you check that this bucket actually has any entries? These commands are tested in our suite. Greg Farnum
09:10 PM Revision 1f42011a (ceph): tests/fio: fix build failure
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
08:50 PM Revision 37565f81 (ceph): ceph-volume lvm.listing only include devices if they exist
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
08:47 PM Bug #24800: ceph-bluestore-tool manpage not getting rendered correctly
Interestingly enough, the bug does not show up in the HTML version: http://docs.ceph.com/docs/master/man/8/ceph-blues... Nathan Cutler
08:46 PM RADOS Bug #24990 (Resolved): api_watch_notify: LibRadosWatchNotify.Watch3Timeout failed
... Neha Ojha
08:43 PM Backport #24043: luminous: java compile error: Source/Target option 1.5 is not supported since jdk 9
Indeed! Thank you, Ken. Nathan Cutler
08:39 PM Backport #24043 (Resolved): luminous: java compile error: Source/Target option 1.5 is not support...
e91171c7ee9e0b005fe0eaa16ebd60454c2c6314 is in v12.2.6 Ken Dreyer
08:40 PM Bug #23458 (Resolved): java compile error: Source/Target option 1.5 is not supported since jdk 9
Ken Dreyer
08:35 PM Revision 1fd53204 (ceph): rgw: RGWBucket::link supports tenant
use tenant-aware helper functions to generate metadata keys/oids
this allows 'radosgw-admin bucket link' to succeed ...
Casey Bodley
08:03 PM Revision 158ed610 (ceph): Merge pull request #23117 from ceph/wip-rm24796
ceph-volume: unmount lvs correctly before zapping
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
08:02 PM Stable releases Tasks #24981: v13.2.1 Mimic
h3. QE VALIDATION (STARTED 7/18/18)
*%{color:brown}See details of approvals => https://marc.info/?w=2&r=1&s=13.2.1...
Yuri Weinstein
03:20 PM Stable releases Tasks #24981 (Resolved): v13.2.1 Mimic
h3. Workflow
* "Preparing the release":http://ceph.com/docs/master/dev/development-workflow/#preparing-a-new-relea...
Abhishek Lekshmanan
08:00 PM rgw Backport #24986 (Resolved): mimic: multisite: object metadata operations are skipped by sync
https://github.com/ceph/ceph/pull/23172 Nathan Cutler
08:00 PM rgw Backport #24985 (Resolved): luminous: multisite: object metadata operations are skipped by sync
https://github.com/ceph/ceph/pull/24056 Nathan Cutler
07:59 PM rgw Backport #24984 (Resolved): mimic: 'radosgw-admin sync error trim' only trims partially
https://github.com/ceph/ceph/pull/23140 Nathan Cutler
07:59 PM rgw Backport #24983 (Resolved): luminous: 'radosgw-admin sync error trim' only trims partially
https://github.com/ceph/ceph/pull/24054 Nathan Cutler
07:59 PM rgw Backport #24629: mimic: rgw: fail to recover index from crash
The new PR for this backport is: https://github.com/ceph/ceph/pull/23118 J. Eric Ivancich
07:58 PM rgw-testing Backport #24736 (Resolved): mimic: add unit test for cls bi list command
Nathan Cutler
03:19 PM rgw-testing Backport #24736: mimic: add unit test for cls bi list command
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22845
merged
Yuri Weinstein
07:31 PM bluestore Bug #24968: Compaction error: Corruption: block checksum mismatch
One strange thing from the detail log (out) is a size mismatch for bdev 2:
At the beginning of the log we see:
<p...
Markus Stockhausen
07:09 PM mgr Bug #24982: mgr: terminate called after throwing an instance of 'std::out_of_range' in DaemonPerf...
It was suggested to set:... Iain Bucław
05:58 PM mgr Bug #24982 (Resolved): mgr: terminate called after throwing an instance of 'std::out_of_range' in...
Backtrace from logs:... Iain Bucław
06:10 PM RADOS Feature #23979 (Pending Backport): Limit pg log length during recovery/backfill so that we don't ...
Josh Durgin
06:10 PM Revision 1f780ef7 (ceph): Merge pull request #23098 from neha-ojha/wip-limit-pglog
osd: limit pg log length under all circumstances
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
05:26 PM rgw Bug #24367 (Pending Backport): multisite: object metadata operations are skipped by sync
Casey Bodley
05:25 PM Revision 4a00c16c (ceph): Merge pull request #22347 from cbodley/wip-24367
rgw: fixes for sync of versioned objects
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Casey Bodley
05:25 PM rgw Bug #24873 (Pending Backport): 'radosgw-admin sync error trim' only trims partially
Casey Bodley
05:25 PM Revision 541d72d5 (ceph): Merge pull request #23032 from cbodley/wip-24873
radosgw-admin: 'sync error trim' loops until complete
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Reviewed-by:...
Casey Bodley
05:11 PM Revision 7bfc29d1 (ceph): Merge pull request #23116 from alfredodeza/wip-rm24961
ceph-volume tests/functional run lvm list after OSD provisioning
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
04:45 PM Revision 1e3c699f (ceph): qa: update cluster log health warning message
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 87dcaab130da4753e4e0cff6ad8fa02cef56...
Patrick Donnelly
04:42 PM Revision 9aab68ce (ceph): qa: add tests for client features
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 441a2730e5eed333589d6b536cec3745b382...
Patrick Donnelly
04:39 PM Revision e01fb206 (ceph): ceph-volume tests/functional run lvm list after OSD provisioning
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
04:20 PM Revision 7df69486 (ceph): rgw: Cache notify fault injection
Allow a configured probability of dropping a notify message on the
floor without processing or acking it.
Fixes: htt...
Adam Emerson
04:15 PM RADOS Support #24980: Pg Inconsistent - failed to pick suitable auth object
Alon Avrahami wrote:
> Hi,
>
>
> We have ceph cluster installed with Luminous 12.2.2 using bluestore.
> All no...
Alon Avrahami
01:24 PM RADOS Support #24980 (Rejected): Pg Inconsistent - failed to pick suitable auth object
Hi,
We have ceph cluster installed with Luminous 12.2.2 using bluestore.
All nodes are Intel servers with 1.6TB...
Alon Avrahami
04:08 PM Revision 5b175a5b (ceph): ceph-volume: unmount lvs correctly before zapping
If the lv found does not include the meatadata to construct an osd path,
then we should try to unmount it's path inst...
Andrew Schoen
04:04 PM Revision ffa86bc0 (ceph): Merge pull request #23075 from alfredodeza/wip-24492
ceph-volume batch command
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Alfredo Deza
04:03 PM Revision 07bff852 (ceph): tools: ceph-detect-init: support SLED
SUSE Linux Enterprise (SLE) comes in two variants: SLES (for servers) and SLED
(for desktops). This commit adds suppo...
Nathan Cutler
03:58 PM rgw Bug #22632: radosgw - s3 keystone integration doesn't work while using civetweb as frontend
I was wondering if there are some news wrt this issue
For the time being the only workaround I found to allow Open...
Massimo Sgaravatto
03:42 PM RADOS Backport #24472 (Resolved): mimic: Ceph-osd crash when activate SPDK
Nathan Cutler
02:32 PM RADOS Backport #24472: mimic: Ceph-osd crash when activate SPDK
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22684
merged
Yuri Weinstein
03:41 PM mgr Bug #24883 (Resolved): deb/rpm: add python-six as build-time and run-time dependency
Nathan Cutler
03:41 PM mgr Backport #24885 (Resolved): mimic: deb/rpm: add python-six as build-time and run-time dependency
Nathan Cutler
02:31 PM mgr Backport #24885: mimic: deb/rpm: add python-six as build-time and run-time dependency
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22948
merged
Yuri Weinstein
03:40 PM Backport #24825 (Resolved): mimic: test_ceph_argparse.py broken on py3-only system
Nathan Cutler
02:28 PM Backport #24825: mimic: test_ceph_argparse.py broken on py3-only system
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22988
Reviewed-by: Nathan Cutler <ncutler@suse.com>
merged
Yuri Weinstein
03:37 PM CephFS Bug #24872 (Resolved): qa: client socket inaccessible without sudo
Nathan Cutler
03:37 PM CephFS Backport #24904 (Resolved): mimic: qa: client socket inaccessible without sudo
Nathan Cutler
02:25 PM CephFS Backport #24904: mimic: qa: client socket inaccessible without sudo
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/23030
merged
Yuri Weinstein
03:36 PM RADOS Bug #24950 (Resolved): Running osd_skip_data_digest in a mixed cluster is not ideal
Nathan Cutler
03:35 PM RADOS Backport #24865 (Resolved): mimic: Abort in OSDMap::decode() during qa/standalone/erasure-code/te...
Nathan Cutler
02:20 PM RADOS Backport #24865: mimic: Abort in OSDMap::decode() during qa/standalone/erasure-code/test-erasure-...
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/23024
merged
Yuri Weinstein
03:23 PM Revision 48ae3d08 (ceph): Merge pull request #23083 from dzafman/wip-disable-skip-dd
osd: Change osd_skip_data_digest default to false and make it LEVEL_DEV
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
David Zafman
03:18 PM Revision bd3b97c0 (ceph): Merge pull request #22845 from smithfarm/wip-24736-mimic
mimic: add unit test for cls bi list command
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:14 PM RADOS Backport #24951 (Resolved): mimic: Running osd_skip_data_digest in a mixed cluster is not ideal
David Zafman
02:24 PM RADOS Backport #24951: mimic: Running osd_skip_data_digest in a mixed cluster is not ideal
David Zafman wrote:
> https://github.com/ceph/ceph/pull/23084
nerged
Yuri Weinstein
02:56 PM bluestore Backport #24887 (Resolved): mimic: Multiple races related to destruction of SharedBlob and BlueSt...
Nathan Cutler
02:17 PM bluestore Backport #24887: mimic: Multiple races related to destruction of SharedBlob and BlueStore::split_...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/23065
merged
Yuri Weinstein
02:55 PM Cleanup #24032 (Resolved): ceph.git has two different versions of dpdk in the source tree
Nathan Cutler
02:55 PM Backport #24942 (Resolved): mimic: ceph.git has two different versions of dpdk in the source tree
Nathan Cutler
02:16 PM Backport #24942: mimic: ceph.git has two different versions of dpdk in the source tree
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/23070
merged
Yuri Weinstein
02:35 PM Bug #18163: platform.linux_distribution() is deprecated; stop using it
Nathan Cutler wrote:
> This bug is no longer applicable to master, because ceph-detect-init has been dropped there.
...
Yuri Weinstein
10:59 AM Bug #18163: platform.linux_distribution() is deprecated; stop using it
*first mimic follow-on PR* (not a regression - just expands coverage): https://github.com/ceph/ceph/pull/23111 Nathan Cutler
02:35 PM Revision 9fb543b0 (ceph): Merge pull request #21523 from smithfarm/wip-18163
mimic: ceph-detect-init: stop using platform.linux_distribution
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-b...
Yuri Weinstein
02:32 PM Revision 51fbb5cb (ceph): Merge pull request #22684 from pdvian/wip-24472-mimic
mimic: spdk: fix ceph-osd crash when activate SPDK
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Yuri Weinstein
02:31 PM Revision 08cd3c13 (ceph): Merge pull request #22948 from tchaikov/mimic-pr-22871
mimic: deb/rpm: add python-six as build-time and run-time dependency
Reviewed-by:  Sebastian Wagner <sebastian.wagne...
Yuri Weinstein
02:28 PM Revision ca97b1c0 (ceph): Merge pull request #22988 from pdvian/wip-24825-mimic
mimic: tests: make test_ceph_argparse.py pass on py3-only systems
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Yuri Weinstein
02:26 PM Revision 18b692f6 (ceph): Merge pull request #23017 from ceph/wip-cd-fix-supp-distro
mimic: qa/tests: fix supported distro lists for ceph-deploy
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Reviewed-b...
Yuri Weinstein
02:25 PM Revision fcbc4eda (ceph): Merge pull request #23030 from smithfarm/wip-24904-mimic
mimic: qa: client socket inaccessible without sudo
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
02:25 PM Revision 312675f2 (ceph): Merge pull request #23049 from zeichenanonym/mimic
mimic: include: fix build with older clang (OSX target)
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Adam ...
Yuri Weinstein
02:23 PM Revision 1808dc4f (ceph): Merge pull request #23084 from dzafman/wip-disable-skip-dd-mimic
mimic: osd: Change osd_skip_data_digest default to false and make it LEVEL_DEV
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
02:23 PM Bug #24958: osd: skip_data_digest change breaks deep scrub
Abhishek Lekshmanan wrote:
> https://github.com/ceph/ceph/pull/23094
merged
Yuri Weinstein
02:23 PM Revision fa308041 (ceph): Merge pull request #23094 from theanalyst/wip-mimic-24958
mimic: osd: fix deep scrub with osd_skip_data_digest=true (default) and blue…
Reviewed-by: Sage Weil <sage@redhat.co...
Yuri Weinstein
02:22 PM RADOS Bug #23965: FAIL: s3tests.functional.test_s3.test_multipart_upload_resend_part with ec cache pools
https://github.com/ceph/ceph/pull/23096 merged Yuri Weinstein
02:22 PM Revision 254d4a1d (ceph): Merge pull request #23096 from cbodley/wip-mimic-qa-rgw-no-ec-cache
mimic: qa/rgw: disable testing on ec-cache pools
Reviewed-by: Yuri Weinstein <yweins@redhat.com>
Yuri Weinstein
02:20 PM Revision 2e4c8896 (ceph): Merge pull request #22732 from b-ranto/wip-metric-reset
prometheus: Fix metric resets
Reviewed-by: Jan Fajerski <jfajerski@suse.com>
Boris Ranto
02:20 PM Revision d9a5f448 (ceph): Merge pull request #23024 from smithfarm/wip-24865-mimic
mimic: common: Abort in OSDMap::decode() during qa/standalone/erasure-code/test-erasure-eio.sh
Reviewed-by: Josh Dur...
Yuri Weinstein
02:17 PM Revision 2e07df32 (ceph): Merge pull request #23065 from pdvian/wip-24887-mimic
mimic: os/bluestore: fix races on SharedBlob::coll in ~SharedBlob.
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat....
Yuri Weinstein
02:16 PM Revision b832f0c1 (ceph): Merge pull request #23070 from smithfarm/wip-24942-mimic
mimic: build/ops: ceph.git has two different versions of dpdk in the source tree
Reviewed-by: Kefu Chai <kchai@redha...
Yuri Weinstein
01:56 PM Revision 4c108a50 (ceph): mon/OSDMonitor: Warn when expected_num_objects will have no effect
The expected_num_objects argument to ceph osd pool create is
only effective on filestore pools when merging is disabl...
Douglas Fuller
01:43 PM Revision f973f9ca (ceph): Merge PR #23040 into master
* refs/pull/23040/head:
ceph-debug-docker: install python3 cephfs/rados packages
Reviewed-by: Rishabh Dave <ridave@...
Patrick Donnelly
01:42 PM Revision 8620c4ca (ceph): vstart_runner: pass ctx to FuseMount and load mount info
Credit to Venky for finding the problem.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
01:26 PM CephFS Bug #24856: mds may get discontinuous mdsmap
steps to reproduce mds stuck at reconnect state for mimic and later. (snap cache code gets confused)... Zheng Yan
12:10 PM Revision 67c8b6e0 (ceph): Merge pull request #23008 from tchaikov/wip-rbd-silence-gcc-warning
tools/rbd: assert(g_ceph_context) not g_conf
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
11:52 AM Backport #24824 (In Progress): luminous: test_ceph_argparse.py broken on py3-only system
Nathan Cutler
11:51 AM Revision fb574112 (ceph): tests: make test_ceph_argparse.py pass on py3-only systems
On systems that do not have Python 2 installed, this test fails to
import StringIO.
Fixes: http://tracker.ceph.com/i...
Nathan Cutler
11:51 AM Bug #24817 (Resolved): gtest_parallel is not py3-ready and Ceph's use of it introduces undeclared...
https://github.com/ceph/ceph/pull/22931 Nathan Cutler
11:49 AM Bug #24071 (Resolved): backport-create-issue: username/password auth broken
Nathan Cutler
11:39 AM Backport #24979 (In Progress): luminous: ceph-helpers.sh tries to use dirname without mandatory p...
Nathan Cutler
11:38 AM Backport #24979 (Resolved): luminous: ceph-helpers.sh tries to use dirname without mandatory para...
https://github.com/ceph/ceph/pull/23112 Nathan Cutler
11:39 AM Revision 73b68324 (ceph): qa/standalone/ceph-helpers.sh: provide argument to dirname
Fixes: http://tracker.ceph.com/issues/23805
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commi...
Nathan Cutler
11:37 AM Bug #23805 (Pending Backport): ceph-helpers.sh tries to use dirname without mandatory parameter
Nathan Cutler
11:34 AM Bug #23036 (Duplicate): setup-virtualenv.sh fails in Python 3-only environment
Nathan Cutler
11:30 AM Bug #23055 (Closed): Ceph contains a number of scripts that will only run if Python 2 is present
"make check" now runs clean in a py3-only environment, which is enough of a milestone for me to close this bug, which... Nathan Cutler
11:20 AM RADOS Documentation #20894 (Resolved): rados manpage does not document "cleanup"
https://github.com/ceph/ceph/pull/16777 Nathan Cutler
11:15 AM Fix #20425 (Resolved): build/ops: rpm: some build dependencies are only needed for running "make ...
Nathan Cutler
11:13 AM Bug #19869 (Can't reproduce): RPM build failure with GCC7
Nathan Cutler
11:11 AM Fix #19649 (Resolved): Improvements to crushtool manpage
Nathan Cutler
11:11 AM devops Bug #19184 (Resolved): rpm: groups do not conform to latest openSUSE standards
Nathan Cutler
10:52 AM devops Bug #24978: Package release file problem
download.ceph.com does not have Luminous packages for Ubuntu 17 ("Artful"). For Luminous, Xenial is well-tested. Nathan Cutler
10:02 AM devops Bug #24978 (Rejected): Package release file problem
trying to get started with Ceph and following docs [here](http://docs.ceph.com/docs/master/install/get-packages/)
af...
Hassan Hashemi
10:33 AM Revision 2c783ebe (ceph): Merge pull request #22902 from alfonsomthd/24778-dashboard-info-cards-r...
mgr/dashboard: Dashboard info cards refactoring
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Kanik...
Lenz Grimmer
09:47 AM Documentation #17802 (Resolved): ceph man page coverage of "ceph quorum [enter|exit]" could be im...
Nathan Cutler
09:45 AM CephFS Bug #24823: mds: deadlock when setting config value via admin socket
An alternate way would be to pass a reference to the lock to handle_conf_change() which could then acquire the locks ... Venky Shankar
09:44 AM mgr Feature #24977: Provide a base set of Prometheus alert manager rules that notify the user about c...
Happy to take a stab at it unless someone beats me to it, input is obviously very welcome. Jan Fajerski
09:18 AM mgr Feature #24977 (Resolved): Provide a base set of Prometheus alert manager rules that notify the u...
We should create a number of pre-defined Prometheus alert manager configuration files that trigger alerts on specific... Lenz Grimmer
09:30 AM Documentation #12056 (Resolved): document include/ipaddr.h
Nathan Cutler
09:28 AM Stable releases Tasks #21742 (Resolved): jewel v10.2.11
Nathan Cutler
08:40 AM rgw Bug #24937: [rgw] Very high cache misses with automatic bucket resharding
I think i have this problem:
*RGW Dynamic bucket index resharding keeps resharding all buckets* - https://tracker.c...
Aleksandr Rudenko
08:31 AM rgw Bug #24551: RGW Dynamic bucket index resharding keeps resharding all buckets
And i have very high Ceph IO during last days. Aleksandr Rudenko
08:29 AM rgw Bug #24551: RGW Dynamic bucket index resharding keeps resharding all buckets
I think i have the same problem: http://tracker.ceph.com/issues/24937
But some buckets have no versioning enabled....
Aleksandr Rudenko
08:02 AM Linux kernel client Bug #24976: can not umount and kernel crush
oh!by the way,i have turned off some feature in crushmap , like this:
# begin crush map
tunable choose_local_tries ...
伟杰 谭
07:56 AM Linux kernel client Bug #24976 (New): can not umount and kernel crush
My environment:
[cephfsd@gz-ceph-52-205 ceph-deploy]$ cat /etc/redhat-release
CentOS Linux release 7.2.1511 (Core)
...
伟杰 谭
07:49 AM rbd Support #24818: RBD mirroring delay replication
Maybe I configured wrong somewhere. Do you have a script or guide about delay rbd mirroring lab? I want to try to con... duc pham
07:13 AM rbd Support #24818: RBD mirroring delay replication
I restarted all the ceph's services on both sites. duc pham
04:01 AM CephFS Backport #24931 (In Progress): mimic: client: put instance/addr information in status asok command
https://github.com/ceph/ceph/pull/23109 Prashant D
03:53 AM Revision 3817e30d (ceph): Merge pull request #23108 from tchaikov/wip-install-deps-seastar
run-make-check: set WITH_SEASTAR with a non-empty string
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
Kefu Chai
02:28 AM Revision 4ca636f9 (ceph): install-deps: set DEBIAN_FRONTEND for apt-get
so it won't complain if the tty is not an interactive one.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:25 AM Revision 45bca777 (ceph): run-make-check: set WITH_SEASTAR with a non-empty string
otherwise "test -n $WITH_SEASTAR" fails, and the dependencies won't be
installed.
Signed-off-by: Kefu Chai <kchai@re...
Kefu Chai
02:24 AM CephFS Backport #24932 (In Progress): luminous: client: put instance/addr information in status asok com...
https://github.com/ceph/ceph/pull/23107 Prashant D
01:47 AM Revision 3e18ac72 (ceph): Merge PR #22966 into master
* refs/pull/22966/head:
mds: clarify doc string for mds_beacon_grace
Reviewed-by: Zheng Yan <zyan@redhat.com>
Patrick Donnelly
12:56 AM CephFS Backport #24914 (In Progress): mimic: mon: prevent older/incompatible clients from mounting the f...
https://github.com/ceph/ceph/pull/23105 Zheng Yan
12:33 AM Revision d9e8b562 (ceph): client: add inst to asok status output
Makes it easier for checking if a client becomes blacklisted.
Fixes: http://tracker.ceph.com/issues/24724
Signed-of...
Patrick Donnelly
12:33 AM Revision 23864bc8 (ceph): client: add inst to asok status output
Makes it easier for checking if a client becomes blacklisted.
Fixes: http://tracker.ceph.com/issues/24724
Signed-of...
Patrick Donnelly

07/17/2018

11:15 PM Revision 5ae0b55f (ceph): Merge branch 'wip-netem' into 'rh-luminous'
Task and yamls for testing delay and link failure/recovery with multisite
See merge request ceph/ceph!24
Vasu Kulkarni
10:48 PM RADOS Bug #24975 (Resolved): valgrind-leaks.yaml: expected valgrind issues and found none
... Neha Ojha
10:43 PM RADOS Bug #24974 (New): Segmentation fault in tcmalloc::ThreadCache::ReleaseToCentralCache()
... Neha Ojha
09:06 PM Revision a5329ba8 (ceph): osd/PGLog: allow pg log trim when complete_to is less than trim_to
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha Ojha
08:58 PM ceph-volume Bug #24973 (Closed): `lvm batch update`
Be able to update/replace data devices in one go
Interface has to be defined/discussed, but so far this is the pro...
Alfredo Deza
08:48 PM Revision 5bb82309 (ceph): librbd: ensure exclusive lock acquired when removing sync point snapshots
Fixes: http://tracker.ceph.com/issues/24898
Signed-off-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
08:48 PM ceph-volume Bug #24972 (Resolved): `inventory` top-level sub-command
So that it can report on all devices that are in the system, and report on reasons why they aren't available/omitted ... Alfredo Deza
08:45 PM ceph-volume Bug #24971 (Resolved): system wide validation of devices
Implement a system/layout for validating devices. This is tricky because some devices might be fine if they belong to... Alfredo Deza
08:41 PM ceph-volume Bug #24970 (Resolved): `lvm batch` docs and man page updates
Once https://github.com/ceph/ceph/pull/23075 gets merged, docs are needed, and a full revision of docstrings and help... Alfredo Deza
08:38 PM ceph-volume Bug #24969 (Resolved): `lvm create` should allow carving out LVs from existing VGs
This is particularly useful for filestore where Journals will be size restricted, so something like this would be all... Alfredo Deza
08:35 PM CephFS Bug #24284 (Resolved): cephfs: allow prohibiting user snapshots in CephFS
Nathan Cutler
08:34 PM CephFS Backport #24705 (Resolved): mimic: cephfs: allow prohibiting user snapshots in CephFS
Nathan Cutler
08:13 PM CephFS Backport #24705: mimic: cephfs: allow prohibiting user snapshots in CephFS
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/22812
merged
Yuri Weinstein
08:34 PM CephFS Backport #24913 (Resolved): mimic: qa: multifs requires 4 mds but gets only 2
Nathan Cutler
08:11 PM CephFS Backport #24913: mimic: qa: multifs requires 4 mds but gets only 2
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/22835
merged
Yuri Weinstein
08:33 PM CephFS Backport #24758 (Resolved): mimic: test gets ENOSPC from bluestore block device
Nathan Cutler
08:11 PM CephFS Backport #24758: mimic: test gets ENOSPC from bluestore block device
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/22835
mergedReviewed-by: Nathan Cutler <ncutler@suse....
Yuri Weinstein
08:32 PM RADOS Backport #24583 (Resolved): mimic: osdc: wrong offset in BufferHead
Nathan Cutler
08:10 PM RADOS Backport #24583: mimic: osdc: wrong offset in BufferHead
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22869
merged
Yuri Weinstein
08:31 PM CephFS Backport #24719 (Resolved): mimic: client: returning garbage (?) for readdir
Nathan Cutler
08:09 PM CephFS Backport #24719: mimic: client: returning garbage (?) for readdir
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/22956
merged
Yuri Weinstein
08:31 PM CephFS Backport #24829 (Resolved): mimic: qa: iogen.sh: line 7: cd: too many arguments
Nathan Cutler
08:09 PM CephFS Backport #24829: mimic: qa: iogen.sh: line 7: cd: too many arguments
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22956
merged
Yuri Weinstein
08:31 PM CephFS Backport #24861 (Resolved): mimic: cephfs-journal-tool: Importing a zero-length purge_queue journ...
Nathan Cutler
08:09 PM CephFS Backport #24861: mimic: cephfs-journal-tool: Importing a zero-length purge_queue journal breaks i...
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/22981
merged
Yuri Weinstein
08:29 PM Revision 83565c34 (ceph): prometheus: Reset the time the data was captured
This was forgotten during the previous patches.
Signed-off-by: Boris Ranto <branto@redhat.com>
Boris Ranto
08:29 PM Revision 9130ab40 (ceph): prometheus: Set the response header for cached response
Signed-off-by: Boris Ranto <branto@redhat.com> Boris Ranto
08:28 PM Revision f6c4db8c (ceph): prometheus: Fix metric resets
This patch changes the way we reset metrics when collecting data in the
prometheus exporter module. With this patch, ...
Boris Ranto
08:28 PM Revision 84241a29 (ceph): prometheus: Make the cache timeout configurable
Signed-off-by: Boris Ranto <branto@redhat.com> Boris Ranto
08:28 PM Revision 08693518 (ceph): prometheus: Use instance instead of inst variable
Signed-off-by: Boris Ranto <branto@redhat.com> Boris Ranto
08:28 PM Revision d395868d (ceph): prometheus: Optimize metrics formatting
It is faster to use join for join multiple strings than the regular
string concatenation since it does not create a n...
Boris Ranto
08:28 PM Revision c00dd55f (ceph): prometheus: Remove the Metrics class
The class was introduced to account for the 'pending' mechanism but that
is no longer being used by the code so we no...
Boris Ranto
08:28 PM Revision 2583672d (ceph): prometheus: Format metrics in the collect function
This allows us to clear metrics upon formatting in the collect function.
Signed-off-by: Boris Ranto <branto@redhat.com>
Boris Ranto
08:26 PM rgw Backport #24813 (Resolved): mimic: REST admin metadata API paging failure bucket & bucket.instanc...
Nathan Cutler
04:37 PM rgw Backport #24813: mimic: REST admin metadata API paging failure bucket & bucket.instance: InvalidA...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22933
merged
Yuri Weinstein
08:26 PM rgw Bug #24212 (Resolved): multisite test failures in test_versioned_object_incremental_sync
Nathan Cutler
08:26 PM rgw Backport #24313 (Resolved): mimic: multisite test failures in test_versioned_object_incremental_sync
Nathan Cutler
04:36 PM rgw Backport #24313: mimic: multisite test failures in test_versioned_object_incremental_sync
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22466
merged
Yuri Weinstein
08:25 PM rgw Backport #24253 (Resolved): mimic: Admin OPS Api overwrites email when user is modified
Nathan Cutler
04:36 PM rgw Backport #24253: mimic: Admin OPS Api overwrites email when user is modified
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22523
merged
Yuri Weinstein
08:24 PM rgw Backport #24352 (Resolved): mimic: rgw: request with range defined as "bytes=0--1" returns 416 I...
Nathan Cutler
04:35 PM rgw Backport #24352: mimic: rgw: request with range defined as "bytes=0--1" returns 416 InvalidRange
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22590
merged
Yuri Weinstein
08:24 PM rgw Backport #24385 (Resolved): mimic: objects in cache never refresh after rgw_cache_expiry_interval
Nathan Cutler
04:35 PM rgw Backport #24385: mimic: objects in cache never refresh after rgw_cache_expiry_interval
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22643
merged
Yuri Weinstein
08:23 PM rgw Backport #24700 (Resolved): mimic: rgw-multisite: endless loop in RGWBucketShardIncrementalSyncCR
Nathan Cutler
04:33 PM rgw Backport #24700: mimic: rgw-multisite: endless loop in RGWBucketShardIncrementalSyncCR
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/22815
merged
Yuri Weinstein
08:22 PM rgw Backport #24701 (Resolved): mimic: rgw: index complete miss zones_trace set
Nathan Cutler
04:33 PM rgw Backport #24701: mimic: rgw: index complete miss zones_trace set
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/22818
merged
Yuri Weinstein
08:13 PM Revision 2d9c1cdb (ceph): Merge pull request #22812 from smithfarm/wip-24705-mimic
mimic: cephfs: allow prohibiting user snapshots in CephFS
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Yuri Weinstein
08:11 PM Revision 463d81bb (ceph): Merge pull request #22835 from batrick/i24758
mimic: test gets ENOSPC from bluestore block device
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Yuri Weinstein
08:10 PM Revision fd00101e (ceph): Merge pull request #22869 from pdvian/wip-24583-mimic
mimic: osdc: Fix the wrong BufferHead offset
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Jason ...
Yuri Weinstein
08:09 PM Revision 036a2237 (ceph): Merge pull request #22956 from joscollin/wip-24829-mimic
mimic: qa: fix ffsb cd argument
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
08:08 PM Revision 77a378e7 (ceph): Merge pull request #22981 from joscollin/wip-24861-mimic
mimic: cephfs-journal-tool: Fix purging when importing an zero-length journal.
Reviewed-by: Patrick Donnelly <pdonne...
Yuri Weinstein
07:38 PM Revision 6b984cd8 (ceph): ceph-volume: an osd ID must exist and be destroyed before reuse
Fixes: https://tracker.ceph.com/issues/24044
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from c...
Andrew Schoen
07:38 PM Revision 868c0a73 (ceph): ceph-volume util/prepare.py
Replaces PR#21887
Rename function check_id to osd_id_exists in util/prepare.py
Fix boolean analysis of osd_id_exists ...
Ron Allred
07:35 PM bluestore Bug #24968: Compaction error: Corruption: block checksum mismatch
Ceph.conf... Markus Stockhausen
07:31 PM bluestore Bug #24968: Compaction error: Corruption: block checksum mismatch
System is Centos 7.5 with longterm kernel 4.14.52 (kernel-ml spinoff from ELRepo) Markus Stockhausen
07:23 PM bluestore Bug #24968: Compaction error: Corruption: block checksum mismatch
Log of
CEPH_ARGS="--debug-bluestore 20 --debug-bluefs 20 --err-to-stderr --log-file out" ceph-bluestore-tool fsck ...
Markus Stockhausen
07:17 PM bluestore Bug #24968 (Closed): Compaction error: Corruption: block checksum mismatch
I'm unning ceph luminous 12.2.5 for a few weeks now. Unitl now only very light usage. Today we started our first ceph... Markus Stockhausen
07:35 PM Revision 0021e9cb (ceph): ceph-volume util/prepare.py
Replaces PR#21887
Rename function check_id to osd_id_exists in util/prepare.py
Fix boolean analysis of osd_id_exists ...
Ron Allred
07:35 PM Revision cd843d90 (ceph): ceph-volume: an osd ID must exist and be destroyed before reuse
Fixes: https://tracker.ceph.com/issues/24044
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from c...
Andrew Schoen
07:15 PM ceph-volume Bug #24044 (Resolved): ceph-volume - LVM prepare - Failure handling of arbitrary --osd-id values
https://github.com/ceph/ceph/pull/23093 Andrew Schoen
07:06 PM rgw Backport #24967 (Rejected): luminous: Add Fault injection for watch/notify in RGW cache
https://github.com/ceph/ceph/pull/23577 Adam Emerson
07:06 PM rgw Backport #24966 (Rejected): mimic: Add Fault injection for watch/notify in RGW cache
https://github.com/ceph/ceph/pull/23578 Adam Emerson
06:43 PM Revision 0283fcc3 (ceph): ceph-volume util create prompt helpers
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:43 PM Revision 2d988337 (ceph): ceph-volume tests validate the new utils for prompts
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:42 PM Revision 9f139514 (ceph): ceph-volume lvm.strategies add bluestore with validators
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:42 PM Revision fb6a2da7 (ceph): ceph-volume lvm.strategies add stubs for filestore
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:42 PM Revision d7707650 (ceph): ceph-volume lvm rename auto to batch
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:42 PM Revision ae98cc35 (ceph): ceph-volume lvm.main rename auto to batch
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:42 PM Revision 226a5389 (ceph): ceph-volume lvm.batch update help docs from auto to batch
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:42 PM Revision cb5b30ab (ceph): ceph-volume util move the str_to_int utility out of lvm
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:42 PM Revision 99e034d7 (ceph): ceph-volume api.lvm convert and use extents for sizing calculations
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:42 PM Revision 56b1bf63 (ceph): ceph-volume tests verify str_to_int utility
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:42 PM Revision 8d4525a5 (ceph): ceph-volume tests.api update lvm sizing tests
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:25 PM rgw Backport #24965 (Rejected): luminous: Robustly Notify Cache
https://github.com/ceph/ceph/pull/23577 Adam Emerson
06:25 PM rgw Backport #24964 (Rejected): mimic: Robustly Notify Cache
https://github.com/ceph/ceph/pull/23578 Adam Emerson
06:23 PM rgw Bug #24963 (Resolved): Robustly Notify Cache
Sometimes notifies fail, leading to trouble and turmoil. This is infrequent enough and generally a transient conditio... Adam Emerson
06:21 PM RADOS Feature #23979 (Fix Under Review): Limit pg log length during recovery/backfill so that we don't ...
https://github.com/ceph/ceph/pull/23098 Neha Ojha
06:19 PM rgw Feature #24962 (Resolved): Add Fault injection for watch/notify in RGW cache
Since we've had problems caused by notifications failing, give us a way to make them fail so we can examine them.
...
Adam Emerson
06:03 PM Revision 326fdd94 (ceph): Merge pull request #23093 from ceph/wip-rm24044
ceph-volume: an OSD ID must be exist and be destroyed before reuse
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
05:43 PM ceph-volume Bug #24961 (Resolved): `lvm list` should be run at the end of every functional test
It currently isn't and it is becoming apparent that we are missing a bunch of situations where it had bugs (e.g. list... Alfredo Deza
05:40 PM ceph-volume Bug #24960 (Resolved): expand auto engine for single type devices on filestore
Following on `auto` sub-command, be able to programmatically sort lvs for journals and data given a set of devices of... Alfredo Deza
05:39 PM RADOS Bug #24687: Automatically set expected_num_objects for new pools with >=100 PGs per OSD
Neha Ojha
05:12 PM Revision 30973c5a (ceph): Merge pull request #23038 from linuxbox2/wip-rgwfile-deepstat
rgw_file: deep stat handling Matt Benjamin
04:43 PM ceph-volume Feature #24959 (Closed): refactor to accommodate new matrix of OSD provisioning
The current project layout wasn't intended to support beyond a similar matrix to that of ceph-disk:
* bluestore
*...
Alfredo Deza
04:37 PM Revision 1c8ae292 (ceph): Merge pull request #22933 from smithfarm/wip-24813-mimic
mimic: rgw: REST admin metadata API paging failure bucket & bucket.instance: InvalidArgument
Reviewed-by: Casey Bodl...
Yuri Weinstein
04:36 PM Revision 4a6548f0 (ceph): Merge pull request #22466 from pdvian/wip-24313-mimic
mimic: test/rgw: fix for bucket checkpoints
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:36 PM Revision 0cf0fd71 (ceph): Merge pull request #22523 from smithfarm/wip-24253-mimic
mimic: rgw: Admin OPS Api overwrites email when user is modified
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Yuri Weinstein
04:35 PM Revision 7151e69e (ceph): Merge pull request #22590 from pdvian/wip-24352-mimic
mimic: rgw: add configurable AWS-compat invalid range get behavior
Reviewed-by: Matt Benjamin <mbenjami@redhat.com>
Yuri Weinstein
04:34 PM Revision a88a31d9 (ceph): Merge pull request #22643 from pdvian/wip-24385-mimic
mimic: objects in cache never refresh after rgw_cache_expiry_interval
Reviewed-by: Adam Emerson <aemerson@redhat.com>
Yuri Weinstein
04:34 PM rgw Backport #24702 (Resolved): mimic: rgw: meta and data notify thread miss stop cr manager
Nathan Cutler
04:32 PM rgw Backport #24702: mimic: rgw: meta and data notify thread miss stop cr manager
Patrick Donnelly wrote:
> https://github.com/ceph/ceph/pull/22821
merged
Yuri Weinstein
04:33 PM rgw Backport #24783 (Resolved): mimic: rgw: set cr state if aio_read err return in RGWCloneMetaLogCor...
Nathan Cutler
04:32 PM rgw Backport #24783: mimic: rgw: set cr state if aio_read err return in RGWCloneMetaLogCoroutine::sta...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22880
merged
Yuri Weinstein
04:33 PM Revision 7d5f0a8a (ceph): Merge pull request #22815 from smithfarm/wip-24700-mimic
mimic: rgw-multisite: endless loop in RGWBucketShardIncrementalSyncCR
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:33 PM Revision 26360301 (ceph): Merge pull request #22818 from smithfarm/wip-24701-mimic
mimic: rgw: index complete miss zones_trace set
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:32 PM Revision 81f2605a (ceph): Merge pull request #22821 from smithfarm/wip-24702-mimic
mimic: rgw: meta and data notify thread miss stop cr manager
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:32 PM rgw Backport #24807 (Resolved): mimic: rgw gc may cause a large number of read traffic
Nathan Cutler
04:24 PM rgw Backport #24807: mimic: rgw gc may cause a large number of read traffic
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22941
merged
Yuri Weinstein
04:32 PM Revision eba08f68 (ceph): Merge pull request #22880 from smithfarm/wip-24783-mimic
mimic: rgw: set cr state if aio_read err return in RGWCloneMetaLogCoroutine::state_send_rest_request
Reviewed-by: Ca...
Yuri Weinstein
04:31 PM rgw Backport #24831 (Resolved): mimic: "radosgw-admin objects expire" always returns ok even if the p...
Nathan Cutler
04:01 PM rgw Backport #24831: mimic: "radosgw-admin objects expire" always returns ok even if the process fails.
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/23001
merged
Yuri Weinstein
04:31 PM rgw Backport #24619: mimic: multisite: RGWSyncTraceNode released twice and crashed in reload
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22926
merged
Yuri Weinstein
04:30 PM rgw Backport #24619 (Resolved): mimic: multisite: RGWSyncTraceNode released twice and crashed in reload
Nathan Cutler
04:31 PM rgw Backport #24834 (Resolved): mimic: 'radogw-admin reshard status' command should print text for re...
Nathan Cutler
03:59 PM rgw Backport #24834: mimic: 'radogw-admin reshard status' command should print text for reshard status
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/23021
merged
Yuri Weinstein
04:30 PM rgw Bug #24432 (Resolved): multisite: RGWSyncTraceNode released twice and crashed in reload
Nathan Cutler
04:30 PM rgw Backport #24631 (Resolved): mimic: cls_bucket_list fails causes cascading osd crashes
Nathan Cutler
04:28 PM rgw Backport #24631: mimic: cls_bucket_list fails causes cascading osd crashes
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22927
merged
Yuri Weinstein
04:26 PM rgw Backport #24631: mimic: cls_bucket_list fails causes cascading osd crashes
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22927
merged
Yuri Weinstein
04:26 PM rgw Backport #24631: mimic: cls_bucket_list fails causes cascading osd crashes
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22927
merged
Yuri Weinstein
04:29 PM rgw Backport #24633 (Resolved): mimic: rgw performance regression for luminous 12.2.4
Nathan Cutler
04:25 PM rgw Backport #24633: mimic: rgw performance regression for luminous 12.2.4
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22929
merged
Yuri Weinstein
04:29 PM rgw Backport #24809 (Resolved): mimic: Invalid Access-Control-Request-Request may bypass validate_cor...
Nathan Cutler
04:25 PM rgw Backport #24809: mimic: Invalid Access-Control-Request-Request may bypass validate_cors_rule_method
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/22935
merged
Yuri Weinstein
04:29 PM Revision 3046ff65 (ceph): Merge pull request #22926 from smithfarm/wip-24619-mimic
mimic: multisite: RGWSyncTraceNode released twice and crashed in reload
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:26 PM Revision 549cabfd (ceph): Merge pull request #22927 from smithfarm/wip-24631-mimic
mimic: cls_bucket_list fails causes cascading osd crashes
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:25 PM Revision 15a312bc (ceph): Merge pull request #22929 from smithfarm/wip-24633-mimic
mimic: rgw performance regression for luminous 12.2.4
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:25 PM Revision 23bb8b73 (ceph): Merge pull request #22935 from smithfarm/wip-24809-mimic
mimic: rgw: Invalid Access-Control-Request-Request may bypass validate_cors_rule_method
Reviewed-by: Casey Bodley <c...
Yuri Weinstein
04:24 PM Revision bf1e94d0 (ceph): Merge pull request #22941 from joscollin/wip-24807-mimic
mimic: rgw: fix gc may cause a large number of read traffic
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:00 PM Revision d2f5a67d (ceph): Merge pull request #23001 from pdvian/wip-24831-mimic
mimic: rgw: "radosgw-admin objects expire" always returns ok even if the pro…
Reviewed-by: Orit Wasserman <owasserm@...
Yuri Weinstein
03:59 PM Revision c8153ec0 (ceph): Merge pull request #23021 from pdvian/wip-24834-mimic
mimic: rgw: radogw-admin reshard status command should print text for reshar…
Reviewed-by: Orit Wasserman <owasserm@...
Yuri Weinstein
03:52 PM Revision 12d94cae (ceph): ceph-detect-init: stop using platform.linux_distribution
This commit introduces a new function, _extract_from_os_release, which is
used (only on Linux) to extract the ID and ...
Nathan Cutler
03:33 PM Bug #16211: Some rbd images inaccessible after upgrade to jewel (error reading immutable metadata)
+1 we joined this club today. Setting then rm'ing the dummy_key revived the omap for our first such header.
I will...
Dan van der Ster
03:31 PM Revision de4706dd (ceph): Merge pull request #23044 from tchaikov/wip-crimson-connection
crimson/connection: misc changes
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Kefu Chai
03:22 PM Revision cb98d372 (ceph): qa/rgw: disable testing on ec-cache pools
Fixes: http://tracker.ceph.com/issues/23965
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from com...
Casey Bodley
02:45 PM Revision fa89f831 (ceph): Merge pull request #23057 from liewegas/wip-12.2.7-notes
doc/release/luminous: v12.2.6 and v12.2.7 release notes
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Reviewed-by: G...
Abhishek Lekshmanan
02:29 PM rbd Bug #24898 (Fix Under Review): [rbd-mirror] aborted in Operation::execute_snap_remove()
PR: https://github.com/ceph/ceph/pull/23095 Mykola Golub
11:39 AM rbd Bug #24898 (In Progress): [rbd-mirror] aborted in Operation::execute_snap_remove()
Mykola Golub
02:20 PM Revision ac56fb11 (ceph): osd: fix deep scrub with osd_skip_data_digest=true (default) and bluestore
The osd_skip_data_digest is about skipping the storing and checking of a
full-object data digest. Here it is also di...
Sage Weil
02:11 PM Bug #24958 (Resolved): osd: skip_data_digest change breaks deep scrub
https://github.com/ceph/ceph/pull/23094
Abhishek Lekshmanan
02:10 PM Bug #24922 (In Progress): osd: skip_data_digest change breaks deep scrub
Abhishek Lekshmanan
12:18 PM Bug #24922 (Pending Backport): osd: skip_data_digest change breaks deep scrub
Sage Weil
01:59 PM Revision c385e9df (ceph): Merge pull request #23085 from Songweibin/wip-rbd-unused-var
test/librbd: drop unused variable ‘num_aios’
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:37 PM RADOS Bug #20645 (Closed): bluesfs wal failed to allocate (assert(0 == "allocate failed... wtf"))
Igor Fedotov
01:24 PM rbd Support #24818: RBD mirroring delay replication
Did you restart the rbd-mirror daemon after making a configuration change? It only reads the on-disk configuration at... Jason Dillaman
04:41 AM rbd Support #24818: RBD mirroring delay replication
I set rbd_mirroring_delete_delay in "[global]" section ceph.conf on both site.
when I run command "rbd -p data rem...
duc pham
01:18 PM ceph-volume Bug #24957: Error listing against a block device
Alfredo Deza
01:17 PM ceph-volume Bug #24957: Error listing against a block device
... Sébastien Han
01:16 PM ceph-volume Bug #24957 (Resolved): Error listing against a block device
Command was:... Sébastien Han
01:13 PM Revision 02a13f2d (ceph): ceph-volume: an osd ID must exist and be destroyed before reuse
Fixes: https://tracker.ceph.com/issues/24044
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
01:10 PM Revision d72d415a (ceph): ceph-volume: an osd ID must exist and be destroyed before reuse
Fixes: https://tracker.ceph.com/issues/24044
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
01:06 PM ceph-volume Bug #24952: ceph-volume fails to list osds (KeyError: 'devices')
The problem here is that GPT partitions don't have devices, and the code assumes 'devices' is always going to be ther... Alfredo Deza
12:51 PM ceph-volume Bug #24952: ceph-volume fails to list osds (KeyError: 'devices')
Note that when using --format=json the output works:... Sébastien Han
12:42 PM ceph-volume Bug #24952: ceph-volume fails to list osds (KeyError: 'devices')
This is happening when running "ceph-volume lvm list".
More info about the layout/setup:...
Sébastien Han
12:29 PM ceph-volume Bug #24952: ceph-volume fails to list osds (KeyError: 'devices')
On the container side of things, it seems everything is using `--format=json` but this traceback is for pretty report... Alfredo Deza
12:25 PM ceph-volume Bug #24952: ceph-volume fails to list osds (KeyError: 'devices')
Can you expand on what circumstances you are producing this error? Alfredo Deza
12:50 PM Revision ffc866b1 (ceph): ceph-volume: an osd ID must exist and be destroyed before reuse
Fixes: https://tracker.ceph.com/issues/24044
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
12:18 PM Revision 03dfef3a (ceph): Merge PR #22681 into master
* refs/pull/22681/head:
common: use ceph_pthread_getname
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
12:18 PM Revision 23cb4249 (ceph): Merge PR #23052 into master
* refs/pull/23052/head:
osd: fix deep scrub with osd_skip_data_digest=true (default) and bluestore
Reviewed-by: Dav...
Sage Weil
12:08 PM Revision 8e0f8314 (ceph): doc/release/luminous: v12.2.7 release notes
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
12:03 PM Bug #24800: ceph-bluestore-tool manpage not getting rendered correctly
Will need to check rendering for all instances, as per @ag '\.\. option'@ Nathan Cutler
12:00 PM Bug #24800 (In Progress): ceph-bluestore-tool manpage not getting rendered correctly
Looking at http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#option-lists I see what the problem is.... Nathan Cutler
11:51 AM Revision fe2ebb52 (ceph): mgr/progress: introduce the `progress` module
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
11:29 AM Revision 5f29e56e (ceph): Merge pull request #22899 from smithfarm/wip-doc-argonaut
doc: cleanup: prune Argonaut-specific verbiage
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Kefu Chai <kcha...
Nathan Cutler
10:50 AM rgw Bug #24947: Ceph Luminous radosgw: Couldn't init storage provider (RADOS)
After upgrading to ceph 1.2.6 i have:... Yves Blusseau
10:20 AM Revision 73124c8d (ceph): doc: cleanup: prune Argonaut-specific verbiage
Also drop all release-specific upgrading instructions (they only go up to
Firefly, anyway - none of the current relea...
Nathan Cutler
10:20 AM Revision 1d7ea8d2 (ceph): doc: fix up install/upgrading-ceph.rst
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
10:20 AM Revision 23232367 (ceph): doc/start/hardware-recommendations.rst: link to Ceph blog
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
09:58 AM RADOS Bug #24956 (Resolved): osd: parent process need to restart log service after fork, or ceph-osd wi...
ceph-osd parent process need to restart log service after fork, or ceph-osd will not work correctly when the option l... mingshuai wang
09:20 AM Revision a70d21b1 (ceph): mds: dump minimal cli output during recursive scrub trigger
Signed-off-by: Venky Shankar <vshankar@redhat.com> Venky Shankar
09:20 AM Revision ba23f5aa (ceph): test: subclass test_scrub.Workload from CephFSTestCase
This allows usage of assert*() calls instead of writing
our own version.
Signed-off-by: Venky Shankar <vshankar@redh...
Venky Shankar
09:20 AM Revision f253e3c3 (ceph): test: validate empty json output during recursive scrub
Signed-off-by: Venky Shankar <vshankar@redhat.com>
Fixes: http://tracker.ceph.com/issues/23958
Venky Shankar
09:00 AM Bug #24948: SPDK compiles with -march=native
Nathan Cutler
08:57 AM Revision 78cd83ec (ceph): Merge pull request #23079 from smithfarm/wip-with-seastar-fix
build/ops: install-deps.sh: set with_seastar
Reviewed-by: Kefu Chai <kchai@redhat.com>
Nathan Cutler
08:42 AM Revision 0c10ce1d (ceph): os/bluestore: Add new perfcounter which record latency of
kv_finalize_thread.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
jianpeng ma
08:18 AM mgr Bug #23460: mgr deadlock: _check_auth_rotating possible clock skew, rotating keys expired way too...
Seems we're hitting this here too... standby mgr's are deadlocking. We only noticed by chance -- ceph doesn't HEALTH_... Dan van der Ster
07:24 AM CephFS Backport #24928 (Need More Info): mimic: qa: test_recovery_pool tries asok on wrong node
https://github.com/ceph/ceph/pull/23087 Prashant D
07:22 AM CephFS Backport #24929 (Need More Info): luminous: qa: test_recovery_pool tries asok on wrong node
-https://github.com/ceph/ceph/pull/23086- Prashant D
04:26 AM rgw Bug #24955 (Closed): rgw: bucket index resharding may cause lose of bucket acl
when use bucket index resharding manually or dynamic bucket index resharding, the bucket acl will be lose. For exampl... xin liao
02:49 AM rbd Support #24953 (New): Bad performance when enable journaling feature for rbd
*Phenomenon:*
I test ceph-12.2.5 by using fio.
If bs=1M,enable journaling feature will lead to 50% performance degr...
liuzhong chen
01:47 AM CephFS Feature #24854 (In Progress): mds: if MDS fails internal heartbeat, then debugging should be incr...
Patrick Donnelly
01:35 AM Revision 3afe57c4 (ceph): test/librbd: drop unused variable ‘num_aios’
Signed-off-by: songweibin <song.weibin@zte.com.cn> wb song
01:24 AM Revision 37bd038b (ceph): mds: tell client why it's rejected
Signed-off-by: Yan, Zheng <zyan@redhat.com>
(cherry picked from commit 43c11939159d2e48e673079ee7de97f30a1fb1bb)
Co...
Yan, Zheng
01:24 AM Revision 30c37bf5 (ceph): mds: introduce "ceph fs set <fs_name> min_compat_client <release_name>"
The command set the oldest version of client that is allowed to connect
to mds.
Signed-off-by: "Yan, Zheng" <zyan@re...
Yan, Zheng
01:24 AM Revision 92d59bf1 (ceph): mds: infer client version by client metadata and connection's features
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit 44148347ec1840cd4a1878dc066b6e727c7aec8a)
Yan, Zheng
01:24 AM Revision a33d1b7b (ceph): mds: cleanup MDSRank::evict_client
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit e147020a99bffd0270c6f4bf188cda842fdee771)
Yan, Zheng
01:24 AM Revision 913c2231 (ceph): mds: evict clients that lack required features
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit 4414f4e20df9567335b57a01f301470929628be7)
Yan, Zheng
01:24 AM Revision a90dad0a (ceph): mds: introduce cephfs' own feature bits
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Fixes: http://tracker.ceph.com/issues/14456
(cherry picked from commit ...
Yan, Zheng
01:09 AM Revision b9503e1f (ceph): mds: make Server::prepare_force_open_sessions() update client metadata
The function is used for opening sessions for importing caps. It didn't
set client metadata for new sessions.
Signed...
Yan, Zheng
01:01 AM Revision 38170cdb (ceph): osd: reset complete_to when trimming the log past it
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha Ojha
 

Also available in: Atom