Project

General

Profile

Activity

From 03/25/2018 to 04/23/2018

04/23/2018

11:08 PM Revision 19ff550c (ceph): MDSMonitor: do not resize cluster when MDS is starting
Fixes: http://tracker.ceph.com/issues/23799
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
10:39 PM Revision 14a5a81e (ceph): osdc: Change 'bool budgeted' to 'int budget' to avoid recalculating.
Avoing recalculating in op finish stage.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
jianpeng ma
10:13 PM bluestore Bug #23540 (Need More Info): FAILED assert(0 == "can't mark unloaded shard dirty") with compressi...
Francisco, any update? Sage Weil
10:08 PM Revision c893dcaa (ceph): dout: DoutPrefixProvider operates directly on stream
removes the need for stringstream in more complicated prefixes
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
09:40 PM RADOS Bug #23646 (In Progress): scrub interaction with HEAD boundaries and clones is broken

The osd log for primary osd.1 shows that pg 3.0 is a cache pool in a cache tiering configuration. The message "_de...
David Zafman
09:32 PM Revision b1e8d63b (ceph): mgr: handle commands sent to unavailable modules
There are some up-front checks in DaemonServer
but it shouldn't assume that its checks are
necessarily going to match...
John Spray
09:30 PM Revision a2636967 (ceph): Merge pull request #20959 from LiumxNL/fix-pg-fake-down
pg: handle MNotifyRec event in down state
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
09:30 PM Revision cf5ef59b (ceph): mgr: execute modules even if can_run=false
We execute modules even if can_run=false, so that it is possible
to load them for running their selftest hooks. Howe...
John Spray
09:30 PM Revision 67ac7496 (ceph): debian: let ceph-mgr suggests python-influxdb
the influx plugin requires influxdb python module to function, but
influxdb mgr plugin is optional for users who don'...
Kefu Chai
09:30 PM Revision 60e3a240 (ceph): qa/tasks/mgr: pass "--force" to "mgr module enable"
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
09:29 PM Revision f9cd5b1f (ceph): Merge pull request #21000 from ceph/evelu-23320
common: Improving message sent to user when getting signals
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
09:27 PM Revision 06a2cc5a (ceph): Merge pull request #20761 from liewegas/wip-service-unregister
mgr: allow service daemons to unregister from ServiceMap
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Reviewed-...
Sage Weil
09:14 PM Revision d45421d0 (ceph): rados/objclass.h: fix build define CEPH_CLS_API in all cases
Fix for bug introduced with 096668ec5df93725a0726b53bbd30b4d4ab50f49:
In file included from src/objclass/objclass.h:...
Danny Al-Gaaf
09:12 PM RADOS Bug #23830 (Can't reproduce): rados/standalone/erasure-code.yaml gets 160 byte pgmeta object
... Sage Weil
09:11 PM Revision 2ae585a5 (ceph): rados/objclass.h: fix build define CEPH_CLS_API in all cases
Fix for:
In file included from src/objclass/objclass.h:13:0,
from src/cls/hello/cls_hello.cc:37:
sr...
Danny Al-Gaaf
08:26 PM CephFS Bug #23829 (Resolved): qa: test_purge_queue_op_rate: self.assertTrue(phase2_ops < phase1_ops * 1.25)
... Patrick Donnelly
08:02 PM Revision 2311eff6 (ceph): qa/suites/rbd: thrash rbd-mirror daemon during tests
Fixes: http://tracker.ceph.com/issues/18753
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
07:51 PM CephFS Bug #20549: cephfs-journal-tool: segfault during journal reset
Another: http://pulpito.ceph.com/pdonnell-2018-04-23_17:22:02-kcephfs-wip-pdonnell-testing-20180423.033341-testing-ba... Patrick Donnelly
07:45 PM RADOS Bug #23828 (Can't reproduce): ec gen object leaks into different filestore collection just after ...
... Sage Weil
07:07 PM ceph-volume Feature #23678 (Resolved): Ability not to start OSD systemd unit on activate
PR https://github.com/ceph/ceph/pull/21496
merged commit eaa02bc into master
Luminous Backport PR https://github...
Alfredo Deza
06:23 PM Revision f2942aa5 (ceph): osd/ECBackend: wait for apply for luminous peers
Avoid completing a write until luminous peers also apply the change.
This is overkill, but works around a problem whe...
Sage Weil
06:03 PM Bug #23794 (Resolved): strtoll is broken for hex number string
https://github.com/ceph/ceph/pull/21521 Patrick Donnelly
05:51 PM CephFS Bug #23814 (Rejected): mds: newly active mds aborts may abort in handle_file_lock
Patrick Donnelly
08:40 AM CephFS Bug #23814: mds: newly active mds aborts may abort in handle_file_lock
I think this is related to #23812. The patch for #23812 makes mds skip sending lock message to 'starting' mds. The sk... Zheng Yan
05:50 PM CephFS Bug #23812: mds: may send LOCK_SYNC_MIX message to starting MDS
https://github.com/ceph/ceph/pull/21601 Patrick Donnelly
05:11 PM RADOS Bug #23827 (Resolved): osd sends op_reply out of order
... Patrick Donnelly
05:10 PM CephFS Backport #22860 (Resolved): luminous: osdc: "FAILED assert(bh->last_write_tid > tid)" in powercyc...
Looks like a different assertion so perhaps a new bug. I'll create a separate issue for this. Patrick Donnelly
03:49 PM CephFS Backport #22860 (In Progress): luminous: osdc: "FAILED assert(bh->last_write_tid > tid)" in power...
... Sage Weil
05:02 PM Linux kernel client Bug #23537: libceph: monX xxxxxx session lost, hunting for new mon
I think I found the issue. The fix should be in soon and will be backported to stable kernels. Ilya Dryomov
05:00 PM Linux kernel client Bug #23537 (Fix Under Review): libceph: monX xxxxxx session lost, hunting for new mon
Ilya Dryomov
04:51 PM Revision df477bb6 (ceph): cls/user: implement reset user stats
This is an implementation of reset user stats, that recalculates the user stats
purely based on the values of bucket ...
Abhishek Lekshmanan
04:51 PM Revision ac93fb9e (ceph): rgw: rgw-rados, rgw-admin add an option to recalculate user stats
Adds a method in rgw-rados to reset user stats calling the earlier implemented
cls user reset stats.
In rgw-admin we ...
Abhishek Lekshmanan
04:18 PM Revision cad91988 (ceph): 12.2.5
Jenkins Build Slave User
04:02 PM Revision 6a3c4e46 (ceph): Merge pull request #21442 from jcsp/wip-config
mgr: centralized setting/getting of mgr configs
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
03:36 PM CephFS Backport #23151 (In Progress): luminous: doc: update ceph-fuse with FUSE options
Jos Collin
03:35 PM Revision 13160222 (ceph): rgw: add buffering filter to compression for fetch_remote_obj
fetch_remote_obj() only gets 16k blocks from libcurl, which leads to a
much worse compression ratio than the 4m block...
Casey Bodley
03:26 PM Revision 31bd8bce (ceph): doc:Update ceph-fuse doc
Fixes: http://tracker.ceph.com/issues/23084
Signed-off-by: Jos Collin <jcollin@redhat.com>
(cherry picked from commit...
Jos Collin
03:13 PM Revision 9a4d3797 (ceph): mgr/dashboard: Fix bug in RBD form.
Signed-off-by: Volker Theile <vtheile@suse.com> Volker Theile
02:59 PM Revision 7003d415 (ceph): Merge pull request #21580 from xiexingguo/wip-add-assert
osd/PGLog: assert out on performing overflowed log trimming
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:57 PM Revision f612f0f1 (ceph): Merge pull request #21572 from tchaikov/wip-boost-1.67
cmake,make-dist: bump up boost version to 1.67
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Willem Ja...
Kefu Chai
02:52 PM Revision 2c41c2f1 (ceph): Merge pull request #19985 from Liuchang0812/osd-pool-stats-in-mgr
mon, mgr: move "osd pool stats" command to mgr and mgr python module
Reviewed-by: John Spray <john.spray@redhat.com>...
Kefu Chai
02:33 PM Revision 9a48ccb5 (ceph): Merge pull request #21058 from trociny/wip-osd-empty-snapset
osd: don't crash on empty snapset
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
02:22 PM Revision b28b2ee8 (ceph): qa/tasks: thrasher for rbd-mirror daemon
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
02:18 PM Bug #23778 (Resolved): rados commands suddenly take a very long time to finish
Sage Weil
02:14 PM Revision a5f71c59 (ceph): mgr: add MgrModule.OPTIONS definitions to modules
They need these to do upgrades properly. Where there
was an existing structure describing config, merge
these togeth...
John Spray
02:14 PM Revision 4b3f026d (ceph): qa: update mgr test for MgrModule.OPTIONS
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
02:14 PM Revision 5414b738 (ceph): doc: update mgr plugin guide
...for recent config changes. Explain about MgrModule.OPTIONS,
and explain the new store/config distinction.
Signed...
John Spray
02:14 PM Revision 8453c0ed (ceph): doc: update config-key->config in mgr module docs
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
02:12 PM Revision 5b99b6f8 (ceph): Merge pull request #21188 from guzhongyan/mgr-disable-fix
mon,mgr: improve 'mgr module disable' cmd
Reviewed-by: John Spray <john.spray@redhat.com>
Sage Weil
02:01 PM Revision 868a41e4 (ceph): Merge pull request #21597 from LenzGr/dashboard-releasenotes
PendingReleaseNotes: Added note about Dashboard v2, fixed typo Sage Weil
01:58 PM Revision edab76f0 (ceph): mds: don't discover inode/dirfrag when mds is in 'starting' state
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Fixes: http://tracker.ceph.com/issues/23812
Yan, Zheng
01:57 PM Dashboard Cleanup #23825: Dashboard: Improve layout of the "There are no filesystems" notification
I suggest to refactor the whole menu item and display a list of file systems in a data table instead as we do it ever... Volker Theile
01:45 PM Dashboard Cleanup #23825 (Resolved): Dashboard: Improve layout of the "There are no filesystems" notification
On a cluster with no active MDS (no CephFS enabled), the "Filesystems" menu prints a message "There are no filesystem... Lenz Grimmer
01:54 PM CephFS Bug #23826 (Duplicate): mds: assert after daemon restart
... Patrick Donnelly
01:52 PM Revision 7be8d559 (ceph): client: avoid second lock on client_lock
Avoid a second nested lock on client lock. As a result, drop unused function ll_get_inodeno().
Fixes: https://tracker...
supriti singh
01:45 PM Revision 1daa8b0a (ceph): mgr/dashboard: Add 'autofocus' directive
Signed-off-by: Volker Theile <vtheile@suse.com> Volker Theile
01:45 PM Revision 379276ec (ceph): Address comments.
Signed-off-by: Volker Theile <vtheile@suse.com> Volker Theile
01:28 PM Revision 25d754a9 (ceph): Merge pull request #21581 from tchaikov/wip-objcls-sdk
objclass-sdk: expose __cls_init() to the world
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:26 PM CephFS Backport #23475 (In Progress): luminous: ceph-fuse: trim ceph-fuse -V output
Jos Collin
01:14 PM Revision eb9cf1fe (ceph): ceph-fuse: trim ceph-fuse -V output
Trim 'ceph-fuse -V' output to print the FUSE library version and exit.
Fixes: http://tracker.ceph.com/issues/23248
S...
Jos Collin
12:54 PM rgw Bug #23821: rgw: admin rest api shouldn't return error when getting user's stats if the user hasn...
Casey Bodley
04:51 AM rgw Bug #23821 (Resolved): rgw: admin rest api shouldn't return error when getting user's stats if th...
rgw: admin rest api shouldn't return error when getting user's stats if the user hasn't create any bucket.
new cre...
joke lee
12:54 PM Revision 98ad3080 (ceph): buffer: always reserve page aligned buffer
When doing list::reserve(), always reserve buffers that are
CEPH_PAGE_SIZE aligned, so the probability of the need to...
Piotr Dalek
12:53 PM rgw Bug #23824 (Duplicate): Quota calculation is substantially incorrect after user removes a non-emp...
One of our user complained that they'd deleted a bucket with lots of part-uploaded bits in but their quota was still ... Matthew Vernon
12:37 PM Dashboard Bug #23806: mgr/dashboard: Missing breadcrumb on monitor performance counters page
Thanks for the reply, Volker.
Okay, I understand. Though I'm wondering if it would be possible to improve the look...
Tatjana Dehler
12:01 PM Dashboard Bug #23823 (Closed): Dashboard: redefinition of group name 'path' as group 2; was group 1
When starting a new vstart.sh cluster, ceph mgr dump shows:... Sebastian Wagner
11:54 AM CephFS Backport #23771 (In Progress): luminous: client: fix gid_count check in UserPerm->deep_copy_from()
Jos Collin
11:50 AM CephFS Backport #23771: luminous: client: fix gid_count check in UserPerm->deep_copy_from()
https://github.com/ceph/ceph/pull/21596 Jos Collin
11:49 AM Revision 21350fdb (ceph): rgw: fix radosgw-admin build error
Signed-off-by: cfanz <songxinyingftd@gmail.com> Xinying Song
11:36 AM Revision 9dbb2df4 (ceph): mgr/dashboard: Load the datatable content after the component is initia...
Signed-off-by: Volker Theile <vtheile@suse.com> Volker Theile
11:32 AM Revision 6c8fba97 (ceph): mgr: load MgrModule.OPTIONS and use it in upgrade
Modules will now only migrate items from config-key
into config options if they appear in the module's
schema.
Signe...
John Spray
11:29 AM Revision 54e5cef2 (ceph): mgr/restful: migrate to new get_store interface
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
11:29 AM Revision 98a3d0e0 (ceph): vstart: use "config set" for mgr modules
...instead of pre-mimic config-key set.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
11:29 AM Revision d4ed33c2 (ceph): qa: test mgr live configuration updates
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
11:29 AM Revision c9289833 (ceph): mgr: fix up a couple of double-lookups
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
11:29 AM Revision bca1bb43 (ceph): mgr: introduce MgrModule.OPTIONS field
Now is a good time to start requiring
modules to explicitly list their configuration
settings, so that we can do a pr...
John Spray
11:29 AM Revision 6e447fd1 (ceph): mgr: clean up ActivePyModules logging
This was running the prefix and message together.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
11:29 AM Revision f2b340a8 (ceph): mon: grant mgr profile "config" commands
...and remove redundant config-key lines (these are applied
to mgr anyway in the next block, and mgr even has a broad...
John Spray
11:29 AM Revision 1d830df9 (ceph): mgr: don't migrate config values that look like data
A quickie heuristic, but sufficient to avoid picking
up e.g. SSL certs and trying to cram them into
config values.
S...
John Spray
11:29 AM Revision dd7631c2 (ceph): mgr: replace get_config_prefix with get_store_prefix
The _prefix variant was only used for data-ish things,
so we can just move it over to operate on store instead
of con...
John Spray
11:29 AM Revision 69f0a096 (ceph): mon: warn user doing "config key set mgr/..."
This is still completely legal, but isn't going
to have the effect they wanted if they were
trying to set a configura...
John Spray
11:29 AM Revision 306e4854 (ceph): mgr: separate out module_config and store_cache
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
11:29 AM Revision bd80cf93 (ceph): mgr: update python interface for store vs. config
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
11:29 AM Revision 37484af0 (ceph): mgr: rework kv store load path
The locking and blocking around this was a bit
tricky. Do the simple thing, and pull the
load_store out to Mgr so th...
John Spray
11:29 AM Revision 48c9071d (ceph): mgr: remove dead update_perf_schema fn definition
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
11:29 AM Revision 3bc9850e (ceph): mgr: fix PyModuleConfig::set_config
Commands were slightly wrong.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
11:29 AM Revision 3193d40d (ceph): mgr: centralized setting/getting of mgr configs
Signed-off-by: Rubab Syed<rubab.syed21@gmail.com> Rubab Syed
11:28 AM Revision a2639b60 (ceph): PendingReleaseNotes: Added note about Dashboard v2, fixed typo
Added a bullet point about the new Ceph mgr dashboard, fixed typo in the
LZ4 compression bullet point.
Signed-off-by...
Lenz Grimmer
11:13 AM Revision f307fb52 (ceph): client: Fix the gid_count check
Make the right check for gid_count.
Fixes: http://tracker.ceph.com/issues/23652
Signed-off-by: Jos Collin <jcollin@r...
Jos Collin
10:52 AM Revision baa095ef (ceph): Merge pull request #21588 from xiexingguo/wip-fix-ec-ar-order
osd/PG: perfer EC async_recovery_targets in reverse order of cost
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
10:45 AM CephFS Bug #23813 (Fix Under Review): client: "remove_session_caps still has dirty|flushing caps" when t...
https://github.com/ceph/ceph/pull/21593 Zheng Yan
10:44 AM Revision cb60472b (ceph): mds: properly check auth subtree count in MDCache::shutdown_pass()
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Fixes: http://tracker.ceph.com/issues/23813
Yan, Zheng
10:36 AM Revision 6b29e8ab (ceph): Merge pull request #21562 from LenzGr/mgr-dashboard-documentation
doc: updated dashboard feature list (added new RGW details, Pools)
Reviewed-by: Volker Theile <vtheile@suse.com>
Ricardo Dias
10:30 AM Support #23822: s390x support in ceph
> Is s390x support not fully added to ceph?
Not fully, no. Ceph is known to builds on s390x for openSUSE and SLES ...
Nathan Cutler
10:01 AM Support #23822 (New): s390x support in ceph
I could see s390x support is available in ceph source code ( v12.2.4).
https://github.com/ceph/ceph/blob/v12.2.4/cep...
Nayana Thorat
10:07 AM rgw Bug #23369: User suspend on slave zone but not sync this stats to master zone
Casey Bodley wrote:
> changes to metadata (users, buckets) made on secondary zones are not replicated, by design. se...
Amine Liu
08:53 AM CephFS Bug #23518 (Fix Under Review): mds: crash when failover
https://github.com/ceph/ceph/pull/21592 Zheng Yan
08:50 AM Revision 7a17722d (ceph): build/ops: do_cmake.sh: get rid of which dependency
"which" is not available on minimal systems, whereas "type" is a shell builtin,
so the chances of the command "just w...
Nathan Cutler
08:50 AM Revision 0593ca8e (ceph): script/subman: migrate to Python 3
In Python 3.5, json.loads() wants str input. (This seems to be fixed in Python
3.6, but the Jenkins make check CI is ...
Nathan Cutler
08:50 AM Revision c92d836f (ceph): tests: fix inconsistent tab indent in test_ceph_argparse.py
This only matters when test_ceph_argparse.py runs against the
Python 3 version of nose, which complains like so:
146...
Nathan Cutler
08:50 AM Revision a7908a91 (ceph): build/ops: run-make-check.sh: handle Python 2 absence
Building Ceph without Python 2 requires passing certain options to cmake.
Fixes: http://tracker.ceph.com/issues/2303...
Nathan Cutler
08:43 AM Revision e43c02d6 (ceph): mds: filter out blacklisted clients when importing caps
The very first step of importing caps is calling
Server::prepare_force_open_sessions(). This patch makes the function...
Yan, Zheng
08:13 AM Revision 3a795a42 (ceph): mgr/dashboard: Fix data race and use-before-assignment
The race happes, if a task raises an exception very early.
Then, `self.getter_thread.event` fails as `getter_thread` ...
Sebastian Wagner
07:49 AM CephFS Bug #23815: client: avoid second lock on client_lock
supriti singh wrote:
> supriti singh wrote:
> > In function ll_get_stripe_osd client_lock is taken. But its acquire...
supriti singh
06:43 AM Messengers Bug #23807 (Fix Under Review): Monitor mon_daemon_bytes and mon_client_bytes throttle full after ...
https://github.com/ceph/ceph/pull/21585 Kefu Chai
06:07 AM Revision 7ca8e704 (ceph): Merge pull request #21564 from dillaman/wip-23809
rbd: cleanup handling of IEC byte units
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
05:59 AM Revision 9f35318e (ceph): Merge pull request #21408 from hsepeng/oisizemismatch-osd-bugfix
osd/PrimaryLogPG: fix the oi size mismatch with real object size
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:52 AM CephFS Backport #23818 (In Progress): luminous: client: add option descriptions and review levels (e.g. ...
https://github.com/ceph/ceph/pull/21589 Prashant D
03:13 AM RADOS Bug #23713 (Fix Under Review): High MON cpu usage when cluster is changing
https://github.com/ceph/ceph/pull/21532 Sage Weil
03:09 AM bluestore Bug #23819 (Won't Fix): how to make compactions smooth
when I set db_path into ssd(12 osds db in sdy) ,I found the Speed of reading is too high when the compactions is runn... yuanli zhu
03:07 AM Revision 082a700a (ceph): mgr/MgrClient: close mgr session on daemon MgrClient shutdown
If we are a service daemon, send a MMgrClose on shutdown to clear ourselves
out of the ServiceMap.
Note that this is...
Sage Weil
03:07 AM Revision bee466cd (ceph): mgr/DaemonServer: use helper to get DaemonKey
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:13 AM Revision 857e3eda (ceph): mds: don't add blacklisted clients to reconnect gather set
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
02:12 AM Revision ea72863b (ceph): mds: combine MDCache::{cap_exports,cap_export_targets}
this change saves a map lookup
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Yan, Zheng
01:35 AM Revision a7677c76 (ceph): mon,mgr: improve 'mgr module disable/enable' cmds
when running those cmds, check if the module do exist
or is disabled already.
also check if the module is enabled alr...
Gu Zhongyan
01:08 AM Revision 441876f4 (ceph): osd/PG: perfer EC async_recovery_targets in reverse order of cost
This is a follow-up fix of https://github.com/ceph/ceph/pull/21578,
in which I forget that erasure-coded-pools share ...
xie xingguo
12:15 AM Revision 115d4e5e (ceph): client: add client option descriptions
Fixes: http://tracker.ceph.com/issues/22933
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly

04/22/2018

08:07 PM RADOS Bug #21977: null map from OSDService::get_map in advance_pg
From the latest logs, the peering thread id does not appear at all in the log until the crash.
I'm wondering if we...
Josh Durgin
08:05 PM RADOS Bug #21977: null map from OSDService::get_map in advance_pg
Seen again here:
http://pulpito.ceph.com/yuriw-2018-04-20_20:02:29-upgrade:jewel-x-luminous-distro-basic-ovh/2420862/
Josh Durgin
12:50 PM Revision 670e2c55 (ceph): rgw: fix bi_list to reset is_truncated flag if it skips entires
Fixes: http://tracker.ceph.com/issues/22721
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman
12:31 PM rgw Bug #22721 (Fix Under Review): Resharding hangs with versioning-enabled buckets
Orit Wasserman
12:28 PM rgw Bug #22721: Resharding hangs with versioning-enabled buckets
https://github.com/ceph/ceph/pull/21584 Orit Wasserman

04/21/2018

09:42 PM CephFS Backport #23818 (Resolved): luminous: client: add option descriptions and review levels (e.g. LEV...
https://github.com/ceph/ceph/pull/21589 Nathan Cutler
05:32 PM rgw Bug #23817 (Resolved): Bucket policy and colons in filename
Hello.
I see strange behavior on files with colons in filename. Bucket policy not applied for its.
Example:
1. Cre...
Vladimir Buyanov
04:06 PM RADOS Bug #23793: ceph-osd consumed 10+GB rss memory
Set osd_debug_op_order to false can fix this problem.
My ceph cluster is created through vstart.sh which set osd_deb...
Honggang Yang
03:57 PM RADOS Bug #23816: disable bluestore cache caused a rocksdb error
https://github.com/ceph/ceph/pull/21583 Honggang Yang
03:53 PM RADOS Bug #23816 (Resolved): disable bluestore cache caused a rocksdb error
I disabled bluestore/rocksdb cache to estimate ceph-osd's memory consumption
by set bluestore_cache_size_ssd/bluesto...
Honggang Yang
03:15 PM Revision 4f73c603 (ceph): Merge pull request #21549 from rjfd/wip-dashboard-fix-qa-whitelist
qa/suites/rados/mgr/tasks/dashboard: add MDS_ALL_DOWN to whitelist
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewe...
Kefu Chai
02:58 PM Revision 7309be14 (ceph): qa/suites/rados/mgr/tasks/dashboard: add MDS_(ALL_DOWN|UP_LESS_THAN_MAX...
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:33 PM Revision c477b199 (ceph): Merge pull request #21560 from jan--f/fix_strtoll_interface
common/strtoll: remove superfluous const modifier
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Kefu Chai
02:32 PM Revision bfce48ae (ceph): Merge pull request #21550 from wjwithagen/wjw-kevent-fix
EventKqueue: Clang want realloc return to be typed
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:31 PM Revision 586ea5cb (ceph): Merge pull request #21579 from tchaikov/wip-test.sh-with-multi-mds
qa/workunits/cephtool/test.sh: fix test_mon_mds()
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
02:31 PM Revision adfb9503 (ceph): Merge pull request #21578 from xiexingguo/wip-fix-async-recovery-peer
osd/PG: perfer async_recovery_targets in reverse order of cost
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
02:30 PM Revision 6f834d5d (ceph): Merge pull request #21552 from smithfarm/wip-23805
qa/standalone/ceph-helpers.sh: provide argument to dirname
Reviewed-by: David Zafman <dzafman@redhat.com>
Kefu Chai
01:50 PM Revision ca61b98f (ceph): test/librados_test_stub: deterministically load cls shared libraries
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
09:27 AM Revision dc081d49 (ceph): test/strtol: add test case for parsing hex numbers
Signed-off-by: Jan Fajerski <jfajerski@suse.com> Jan Fajerski
09:15 AM Revision 096668ec (ceph): objclass-sdk: expose __cls_init() to the world
the __cls_init() function should be visible. otherwise we cannot call it
to register the cls methods
Signed-off-by: ...
Kefu Chai
07:52 AM CephFS Bug #23815 (Fix Under Review): client: avoid second lock on client_lock
Jos Collin
07:43 AM CephFS Bug #23815: client: avoid second lock on client_lock
supriti singh wrote:
> In function ll_get_stripe_osd client_lock is taken. But its acquired again in ll_get_inodeno(...
supriti singh
07:35 AM CephFS Bug #23815 (Resolved): client: avoid second lock on client_lock
In function ll_get_stripe_osd client_lock is taken. But its acquired again in ll_get_inodeno(). Avoid double locking.... supriti singh
06:55 AM RADOS Bug #23145: OSD crashes during recovery of EC pg
`2018-03-09 08:29:09.170227 7f901e6b30 10 merge_log log((17348'18587,17348'18587], crt=17348'18585) from osd.6(2) int... Zengran Zhang
05:32 AM CephFS Bug #23814 (Rejected): mds: newly active mds aborts may abort in handle_file_lock
... Patrick Donnelly
05:03 AM CephFS Bug #23813 (Resolved): client: "remove_session_caps still has dirty|flushing caps" when thrashing...
While doing a simple copy of /usr with ceph-fuse and thrashing max_mds between 1 and 2, I got these errors from ceph-... Patrick Donnelly
03:03 AM Revision 8a395f25 (ceph): osd/PGLog: assert out on performing overflowed log trimming
Performing overflowed log-trim can be a sign of big trouble, e.g.,
the **complete_to** iterator will now point to an ...
xie xingguo
01:44 AM Revision 5b810753 (ceph): qa: ignore io pause warnings in mds-full test
Fixes: http://tracker.ceph.com/issues/22990
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly
01:43 AM Revision 8da99885 (ceph): qa: ignore MON_DOWN while thrashing mons
Fixes: https://tracker.ceph.com/issues/22993
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fr...
Patrick Donnelly
01:41 AM Revision 2c4d127d (ceph): qa: whitelist expected rstat warning
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit c53d091e5110011866aa85495ff4e5abe044...
Patrick Donnelly
01:41 AM Revision 554b88a9 (ceph): qa: whitelist cache too large in client-limits
Fixes: http://tracker.ceph.com/issues/21510
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly
01:41 AM Revision 69ca0319 (ceph): qa: whitelist failover log warnings
Fixes: http://tracker.ceph.com/issues/21509
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly
01:40 AM Revision 842cc75f (ceph): qa: ignore evicted client in client-recovery
Fixes: http://tracker.ceph.com/issues/21508
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly
01:40 AM Revision fe5fdfd2 (ceph): qa: whitelist expected MDS_READ_ONLY for kcephfs test
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit 584241285f52fc420ebc4a6a6455497a3ed4d45a)
Yan, Zheng
01:40 AM Revision cc930e42 (ceph): qa: add health whitelist for kcephfs suite
Fixes: http://tracker.ceph.com/issues/20892
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit ...
Yan, Zheng
01:30 AM Revision 735d5fd4 (ceph): Merge pull request #21507 from liewegas/wip-rados-test
qa/workunits/rados/test.sh: ensure tee output is valid filename
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
01:29 AM Revision b464c539 (ceph): Merge pull request #20921 from jcsp/wip-23385
mgr: improve reporting on unloadable modules
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:28 AM Revision 6b83d99e (ceph): Merge pull request #20343 from trociny/wip-rados-ordersnap
librados: add OPERATION_ORDERSNAP flag and yet another aio_operate method
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
01:24 AM Revision 717b941e (ceph): Merge pull request #21521 from tchaikov/wip-stoll
common/strtol: fix strict_strtoll() so it accepts hex starting with 0x
Reviewed-by: Jan Fajerski <jfajerski@suse.com>
Kefu Chai
01:20 AM Revision 10673732 (ceph): qa/workunits/cephtool/test.sh: fix test_mon_mds()
"ceph fs set cephfs allow_multimds false" is deprecated, and multimds is
enabled by default, so "ceph fs set cephfs m...
Kefu Chai
01:02 AM Revision 53a1500a (ceph): cmake,make-dist: bump up boost version to 1.67
* to pick up the fix of https://svn.boost.org/trac10/ticket/11622
* also the boost::python's library name now include...
Kefu Chai
12:52 AM Revision 1118b443 (ceph): osd/PG: perfer async_recovery_targets in reverse order of cost
Theoretically peers which have a longer list of objects to recover
shall equivalently take a longer time to recover a...
xie xingguo
12:35 AM Revision 307b5182 (ceph): Merge pull request #21358 from cbodley/wip-23663
rgw: fix use of libcurl with empty header values
http://pulpito.ceph.com/cbodley-2018-04-20_19:15:33-rgw-wip-cbodley...
Casey Bodley
12:33 AM Revision 66a22702 (ceph): Merge pull request #21380 from cbodley/wip-23680
rgw: fix radosgw linkage with WITH_RADOSGW_BEAST_FRONTEND=OFF
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Reviewed...
Casey Bodley
12:32 AM Revision 2e1b7f97 (ceph): Merge pull request #21567 from cbodley/wip-23778
random: revert change from boost::optional to std::optional
Reviewed-by: Kefu Chai <kchai@redhat.com>
Casey Bodley
12:30 AM CephFS Bug #23812 (Fix Under Review): mds: may send LOCK_SYNC_MIX message to starting MDS
-https://github.com/ceph/ceph/pull/21577- Patrick Donnelly
12:28 AM CephFS Bug #23812 (Resolved): mds: may send LOCK_SYNC_MIX message to starting MDS
From mds.0:... Patrick Donnelly
12:10 AM Revision 6f60a995 (ceph): Merge pull request #21455 from dmick/wip-ceph-volume
ceph-volume: Nits noticed while studying code Alfredo Deza

04/20/2018

11:42 PM Revision d4808256 (ceph): osd/ECBackend: preserve requests for other objects when sending extra r...
When multiple objects are in flight for the same ReadOp, swap() on the
map<hobject_t, read_request_t> would remove re...
Josh Durgin
11:42 PM Revision 234d6523 (ceph): qa/suites/rados: add coverage for osd_recovery_max_single_start > 1
Signed-off-by: Josh Durgin <jdurgin@redhat.com> Josh Durgin
11:42 PM Revision 468ad4b4 (ceph): osd/ECBackend: only check required shards when finishing recovery reads
1235810c2ad08ccb7ef5946686eb2b85798f5bca allowed recovery to use
multiple passes of reads to handle EIO, but the end ...
Josh Durgin
11:42 PM Revision b162a547 (ceph): osd/ECBackend: recover from EIO based on the minimum data necessary
Discount shards that already returned EIO, and use minimum_to_decode()
to request just what is necessary to recover o...
Josh Durgin
11:28 PM Revision 0f9474d4 (ceph): osd/ECBackend: store the original needed shards in a ReadOp
This avoids extra logic recomputing them due to EIO or redundant
reads.
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
09:09 PM RADOS Feature #23552: cache PK11Context in Connection and probably other consumers of CryptoKeyHandler
You don't really have authentication without the message signing. Since we don't do full encryption, signing is the o... Greg Farnum
03:07 PM RADOS Feature #23552: cache PK11Context in Connection and probably other consumers of CryptoKeyHandler
How costly is just the authentication piece, i.e. keep cephx but turn off message signing? Josh Durgin
07:21 AM RADOS Feature #23552: cache PK11Context in Connection and probably other consumers of CryptoKeyHandler
Summary of the discussion:
`check_message_signature` in `AsyncConnection::process` is being already protected by `...
Radoslaw Zarzynski
06:38 AM RADOS Feature #23552: cache PK11Context in Connection and probably other consumers of CryptoKeyHandler
per Radoslaw Zarzynski
> the overhead between `CreateContextBySym` and `DigestBegin` is small
and probably we c...
Kefu Chai
08:53 PM RADOS Bug #23517 (Resolved): TestMockDeepCopyRequest.SimpleCopy fails in run-rbd-unit-tests.sh
Jason Dillaman
02:27 PM RADOS Bug #23517: TestMockDeepCopyRequest.SimpleCopy fails in run-rbd-unit-tests.sh
https://github.com/ceph/ceph/pull/21571 Kefu Chai
08:53 PM Revision 74911234 (ceph): Merge pull request #21571 from tchaikov/wip-23517
cmake: hide symbols import from other libraries in libcls_*
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Review...
Jason Dillaman
08:47 PM RADOS Bug #23811: RADOS stat slow for some objects on same OSD
We are still debugging this. On a further look, it looks like all objects on that PG (aka _79.1f9_) show similar slow... Vaibhav Bhembre
05:30 PM RADOS Bug #23811 (New): RADOS stat slow for some objects on same OSD
We have observed that queries have been slow for some RADOS objects while others on the same OSD respond much quickly... Vaibhav Bhembre
08:29 PM rgw Bug #23506: [rgw] GET <object>?torrent returns object's body instead torrent-file
Thanks Robin. My recollection is that we just didn't want to do the SHA calculation and omap request for every upload... Casey Bodley
08:20 PM rgw Bug #23506 (Fix Under Review): [rgw] GET <object>?torrent returns object's body instead torrent-file
https://github.com/ceph/ceph/pull/21576 Casey Bodley
08:18 PM Revision 4dff36ef (ceph): rgw: fix error handling for GET with ?torrent
GET requests with ?torrent should never be treated as a normal GET
request. if rgw_torrent_flag wasn't true when the ...
Casey Bodley
07:13 PM Revision 394f4ca8 (ceph): create the rbd pool right after install
rbd pool should exist for many rbd tests to work properly, create
the pool right after install is successful.
Signed...
Vasu Kulkarni
06:55 PM Feature #18053 (Resolved): Minimize log-based recovery in the acting set
Neha Ojha wrote:
> Async recovery: https://github.com/ceph/ceph/pull/19811
> Doc: https://github.com/ceph/ceph/pull...
Vikhyat Umrao
06:46 PM Feature #18053: Minimize log-based recovery in the acting set
Async recovery: https://github.com/ceph/ceph/pull/19811
Doc: https://github.com/ceph/ceph/pull/21051
Neha Ojha
06:23 PM Revision 35ee087c (ceph): Merge pull request #21565 from alfredodeza/backport-wip-ceph-volume
luminous: ceph-volume: Nits noticed while studying code
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
06:07 PM Revision dd89cc27 (ceph): Merge pull request #21574 from alfredodeza/backport-cv-doc-updates
luminous: ceph-volume update man page for prepare/activate flags
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
06:01 PM Revision 94271de7 (ceph): Merge pull request #21573 from tchaikov/wip-cmake
cmake: s/boost_256/boost_sha256/
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Kefu Chai
05:44 PM Revision a2f563eb (ceph): doc/man/ceph-volume update flags for activate
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit a454abc863817cd393e01e8c135174c1e1839be2)
Alfredo Deza
05:44 PM Revision 1ac94545 (ceph): doc/man/ceph-volume update flags for prepare
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit ae96b9f0a283a65ddf6887461f3515a5a756572b)
Alfredo Deza
05:40 PM Revision e5dfec58 (ceph): Merge pull request #21570 from alfredodeza/wip-cv-doc-updates
ceph-volume update man page for prepare/activate flags
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
05:33 PM Revision 112f79f8 (ceph): cmake: s/boost_256/boost_sha256/
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
05:31 PM Bug #22302 (Fix Under Review): selinux denials with ceph-deploy/ceph-volume lvm device
https://github.com/ceph/ceph/pull/20118 Nathan Cutler
05:29 PM mgr Bug #23166 (Resolved): mgr: prometheus: internal server error while new OSDs are being added to t...
Nathan Cutler
05:28 PM mgr Backport #23313 (Resolved): luminous: mgr: prometheus: internal server error while new OSDs are b...
Nathan Cutler
05:01 PM mgr Backport #23313: luminous: mgr: prometheus: internal server error while new OSDs are being added ...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/21492
merged
Yuri Weinstein
05:21 PM Revision 82cb956e (ceph): Merge pull request #21484 from tchaikov/wip-cmake-common-cleanup
cmake, common: silence cmake and gcc warnings
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Kefu Chai
05:19 PM RADOS Bug #23646: scrub interaction with HEAD boundaries and clones is broken
I guess the intention is that scrubbing takes priority and proceeds even if trimming is in progress. Before more tri... David Zafman
04:45 PM RADOS Bug #23646: scrub interaction with HEAD boundaries and clones is broken

We don't start trimming if scrubbing is happening, so maybe the only hole is that scrubbing doesn't check for trimm...
David Zafman
05:17 PM Revision 3178bb96 (ceph): cmake: disable gflags support in rocksdb
to silence the warnings like
CMake Warning at CMakeLists.txt:73 (find_package):
By not providing "Findgflags.cmake...
Kefu Chai
05:17 PM Revision 19aee456 (ceph): cmake,make-dist: use sha256 instead of md5 for checksum
the boost's download page offers the SHA256 hash, so it'd be easier to
verify the hash this way.
Signed-off-by: Kefu...
Kefu Chai
05:02 PM Revision 3f24a7da (ceph): cmake: hide symbols import from other libraries in libcls_*
so they will not be involved when resolving symbols. ld tries to
keep a shared library around even if it fails to loa...
Kefu Chai
05:01 PM Revision ce21d110 (ceph): Merge pull request #21492 from b-ranto/wip-mgr-rgw-luminous
[luminous] Backport recent prometheus rgw changes
Reviewed-by: John Spray <john.spray@redhat.com>
Reviewed-by: Jan F...
Yuri Weinstein
04:56 PM rgw Backport #22937 (In Progress): luminous: beast: listen on multiple endpoints
Nathan Cutler
04:35 PM rgw Backport #22937: luminous: beast: listen on multiple endpoints
https://github.com/ceph/ceph/pull/21568 Casey Bodley
04:48 PM Revision a454abc8 (ceph): doc/man/ceph-volume update flags for activate
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
04:48 PM Revision ae96b9f0 (ceph): doc/man/ceph-volume update flags for prepare
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
04:44 PM Bug #23778: rados commands suddenly take a very long time to finish
https://github.com/ceph/ceph/pull/21567 Casey Bodley
02:58 PM Bug #23778: rados commands suddenly take a very long time to finish
Yehuda Sadeh wrote:
> It seems to me that we can't get more than one open connection to any monitor/osd at any time....
Casey Bodley
03:42 AM Bug #23778: rados commands suddenly take a very long time to finish
Moving this outside of rgw as it's a rados issue. Just reproduced it on a new cluster without any radosgw commands in... Yehuda Sadeh
03:02 AM Bug #23778: rados commands suddenly take a very long time to finish
yeah, Casey and others have been digging into this over the past 2 days; :(
Matt
Matt Benjamin
02:58 AM Bug #23778: rados commands suddenly take a very long time to finish
I'm able to reproduce this without radosgw/radosgw-admin at all. Just running multiple concurrent rados requests woul... Yehuda Sadeh
04:43 PM rgw Bug #23803 (Fix Under Review): aws4 auth not implemented for PutBucketRequestPayment
https://github.com/ceph/ceph/pull/21569 Casey Bodley
04:42 PM Revision 92b12f2a (ceph): rgw: aws4 auth supports PutBucketRequestPayment
Fixes: http://tracker.ceph.com/issues/23803
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
04:38 PM RADOS Bug #23810: ceph mon dump outputs verbose text to stderr
As a simple verification, running:... Anonymous
04:26 PM RADOS Bug #23810 (New): ceph mon dump outputs verbose text to stderr
When executing... Anonymous
04:36 PM CephFS Feature #14456: mon: prevent older/incompatible clients from mounting the file system
Pre-mimic clients, yes. Patrick Donnelly
06:58 AM CephFS Feature #14456: mon: prevent older/incompatible clients from mounting the file system
prevent pre-luminous client to connect? Zheng Yan
04:33 PM CephFS Bug #21848 (Fix Under Review): client: re-expand admin_socket metavariables in child process
Patrick Donnelly
03:52 AM CephFS Bug #21848: client: re-expand admin_socket metavariables in child process
https://github.com/ceph/ceph/pull/21544
Patrick, could you pls take a look at this new fix? Now it is not only for...
Zhi Zhang
04:24 PM Revision d505d77b (ceph): random: revert change from boost::optional to std::optional
somehow this was breaking the seeding of thread-local engines on gcc.
we'll have to investigate this further, but for...
Casey Bodley
04:11 PM Revision 580852e2 (ceph): doc: updated dashboard feature list (added new RGW details, Pools)
Updated the dashboard feature list in the documentation to mention
the possibility to list Ceph pools and the RGW use...
Lenz Grimmer
03:45 PM Revision 2f0984ae (ceph): Merge pull request #21516 from rjfd/wip-dashboard-rest-improvements
mgr/dashboard: RESTController improvements
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Reviewed-by: Vo...
Ricardo Dias
03:40 PM Revision b970e996 (ceph): Merge pull request #21353 from Devp00l/pool-list
mgr/dashboard: Pool listing
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: Sebastian Wagner <sebasti...
Ricardo Dias
03:36 PM Revision 178aeef7 (ceph): Merge pull request #21563 from idryomov/wip-krbd-lock-timeout-fixup
doc: lock_timeout is a per mapping option
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
03:33 PM rbd Bug #23809 (Fix Under Review): [test] output formatting tests are heavily broken
*PR*: https://github.com/ceph/ceph/pull/21564 Jason Dillaman
02:51 PM rbd Bug #23809 (Resolved): [test] output formatting tests are heavily broken
Unfortunately, PR 19117 broke numerous RBD tests that expected certain output formatting since the test was merged w/... Jason Dillaman
03:31 PM Revision 84ee636f (ceph): Remove unused and wrongly-described _lsblk_type
Signed-off-by: Dan Mick <dan.mick@redhat.com>
(cherry picked from commit a97419f5d2b23131242a3602f2fa5f91ac7bc74d)
Dan Mick
03:31 PM Revision a95c75e0 (ceph): Spelling/typos
Signed-off-by: Dan Mick <dan.mick@redhat.com>
(cherry picked from commit 15ef400bb35e70cbb27144d595759d31a075aa37)
Dan Mick
03:31 PM Revision 837bd8ff (ceph): Fix mixing of format() and %-interpolation
Signed-off-by: Dan Mick <dan.mick@redhat.com>
(cherry picked from commit 9e9a07c9ae41cc72e587dfd6551fd83389cc35e6)
Dan Mick
03:31 PM Revision aa96f444 (ceph): qa/workunits/rbd/import_export: update unit formatting
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:26 PM Revision 3e8b74fb (ceph): qa/workunits/rbd/cli_generic: update unit formatting
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:19 PM Revision 0acc0a8a (ceph): test/cli-integration/rbd: updated unit formatting
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:13 PM Revision c1f7b43a (ceph): Merge pull request #21538 from alfredodeza/backport-rm23678
luminous: ceph-volume: allow skipping systemd interactions on activate/create
Reviewed-by: Andrew Schoen <aschoen@re...
Andrew Schoen
03:00 PM Revision bdcf9d9a (ceph): rbd: correct object size formatting
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
02:41 PM RADOS Bug #23576: osd: active+clean+inconsistent pg will not scrub or repair
My opinion is that this is different from a problem where the inconsistent flag reappears after repairing a PG becaus... David Turner
02:39 PM Revision 260741a4 (ceph): doc: lock_timeout is a per mapping option
Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Ilya Dryomov
02:21 PM Revision b0311db9 (ceph): Merge pull request #21522 from idryomov/wip-krbd-lock-timeout-test
qa: krbd_exclusive_option.sh: add lock_timeout test case
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Ilya Dryomov
02:20 PM Revision b74489ec (ceph): Merge pull request #21513 from idryomov/wip-krbd-notrim-test
qa: krbd_fallocate.sh: add notrim test case
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Ilya Dryomov
02:13 PM Revision 1b28705b (ceph): mgr/dashboard: Add pool listing
Adds a new top level menu entry, called "Pool", which lists all pools
and contains a minimalistic detail view.
Signe...
Stephan Müller
02:11 PM Revision d0d3dfac (ceph): mgr/dashboard: K-v-table uses autoReload input
The "autoReload" input from the data table can now be used in the key
value table as well.
Signed-off-by: Stephan Mü...
Stephan Müller
01:55 PM Revision 564cac3e (ceph): Merge pull request #21517 from rjfd/wip-dashboard-fix-rbd-auth
mgr/dashboard: rbd: add @AuthRequired to snapshots controller
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Revi...
Lenz Grimmer
01:52 PM Revision 6d07530d (ceph): Merge pull request #20869 from votdev/dashboard_rgw_ro
mgr/dashboard: Add RGW user and bucket lists (read-only)
Reviewed-by: Ricardo Dias <rdias@suse.com>
Reviewed-by: Ric...
Lenz Grimmer
01:30 PM Revision 14e29fdc (ceph): common/strtoll: remove superfluous const modifier
Signed-off-by: Jan Fajerski <jfajerski@suse.com> Jan Fajerski
01:17 PM Dashboard Bug #23806: mgr/dashboard: Missing breadcrumb on monitor performance counters page
We came to the conclusion long time ago that we do not want to display breadcrumbs on this page. Volker Theile
10:48 AM Dashboard Bug #23806 (Resolved): mgr/dashboard: Missing breadcrumb on monitor performance counters page
On http://<dashboard_url>/#/perf_counters/mon/<monitor id> page the breadcrumb is missing and the headline looks a bi... Tatjana Dehler
12:55 PM RADOS Backport #23808 (In Progress): luminous: upgrade: bad pg num and stale health status in mixed lum...
https://github.com/ceph/ceph/pull/21556 Kefu Chai
12:55 PM RADOS Backport #23808 (Resolved): luminous: upgrade: bad pg num and stale health status in mixed lumnio...
https://github.com/ceph/ceph/pull/21556 Kefu Chai
12:51 PM rbd Subtask #18753 (Fix Under Review): rbd-mirror HA: create teuthology thrasher for rbd-mirror
Jason Dillaman
12:51 PM rbd Subtask #18753: rbd-mirror HA: create teuthology thrasher for rbd-mirror
*PR*: https://github.com/ceph/ceph/pull/21541 Jason Dillaman
12:40 PM Linux kernel client Bug #23706: NULL sock gets passed to ceph_tcp_sendmsg()
os centos 7.3 kernel version 3.10.514
not found session lost near the panic timestamp
libceph print a lot of osds u...
Yong Wang
06:50 AM Linux kernel client Bug #23706: NULL sock gets passed to ceph_tcp_sendmsg()
I'm working on a fix. What I'm wondering is why has it popped up now and not in the past.
Yong, which kernel is t...
Ilya Dryomov
03:05 AM Linux kernel client Bug #23706: NULL sock gets passed to ceph_tcp_sendmsg()
ceph_con_workfn will continue to do the below if no flag settled in connections?
write_partial_kvec
ceph_tcp_sen...
Yong Wang
03:02 AM Linux kernel client Bug #23706: NULL sock gets passed to ceph_tcp_sendmsg()
We meet the same panic:
=================
2129 [11093.424272] Call Trace:
2130 [11093.424438] [<ffffffffa05...
Yong Wang
12:03 PM rgw Bug #23470: presigned URL for PUT with metadata fails: SignatureDoesNotMatch
(marcus reported some progress debugging, will update) Matt Benjamin
11:41 AM CephFS Bug #23518 (In Progress): mds: crash when failover
Zheng Yan
08:31 AM CephFS Bug #23518: mds: crash when failover
This one is related to http://tracker.ceph.com/issues/23503. #23503 can explain why session was evicted Zheng Yan
11:27 AM Revision 6e43818e (ceph): mgr/dashboard: performance counter browsers
Signed-off-by: Rubab-Syed <rubab.syed21@gmail.com>
(cherry picked from commit 25ecfbd9cfb620463de1545ca0be50001c80546...
Rubab Syed
11:11 AM RADOS Bug #23763 (Fix Under Review): upgrade: bad pg num and stale health status in mixed lumnious/mimi...
https://github.com/ceph/ceph/pull/21555 Kefu Chai
10:09 AM RADOS Bug #23763: upgrade: bad pg num and stale health status in mixed lumnious/mimic cluster
i think the pg_num = 11 is set by LibRadosList.EnumerateObjects... Kefu Chai
12:32 AM RADOS Bug #23763: upgrade: bad pg num and stale health status in mixed lumnious/mimic cluster
Yuri reproduced the bad pg_num in 1 of 2 runs:... Josh Durgin
10:55 AM Messengers Bug #23807 (Resolved): Monitor mon_daemon_bytes and mon_client_bytes throttle full after monitor ...
Recently, we added a monitor to one of our existing clusters, after which one monitor's "mon_daemon_bytes" and "mon_c... Xuehan Xu
10:49 AM Revision b159da60 (ceph): mgr: expose have_mon_connection to python modules
So that they can warn their end users if the data
we have is probably stale.
Signed-off-by: John Spray <john.spray@r...
John Spray
09:34 AM Revision 7075470c (ceph): Merge pull request #21386 from votdev/api_interceptor
mgr/dashboard: Rename and refactor ApiInterceptorService class
Reviewed-by: Stephan Müller <smueller@suse.com>
Revie...
Lenz Grimmer
08:55 AM Revision 6aa52b67 (ceph): Merge pull request #21531 from LenzGr/mgr-dashboard-documentation
doc: updated the dashboard feature list
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: Tatjana Dehle...
Ricardo Dias
08:51 AM Revision 3bfd9e4a (ceph): tools/rados: improve the ls command usage
Signed-off-by: Li Wang <laurence.liwang@gmail.com> Li Wang
08:28 AM Revision b2a1a216 (ceph): pybind/mgr/prometheus: unify label names, move away from "id"
This commit makes label names that are supposed to be used for matching
consistent. Prometheus can not match on say o...
Jan Fajerski
08:13 AM Bug #23805 (Fix Under Review): ceph-helpers.sh tries to use dirname without mandatory parameter
https://github.com/ceph/ceph/pull/21552 Nathan Cutler
08:08 AM Bug #23805 (Resolved): ceph-helpers.sh tries to use dirname without mandatory parameter
... Nathan Cutler
08:10 AM Revision f03b9028 (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>
Nathan Cutler
08:06 AM Revision e1a1034a (ceph): rgw: admin rest api shouldn't return error when getting user's stats if
the user hasn't create any bucket.
Signed-off-by: Zhang Shaowen <zhangshaowen@cmss.chinamobile.com>
Zhang Shaowen
08:00 AM Revision ad6baee3 (ceph): EventKqueue: Clang want realloc return to be typed
Otherwise Clang start complaining:
src/msg/async/EventKqueue.cc:202:18: error: assigning to 'struct SaveEvent *' from...
Willem Jan Withagen
07:50 AM Revision 36663654 (ceph): doc: updated the dashboard feature list
Updated and improved the Mgr Dashboard feature list: added RBD management
features.
Signed-off-by: Lenz Grimmer <lgr...
Lenz Grimmer
07:29 AM CephFS Bug #23327: qa: pjd test sees wrong ctime after unlink
should close this if it does not happen again Zheng Yan
07:06 AM rgw Bug #23804 (New): rgw multisite sync maybe hang
... rui xie
05:52 AM CephFS Documentation #23583 (In Progress): doc: update snapshot doc to account for recent changes
by commit "mds: update dev document of cephfs snapshot" in RP https://github.com/ceph/ceph/pull/21374 Zheng Yan
03:33 AM Revision f32ac11c (ceph): common/config: support to save and re-expand special metavariables
Support to save and re-expand special metavariables according to daemon needs.
Currently only special meta $pid is ad...
Zhi Zhang
02:31 AM CephFS Backport #23802 (In Progress): luminous: slow ceph_ll_sync_inode calls after setattr
https://github.com/ceph/ceph/pull/21542 Prashant D
01:12 AM Revision f26b06d7 (ceph): client: flush the mdlog in _fsync before waiting on unstable reqs
Recently, we changed ganesha to call to ceph_ll_sync_inode after
issuing a setattr call, to ensure that the attribute...
Jeff Layton
12:48 AM RADOS Bug #22881 (In Progress): scrub interaction with HEAD boundaries and snapmapper repair is broken
David Zafman

04/19/2018

11:18 PM Revision 390f2ccd (ceph): osdc/Objecter: apply throttle on enumerate_objects.
In func Objecter::_op_submit_with_budget, only condition
"if (!op->ctx_budgeted || (ctx_budget && (*ctx_budget == -1)...
jianpeng ma
11:15 PM Revision 8b3b7dbe (ceph): Merge PR #21499 into master
* refs/pull/21499/head:
doc/cephfs: update kernel client quotas support info
Reviewed-by: Patrick Donnelly <pdonnel...
Patrick Donnelly
11:15 PM Revision cdd701f4 (ceph): githubmap: update contributors
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
11:05 PM CephFS Bug #23755 (Resolved): qa: FAIL: test_purge_queue_op_rate (tasks.cephfs.test_strays.TestStrays)
Patrick Donnelly
11:05 PM Revision 7fa4965c (ceph): Merge PR #21472 into master
* refs/pull/21472/head:
mds: optimize purge queue expire pos update
Reviewed-by: Patrick Donnelly <pdonnell@redhat....
Patrick Donnelly
10:12 PM CephFS Fix #4708 (Rejected): MDS: journaler pre-zeroing is dangerous
Thanks for explaining Zheng. Closing this. Patrick Donnelly
01:44 PM CephFS Fix #4708 (Need More Info): MDS: journaler pre-zeroing is dangerous
I don't think it's still a problem. new mds takes over a rank after it see old mds is blacklisted in osdmap. There is... Zheng Yan
10:03 PM CephFS Backport #23790: luminous: mds: crash during shutdown_pass
Please just remove the global_snaprealm part of the backport. Patrick Donnelly
10:50 AM CephFS Backport #23790 (Need More Info): luminous: mds: crash during shutdown_pass
To backport this PR, we need complete PR#16779 (https://github.com/ceph/ceph/pull/16779) having changes related to mu... Prashant D
05:25 AM CephFS Backport #23790 (Resolved): luminous: mds: crash during shutdown_pass
https://github.com/ceph/ceph/pull/23015 Nathan Cutler
10:02 PM Bug #23599: Segfault while scrubbing Bluestore OSD
Had an OSD crash today without deep scrub, log and core dump available at:
https://drive.google.com/open?id=1MFNdn...
Alex Gorbachev
10:00 PM CephFS Bug #22933 (Pending Backport): client: add option descriptions and review levels (e.g. LEVEL_DEV)
Patrick Donnelly
09:59 PM Revision 9b2a919d (ceph): Merge PR #21434 into master
* refs/pull/21434/head:
client: add client option descriptions
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Review...
Patrick Donnelly
08:37 PM rgw Bug #23480 (Fix Under Review): No meaningful error when RGW cannot create pools due to lack of av...
An error message was added for http://tracker.ceph.com/issues/22351, but that didn't apply to these code paths from m... Casey Bodley
05:56 PM rgw Bug #23480: No meaningful error when RGW cannot create pools due to lack of available PGs
agree, we'd like to improve usability Matt Benjamin
08:08 PM rgw Bug #23803 (Resolved): aws4 auth not implemented for PutBucketRequestPayment
attempts to set bucket request payment results in: An error occurred (NotImplemented) when calling the PutBucketReque... Casey Bodley
08:06 PM CephFS Backport #23802 (Resolved): luminous: slow ceph_ll_sync_inode calls after setattr
https://github.com/ceph/ceph/pull/21542 Nathan Cutler
08:04 PM Revision 938b4125 (ceph): ceph-volume lvm.activate add --no-systemd flag to skip starting/enablin...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 75685e33bfc192f3a3b16ad57b8cd40313bd8bc6)
Alfredo Deza
07:59 PM Revision 6d1947e7 (ceph): ceph-volume lvm.common add --no-systemd flag to skip enabling/starting ...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 832da49ca8f1a57807f8a892cd734aa9b37216a6)
Alfredo Deza
07:59 PM Revision f51637e5 (ceph): ceph-volume tests functional python tests for --no-systemd in activate
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 8848d037086f889a880f5ea1d3bb2254e16faf7b)
Alfredo Deza
07:55 PM ceph-volume Feature #23067: Implement an 'activate all' to help with dense servers or migrating OSDs
merged commit 6a0a73f into ceph:luminous Alfredo Deza
07:55 PM Revision 6a0a73ff (ceph): Merge pull request #21533 from alfredodeza/backport-rm23067
luminous: ceph-volume Implement an 'activate all' to help with dense servers or migrating OSDs
Reviewed-by: Andrew S...
Andrew Schoen
07:34 PM rgw Bug #23801 (Resolved): possibly wrong log level in gc_iterate_entries (src/cls/rgw/cls_rgw.cc:3291)
We think the log level 0 in line 3291 in gc_iterate_entries "CLS_LOG(0, "gc_iterate_entries end_key=%s\n", end_key.c_... Nicolas Rachinsky
07:10 PM Revision 02f64e7f (ceph): rgw: move all pool creation into rgw_init_ioctx
the pool_create/application_enable logic was duplicated in three places,
and only one of them was reporting the error...
Casey Bodley
06:59 PM CephFS Bug #23800 (Fix Under Review): MDSMonitor: setting fs down twice will wipe old_max_mds
https://github.com/ceph/ceph/pull/21536 Patrick Donnelly
06:42 PM CephFS Bug #23800 (Resolved): MDSMonitor: setting fs down twice will wipe old_max_mds
Patrick Donnelly
06:57 PM Revision 378a6fcf (ceph): qa: check old_max_mds is not wiped by marked down twice
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
06:52 PM Revision bee7a113 (ceph): MDSMonitor: do not wipe old_max_mds when marked down twice
Fixes: http://tracker.ceph.com/issues/23800
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
06:49 PM CephFS Bug #23799 (Fix Under Review): MDSMonitor: creates invalid transition from up:creating to up:shut...
https://github.com/ceph/ceph/pull/21535 Patrick Donnelly
06:36 PM CephFS Bug #23799 (Resolved): MDSMonitor: creates invalid transition from up:creating to up:shutdown
... Patrick Donnelly
06:40 PM Revision 6cad464a (ceph): Merge pull request #21506 from liewegas/wip-rados-test-luminous
qa/workunits/rados/test-upgrade-to-mimic.sh: fix tee output
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Sage Weil
06:11 PM CephFS Bug #23714 (Pending Backport): slow ceph_ll_sync_inode calls after setattr
Patrick Donnelly
06:09 PM Revision a4778e9d (ceph): Merge PR #21498 into master
* refs/pull/21498/head:
client: flush the mdlog in _fsync before waiting on unstable reqs
Reviewed-by: dongdong tao...
Patrick Donnelly
05:54 PM mgr Backport #23313: luminous: mgr: prometheus: internal server error while new OSDs are being added ...
I have included this fix and the fix that fixes this fix (PR 21530) in my prometheus backport PR for luminous:
htt...
Boris Ranto
05:54 PM rgw Bug #23489 (In Progress): [rgw] civetweb behind haproxy doesn't work with absolute URI
Abhishek Lekshmanan
05:53 PM rgw Bug #23369 (Won't Fix): User suspend on slave zone but not sync this stats to master zone
changes to metadata (users, buckets) made on secondary zones are not replicated, by design. see http://docs.ceph.com/... Casey Bodley
05:50 PM rgw Bug #22963 (Resolved): radosgw-admin usage show loops indefinitly - again
Abhishek Lekshmanan
05:50 PM rgw Bug #23229 (Resolved): usage trim loops forever: infinite calls to rgw.user_usage_log_trim
original issue is fixed and backported, closing Abhishek Lekshmanan
05:48 PM Revision 616a9ab9 (ceph): pybind/mgr/prometheus: fix creation of osd_metadata metric
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
(cherry picked from commit 05a37d4a61c427ed532138ab0c13a9dd4d0f65fb)
Jan Fajerski
05:47 PM Revision 08eea29a (ceph): mgr/prometheus: fix and complete PG state names
...and reformat into a flat list in the same
order as found in osd_types.cc so that it's
easy to cross check.
Fixes:...
John Spray
05:47 PM Revision bfaac34c (ceph): mgr/prometheus: skip OSD output if missing from CRUSH devices
Apparently this occurs as a transient state while adding
OSDs.
Fixes: https://tracker.ceph.com/issues/23166
Signed-o...
John Spray
05:47 PM Bug #23778: rados commands suddenly take a very long time to finish
Casey Bodley
09:35 AM Bug #23778: rados commands suddenly take a very long time to finish
Some further debugging with Abhishek revealed that the radosgw-admin command does not hang if the option " --rgw-cach... Lenz Grimmer
05:44 PM rgw Bug #22985: Buckets missing from rgw_read_user_buckets output
Matt Benjamin
05:42 PM Revision 4dde3d35 (ceph): Merge pull request #21530 from jan--f/mgr-prometheus-fix-osd-metadata
pybind/mgr/prometheus: fix creation of osd_metadata metric
Reviewed-by: Boris Ranto <branto@redhat.com>
Boris Ranto
05:35 PM rgw Bug #23779 (Fix Under Review): rgw: ZoneParams backward compatibility problem following cloud syn...
Matt Benjamin
05:34 PM rgw Bug #23779: rgw: ZoneParams backward compatibility problem following cloud sync change
master pr: https://github.com/ceph/ceph/pull/21500 Abhishek Lekshmanan
04:31 PM Revision 1f336d97 (ceph): ceph-volume lvm.activate error if no bluestore OSDs are found
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit b1920d6e731f194c4829810d849dba6b087ce3a4)
Alfredo Deza
04:31 PM Revision 05d57b89 (ceph): ceph-volume tests/functional add 'activate all' for xenial/bluestore/dm...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 452081e57e5de9bb3a1391f22ffcac1bb712f2e9)
Alfredo Deza
04:31 PM Revision 25ba7e3e (ceph): ceph-volume tests/functional add 'activate all' for xenial/filestore/dm...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit d6524297ac423ffc7ea82dc9598d27b4cc61a0ae)
Alfredo Deza
04:31 PM Revision 6c4bdcbc (ceph): ceph-volume tests ensure activate all behavior
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 2d8f48983d8674376a57ad98db16700bc00f8e29)
Alfredo Deza
04:31 PM Revision fc056666 (ceph): ceph-volume tests/functional add 'activate all' in bluestore playbook
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 797518a54603ad8fc9b57a66eab7cf7e55ea0299)
Alfredo Deza
04:31 PM Revision ca2eb408 (ceph): ceph-volume tests/functional add 'activate all' in filestore playbook
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit ef09f3996b8a165112afc4e6912a119015c798be)
Alfredo Deza
04:31 PM Revision 162c2046 (ceph): ceph-volume tests/functional add 'activate all' for centos7/bluestore/d...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 16421c9058011e115cf043de4cf279cbbd0ac0ce)
Alfredo Deza
04:31 PM Revision 3dd6c0b8 (ceph): ceph-volume tests/functional add 'activate all' for centos7/filestore/d...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 5513f4de4ee0b4802bc1c0d1af754dd2d80486ed)
Alfredo Deza
04:31 PM Revision 7c8e30b4 (ceph): ceph-volume systemd.systemctl add helpers for daemon status
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 2e8249f9e233d408fc45b772e45995c00f5180d7)
Alfredo Deza
04:31 PM Revision fa71de15 (ceph): ceph-volume process.call add conditional verbosity on failure
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 50c9d5331b0c42d568baa47a2d52f199b3b4d818)
Alfredo Deza
04:31 PM Revision 91052863 (ceph): ceph-volume lvm.activate add 'activate all' functionality
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit fb0008ea8babe0065c08d3377bdabd36f3c2fa33)
Alfredo Deza
04:31 PM Revision a4b07ab8 (ceph): ceph-volume tests add process.call unit tests
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 6975e221d9f0c1b17531ca6fed87882b514e6d95)
Alfredo Deza
04:31 PM Revision 3cbe5d2b (ceph): ceph-volume lvm.activate warn when no osds are found with --all
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 967938a0cf4353e99eb55815cde4ee90d6d4b79b)
Alfredo Deza
04:31 PM Revision 49365730 (ceph): ceph-volume lvv.activate allo to configure the CLI with --all
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 4f305eb661553bebc1a86d18c11f596fa6206828)
Alfredo Deza
04:31 PM Revision 69a31f16 (ceph): ceph-volume lvm.listing create a helper that lists osds
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit cee7612ce400ca4bc3e6e5dbcc1a158178edafe5)
Alfredo Deza
03:51 PM Bug #23798 (Resolved): syslogd "SELinux denials found" in powercycle
This is v12.2.5 QE validation
centos related
Run: http://pulpito.ceph.com/yuriw-2018-04-18_16:20:26-powercycle-...
Yuri Weinstein
03:35 PM Revision c5e6f6b0 (ceph): common/strtol: fix strict_strtoll() so it accepts hex starting with 0x
- simplify the error handling of strtoll().
- only instantiate ostringstream when handling errors.
Signed-off-by: Ke...
Kefu Chai
03:34 PM Revision 05a37d4a (ceph): pybind/mgr/prometheus: fix creation of osd_metadata metric
Signed-off-by: Jan Fajerski <jfajerski@suse.com> Jan Fajerski
03:31 PM CephFS Bug #23797 (Can't reproduce): qa: cluster [WRN] Health check failed: 1 osds down (OSD_DOWN)
This is v12.2.5 QE validation
Run: http://pulpito.ceph.com/yuriw-2018-04-17_21:20:41-knfs-luminous-testing-basic-s...
Yuri Weinstein
03:13 PM Revision ed96c331 (ceph): Merge pull request #21446 from smithfarm/wip-ctest-py3-fallback
cmake/mgr: use Python 3 virtualenv if mgr subinterpreter is Python 3
Reviewed-by: John Spray <john.spray@redhat.com>...
Kefu Chai
02:57 PM Revision 3d5aaf5a (ceph): Merge pull request #21477 from liewegas/wip-kvstore-tool
ceph-kvstore-tool: make it a bit more friendly
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:57 PM Revision 12e42211 (ceph): Merge pull request #21488 from tchaikov/wip-i-choose-to-die-instead-of-...
msg/async/EventKqueue: assert on OOM
Reviewed-by: Haomai Wang <haomai@xsky.com>
Kefu Chai
02:44 PM Revision 2d6f8ccf (ceph): Merge pull request #21509 from ceph/backport-rm23757
luminous: ceph-volume: allow parallel creates
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
02:41 PM Revision 4ae7a451 (ceph): Merge pull request #21505 from ceph/backport-rm23581
luminous: ceph-volume: automatic VDO detection
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
02:39 PM Revision 8d775bed (ceph): mgr/dashboard: Rename auth-interceptor and refactor it to display notif...
Signed-off-by: Volker Theile <vtheile@suse.com> Volker Theile
02:39 PM Revision 9db2d058 (ceph): mgr/dashboard: Do not show notifications for HTTP 409 errors.
Signed-off-by: Volker Theile <vtheile@suse.com> Volker Theile
02:39 PM Revision 3416cf2e (ceph): mgr/dashboard: Add ability to cancel notifications.
Signed-off-by: Volker Theile <vtheile@suse.com> Volker Theile
02:36 PM Revision eaa02bc7 (ceph): Merge pull request #21496 from ceph/wip-rm23678
ceph-volume: allow skipping systemd interactions on activate/create
Reviewed-by: Andrew Schoen <aschoen@redhat.com
Andrew Schoen
02:18 PM RADOS Bug #23517: TestMockDeepCopyRequest.SimpleCopy fails in run-rbd-unit-tests.sh
Kefu Chai
12:34 PM RADOS Bug #23517: TestMockDeepCopyRequest.SimpleCopy fails in run-rbd-unit-tests.sh
https://github.com/ceph/ceph/pull/21280 Kefu Chai
07:42 AM RADOS Bug #23517 (Fix Under Review): TestMockDeepCopyRequest.SimpleCopy fails in run-rbd-unit-tests.sh
... Kefu Chai
02:17 PM rgw Backport #23721 (In Progress): jewel: radosgw-admin user stats --sync-stats without a user will c...
https://github.com/ceph/ceph/pull/21527 Prashant D
01:36 PM Revision e3a38e9e (ceph): mon: respect standby_for_fscid when choosing standby replay mds
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
01:29 PM ceph-volume Bug #23693: ceph-volume lvm list miss Ceph's disks
merged commit 285df7b into luminous Alfredo Deza
01:12 PM ceph-volume Bug #23693: ceph-volume lvm list miss Ceph's disks
Backport at: https://github.com/ceph/ceph/pull/21519 Alfredo Deza
01:11 PM ceph-volume Bug #23693 (Resolved): ceph-volume lvm list miss Ceph's disks
Pull request at: https://github.com/ceph/ceph/pull/21409
merged commit 336866a into ceph:master
Alfredo Deza
01:29 PM Revision 285df7bd (ceph): Merge pull request #21519 from ceph/evelu-luminous-readonly
luminous: ceph-volume: Using --readonly for {vg|pv|lv}s commands
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
01:26 PM Revision 8d40e21d (ceph): mon: fix standby replay in multimds setup
The code should break loops for two level. otherwise, in multimds setup,
a standby mds may get assigned to standby re...
Yan, Zheng
01:14 PM Revision 0f680f26 (ceph): mon: add 'ceph osd pool get erasure allow_ec_overwrites' command
Fixes: https://tracker.ceph.com/issues/23487
Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from commit...
Mykola Golub
12:52 PM Bug #18163 (Fix Under Review): platform.linux_distribution() is deprecated; stop using it
This bug is no longer applicable to master, because ceph-detect-init has been dropped there.
*mimic PR*: https://g...
Nathan Cutler
12:31 PM Dashboard Cleanup #23796 (Resolved): Make controllers to require authentication by default
Currently to make a controller to require authentication for its access we need to add the `@AuthRequired()` decorato... Ricardo Dias
10:15 AM Bug #23794 (Resolved): strtoll is broken for hex number string
introduced by https://github.com/ceph/ceph/commit/143c776ba30f42df85f2d83184f179fee2104063 Zheng Yan
09:57 AM Revision fbd6aa56 (ceph): ceph-volume: Using --readonly for {vg|pv|lv}s commands
The actual code is detecting {vg|pv|lv}s by running the usual {vg|pv|lv}s commands.
Those calls expect lvmetad to be ...
Erwan Velu
09:52 AM CephFS Bug #23332: kclient: with fstab entry is not coming up reboot
Actually, the first failure seems to be a bit before:... Luis Henriques
09:35 AM Revision 26c26249 (ceph): mgr/dashboard: Add RGW user and bucket lists (read-only)
Signed-off-by: Volker Theile <vtheile@suse.com> Volker Theile
09:35 AM Revision 38696593 (ceph): mgr/dashboard: Force datatable to hide the loading indicator in case of...
Signed-off-by: Volker Theile <vtheile@suse.com> Volker Theile
09:35 AM Revision ee5c9ad0 (ceph): mgr/dashboard: Modify RGW proxy response of errors to display a detaile...
Signed-off-by: Volker Theile <vtheile@suse.com> Volker Theile
09:33 AM RADOS Backport #23784 (In Progress): luminous: osd: Warn about objects with too many omap entries
Nathan Cutler
09:33 AM RADOS Backport #23784: luminous: osd: Warn about objects with too many omap entries
h3. description
As discussed in this PR - https://github.com/ceph/ceph/pull/16332
Nathan Cutler
09:27 AM Revision 096f3096 (ceph): mgr/dashboard: rbd: add @AuthRequired to snapshots controller
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
09:19 AM Revision 47a55cf5 (ceph): Merge pull request #21466 from jcsp/wip-dashboard-cmake-all
cmake: include frontend build in 'all' target
Reviewed-by: Ricardo Dias <rdias@suse.com>
Ricardo Dias
09:15 AM Revision 2bccb866 (ceph): mgr/dashboard: restcontroller: removed @args_from_json
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
09:13 AM Revision 3bff4b20 (ceph): Merge pull request #21497 from votdev/forceidentifier_datatable
mgr/dashboard: Add 'forceIdentifier' attribute to datatable
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Lenz Grimmer
09:08 AM Revision 5bbc2355 (ceph): mon/LogMonitor: do not crash on log sub w/ no messages
If sv == 0, we will fail to fetch a value and assert out. Skip the loop
in that case.
Signed-off-by: Sage Weil <sag...
Sage Weil
09:08 AM Revision fbccd3bf (ceph): common: posix_fallocate on ZFS returns EINVAL
But even still it would not work on any COW FS.
So reorganised the code to have a common routine
that in the end will...
Willem Jan Withagen
09:06 AM Revision b8fa9837 (ceph): Merge pull request #21469 from liewegas/wip-log-nomsgs
mon/LogMonitor: do not crash on log sub w/ no messages
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Joao E...
Kefu Chai
09:05 AM Revision 7985f37e (ceph): Merge pull request #21467 from tchaikov/wip-perf-stats-ns-incarnation
include/ceph_features: fix OS_PERF_STAT_NS's incarnation
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: ...
Kefu Chai
09:02 AM Revision fb472ddc (ceph): Merge pull request #21459 from runsisi/wip-mgrc-register
mgr/MgrClient: service registration filtered by service name instead of daemon name
Reviewed-by: John Spray <john.sp...
Kefu Chai
08:43 AM Revision 25869054 (ceph): qa: krbd_exclusive_option.sh: be more lax about ps states
Allow running this script by hand -- foreground process group vs
background process groups, etc.
Signed-off-by: Ilya...
Ilya Dryomov
08:43 AM Revision cec0ee30 (ceph): qa: krbd_exclusive_option.sh: add lock_timeout test case
Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Ilya Dryomov
08:26 AM Revision d0ccfb40 (ceph): Merge pull request #21344 from yangdongsheng/lock_timeout
rbd: support lock_timeout in rbd mapping
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Ilya Dryomov
08:14 AM bluestore Bug #23653: tcmalloc Attempt to free invalid pointer 0x55de11f2a540 in rocksdb::LRUCache::~LRUCac...
change the status to verified. because, unlike #21422, this issue more of a run-time dependency problem. Kefu Chai
08:12 AM bluestore Bug #23653: tcmalloc Attempt to free invalid pointer 0x55de11f2a540 in rocksdb::LRUCache::~LRUCac...
i just filed https://bugzilla.redhat.com/show_bug.cgi?id=1569391 to track this issue at downstream. Kefu Chai
07:57 AM bluestore Bug #23653 (Duplicate): tcmalloc Attempt to free invalid pointer 0x55de11f2a540 in rocksdb::LRUCa...
tcmalloc 2.6.1 is buggy. probably we need runtime check to disallow ceph to run with "2.5 < tcmalloc.version < 2.6.2"... Kefu Chai
08:12 AM CephFS Backport #23791 (In Progress): luminous: MDSMonitor: new file systems are not initialized with th...
https://github.com/ceph/ceph/pull/21512 Prashant D
05:25 AM CephFS Backport #23791 (Resolved): luminous: MDSMonitor: new file systems are not initialized with the p...
https://github.com/ceph/ceph/pull/21512 Nathan Cutler
07:57 AM Bug #21422: crash in rocksdb LRUCache destructor with tcmalloc v4.2.6 / gperf-tools v2.5.93
see also https://www.spinics.net/lists/ceph-devel/msg38548.html Kefu Chai
07:53 AM Revision 1ee0f2a3 (ceph): mgr/dashboard: .gitignore: ignore vscode .venv dir
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
07:52 AM Revision 671b1348 (ceph): mgr/dashboard: restcontroller: support explicit resource ID
In the current implementation, RESTController tries to infer the
resource ID by looking at the declared parameters of...
Ricardo Dias
07:48 AM Revision b21467d3 (ceph): signal_handler: Reports pid 0 as Kernel
When receiving a signal, get_name_by_pid() tries to find what was the process name of the sender.
As per bug #23320,...
Erwan Velu
07:48 AM Revision b1037f93 (ceph): signal_handler: Implementing specific messages per context
As per bug #23320, regarding the signal we receive, it could be interesting providing a specific message.
If we get ...
Erwan Velu
07:47 AM Revision ffab7958 (ceph): cmake/mgr: use Python 3 virtualenv if mgr subinterpreter is Python 3
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
07:31 AM Revision 9e3ad182 (ceph): mgr/dashboard: Force identifier for RBD datatable.
Signed-off-by: Volker Theile <vtheile@suse.com> Volker Theile
07:29 AM RADOS Bug #23793: ceph-osd consumed 10+GB rss memory
the "mon max pg per osd" is 1024 in my test. Honggang Yang
07:14 AM RADOS Bug #23793 (New): ceph-osd consumed 10+GB rss memory
After 26GB data is written, ceph-osd's memory(rss) reached 10+GB.
The objectstore backed is *KStore*. master branc...
Honggang Yang
07:23 AM Revision dda38317 (ceph): mgr/dashboard: Add 'forceIdentified' attribute to datatable
Signed-off-by: Volker Theile <vtheile@suse.com> Volker Theile
07:03 AM Revision f6d976b7 (ceph): qa: krbd_fallocate.sh: parameterize assert_deallocated()
Take num_objects_expected, similar to assert_deallocated_unaligned().
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Ilya Dryomov
07:03 AM Revision a7d89c07 (ceph): qa: krbd_fallocate.sh: s/deallocated/zeroes/
Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Ilya Dryomov
07:03 AM Revision 46853684 (ceph): qa: krbd_fallocate.sh: add notrim test case
Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Ilya Dryomov
06:59 AM Revision b09e4fe5 (ceph): rbd: support lock_timeout in rbd mapping
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn> Yang Dongsheng
06:51 AM Revision 6931ab7e (ceph): Merge pull request #21056 from hitoshikamei/rbdmap-notrim
rbd: add notrim option to rbd map
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Ilya Dryomov
06:50 AM Revision 703ae761 (ceph): MDSMonitor: initialize new Filesystem epoch from pending
Fixes: https://tracker.ceph.com/issues/23764
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fr...
Patrick Donnelly
06:42 AM RADOS Backport #22934 (In Progress): luminous: filestore journal replay does not guard omap operations
Victor Denisov
05:33 AM rgw-testing Bug #23699 (Can't reproduce): testUnorderedList swift/test/functional/tests.py fails in upgrade test
sorry for the noise. =(
i was testing wip-kefu-testing-2018-04-12-2211 which does not contain https://github.com/c...
Kefu Chai
05:25 AM CephFS Backport #23792 (Resolved): luminous: MDSMonitor: MDSMonitor::encode_pending modifies fsmap not p...
https://github.com/ceph/ceph/pull/21732 Nathan Cutler
05:11 AM Revision 2efe9daf (ceph): Merge pull request #21490 from tchaikov/wip-tox
mgr/dashboard: create venv for running tox
Reviewed-by: Ricardo Dias <rdias@suse.com>
Kefu Chai
04:56 AM Revision e3a45dfb (ceph): mds: cleanup scrub code
1. scrub_infop can not be nullptr for inodes that are being scrubbed.
2. properly set scrub_infop->repaired if any er...
Yan, Zheng
04:56 AM Revision 87ead198 (ceph): mds: allow scrubbing mdsdir
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
04:56 AM Revision c73c247c (ceph): mds: upgrade snaprealm format during scrub
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
04:56 AM Revision 5dbc0f9d (ceph): mds: don't mark primary dentry damaged if inode has been repaired
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
04:56 AM Revision 40b3f7e5 (ceph): mds: automaticly allow multi-active MDS after scrubbing all inodes
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
04:56 AM Revision bc24de02 (ceph): mds: close past parents after snaprealm format gets converted
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
04:56 AM Revision 81d0554e (ceph): mds: allow snapshot by default for new filesystem
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Fixes: http://tracker.ceph.com/issues/23623
Yan, Zheng
04:56 AM Revision 7a227cc0 (ceph): mds: show health warning if multimds with old format snapshots
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
04:17 AM Revision 49f4b432 (ceph): mds: automaticly allow multi-active MDS after removing all old snapshots
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
04:16 AM Revision d6d2eb51 (ceph): mds: disallow multi-active MDS if snapshot was ever created by pre-mimi...
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
04:11 AM Revision f8a0a3cf (ceph): tools/setup-virtualenv.sh: bump up the version of tox to 2.9.1
2.8.1 brings an important fix, see
https://github.com/tox-dev/tox/issues/515.
Signed-off-by: Kefu Chai <kchai@redhat...
Kefu Chai
04:11 AM Revision 15994148 (ceph): mgr/dashboard: create venv for running tox
the tox shipped with centos is 1.4.2, and is way too old. it does not
allow us to define the dependency using generat...
Kefu Chai
03:32 AM Revision 67c0b8ed (ceph): mds: properly save snaptable after upgrading version
commit 002c732d "mds: make sure snaptable version > 0" is buggy
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Yan, Zheng
03:32 AM Revision 28dc90bf (ceph): mds: don't bump snaptable last_snap when renaming snapshot
this helps keeping removed_snaps interval_set in osdmap contiguous
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Yan, Zheng
03:32 AM Revision 07e7007d (ceph): mds: validate SnapInfo::long_name before using it
SnapInfo::long_name becomes invalid after rename snapshot
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Yan, Zheng
03:24 AM CephFS Bug #23658 (Fix Under Review): MDSMonitor: crash after assigning standby-replay daemon in multifs...
Zheng Yan
02:48 AM CephFS Bug #23658: MDSMonitor: crash after assigning standby-replay daemon in multifs setup
https://github.com/ceph/ceph/pull/21510 Zheng Yan
12:10 AM Revision 97db9395 (ceph): mds: avoid creating unnecessary subtrees during load balance
When choosing dirfrags for exporting, consider subtrees imported
from other MDS first. It's because that exporting di...
Yan, Zheng
12:10 AM Revision 7efb55cd (ceph): mds: optimize MDBalancer::find_exports()
stop at subtree bounds; make freezing/frozen check more efficient.
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(ch...
Yan, Zheng
12:10 AM Revision cace918d (ceph): mds: check export pin when choosing dirfrags for exporting
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit eb095453b9aab0a7520d5540237e61a3ebd0d558)
Yan, Zheng
12:10 AM Revision ddf58d4c (ceph): mds: cleanup mds_load map access/update
using map::insert to access map items looks strang
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from...
Yan, Zheng
12:10 AM Revision 998eb563 (ceph): mds: calculate other mds' last_epoch_under locally
No need to get this information from MHeartbeat
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from co...
Yan, Zheng
12:10 AM Revision 576dfd44 (ceph): mds: add list to track recently used sub-directories
MDBalancer::find_exports() can be more efficient with LRU list.
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherr...
Yan, Zheng
12:10 AM Revision a6dab280 (ceph): mds: limit run time of load balancer
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit fc0d340876fbcd7d1d262c00b987849c052a296d)
Yan, Zheng
12:10 AM Revision 5f868f0c (ceph): mds: add asok command that dumps metadata popularity
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit c078591ad1a33447f4de731c846844f4a0433513)
Yan, Zheng
12:10 AM Revision 9d3f8067 (ceph): Make MDS evaluates the overload situation with the same criterion
Currently, the prep_rebalancer requires the mds_load of itself
being greater than average level mds_bal_min_rebalance...
Jianyu Li
12:10 AM Revision 9eda1ac9 (ceph): simplify mds overload judgement logic
Signed-off-by: Jianyu Li <joannyli@tencent.com>
(cherry picked from commit e5ca899260ca3e889448c9cb1c583f575145e390)
Jianyu Li
12:10 AM Revision 1a5b7eaa (ceph): mds: fix request rate calculation
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Fixes: http://tracker.ceph.com/issues/21745
(cherry picked from commit ...
Yan, Zheng
12:10 AM Revision d8490c61 (ceph): mds: adjust subtree popularity after rename
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit bedd98f878352651e97c173306b315e19e203a3d)
Yan, Zheng
12:10 AM Revision 0be9e917 (ceph): mds: remove unused MDBalancer::export_empties()
MDCache::trim() already does the same job
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit 2...
Yan, Zheng
12:10 AM Revision d85b11eb (ceph): mds: always pass current time to MDBalancer::{hit_inode,hit_dir}
There were codes that pass mdr->get_mds_stamp() to {hit_inode,hit_dir}.
The stamp can be older than 'last_decay' in d...
Yan, Zheng
12:10 AM Revision 9f9867f4 (ceph): mds: cleanup MDBalancer::try_rebalance()
no logic changes
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit 08116b71f6cf11d16be573ce4f...
Yan, Zheng
12:10 AM Revision 7398a7bc (ceph): mds: don't try exporting dirfrags under mds's own mdsdir
Migrator will refuse to export them. Besides, stray directory can
never be subtree root.
Signed-off-by: "Yan, Zheng"...
Yan, Zheng
12:10 AM Revision d41ca675 (ceph): mds: don't try exporting subdir if dirfrag is already being exported
It doesn't make sense to call MDBalancer::find_exports() for a dirfrag
that is already being exported.
Signed-off-by...
Yan, Zheng
12:10 AM Revision d8b27f67 (ceph): mds: mds: optimize MDBalancer::try_rebalance()
1. change import_pop_map to multimap because subtrees may have the same
popularity.
2. avoid calculating subtrees'...
Yan, Zheng

04/18/2018

11:42 PM Revision fa143b37 (ceph): Merge branch 'bug-1518730' into 'rh-luminous'
Bug 1518730
See merge request !11
Vasu Kulkarni
10:26 PM Revision b9841589 (ceph): ceph-volume: allow parallel creates
Currently the create code decides the vg_name "ceph-$cluster_fsid" as
the primary vg_name and creates a new name if t...
Theofilos Mouratidis
10:25 PM ceph-volume Bug #23757 (Closed): multiple VGs possible when preparing
Alfredo Deza
10:25 PM ceph-volume Bug #23757: multiple VGs possible when preparing
merged commit b6344f3 into ceph:master Alfredo Deza
07:12 PM ceph-volume Bug #23757 (In Progress): multiple VGs possible when preparing
PR at https://github.com/ceph/ceph/pull/21489 Alfredo Deza
10:24 PM Revision b6344f36 (ceph): Merge pull request #21489 from thmour/thmour_parallel_create
ceph-volume: allow parallel creates
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Reviewed-by: Andrew Schoen <aschoen...
Alfredo Deza
10:01 PM bluestore Bug #23653: tcmalloc Attempt to free invalid pointer 0x55de11f2a540 in rocksdb::LRUCache::~LRUCac...
/a/sage-2018-04-18_19:08:00-rados-wip-sage-testing-2018-04-18-1210-distro-basic-smithi/2413082
Sage Weil
09:43 PM CephFS Feature #20606 (Resolved): mds: improve usability of cluster rank manipulation and setting cluste...
Patrick Donnelly
09:42 PM CephFS Subtask #20864 (Resolved): kill allow_multimds
Patrick Donnelly
09:42 PM CephFS Feature #20610 (Resolved): MDSMonitor: add new command to shrink the cluster in an automated way
Patrick Donnelly
09:41 PM CephFS Feature #20608 (Resolved): MDSMonitor: rename `ceph fs set <fs_name> cluster_down` to `ceph fs se...
Patrick Donnelly
09:41 PM CephFS Feature #20609 (Resolved): MDSMonitor: add new command `ceph fs set <fs_name> down` to bring the ...
Patrick Donnelly
09:40 PM CephFS Bug #23764 (Pending Backport): MDSMonitor: new file systems are not initialized with the pending_...
Patrick Donnelly
09:39 PM CephFS Bug #23766 (Pending Backport): mds: crash during shutdown_pass
Patrick Donnelly
09:38 PM CephFS Bug #23762 (Pending Backport): MDSMonitor: MDSMonitor::encode_pending modifies fsmap not pending_...
Patrick Donnelly
09:36 PM Revision bb952922 (ceph): Merge PR #16608 into master
* refs/pull/16608/head:
qa: whitelist mds down wrn during cephfs testing
mds: add config to disable fragmentation
...
Patrick Donnelly
09:36 PM Revision 994cd16f (ceph): Merge PR #21456 into master
* refs/pull/21456/head:
MDSMonitor: initialize new Filesystem epoch from pending
Reviewed-by: John Spray <john.spra...
Patrick Donnelly
09:36 PM Revision 63f6ce85 (ceph): Merge PR #21457 into master
* refs/pull/21457/head:
mds: unset deleted vars in shutdown_pass
Reviewed-by: Zheng Yan <zyan@redhat.com>
Patrick Donnelly
09:36 PM Revision f28e1931 (ceph): Merge PR #21458 into master
* refs/pull/21458/head:
MDSMonitor: cleanup and protect fsmap access
Reviewed-by: João Eduardo Luís <joao@suse.de>
Patrick Donnelly
09:36 PM Revision c03dc9d4 (ceph): Merge PR #21473 into master
* refs/pull/21473/head:
client: fix error operator precedence
Reviewed-by: Jos Collin <jcollin@redhat.com>
Reviewed...
Patrick Donnelly
09:22 PM Revision c9ac87f5 (ceph): client: add client option descriptions
Fixes: http://tracker.ceph.com/issues/22933
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
09:14 PM Revision 3292d431 (ceph): mds: unset deleted vars in shutdown_pass
So future passes do not try to delete again.
Fixes: http://tracker.ceph.com/issues/23766
Signed-off-by: Patrick Don...
Patrick Donnelly
09:10 PM RADOS Bug #23620 (Resolved): tasks.mgr.test_failover.TestFailover failure
Josh Durgin
08:35 PM rbd Bug #23789 (Resolved): luminous: "cluster [WRN] Manager daemon x is unresponsive. No standby daem...
This is v12.2.5 QE validation
Intermediate issue, if possible would be good to fix/retry/lower error level so it d...
Yuri Weinstein
08:25 PM RADOS Bug #23788 (Duplicate): luminous->mimic: EIO (crc mismatch) on copy-get from ec pool
... Sage Weil
08:01 PM RADOS Bug #23787 (Rejected): luminous: "osd-scrub-repair.sh'" failures in rados
This is v12.2.5 QE validation
Run: http://pulpito.ceph.com/yuriw-2018-04-17_20:36:16-rados-luminous-distro-basic-s...
Yuri Weinstein
07:57 PM RADOS Backport #23786 (Resolved): luminous: "utilities/env_librados.cc:175:33: error: unused parameter ...
This is v12.2.5 QE validation
Run: http://pulpito.ceph.com/yuriw-2018-04-17_20:36:16-rados-luminous-distro-basic-s...
Yuri Weinstein
07:52 PM RADOS Bug #23785 (Resolved): "test_prometheus (tasks.mgr.test_module_selftest.TestModuleSelftest) ... E...
This is v12.2.5 QE validation
Run: http://pulpito.ceph.com/yuriw-2018-04-17_20:36:16-rados-luminous-distro-basic-s...
Yuri Weinstein
07:38 PM Revision c894d528 (ceph): qa/workunits/rados/test.sh: ensure tee output is valid filename
In the future we'll add --gtest_filter bits to the items, which confuse
tee.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
07:35 PM Revision e45a47f2 (ceph): qa/workunits/rados/test-upgrade-to-mimic.sh: fix tee output
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
06:48 PM Revision 162718b3 (ceph): ceph-volume tests ensure non-duplicate flags in mount calls
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 61bed1e615a111f1c978d474fda390ba980bfb85)
Alfredo Deza
06:48 PM Revision a9c16920 (ceph): doc/dev/ceph-volume add VDO tag information
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit eeff3463543c12874ca4dfc3c3852af539d318f2)
Alfredo Deza
06:48 PM Revision fb871924 (ceph): ceph-volume tests update (preserved) order on mount flags
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 1a92ecbede09f084ab34ef556de46b435fa3e9d1)
Alfredo Deza
06:48 PM Revision fd48bd43 (ceph): ceph-volume util.prepare preserve order on incoming mount flags
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 89f8f82402f9eda7cf76ebe860e50dd8e1047d76)
Alfredo Deza
06:48 PM Revision fed8e606 (ceph): ceph-volume util.prepare allow extra ad-hoc mount flags
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit d815c4f45429fd73d2506bd874656de438fe74fd)
Alfredo Deza
06:48 PM Revision f0ed7e1a (ceph): ceph-volume lvm.activate detect vdo from tags for mounting filestore
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 0deef5f53c61b4215817008c04589a4f4b5cc3b3)
Alfredo Deza
06:48 PM Revision 77ae7cb9 (ceph): ceph-volume lvm.prepare detect vdo from device for mounting filestore
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 6b87580d4fe8e86de958ac258971cb2f90a70455)
Alfredo Deza
06:48 PM Revision 82ce9adc (ceph): ceph-volume util.prepare allow and dedupe extra flags for mounting
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 81c20e6b58b77671ffaa0f8030f18747e1a23569)
Alfredo Deza
06:48 PM Revision 76fc1f4b (ceph): ceph-volume api.lvm helpers to detect vdo from a dm path
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 5b97d8e54ce3dcf2a56872cdf0cbc0139ca0a723)
Alfredo Deza
06:48 PM Revision b3240227 (ceph): ceph-volume tests for is_vdo detection
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 75f532597aa5ad5b84e993dc60c60d4a147af191)
Alfredo Deza
06:48 PM Revision 5ca60e1b (ceph): ceph-volume lvm.prepare capture vdo-ness on LVM tags
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit c6a79ef21ccc61a7634c05db5a705fc3ef46fbb9)
Alfredo Deza
06:45 PM RADOS Backport #23784 (Resolved): luminous: osd: Warn about objects with too many omap entries
https://github.com/ceph/ceph/pull/21518 Vikhyat Umrao
06:36 PM CephFS Feature #3244 (New): qa: integrate Ganesha into teuthology testing to regularly exercise Ganesha ...
Jeff, fixed the wording to be clear. Patrick Donnelly
06:14 PM CephFS Feature #3244 (Rejected): qa: integrate Ganesha into teuthology testing to regularly exercise Gan...
I'm going to suggest that we just close this bug. We're doing this as a matter of course with the current work to cle... Jeff Layton
05:57 PM Revision 90f54247 (ceph): Merge pull request #21480 from smithfarm/wip-backport-create-issue
scripts: new backport-create-issue script
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Nathan Cutler
05:43 PM CephFS Bug #23421 (Need More Info): ceph-fuse: stop ceph-fuse if no root permissions?
Jos, please get hte client logs so we can diagnose. Patrick Donnelly
04:39 PM Revision 327347a0 (ceph): script/backport-create-issue: enable script to be imported
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
03:40 PM devops Bug #23781 (Duplicate): ceph-detect-init still uses python's platform lib
#18163 Nathan Cutler
03:38 PM devops Bug #23781: ceph-detect-init still uses python's platform lib
> A proper(python3+) fix would be to rewrite the 'ceph-detect-init' script using the proposed 'python-distro' lib.
...
Nathan Cutler
02:12 PM devops Bug #23781 (Duplicate): ceph-detect-init still uses python's platform lib
When 'ceph-detect-init --default sysvinit' is called on a modern system that uses /etc/os-release it will return 'sys... Joshua Schmid
03:38 PM Linux kernel client Bug #23706: NULL sock gets passed to ceph_tcp_sendmsg()
@Ilya
I guess this is a bad thing but the monitors are run in containers, one on each machine.
Times to times we st...
Bertrand Gouny
03:07 PM Linux kernel client Bug #23706: NULL sock gets passed to ceph_tcp_sendmsg()
Yeah:
cancel_con calls cancel_delayed_work, but that can return while the work is still running. So, suppose a cal...
Jeff Layton
03:02 PM Linux kernel client Bug #23706: NULL sock gets passed to ceph_tcp_sendmsg()
That is supposed to be protected by con->mutex. It is probably a bug in connection state handling code, I'll take a ... Ilya Dryomov
02:00 PM Linux kernel client Bug #23706: NULL sock gets passed to ceph_tcp_sendmsg()
Ilya Dryomov wrote:
> [...]where ceph_tcp_sendmsg() got called with a NULL sock, meaning that con->sock was NULL a...
Jeff Layton
01:16 PM Linux kernel client Bug #23706: NULL sock gets passed to ceph_tcp_sendmsg()
The "session lost" is logged on every (3) machines.
It seems to start when a monitor came down then up or is replace...
Bertrand Gouny
12:40 PM Linux kernel client Bug #23706: NULL sock gets passed to ceph_tcp_sendmsg()
Do you see "session lost" on every machine you mount cephfs on or on just some of them? Ilya Dryomov
12:32 PM Linux kernel client Bug #23706: NULL sock gets passed to ceph_tcp_sendmsg()
@Ilya Dryomov
the woarkload is very very low, osd up/down seems to happen from time to time on read and write, but t...
Bertrand Gouny
12:19 PM Linux kernel client Bug #23706: NULL sock gets passed to ceph_tcp_sendmsg()
Ilya Dryomov wrote:
> That said, I managed to find what I hope is the correct kernel module and "ceph_msg_new+0x108e...
Jos Collin
11:03 AM Linux kernel client Bug #23706: NULL sock gets passed to ceph_tcp_sendmsg()
It looks like CoreOS buildbot compiler is doing some really weird inlining. The backtrace doesn't make any sense: ce... Ilya Dryomov
09:27 AM Linux kernel client Bug #23706: NULL sock gets passed to ceph_tcp_sendmsg()
Can you describe what the workload is -- it looks like this is cephfs? Are those "osd up/down" and "session lost" me... Ilya Dryomov
08:48 AM Linux kernel client Bug #23706: NULL sock gets passed to ceph_tcp_sendmsg()
maybe not, i had this errors on 3 machines,
but i noticed the error checking the logs after an update, will let you ...
Bertrand Gouny
08:00 AM Linux kernel client Bug #23706: NULL sock gets passed to ceph_tcp_sendmsg()
... Ilya Dryomov
03:34 PM RADOS Bug #23763: upgrade: bad pg num and stale health status in mixed lumnious/mimic cluster
the pgs with creating or unknown status "pg dump" were active+clean after 2018-04-16 22:47. so the output of last "pg... Kefu Chai
03:33 PM Revision 35191fa4 (ceph): doc/cephfs: update kernel client quotas support info
Signed-off-by: Luis Henriques <lhenriques@suse.com> Luis Henriques
03:29 PM Backport #23783 (In Progress): jewel: table of contents doesn't render for luminous/jewel docs
Nathan Cutler
03:25 PM Backport #23783 (Resolved): jewel: table of contents doesn't render for luminous/jewel docs
https://github.com/ceph/ceph/pull/21503 Nathan Cutler
03:29 PM Revision 8cc1b522 (ceph): doc update template call for toctree
Up until version 1.1.3 of Sphinx, this call would show hidden toctree
entries. Most of Ceph's toctree's are hidden, s...
Alfredo Deza
03:28 PM Backport #23782 (In Progress): luminous: table of contents doesn't render for luminous/jewel docs
Nathan Cutler
03:24 PM Backport #23782 (Resolved): luminous: table of contents doesn't render for luminous/jewel docs
https://github.com/ceph/ceph/pull/21502 Nathan Cutler
03:27 PM Revision 4f4d44a1 (ceph): doc update template call for toctree
Up until version 1.1.3 of Sphinx, this call would show hidden toctree
entries. Most of Ceph's toctree's are hidden, s...
Alfredo Deza
03:17 PM ceph-volume Bug #23581 (Resolved): ceph-volume should use mount -o discard when underlying device is using VDO
merged commit 06c0933 into master Alfredo Deza
02:16 PM Revision ebcbbfb2 (ceph): Merge pull request #21426 from ivancich/wip-fix-existing-mclock-cost-lu...
osd: remove cost from mclock op queues; cost not handled well in dmcl… Eric Ivancich
02:07 PM Revision 832da49c (ceph): ceph-volume lvm.common add --no-systemd flag to skip enabling/starting ...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
02:07 PM Revision 75685e33 (ceph): ceph-volume lvm.activate add --no-systemd flag to skip starting/enablin...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
02:07 PM Revision 8848d037 (ceph): ceph-volume tests functional python tests for --no-systemd in activate
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
02:06 PM Revision d7901081 (ceph): client: flush the mdlog in _fsync before waiting on unstable reqs
Recently, we changed ganesha to call to ceph_ll_sync_inode after
issuing a setattr call, to ensure that the attribute...
Jeff Layton
02:02 PM Bug #23780 (Resolved): table of contents doesn't render for luminous/jewel docs
requesting backports for https://github.com/ceph/ceph/pull/17076 Casey Bodley
01:51 PM Revision 5c4f8c7d (ceph): Merge pull request #21436 from trociny/wip-test-out_of_order
test/librbd: ensure OutOfOrder test has enough concurrent management ops
Reviewed-by: Jason Dillaman <dillaman@redha...
Jason Dillaman
01:51 PM Revision d286e726 (ceph): Merge pull request #21493 from trociny/wip-deep-copy-missing-return
librbd: missing 'return' in deep_copy::ObjectCopyRequest::send_read_object
Reviewed-by: Jason Dillaman <dillaman@red...
Jason Dillaman
01:50 PM Revision 1b057bbc (ceph): Merge pull request #21385 from ricardoasmarques/wip-list-all-rbds
mgr/dashboard: RBD management (frontend)
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Volker Theile ...
Lenz Grimmer
01:48 PM Revision 06c0933a (ceph): Merge pull request #21451 from ceph/wip-rm23581
ceph-volume: automatic VDO detection
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
01:41 PM rgw Bug #23779 (Resolved): rgw: ZoneParams backward compatibility problem following cloud sync change
Yehuda Sadeh
01:29 PM RADOS Bug #23576: osd: active+clean+inconsistent pg will not scrub or repair
Any update on this? David Turner
01:07 PM Bug #23778: rados commands suddenly take a very long time to finish
I aborted the process after ~2.5hrs and noticed that out/radosgw.8000.log had grown to 6.3GB in size:... Lenz Grimmer
11:13 AM Bug #23778: rados commands suddenly take a very long time to finish
I'm now waiting for half an hour for the "create user" command to return. FWIW, in the RGW performance counters, I ca... Lenz Grimmer
10:53 AM Bug #23778 (Resolved): rados commands suddenly take a very long time to finish
Not sure at which git revision on master this started, but since a short while, running "radosgw-admin" commands take... Lenz Grimmer
01:01 PM CephFS Bug #23714: slow ceph_ll_sync_inode calls after setattr
Thanks, dongdong! That seems to resolve the problem. Pull request is up here:
https://github.com/ceph/ceph/pull/21...
Jeff Layton
12:20 PM Revision 945e65c4 (ceph): ceph-volume tests functional python tests for --no-systemd in activate
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
12:14 PM RADOS Bug #23701 (Fix Under Review): oi(object_info_t) size mismatch with real object size during old w...
Kefu Chai
12:12 PM RADOS Bug #23701: oi(object_info_t) size mismatch with real object size during old write arrives after ...
i think this issue only exists in jewel. Kefu Chai
11:53 AM CephFS Backport #23770 (In Progress): luminous: ceph-fuse: return proper exit code
https://github.com/ceph/ceph/pull/21495 Prashant D
11:33 AM rgw Bug #23089 (Fix Under Review): rgw: change order of authentication back to local, remote
https://github.com/ceph/ceph/pull/21494 Abhishek Lekshmanan
11:04 AM Revision 4e9a5aa7 (ceph): mgr/dashboard: RBD management
Signed-off-by: Ricardo Marques <rimarques@suse.com> Ricardo Marques
10:48 AM Revision fd154ee5 (ceph): prometheus: Implement rgw_metadata metric
This maps rgw id to its hostname and ceph version running on the node.
Signed-off-by: Boris Ranto <branto@redhat.com...
Boris Ranto
10:46 AM Revision 5f9a9fb1 (ceph): librbd: missing 'return' in deep_copy::ObjectCopyRequest::send_read_object
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
10:46 AM Revision a2eea242 (ceph): Merge pull request #21383 from b-ranto/wip-mgr-rgw-metadata
prometheus: Implement rgw_metadata metric
Reviewed-by: John Spray <john.spray@redhat.com>
Reviewed-by: Jan Fajerski ...
Boris Ranto
10:02 AM Revision f34e719e (ceph): mgr/dashboard: Add get method to summary service
Signed-off-by: Ricardo Marques <rimarques@suse.com> Ricardo Marques
10:02 AM Revision 617632b3 (ceph): mgr/dashboard: Force focus on submit
Forcing focus on submit button will guarantee that all inputs will lose focus
before submission.
Signed-off-by: Rica...
Ricardo Marques
10:02 AM Revision e7850450 (ceph): mgr/dashboard: Add 'delete-confirmation-modal' component
Signed-off-by: Ricardo Marques <rimarques@suse.com> Ricardo Marques
10:02 AM Revision 2c4e35a7 (ceph): mgr/dashboard: Configurable type for 'cd-submit-button'
Signed-off-by: Ricardo Marques <rimarques@suse.com> Ricardo Marques
10:02 AM Revision f0d8338e (ceph): mgr/dashboard: Add 'executing' cell template
Signed-off-by: Ricardo Marques <rimarques@suse.com> Ricardo Marques
09:43 AM Revision f2051a96 (ceph): Merge pull request #21462 from ricardoasmarques/wip-backgroud-tasks-style
mgr/dashboard: Improve background tasks style
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Lenz Grimmer
09:21 AM Linux kernel client Bug #23272: switch port down ,cephfs kernel client lost session, blocked not recover ok util port...
... Zheng Yan
09:02 AM Revision c7cbc248 (ceph): prometheus: Implement rgw_metadata metric
This maps rgw id to its hostname and ceph version running on the node.
Signed-off-by: Boris Ranto <branto@redhat.com>
Boris Ranto
08:49 AM CephFS Documentation #23775: PendingReleaseNotes: add notes for major Mimic features
FYI: https://github.com/ceph/ceph/pull/21374 already include mds upgrade process Zheng Yan
08:48 AM Revision ee263196 (ceph): Merge pull request #21443 from LenzGr/mgr-dashboard-documentation
doc: Improved dashboard documentation
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Stephan Müller <sm...
Ricardo Dias
08:32 AM Linux kernel client Bug #23097 (Closed): Stale directories and files in CentOS (release <= 7.3 or kernel version < 3....
no place to commit it because recent rhel kernel also includes backport of the d_invalidate change Zheng Yan
08:20 AM bluestore Bug #22464: Bluestore: many checksum errors, always 0x6706be76 (which matches a zero block)
We also see the problem on two clusters with linux 4.13, but not on a cluster with linux 4.10. Configuration and ceph... Christoph Glaubitz
08:02 AM Revision 201817f2 (ceph): ceph-volume: allow parallel creates
Currently the create code decides the vg_name "ceph-$cluster_fsid" as
the primary vg_name and creates a new name if t...
Theofilos Mouratidis
07:10 AM Revision c4f51c85 (ceph): common: silence GCC warnings
Preforker.h:111:8: warning: ignoring return value of ‘ssize_t
safe_write(int, const void*, size_t)’, declared with at...
Kefu Chai
07:10 AM Revision 750c301e (ceph): cmake: use CMP0028 NEW
it's intended behavior to use imported or alias target for dependencies
with name with "::" in it.
Signed-off-by: Ke...
Kefu Chai
06:54 AM Revision fdbc1e6d (ceph): Merge pull request #21485 from tchaikov/wip-tox
test/dashboard: hardcode .coverage path to workaround tox bugs
Reviewed-by: Ricardo Dias <rdias@suse.com>
Kefu Chai
06:20 AM Revision d64f0ec7 (ceph): msg/async/EventKqueue: assert on OOM
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
06:14 AM Revision c03203f5 (ceph): os/kstore: support db statistic
Signed-off-by: Yang Honggang <yanghonggang@umcloud.com> Yang Honggang
05:50 AM Revision 32b07dd9 (ceph): test/dashboard: hardcode .coverage path to workaround tox bugs
rhel/centos 7.3 comes with tox 1.4.2, which has a bunch of issues related
to environment variable substitution. for i...
Kefu Chai
04:39 AM Revision c643ffd7 (ceph): Merge pull request #21474 from jecluis/mimic-mon-pending-releasenotes
PendingReleaseNotes: mention some monitor changes
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:32 AM Revision 1e081a81 (ceph): Merge pull request #21428 from ivancich/wip-fix-existing-mclock-cost
osd: remove cost from mclock op queues; cost not handled well in dmclock
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:05 AM Revision 9f3965ae (ceph): compressor: add QAT support
This patch adds new QATzip plugin to support QAT for compression.
QATZip is a user space library which builds on top...
Qiaowei Ren
02:47 AM RADOS Documentation #23777: doc: description of OSD_OUT_OF_ORDER_FULL problem
the default values :
full_ratio 0.95
backfillfull_ratio 0.9
nearfull_ratio 0.85
long li
02:39 AM RADOS Documentation #23777 (Resolved): doc: description of OSD_OUT_OF_ORDER_FULL problem
The description of OSD_OUT_OF_ORDER_FULL is... long li
02:08 AM Revision 8039ea85 (ceph): Merge pull request #21464 from LenzGr/fix-cmakelist
cmake: fix typo in status message
Reviewed-by: Volker Theile <vtheile@suse.com>
Reviewed-by: Ricardo Dias <rdias@sus...
Kefu Chai
02:02 AM Revision d2fdd4a1 (ceph): Merge pull request #21418 from jecluis/wip-fix-mon-fs-caps
mon/AuthMonitor: don't validate `fs authorize` caps with `valid_caps()`
Reviewed-by: Sage Weil <sage@redhat.com>
Rev...
Kefu Chai
12:54 AM Bug #23776 (Resolved): ceph-authtool reports 0 caps for any keyring created
When creating a keyring with any number of capabilities, the ceph-authtool always reports "0 caps"
This has been t...
Keith Schincke
12:30 AM RADOS Feature #23364 (Resolved): Special scrub handling of hinfo_key errors
David Zafman
12:30 AM RADOS Backport #23654 (Resolved): luminous: Special scrub handling of hinfo_key errors
David Zafman
12:29 AM Revision 1d7ee3d5 (ceph): ceph-volume lvm.activate add --no-systemd flag to skip starting/enablin...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
12:29 AM Revision 3b0da6a4 (ceph): ceph-volume lvm.common add --no-systemd flag to skip enabling/starting ...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
12:29 AM Revision 1707146a (ceph): Merge pull request #21397 from dzafman/wip-23654
luminous: Special scrub handling of hinfo_key errors
Reviewed-by: Kefu Chai <kchai@redhat.com>
David Zafman
12:26 AM Revision 51f41230 (ceph): Merge pull request #21450 from dzafman/wip-jq-compat
test: Use jq in a compatible way and for easier diff analysis
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
David Zafman

04/17/2018

11:10 PM CephFS Documentation #23775 (Resolved): PendingReleaseNotes: add notes for major Mimic features
mds upgrade process, snapshots, kernel quotas, etc. Patrick Donnelly
11:08 PM CephFS Bug #23421 (Closed): ceph-fuse: stop ceph-fuse if no root permissions?
Patrick Donnelly
08:31 AM CephFS Bug #23421: ceph-fuse: stop ceph-fuse if no root permissions?
Patrick Donnelly wrote:
> Jos, can you get more detailed debug logs when this happens? It is probably not related to...
Jos Collin
09:40 PM Revision 95762d63 (ceph): qa: whitelist mds down wrn during cephfs testing
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
09:30 PM Revision 8423b5ac (ceph): test: Luminous backport specific changes
osd-scrub-repair.sh:
Remove legacy_snaps and redirect_target to keep test more in sync with master
We don't h...
David Zafman
09:30 PM Revision 4a16ab33 (ceph): osd: Change shard digests to hex like object info digests
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 22ddc6da5fd03e65a7baf96748a8893cc258d977)
David Zafman
09:19 PM Revision fda5fea5 (ceph): script/backport-create-issue: explain why release_id is hard-coded
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
09:19 PM Revision 578829ec (ceph): scripts: backport-create-issue (initial commit)
This is a standalone implementation of a script written by Loic Dachary.
Signed-off-by: Nathan Cutler <ncutler@suse....
Nathan Cutler
08:59 PM Revision e1d65e03 (ceph): Merge pull request #21483 from yuriw/wip-yuriw-crontab
qa/tests - one more typo fixed :(
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
08:56 PM Revision f3c2d39b (ceph): qa/tests - one more typo fixed :(
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
08:55 PM Revision 466a3443 (ceph): Merge pull request #21482 from yuriw/wip-yuriw-crontab
qa/tests - Fixed typo in crontab entry
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
08:51 PM Revision 39931f18 (ceph): qa/tests - Fixed typo in crontab entry
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
08:43 PM Revision d714d4da (ceph): Merge pull request #21454 from yuriw/wip-yuriw-crontab
qa/tests - added for the suites with subset be able to use 'testing' …
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
08:10 PM Bug #23774 (Fix Under Review): common: build warning in Preforker
https://github.com/ceph/ceph/pull/21481 Patrick Donnelly
08:00 PM Bug #23774 (Resolved): common: build warning in Preforker
... Patrick Donnelly
08:00 PM Stable releases Tasks #23405: Luminous v12.2.5
h3. QE VALIDATION (STARTED 4/18/18)
*%{color:brown}See details of approvals => https://marc.info/?t=15242412910000...
Yuri Weinstein
07:50 PM Revision 7c08e897 (ceph): fixup! test: Luminous backport specific changes
David Zafman
07:19 PM Bug #23036 (Fix Under Review): setup-virtualenv.sh fails in Python 3-only environment
Nathan Cutler
07:18 PM Bug #23036 (Pending Backport): setup-virtualenv.sh fails in Python 3-only environment
Dry run testing Nathan Cutler
07:12 PM Bug #23036 (Fix Under Review): setup-virtualenv.sh fails in Python 3-only environment
Nathan Cutler
07:09 PM Bug #23036 (Pending Backport): setup-virtualenv.sh fails in Python 3-only environment
Testing the new backport-create-issue script Nathan Cutler
07:02 PM rbd Bug #23526 (Resolved): "Message too long" error when appending journal
Nathan Cutler
07:02 PM rbd Backport #23545 (Resolved): luminous: "Message too long" error when appending journal
Nathan Cutler
04:28 PM rbd Backport #23545: luminous: "Message too long" error when appending journal
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/21216
merged
Yuri Weinstein
07:00 PM RADOS Backport #23772 (Resolved): luminous: ceph status shows wrong number of objects
https://github.com/ceph/ceph/pull/22680 Nathan Cutler
07:00 PM CephFS Backport #23771 (Resolved): luminous: client: fix gid_count check in UserPerm->deep_copy_from()
https://github.com/ceph/ceph/pull/21596 Nathan Cutler
07:00 PM CephFS Backport #23770 (Resolved): luminous: ceph-fuse: return proper exit code
https://github.com/ceph/ceph/pull/21495 Nathan Cutler
06:52 PM rgw Bug #23547 (Fix Under Review): compression ratio depends on block size, which is much smaller (16...
https://github.com/ceph/ceph/pull/21479 Casey Bodley
06:37 PM Revision 6b87580d (ceph): ceph-volume lvm.prepare detect vdo from device for mounting filestore
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:37 PM Revision 81c20e6b (ceph): ceph-volume util.prepare allow and dedupe extra flags for mounting
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:37 PM Revision 61bed1e6 (ceph): ceph-volume tests ensure non-duplicate flags in mount calls
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:37 PM Revision eeff3463 (ceph): doc/dev/ceph-volume add VDO tag information
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:37 PM Revision 1a92ecbe (ceph): ceph-volume tests update (preserved) order on mount flags
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:37 PM Revision 89f8f824 (ceph): ceph-volume util.prepare preserve order on incoming mount flags
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:36 PM RADOS Bug #23769 (Resolved): osd/EC: slow/hung ops in multimds suite test
... Patrick Donnelly
06:26 PM Revision 5503b201 (ceph): qa: remove use of mds deactivate
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
06:26 PM Revision 88922255 (ceph): qa: add test for cluster resizing
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
06:26 PM Revision 4e9ffffb (ceph): doc: update upgrade procedure and release notes
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
06:26 PM Revision 1dc5b625 (ceph): qa: mds_thrash updates for new max_mds behavior
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
06:26 PM Revision dde9ee16 (ceph): qa: add max_mds thrash test
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
06:26 PM Revision c9a59057 (ceph): mds: add config to disable fragmentation
For disaster situations or testing.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
06:25 PM Revision ab4f33bd (ceph): cephfs: add new down/joinable fs flags
Fixes: http://tracker.ceph.com/issues/20609
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
06:01 PM Revision 283b3a68 (ceph): mds: evict all clients if last mds shutting down
This allows all ranks to stop. If the administrator shuts down the cluster then
we should immediately shut down all c...
Patrick Donnelly
06:01 PM Revision c7bd6f02 (ceph): cephfs: deprecate ceph mds deactivate
MDS deactivation is now handled by the max_mds parameter. Deprecate
ceph mds deactivate and note it to be removed in ...
Douglas Fuller
06:01 PM Revision 0a595609 (ceph): cephfs: Health check changes
Issue the HEALTH_WARN MDS_UP_LESS_THAN_MAX whenever an MDS cluster
has fewer than its max_mds online.
Issue the HEAL...
Douglas Fuller
06:01 PM Revision 7b2e24f5 (ceph): mon/FSCommands: Set extra MDS to standby
When reducing max_mds, deactivate any MDS rank greater than the
new value of max_mds.
Signed-off-by: Douglas Fuller ...
Douglas Fuller
06:01 PM Revision a950bccf (ceph): cephfs: Change behavior of cluster_down flag
Setting the cluster_down flag will now set all active MDS
to standby and clearing it will restore the previous max_md...
Douglas Fuller
06:01 PM Revision ae3992ce (ceph): cephfs: Kill allow_multimds
With multi-mds now declared stable, allow_multimds now defaults to 1.
Given the max_mds parameter, it is now redundan...
Douglas Fuller
06:01 PM Revision 7d97a6e6 (ceph): cephfs: kill allow_dirfrags
As dirfrags are now standard in CephFS, remove the machinery for
tracking and enabling this feature.
ceph fs set <fs...
Douglas Fuller
06:01 PM Revision dc073a1c (ceph): mon/MDSMonitor: Remove command support for legacy syntax
No longer check for commands for deprecated legacy filesystems.
These commands are long since deprecated and this cod...
Douglas Fuller
05:56 PM Revision 624efc64 (ceph): MDSMonitor: cleanup and protect fsmap access
This commit is designed to permanently protect the current epoch FSMap from
accidental changes. Modifications to the ...
Patrick Donnelly
05:29 PM Revision 3004e109 (ceph): Merge pull request #21478 from idryomov/wip-krbd-os-recommend
doc/start/os-recommendations.rst: bump krbd kernels
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
04:53 PM Revision 528e9910 (ceph): doc/start/os-recommendations.rst: bump krbd kernels
Drop 4.4 -- even though it is an "Extended LTS" release, it predates
the OSD client rewrite and should no longer be r...
Ilya Dryomov
04:29 PM CephFS Bug #23755 (Fix Under Review): qa: FAIL: test_purge_queue_op_rate (tasks.cephfs.test_strays.TestS...
Patrick Donnelly
04:29 PM CephFS Bug #23755 (Pending Backport): qa: FAIL: test_purge_queue_op_rate (tasks.cephfs.test_strays.TestS...
Patrick Donnelly
01:11 PM CephFS Bug #23755 (Fix Under Review): qa: FAIL: test_purge_queue_op_rate (tasks.cephfs.test_strays.TestS...
https://github.com/ceph/ceph/pull/21472 Zheng Yan
04:16 PM CephFS Bug #23768 (Resolved): MDSMonitor: uncommitted state exposed to clients/mdss
e.g.
https://github.com/ceph/ceph/pull/21458#discussion_r182041693
and
https://github.com/ceph/ceph/pull/214...
Patrick Donnelly
03:40 PM RADOS Feature #23364: Special scrub handling of hinfo_key errors
This pull request is another follow on:
https://github.com/ceph/ceph/pull/21450
David Zafman
03:11 PM Revision 6075d4c1 (ceph): ceph-kvstore-tool: default ot level 2 for rocksdb
This gets rid of the wall of rocksdb logs every time.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:11 PM Revision 64ffa817 (ceph): Merge pull request #21216 from smithfarm/wip-23545-luminous
luminous: journal: Message too long error when appending journal
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Rev...
Yuri Weinstein
03:10 PM Revision 5822bb08 (ceph): ceph-kvstore-tool: ignore default config file and mon config by default
This is a low-level tool and it is super annoying to have to pass
--no-mon-config every time I use it.
Signed-off-by...
Sage Weil
02:17 PM Revision 336866a6 (ceph): Merge pull request #21409 from ErwanAliasr1/evelu-readonly
ceph-volume: Using --readonly for {vg|pv|lv}s commands
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
02:08 PM CephFS Backport #23704 (In Progress): luminous: ceph-fuse: broken directory permission checking
https://github.com/ceph/ceph/pull/21475 Prashant D
01:51 PM CephFS Bug #23665: ceph-fuse: return proper exit code
backporter note: please include https://github.com/ceph/ceph/pull/21473 Patrick Donnelly
01:39 PM Revision 75f980d8 (ceph): client: fix error operator precedence
/home/pdonnell/ceph/src/client/Client.cc: In member function ‘int Client::mount(const string&, const UserPerm&, bool)... Patrick Donnelly
01:38 PM Revision aaa1a1ae (ceph): PendingReleaseNotes: mention some monitor changes
Signed-off-by: Joao Eduardo Luis <joao@suse.de> Joao Eduardo Luis
01:30 PM Revision 4db0b88d (ceph): mon/AuthMonitor: don't validate fs caps on authorize
The monitor will have no idea how to validate fs caps during `fs
authorize`. Instead, validate solely the built osd a...
Joao Eduardo Luis
01:08 PM Revision 04515008 (ceph): fuse: wire up fuse_ll_access
This gets called during chdir and is currently a no-op. Make sure we
check permissions appropriately.
Tracker: http:...
Jeff Layton
01:07 PM Revision dc9b0209 (ceph): Merge pull request #21468 from tchaikov/wip=cmake-make-check-dashboard
cmake: let "tests" depend on "mgr-dashboard-frontend-build"
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
01:05 PM Revision 4a38810a (ceph): mds: optimize purge queue expire pos update
Fixes: http://tracker.ceph.com/issues/23755
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Yan, Zheng
01:04 PM Revision 24481bb6 (ceph): test/librbd: ensure OutOfOrder test has enough concurrent management ops
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
01:03 PM Revision 64323e6b (ceph): Merge pull request #21471 from liewegas/wip-librbd-upgrade-luminous
test/pybind/test_rbd: allow v1 images for testing
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
12:53 PM Revision cb9fc8be (ceph): test/pybind/test_rbd: allow v1 images for testing
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
12:31 PM Revision 98468422 (ceph): Merge pull request #21470 from tylerqi/master
doc: Fix a grammar error in rbd-snapshot.rst
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Reviewed-by: Jason Dillam...
Jason Dillaman
12:30 PM bluestore Bug #22464: Bluestore: many checksum errors, always 0x6706be76 (which matches a zero block)
Our Ceph Cluster has the same Problems. I am just migrating OSDs from filestore with XFS to bluestore and get these E... Björn Lässig
12:10 PM Revision d83a7a98 (ceph): doc: Fix a grammar error in rbd-snapshot.rst
Signed-off-by: Zeqing Tyler Qi <aqize@126.com> Tyler Zeqing Qi
11:59 AM CephFS Feature #23623 (Fix Under Review): mds: mark allow_snaps true by default
by one commit in https://github.com/ceph/ceph/pull/21374 Zheng Yan
11:49 AM Revision 9bad6960 (ceph): Merge pull request #20945 from liewegas/wip-pg-ls
mon/PGMap: remove or narrow columns 'pg ls' output
Reviewed-by: John Spray <jspray@redhat.com>
Sage Weil
11:48 AM Revision 6cfd3f72 (ceph): Merge pull request #21113 from kungf/scrub_interval_overflow
utime: fix __32u sec time overflow
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
11:48 AM Revision 3d1e7eeb (ceph): Merge pull request #21145 from ceph/wip-ifed-store-test-improve
test/ceph_test_objectstore: make settings update and restore less error prone
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
11:48 AM Revision 51e21ed5 (ceph): Merge pull request #21371 from jcsp/wip-mon-optracker-cleanup
mon: cleanups to optracker code
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Joao Eduardo Luis <joao@suse.de>
Sage Weil
11:46 AM Revision f60fb37a (ceph): Merge pull request #21377 from ifed01/wip-ifed-learn-alloc-fragm
os/bluestore: add perf counter for allocator fragmentation.
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
11:46 AM Revision c320e882 (ceph): Merge pull request #21141 from shun-s/fix-rbd-close-race-with-rewatch
librbd: fix rbd close race with rewatch
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
11:46 AM Revision bb81b80a (ceph): Merge pull request #21343 from Songweibin/wip-trash-ls
rbd: 'trash ls -l' will display column titles if existed non-USER trash image only
Reviewed-by: Jason Dillaman <dill...
Jason Dillaman
11:45 AM Revision 9cc7e451 (ceph): mon/LogMonitor: do not crash on log sub w/ no messages
If sv == 0, we will fail to fetch a value and assert out. Skip the loop
in that case.
Signed-off-by: Sage Weil <sag...
Sage Weil
11:42 AM Revision dd8588dc (ceph): cmake: let "tests" depend on "mgr-dashboard-frontend-build"
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
11:41 AM RADOS Bug #20924: osd: leaked Session on osd.7
/a/sage-2018-04-17_04:17:03-rados-wip-sage3-testing-2018-04-16-2028-distro-basic-smithi/2404155
this time on osd.4...
Sage Weil
10:40 AM Revision d2002feb (ceph): include/ceph_features: fix OS_PERF_STAT_NS's incarnation
this feature was introduced in mimic. so we should assign 3 as its
incarnation.
Signed-off-by: Kefu Chai <kchai@redh...
Kefu Chai
10:29 AM Revision bdb3df55 (ceph): cmake: include frontend build in 'all' target
The frontend wasn't getting included in a default build
since it was removed as a dependency of ceph-mgr and
made a d...
John Spray
09:28 AM Revision 9c808cf9 (ceph): cmake: fix typo in status message
Replaced " we are x84_64" with " we are x86_64" in `src/CMakeLists.txt`
Signed-off-by: Lenz Grimmer <lgrimmer@suse....
Lenz Grimmer
09:26 AM Revision 35e1424c (ceph): mgr/dashboard: Improve background tasks style
Signed-off-by: Ricardo Marques <rimarques@suse.com> Ricardo Marques
08:41 AM Revision 65902ac4 (ceph): common: calculate stddev on the fly
Calculate stddev on the fly using rapid calculation methods:
https://en.wikipedia.org/wiki/Standard_deviation#Rapid_c...
Zongyou Yao
07:37 AM RADOS Bug #23767: "ceph ping mon" doesn't work
so "ceph ping mon.<id>" will remind you mon.<id> doesn't existed. however, if you run "ceph ping mon.a", you can get ... cory gu
07:33 AM RADOS Bug #23767 (New): "ceph ping mon" doesn't work
if there is only mon_host= ip1, ip2...in the ceph.conf, then "ceph ping mon.<id>" doesn't work.
Root cause is in the...
cory gu
06:14 AM RADOS Bug #23273: segmentation fault in PrimaryLogPG::recover_got()
Sorry for late reply, but it's hard to reproduce. we reproduce it once with... Yan Jun
06:03 AM Revision 2e92ae24 (ceph): mgr/MgrClient: service registration filtered by service name instead of...
Signed-off-by: runsisi <runsisi@zte.com.cn> runsisi hust
03:50 AM CephFS Bug #23762 (Fix Under Review): MDSMonitor: MDSMonitor::encode_pending modifies fsmap not pending_...
https://github.com/ceph/ceph/pull/21458 Patrick Donnelly
01:50 AM CephFS Bug #23762: MDSMonitor: MDSMonitor::encode_pending modifies fsmap not pending_fsmap
Patrick Donnelly
03:36 AM Revision 9341e4ba (ceph): MDSMonitor: initialize new Filesystem epoch from pending
Fixes: https://tracker.ceph.com/issues/23764
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
03:16 AM CephFS Bug #23766 (Fix Under Review): mds: crash during shutdown_pass
https://github.com/ceph/ceph/pull/21457 Patrick Donnelly
03:13 AM CephFS Bug #23766 (Resolved): mds: crash during shutdown_pass
... Patrick Donnelly
03:14 AM Revision 7a2e4285 (ceph): mds: fix occasional dir rstat inconsistency between multi-MDSes
Currently if file inode and its parent are processed on auth MDS,
its parent's rstat will be updated correctly, but w...
Zhi Zhang
02:32 AM Revision 5a8e700e (ceph): osd: Fix stale scrub stats when a primary takes over
Fixes: http://tracker.ceph.com/issues/23267
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from com...
David Zafman
02:13 AM Revision 15ef400b (ceph): Spelling/typos
Signed-off-by: Dan Mick <dan.mick@redhat.com> Dan Mick
02:13 AM Revision 9e9a07c9 (ceph): Fix mixing of format() and %-interpolation
Signed-off-by: Dan Mick <dan.mick@redhat.com> Dan Mick
02:13 AM Revision a97419f5 (ceph): Remove unused and wrongly-described _lsblk_type
Signed-off-by: Dan Mick <dan.mick@redhat.com> Dan Mick
02:09 AM RADOS Documentation #23765 (New): librbd hangs if permissions are incorrect
I've been building rust bindings for librbd against ceph jewel and luminous. I found out by accident that if a cephx... Chris Holcombe
01:49 AM CephFS Bug #23764 (Fix Under Review): MDSMonitor: new file systems are not initialized with the pending_...
https://github.com/ceph/ceph/pull/21456 Patrick Donnelly
01:41 AM CephFS Bug #23764 (In Progress): MDSMonitor: new file systems are not initialized with the pending_fsmap...
Patrick Donnelly
01:41 AM CephFS Bug #23764 (Resolved): MDSMonitor: new file systems are not initialized with the pending_fsmap epoch
Problem here: https://github.com/ceph/ceph/blob/60e8a63fdc21654d7f199a67f3f410a9e33c8134/src/mds/FSMap.cc#L234
FSM...
Patrick Donnelly
12:14 AM RADOS Bug #23763 (Resolved): upgrade: bad pg num and stale health status in mixed lumnious/mimic cluster
This happened in a luminous-x/point-to-point run. Logs in teuthology:/home/yuriw/logs/2387999/
Versions at this po...
Josh Durgin
12:04 AM Revision 78ddb200 (ceph): Merge pull request #21452 from yuriw/wip-fix-p2p-luminous
qa/tests - added tag: v12.2.2 to be used by client.1 ...
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin

04/16/2018

10:43 PM Revision 61d4062d (ceph): qa/tests - added for the suites with subset be able to use 'testing' di...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
09:53 PM Revision c314d981 (ceph): mon: respect can_run flags when enabling modules
...and include the error string in the resulting
message when someone tries to enable a can_run=false
module. This m...
John Spray
09:53 PM Revision 7c80548d (ceph): mgr: improve reporting on unloadable modules
Previously, a module that failed to load at all (for
example due to an import error at module scope) would
be missing...
John Spray
09:48 PM Revision 7c1fccc3 (ceph): qa/tests - added tag: v12.2.2 to be used by client.1 under workload_lum...
added workunits/rados/test-upgrade-to-mimic.sh, and add --gtest_filter=-CReadOpsTest.Exec to api_c_read_operations
S...
Yuri Weinstein
08:16 PM Bug #11332 (Resolved): mon failed to read inc osdmap
Nathan Cutler
08:16 PM Backport #23626 (Resolved): mon failed to read inc osdmap
Nathan Cutler
04:23 PM Backport #23626: mon failed to read inc osdmap
Kefu Chai wrote:
> https://github.com/ceph/ceph/pull/21328
merged
Yuri Weinstein
08:15 PM mgr Bug #23584 (Resolved): mgr: prometheus: 'PG_STATES' still have not all PG_STATES.
Nathan Cutler
08:15 PM mgr Backport #23667 (Resolved): luminous: mgr: prometheus: 'PG_STATES' still have not all PG_STATES.
Nathan Cutler
04:22 PM mgr Backport #23667: luminous: mgr: prometheus: 'PG_STATES' still have not all PG_STATES.
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/21365
merged
Yuri Weinstein
08:10 PM CephFS Bug #23762 (In Progress): MDSMonitor: MDSMonitor::encode_pending modifies fsmap not pending_fsmap
Patrick Donnelly
08:07 PM CephFS Bug #23762 (Resolved): MDSMonitor: MDSMonitor::encode_pending modifies fsmap not pending_fsmap
https://github.com/ceph/ceph/blob/60e8a63fdc21654d7f199a67f3f410a9e33c8134/src/mon/MDSMonitor.cc#L162-L166 Patrick Donnelly
08:08 PM rgw-testing Bug #23699: testUnorderedList swift/test/functional/tests.py fails in upgrade test
Kefu, did the rebase address your issue? J. Eric Ivancich
07:41 PM rgw Backport #23761 (Closed): rgw: jewel civetweb does not support TCP_NODELAY sockets (backport)
This could be preferred in at least some circumstances. Upstream civetweb supports this option. Matt Benjamin
06:42 PM Revision 339da1d2 (ceph): ceph-volume util.prepare preserve order on incoming mount flags
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:41 PM Revision 06db8662 (ceph): ceph-volume tests update (preserved) order on mount flags
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:52 PM RADOS Bug #23760 (New): mon: `config get <who>` does not allow `who` as 'mon'/'osd'
`config set mon` is allowed, but `config get mon` is not.
This is due to <who> on `get` being parsed as an EntityN...
Joao Eduardo Luis
05:20 PM ceph-volume Bug #23581 (Fix Under Review): ceph-volume should use mount -o discard when underlying device is ...
Alfredo Deza
05:20 PM ceph-volume Bug #23581: ceph-volume should use mount -o discard when underlying device is using VDO
PR at https://github.com/ceph/ceph/pull/21451 Alfredo Deza
05:07 PM ceph-volume Feature #23067 (Resolved): Implement an 'activate all' to help with dense servers or migrating OSDs
merged commit f71784e into master Alfredo Deza
04:50 PM Revision 0deef5f5 (ceph): ceph-volume lvm.activate detect vdo from tags for mounting filestore
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
04:50 PM Revision ee3d77b5 (ceph): ceph-volume lvm.prepare detect vdo from devcie for mounting filestore
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
04:50 PM Revision bdc96b4a (ceph): ceph-volume util.prepare allow and dedupe extra flags for mounting
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
04:50 PM Revision 75e2c495 (ceph): ceph-volume tests ensure non-duplicate flags in mount calls
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
04:50 PM Revision 792e2155 (ceph): doc/dev/ceph-volume add VDO tag information
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
04:50 PM Revision 5b97d8e5 (ceph): ceph-volume api.lvm helpers to detect vdo from a dm path
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
04:50 PM Revision 75f53259 (ceph): ceph-volume tests for is_vdo detection
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
04:50 PM Revision c6a79ef2 (ceph): ceph-volume lvm.prepare capture vdo-ness on LVM tags
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
04:50 PM Revision d815c4f4 (ceph): ceph-volume util.prepare allow extra ad-hoc mount flags
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
04:42 PM Support #23676 (Resolved): How to disable compiler optimization for ceph?
Try passing CMAKE_BUILD_TYPE=Debug to make. Patrick Donnelly
04:40 PM Bug #23712 (Duplicate): High MON cpu usage when cluster is changing
#23713 Greg Farnum
04:39 PM RADOS Bug #23753: "Error ENXIO: problem getting command descriptions from osd.4" in upgrade:kraken-x-lu...
This generally means the OSD isn't on? Greg Farnum
04:37 PM bluestore Bug #22510 (Resolved): osd: BlueStore.cc: BlueStore::_balance_bluefs_freespace: assert(0 == "allo...
Igor Fedotov
04:36 PM bluestore Backport #23063 (Resolved): luminous: osd: BlueStore.cc: BlueStore::_balance_bluefs_freespace: as...
Igor Fedotov
04:21 PM bluestore Backport #23063: luminous: osd: BlueStore.cc: BlueStore::_balance_bluefs_freespace: assert(0 == "...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/21394
merged
Yuri Weinstein
04:22 PM Revision 2f700ada (ceph): Merge pull request #21328 from tchaikov/wip-11332-luminous
luminous: mon: update PaxosService::cached_first_committed in PaxosService::may…
Reviewed-by: Josh Durgin <jdurgin@r...
Yuri Weinstein
04:22 PM Revision c2c63c6e (ceph): Merge pull request #21365 from k0ste/luminous_backports
luminous: mgr: prometheus: fix PG state names
Reviewed-by: Jan Fajerski <jfajerski@suse.com>
Yuri Weinstein
04:21 PM Revision 2e5523fd (ceph): Merge pull request #21394 from ifed01/wip-ifed-backport2
luminous: BlueStore.cc: _balance_bluefs_freespace: assert(0 == "allocate failed, wtf");
Reviewed-by: Sage Weil <sag...
Yuri Weinstein
04:01 PM Revision 60e8a63f (ceph): Merge pull request #21449 from rjfd/wip-dashboard-fix-frontend-build
cmake: fix frontend cmake build
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Reviewed-by: John Spray <john.spray@re...
Kefu Chai
03:58 PM Revision 6f53211a (ceph): osd: Change shard digests to hex like object info digests
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 22ddc6da5fd03e65a7baf96748a8893cc258d977)
David Zafman
03:55 PM Revision d91eba4f (ceph): test: Luminous backport specific changes
osd-scrub-repair.sh:
Remove legacy_snaps and redirect_target to keep test more in sync with master
We don't h...
David Zafman
03:54 PM Revision 5ce1f1d4 (ceph): Merge pull request #21360 from rjfd/wip-dashboard-rbd
mgr/dashboard: RBD management (backend)
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Reviewed-by: Tatja...
Lenz Grimmer
03:38 PM Revision 40975b4b (ceph): Merge pull request #21445 from rjfd/wip-dashboard-fix-run-tox
mgr/dashboard: run-tox: pass CEPH_BUILD_DIR value into tox script
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
Rev...
Kefu Chai
03:28 PM Revision b110b148 (ceph): osd: remove cost from mclock op queues; cost not handled well in dmcloc...
The current version of the dmclock library does not handle operation
cost well. Therefore cost should not be passed i...
J. Eric Ivancich
03:23 PM Revision d8ec0c73 (ceph): test: Use jq in a compatible way and for easier diff analysis
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 458babe7ee2e5fc0c4519a94249cbc1bd7cec9b6)
David Zafman
03:11 PM Revision 458babe7 (ceph): test: Use jq in a compatible way and for easier diff analysis
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
03:06 PM Revision 5b53947a (ceph): mgr/dashboard: fix frontend cmake build
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
03:01 PM Revision d67b4efb (ceph): Merge pull request #20929 from JianyuLi/joa-bluestore-spdk
os/bluestore: free the spdk qpair resource correctly in destructor of SharedDriverQueueData
Reviewed-by: Kefu Chai <...
Kefu Chai
02:56 PM Revision 4f787e89 (ceph): Merge pull request #21419 from ceph/wip-da-SCA-20180329
common,osd,rgw: Fixes for issues found during SCA
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:53 PM Stable releases Tasks #23405: Luminous v12.2.5
Current PRs included in luminous: v12.2.5
* + "Pull request 21388":https://github.com/ceph/ceph/pull/21388
* |\...
Abhishek Lekshmanan
02:53 PM Stable releases Tasks #23405 (In Progress): Luminous v12.2.5
Abhishek Lekshmanan
02:52 PM Revision 8a7e6659 (ceph): Merge pull request #21429 from wjwithagen/wjw-kStore-statfs
KStore: statfs needs extra includes on FreeBSD
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:50 PM Revision d8d5b313 (ceph): Merge pull request #21431 from Songweibin/wip-ec-cleanups
osd: miscellaneous cleanups
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
02:50 PM rgw Backport #23686 (Resolved): luminous: radosgw-admin usage show loops indefinitly - again
Abhishek Lekshmanan
02:49 PM rgw Backport #23758 (Resolved): luminous: usage trim loops forever: infinite calls to rgw.user_usage_...
Abhishek Lekshmanan
02:48 PM rgw Backport #23758 (Resolved): luminous: usage trim loops forever: infinite calls to rgw.user_usage_...
https://github.com/ceph/ceph/pull/21388 Abhishek Lekshmanan
02:28 PM Revision 371a2673 (ceph): mgr/dashboard: run-tox: pass CEPH_BUILD_DIR value into tox script
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:13 PM CephFS Backport #23750 (In Progress): luminous: mds: ceph.dir.rctime follows dir ctime not inode ctime
https://github.com/ceph/ceph/pull/21448 Prashant D
02:10 PM Revision 661a56bb (ceph): Merge pull request #21170 from dragonylffly/wip-revise-organizationmap
.organizationmap: add Xin Yuan and Yichao Li's affiliation
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:09 PM CephFS Backport #23703 (In Progress): luminous: MDSMonitor: mds health warnings printed in bad format
https://github.com/ceph/ceph/pull/21447 Prashant D
12:20 PM CephFS Backport #23703: luminous: MDSMonitor: mds health warnings printed in bad format
I'm on it. Prashant D
01:57 PM Revision 6c6b0b79 (ceph): mgr/iostat: exit gracefully on SIGINT
Signed-off-by: Mohamad Gebai <mgebai@suse.com> Mohamad Gebai
01:56 PM Bug #22944: Infiniband send_msg send returned error 32: (32) Broken pipe
Just adding to the conversation: We appear to be experiencing the same thing here with the same configuration... Jay Munsterman
01:50 PM CephFS Bug #23714: slow ceph_ll_sync_inode calls after setattr
I tried to roll a standalone testcase for this, but it didn't stall out in the same way. I'm not quite sure what caus... Jeff Layton
01:46 PM Revision e9706e60 (ceph): doc: Improved dashboard documentation
Moved content (RGW access configuration) from the dashboard `README.rst`
into the reference manual. Made various text...
Lenz Grimmer
01:36 PM Revision 073f6f6c (ceph): Merge pull request #21433 from tchaikov/wip-qa-env_librados_test
qa: disable -Werror when compiling env_librados_test
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
12:49 PM Revision 6e5e4ad3 (ceph): qa/workunits/fs: test for cephfs rstats
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit 8b3590d3e39f1395490e0189c00e141aeb40e597)
Yan, Zheng
12:49 PM Revision b3b136dc (ceph): mds: make rstat.rctime follow inodes' ctime
Fixes: http://tracker.ceph.com/issues/23380
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit ...
Yan, Zheng
12:14 PM Revision 3996c0ae (ceph): osd: don't crash on empty snapset
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
Signed-off-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
11:36 AM CephFS Feature #21156: mds: speed up recovery with many open inodes
Patrick Donnelly wrote:
> Very unlikely because of the new structure in the metadata pool adds unacceptable risk for...
Webert Lima
11:31 AM Revision 3df37f8d (ceph): MDSMonitor: fix mds health printed in bad format
Fixes: http://tracker.ceph.com/issues/23582
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly
11:24 AM Dashboard Bug #23168 (Need More Info): After ceph cluster deployment, the ceph-mgr webui can't show as normal
Is this still an issue with the latest Luminous release? Lenz Grimmer
10:54 AM ceph-volume Bug #23757 (Closed): multiple VGs possible when preparing
Running vgdisplay showed that ceph-volume tried to create a disk on failed disk. (We didn't know we had a bad did so ... Alfredo Deza
10:44 AM CephFS Backport #23702 (In Progress): luminous: mds: sessions opened by journal replay do not get dirtie...
https://github.com/ceph/ceph/pull/21441 Prashant D
09:26 AM Revision 007eae7d (ceph): mon, mgr: move "osd pool stats" command to mgr
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
08:58 AM Revision f401af92 (ceph): Merge pull request #21402 from tspmelo/wip-module-cleanup
mgr/dashboard: Angular modules cleanup
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: Volker Theile ...
Lenz Grimmer
07:46 AM Revision e7cf78a6 (ceph): Merge pull request #21398 from ivancich/wip-revert-dmclock-feature-bit-...
osd: Revert use of dmclock message feature bit since not yet finalized
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
07:24 AM mgr Bug #23756 (New): mgr is not updated with latest pgmap in qa/workunits/rados/test_large_omap_dete...
see http://pulpito.ceph.com/kchai-2018-04-12_15:56:07-rados-wip-kefu-testing-2018-04-12-2211-distro-basic-mira/239008... Kefu Chai
07:20 AM Revision 4319b934 (ceph): client: quit on failed remount during dentry invalidate test
Fixes: http://tracker.ceph.com/issues/22269
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly
06:59 AM rgw Feature #19052: rgw: multiple zonegroups: support of request redirection to access different zone...
Does #19488 cover this feature? Osamu KIMURA
06:46 AM Revision 8048865b (ceph): mds: properly dirty sessions opened by journal replay
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Fixes: http://tracker.ceph.com/issues/23625
(cherry picked from commit ...
Yan, Zheng
06:31 AM rgw Backport #23685 (In Progress): luminous: rgw_file: post deadlock fix, direct deleted RGWFileHandl...
https://github.com/ceph/ceph/pull/21438 Prashant D
06:28 AM rgw Backport #23683 (In Progress): luminous: radosgw-admin should not use metadata cache when not needed
https://github.com/ceph/ceph/pull/21437 Prashant D
05:38 AM bluestore Bug #22102: BlueStore crashed on rocksdb checksum mismatch
Sage Weil wrote:
> Artemy, is it possible the machine where you saw this was swapping?
Yes, system was in a swap ...
Artemy Kapitula
04:45 AM Revision 689e3a08 (ceph): Merge pull request #21403 from dillaman/wip-rbd-mirror-dead-instances
test/rbd-mirror: improve coverage for dead instance handling
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
04:08 AM rgw Bug #22804: multisite Synchronization failed when read and write delete at the same time
cosbench with read/write/delete at the same time, master's objects and index was still more than slave's.
Amine Liu
03:38 AM Revision 3068117e (ceph): rgw_file: conditionally unlink handles when direct deleted
The deadlock fix in 3cf0880 deals correctly deals with the
recycle-path locking, but incorrectly removed handle table...
Matt Benjamin
03:32 AM rgw Backport #23682 (In Progress): luminous: rgw:failed to pass test_bucket_list_maxkeys_unreadable i...
https://github.com/ceph/ceph/pull/21435 Prashant D
03:29 AM CephFS Bug #23652 (Pending Backport): client: fix gid_count check in UserPerm->deep_copy_from()
Patrick Donnelly
03:29 AM CephFS Bug #23665 (Pending Backport): ceph-fuse: return proper exit code
Patrick Donnelly
03:26 AM Revision 9bfce1bf (ceph): Merge PR #21322 into master
* refs/pull/21322/head:
osdc: cleanup code.
osdc: Remove useless condition.
Reviewed-by: Gregory Farnum <gfarnum@r...
Patrick Donnelly
03:26 AM Revision 2977e5e3 (ceph): Merge PR #21341 into master
* refs/pull/21341/head:
client: Fix the gid_count check
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
03:26 AM Revision 5e387ae9 (ceph): Merge PR #21370 into master
* refs/pull/21370/head:
client: Take reference for operator= function parameter
Reviewed-by: Patrick Donnelly <pdon...
Patrick Donnelly
03:26 AM Revision d7c975ff (ceph): Merge PR #21391 into master
* refs/pull/21391/head:
qa: fix log typo
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Patrick Donnelly
03:26 AM Revision 846453f8 (ceph): Merge PR #21396 into master
* refs/pull/21396/head:
ceph-fuse: exit with failure on failed mount
common: ignore errors during preforker exit
c...
Patrick Donnelly
03:25 AM CephFS Bug #23755 (Resolved): qa: FAIL: test_purge_queue_op_rate (tasks.cephfs.test_strays.TestStrays)
... Patrick Donnelly
03:16 AM CephFS Bug #22933 (Fix Under Review): client: add option descriptions and review levels (e.g. LEVEL_DEV)
https://github.com/ceph/ceph/pull/21434 Patrick Donnelly
12:38 AM Revision e9684e93 (ceph): rgw: readonly commands don't need to use metadata cache
Fixes: http://tracker.ceph.com/issues/23468
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
(cherry picked from c...
Orit Wasserman
12:38 AM Revision d24cc135 (ceph): rgw: make cache configurable durining init_storage
Fixes: http://tracker.ceph.com/issues/23468
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
(cherry picked from c...
Orit Wasserman
12:34 AM Revision ab004e63 (ceph): rgw: return EINVAL if max_keys can not convert correctly
fix: http://tracker.ceph.com/issues/23586
Signed-off-by: yuliyang <yuliyang@cmss.chinamobile.com>
(cherry picked fro...
joke lee

04/15/2018

11:37 PM Revision f9e90cc5 (ceph): Squash this as merging to luminous change
David Zafman
10:22 PM RADOS Bug #23753 (Can't reproduce): "Error ENXIO: problem getting command descriptions from osd.4" in u...
Run: http://pulpito.ceph.com/teuthology-2018-04-15_03:25:02-upgrade:kraken-x-luminous-distro-basic-smithi/
Jobs: '23...
Yuri Weinstein
10:10 PM Revision 45a4fe01 (ceph): Update to test
David Zafman
09:40 PM mgr Bug #23752 (Can't reproduce): Exceptions on two datapoints with same timestamp
From list thread: "[ceph-users] ZeroDivisionError: float division by zero in /usr/lib/ceph/mgr/dashboard/module.py (1... John Spray
06:30 PM CephFS Bug #23751: mon: use fs-client profile for fs authorize mon caps
Actually I think this gives blanket permission to read from OSDs for all pools so we may actually want to remove this... Patrick Donnelly
06:27 PM CephFS Bug #23751 (New): mon: use fs-client profile for fs authorize mon caps
This is simpler and consistent. Patrick Donnelly
05:44 PM RADOS Bug #23471 (Resolved): add --add-bucket and --move options to crushtool
Nathan Cutler
05:40 PM CephFS Backport #23750 (Resolved): luminous: mds: ceph.dir.rctime follows dir ctime not inode ctime
https://github.com/ceph/ceph/pull/21448 Nathan Cutler
05:39 PM CephFS Bug #23724 (Resolved): qa: broad snapshot functionality testing across clients
Ganesha FSAL
ceph-fuse
kclient
Patrick Donnelly
05:27 PM Revision 24299597 (ceph): Get version
David Zafman
03:02 PM Revision ccb44e66 (ceph): Merge pull request #20398 from wjwithagen/wip-posix_fallocate
common: posix_fallocate on ZFS returns EINVAL
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:01 PM Revision 2016d6b9 (ceph): Merge pull request #20752 from jcsp/wip-dashboard-build-tweak
mgr/dashboard: build tweaks
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Reviewed-by: Patrick Nawracay <pnawracay@s...
Kefu Chai
03:00 PM Revision ccd1c666 (ceph): Merge pull request #21108 from xiexingguo/wip-kill-subset-of
interval_set: kill subset_of()
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:59 PM Revision 2d06cf88 (ceph): Merge pull request #21369 from majianpeng/test-objectstore_bench-usage
test/objectstore_bench: Don't forget judging whether call usage.
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
02:58 PM Revision 5f65683b (ceph): Merge pull request #20100 from mogeb/iostat-plugin
mgr/iostat: implement 'ceph iostat' as a mgr plugin
Reviewed-by: John Spray <john.spray@redhat.com>
Reviewed-by: Kef...
Kefu Chai
02:56 PM Revision ed8bdf15 (ceph): Merge pull request #21373 from ovh/bp-hb-divbyzero
osd: fix crash caused by divide by zero in heartbeat code
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:55 PM Revision a07c3446 (ceph): Merge pull request #21395 from liewegas/wip-log-channels
mon/LogMonitor: separate out summary by channel
Reviewed-by: John Spray <john.spray@redhat.com>
Kefu Chai
02:52 PM Revision 7720ef5d (ceph): Merge pull request #19935 from myoungwon/wip-manifest-ref-count
osd: refcount for manifest object (redirect, chunked)
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
02:51 PM RADOS Bug #22095 (Pending Backport): ceph status shows wrong number of objects
Kefu Chai
02:49 PM Revision d4186fb5 (ceph): Merge pull request #19117 from jan--f/jan-object-counts-decimal
include/types: format decimal numbers with decimal factor
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
02:48 PM Revision 63c9b226 (ceph): Merge pull request #21427 from liewegas/wip-balancer-roots
mgr/balancer: improve error message
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Kefu Chai
02:47 PM mgr Bug #23482 (Resolved): ceph-mgr --help stopped working (regression in master)
Kefu Chai
02:47 PM Revision 6e6e28ca (ceph): Merge pull request #21401 from liewegas/wip-mgr-help
ceph-mgr: exit after usage
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
Kefu Chai
02:45 PM Revision 92ad189c (ceph): Merge pull request #21430 from tchaikov/wip-osdmap-prune
mon/OSDMonitor: txsize should be greater or eq to prune_interval - 1
Reviewed-by: Joao Eduardo Luis <joao@suse.de>
Kefu Chai
02:38 PM Revision 1a957104 (ceph): qa: disable -Werror when compiling env_librados_test
to silence warnings like
utilities/env_librados.cc:175:33: warning: unused parameter ‘offset’ [-Wunused-parameter]
...
Kefu Chai
02:02 PM CephFS Bug #23714: slow ceph_ll_sync_inode calls after setattr
I think patrick is right, maybe we should call flush_mdlog_sync to make mds do the mdlog flush before we wait on the ... dongdong tao
03:35 AM CephFS Bug #23714: slow ceph_ll_sync_inode calls after setattr
Sounds like Ganesha is blocked on a journal flush by the MDS. Patrick Donnelly
01:41 PM Revision f4fabb6d (ceph): mon/OSDMonitor: txsize should be greater or eq to prune_interval - 1
so we can prune 1 or more intervals in a single iteration. and in each
interval, we prune (prune_interval - 1) versio...
Kefu Chai
08:52 AM RADOS Bug #19348: "ceph ping mon.c" cli prints assertion failure on timeout
https://github.com/ceph/ceph/pull/21432 Rishabh Dave
02:50 AM CephFS Bug #23723 (New): qa: incorporate smallfile workload
Add smallfile workload
https://github.com/distributed-system-analysis/smallfile
to fs:workloads suite.
Patrick Donnelly
01:54 AM rbd Support #23677: rbd mirror: is there a method to calculate data size that have not been mirror to...
@Jason Dillaman, OK,got it.Thank you! liuzhong chen

04/14/2018

03:30 PM CephFS Bug #23715: "Scrubbing terminated -- not all pgs were active and clean" in fs-jewel-distro-basic-ovh
Patrick, any requirements against running k* suites on ovh ? Yuri Weinstein
07:10 AM CephFS Bug #23715: "Scrubbing terminated -- not all pgs were active and clean" in fs-jewel-distro-basic-ovh
Yuri, I have not seen this on smithi, so I assume it only happens in virtual environments. Nathan Cutler
07:15 AM mgr Bug #23286: mgr: ActivePyModules::list_servers_python() returns mgr with empty hostname
According to #23330-3 the luminous backport should be done as part of #23722 Nathan Cutler
07:15 AM mgr Backport #23722 (Need More Info): luminous: mon command "mgr metadata $name" has inconsistent arg...
To be backported along with #23286 which, as of this writing, still wasn't fixed in master. Nathan Cutler
07:13 AM mgr Backport #23722 (Rejected): luminous: mon command "mgr metadata $name" has inconsistent argument ...
Nathan Cutler
07:14 AM mgr Bug #23330: mon command "mgr metadata $name" has inconsistent argument naming
Preparing for backport on the assumption that Sage didn't mean to override #23330-3 Nathan Cutler
07:13 AM mgr Bug #23330 (Pending Backport): mon command "mgr metadata $name" has inconsistent argument naming
Nathan Cutler
07:05 AM rgw Backport #23720 (Resolved): luminous: radosgw-admin user stats --sync-stats without a user will c...
Nathan Cutler
07:04 AM rgw Backport #23720 (Resolved): luminous: radosgw-admin user stats --sync-stats without a user will c...
https://github.com/ceph/ceph/pull/21393 Nathan Cutler
07:04 AM rgw Backport #23721 (Resolved): jewel: radosgw-admin user stats --sync-stats without a user will crea...
https://github.com/ceph/ceph/pull/20877 Nathan Cutler
07:04 AM rgw Bug #23322 (Pending Backport): radosgw-admin user stats --sync-stats without a user will create a...
Nathan Cutler
06:11 AM RADOS Support #23719: Three nodes shutdown,only boot two of the nodes,many pgs down.(host failure-domai...
fix description: If pg1.1 have acting set [1,2,3], I power down osd.3 first,then power down osd.2. In case I boot osd... junwei liao
05:50 AM RADOS Support #23719 (New): Three nodes shutdown,only boot two of the nodes,many pgs down.(host failure...
The interval mechanism of PG will cause a problem in the process of cluster restart.If I have 3 nodes(host failure-do... junwei liao
03:36 AM Revision cfde37ce (ceph): osd/OSD: drop unused header
Signed-off-by: songweibin <song.weibin@zte.com.cn> wb song
03:35 AM Revision c4483adc (ceph): osd/ECBackend: kill extra member **want**
Signed-off-by: songweibin <song.weibin@zte.com.cn> wb song
03:35 AM Revision 441eef5e (ceph): osd/ECTransaction: kill redudant asserts
Signed-off-by: songweibin <song.weibin@zte.com.cn> wb song
03:35 AM Revision 9b108370 (ceph): osd/ECTransaction: drop duplicated **#include <vector>**
Signed-off-by: songweibin <song.weibin@zte.com.cn> wb song
03:35 AM Revision 066e09df (ceph): osd/ECBackend: s/union_of/union_insert/
Signed-off-by: songweibin <song.weibin@zte.com.cn> wb song
03:35 AM Revision 681f7ff8 (ceph): osd/ECBackend: kill redundant assert
Signed-off-by: songweibin <song.weibin@zte.com.cn> wb song
03:23 AM rgw Bug #23659: tempest tests failing with pysaml2 version conflict
Radoslaw Zarzynski
03:09 AM mgr Bug #22814: mgr: balancer: "some osds belong to multiple subtrees"
Hi Sage,
I migrated to single root already. So I don't have this osdmap. But I have mon leveldb backups from this ...
Konstantin Shalygin
01:23 AM Revision 5981f7bc (ceph): Merge pull request #21404 from tchaikov/wip-cmake-boost
cmake: changes of BuildBoost.cmake to ready seastar
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Kefu Chai
12:54 AM Revision b4205921 (ceph): Merge pull request #21410 from badone/wip-test_large_omap_detection-scr...
qa/workunits/rados/test_large_omap_detection: Scrub pgs instead of OSDs
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
12:27 AM CephFS Cleanup #23718 (Resolved): qa: merge fs/kcephfs suites
and remove redundant tests (e.g. inline on/off with administrative tests like changing max_mds). Patrick Donnelly
12:15 AM CephFS Cleanup #23717 (New): cephfs: consider renaming max_mds to a better name
It is no longer considered a "max" and having fewer ranks than max_mds is considered a bad configuration which genera... Patrick Donnelly
12:12 AM CephFS Bug #23567 (Fix Under Review): MDSMonitor: successive changes to max_mds can allow hole in ranks
https://github.com/ceph/ceph/pull/16608
QA and fix here.
Patrick Donnelly

04/13/2018

11:38 PM mgr Bug #23205: Blocked requests no longer show details
Brad is working on this for luminous - the osds on which slow ops appear are present again already in master. Josh Durgin
10:03 PM mgr Bug #23205: Blocked requests no longer show details
Bumping priority on this; I think it's something we need to fix. The health warning detail would have this informati... Sage Weil
11:28 PM Revision a6832cb6 (ceph): mgr/DaemonState: add rm()
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
11:28 PM Revision 8b3b2fa3 (ceph): mgr/DaemonServer: handle MMgrClose
Close will close out an open mgr session (unwind MMgrOpen).
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
11:27 PM Revision 755c7246 (ceph): KStore: statfs needs extra includes on FreeBSD
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
10:58 PM Revision 6f049b42 (ceph): Merge branch 'wip-23654' into luminous
David Zafman
10:57 PM Revision 3dd991fe (ceph): osd: Change shard digests to hex like object info digests
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 22ddc6da5fd03e65a7baf96748a8893cc258d977)
David Zafman
10:52 PM Revision 05a94472 (ceph): mgr/balancer: identify roots that osds overlap in
This error message isn't very informative; tell the user which osds
appear in mulitple roots, and which roots those a...
Sage Weil
10:40 PM RADOS Bug #23716: osd/ECUtil.cc: 25: FAILED assert(i->second.length() == total_data_size) (on upgrade f...
... Sage Weil
10:21 PM RADOS Bug #23716 (Resolved): osd/ECUtil.cc: 25: FAILED assert(i->second.length() == total_data_size) (o...
... Sage Weil
10:34 PM Revision 05af48f2 (ceph): osd: remove cost from mclock op queues; cost not handled well in dmcloc...
The current version of the dmclock library does not handle operation
cost well. Therefore cost should not be passed i...
J. Eric Ivancich
10:28 PM Revision 363c16b2 (ceph): Merge pull request #20853 from theanalyst/rgw/recalc-stats
rgw: add an option to recalculate user stats
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Abhishek Lekshmanan
10:15 PM Revision 84b83876 (ceph): common/str_map.cc: do boundry checks before access
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
10:15 PM Revision e4852e2a (ceph): common/TrackedOp.cc: fix format qualifiers for uint
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
10:15 PM Revision 0aec576e (ceph): mon/OSDMonitor.cc: fix format qualifiers
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
10:15 PM Revision c074a04c (ceph): src/rgw: fix some format qualifiers
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
10:15 PM Revision 0c478d77 (ceph): test_rgw_admin_log.cc: lenght() returns unsigned
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
10:15 PM Revision 2a726227 (ceph): osd/OSD.h: fix format qualifier to use PRIu32
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
10:15 PM Revision 4da48feb (ceph): lz4/LZ4Compressor.h: remove always true check
Fix for:
[src/compressor/lz4/LZ4Compressor.h:105]: (style) Condition
'r!=(int)compressed_pairs[i].first' is always ...
Danny Al-Gaaf
10:15 PM Revision 7e83dc67 (ceph): krbd.cc: fix parameter to variadic function
Fix for:
[src/krbd.cc:549]: (portability) Passing NULL after the last typed
argument to a variadic function leads t...
Danny Al-Gaaf
10:15 PM Revision 1de5d149 (ceph): CephBroker.cc: fix format qualifier for unsigned int
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
10:13 PM Revision 81c98a8e (ceph): msg/async/EventKqueue.cc: fix memory leak due to realloc error
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
10:13 PM Revision f8038f40 (ceph): rgw/rgw_website.h: fix uninitialized variable
Co-authored-by: Casey Bodley <cbodley@redhat.com>
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
Danny Al-Gaaf
10:13 PM Revision ae6df8b3 (ceph): test/fio/fio_ceph_objectstore.cc: fix uninitialized variables
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
10:10 PM mgr Bug #23330 (Resolved): mon command "mgr metadata $name" has inconsistent argument naming
Sage Weil
10:09 PM mgr Bug #22070 (Can't reproduce): "ceph pg dump" has stale states listed (322 PGs in states, only 320...
This was an old dev commit. If you are still seeing this on curent master or a stable release, please reopen the tic... Sage Weil
10:08 PM mgr Bug #22322 (Won't Fix): OSD Daemon page still doesn't sort host/osd correctly if using classes
new dashboard! Sage Weil
10:07 PM mgr Bug #23276 (Resolved): balancer/osd: segfault in calc_pg_upmaps
Sage Weil
10:06 PM mgr Bug #21356 (Can't reproduce): ceph-mgr admin socket starts failing after many attempts to call no...
Sage Weil
10:04 PM mgr Bug #23709 (Resolved): run-tox-mgr-dashboard fails because of unrecognized arguments
Sage Weil
01:07 PM mgr Bug #23709 (Fix Under Review): run-tox-mgr-dashboard fails because of unrecognized arguments
https://github.com/ceph/ceph/pull/21416 Kefu Chai
12:41 PM mgr Bug #23709: run-tox-mgr-dashboard fails because of unrecognized arguments
Sorry, the correct link to the PR is https://github.com/ceph/ceph/pull/21293. Volker Theile
12:36 PM mgr Bug #23709 (Resolved): run-tox-mgr-dashboard fails because of unrecognized arguments
With PR #21293 the src/pybind/mgr/dashboard/run-tox.sh script has been modified. Now it seems that the Ceph Jenkins j... Volker Theile
10:04 PM mgr Documentation #22532 (Resolved): mgr: balancer: missed documentation
Sage Weil
09:53 PM CephFS Bug #23715: "Scrubbing terminated -- not all pgs were active and clean" in fs-jewel-distro-basic-ovh
Nathan, I am not sure if you have seen this.
Suspect also in http://pulpito.ceph.com/teuthology-2018-04-11_04:15:02-...
Yuri Weinstein
09:52 PM CephFS Bug #23715 (Closed): "Scrubbing terminated -- not all pgs were active and clean" in fs-jewel-dist...
Run: http://pulpito.ceph.com/teuthology-2018-04-11_04:10:03-fs-jewel-distro-basic-ovh/
Jobs: 40 jobs
Logs: teutholo...
Yuri Weinstein
09:40 PM CephFS Feature #21156: mds: speed up recovery with many open inodes
Webert Lima wrote:
> Hi, thank you very much for this.
>
> I see this
> > Target version: Ceph - v13.0.0
>
> ...
Patrick Donnelly
08:33 PM CephFS Feature #21156: mds: speed up recovery with many open inodes
Hi, thank you very much for this.
I see this
> Target version: Ceph - v13.0.0
So I'm not even asking for a bac...
Webert Lima
09:36 PM rgw Backport #23691 (Resolved): luminous: radosgw-admin: add an option to reset user stats
Nathan Cutler
03:26 PM rgw Backport #23691: luminous: radosgw-admin: add an option to reset user stats
https://github.com/ceph/ceph/pull/21393
merged
Yuri Weinstein
09:35 PM rgw Backport #23690 (Resolved): luminous: multisite Synchronization failed when read and write delete...
Nathan Cutler
03:25 PM rgw Backport #23690: luminous: multisite Synchronization failed when read and write delete at the sam...
merged https://github.com/ceph/ceph/pull/21390 Yuri Weinstein
09:32 PM CephFS Backport #23698 (In Progress): luminous: mds: load balancer fixes
Nathan Cutler
09:07 AM CephFS Backport #23698: luminous: mds: load balancer fixes
https://github.com/ceph/ceph/pull/21412 Zheng Yan
08:54 AM CephFS Backport #23698 (New): luminous: mds: load balancer fixes
backport https://github.com/ceph/ceph/pull/19220 to luminous Nathan Cutler
08:41 AM CephFS Backport #23698 (Pending Backport): luminous: mds: load balancer fixes
Nathan Cutler
02:26 AM CephFS Backport #23698 (Resolved): luminous: mds: load balancer fixes
https://github.com/ceph/ceph/pull/21412 Zheng Yan
09:29 PM bluestore Bug #22510 (Pending Backport): osd: BlueStore.cc: BlueStore::_balance_bluefs_freespace: assert(0 ...
The luminous PR is still open. Nathan Cutler
02:38 AM bluestore Bug #22510 (Resolved): osd: BlueStore.cc: BlueStore::_balance_bluefs_freespace: assert(0 == "allo...
Josh Durgin
09:29 PM bluestore Backport #23063 (In Progress): luminous: osd: BlueStore.cc: BlueStore::_balance_bluefs_freespace:...
The luminous PR is still open, so reopening the backport issue. Nathan Cutler
02:37 AM bluestore Backport #23063 (Resolved): luminous: osd: BlueStore.cc: BlueStore::_balance_bluefs_freespace: as...
Josh Durgin
09:28 PM mgr Bug #22814 (Need More Info): mgr: balancer: "some osds belong to multiple subtrees"
Hi Konstantin,
This error is confusing because you *don't* see to have osds under multiple roots from the dump. D...
Sage Weil
09:17 PM Revision c5f3d391 (ceph): test: Luminous backport specific changes
Remove legacy_snaps and redirect_target to keep test more in sync with master
We don't have omap_digest bluestore han...
David Zafman
09:17 PM mgr Bug #21122 (Won't Fix): Kraken to luminous upgrade: Error EINVAL: key for mgr.vpm037 exists but c...
Sage Weil
09:16 PM mgr Bug #22789 (Resolved): ceph balancer docs update
Sage Weil
09:16 PM Revision 4520d43a (ceph): Merge pull request #21421 from liewegas/wip-doc-balancer
doc/mgr/balancer: document
Reviewed-by: Dan van der Ster <daniel.vanderster@cern.ch>
Sage Weil
08:41 PM Revision fb6caa1f (ceph): mgr/influx: Added pg_summary function
Signed-off-by: mhdo2 <mhdo2@users.noreply.github.com> mhdo2
08:37 PM Revision 78169e64 (ceph): Merge pull request #21425 from cbodley/wip-rgw-fix-set_threaded
rgw: fix sync status conflict with cloud sync Matt Benjamin
08:31 PM Revision fd31f2dd (ceph): rgw: fix conflict with cloud sync
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
08:30 PM Revision 3eb5652b (ceph): Merge pull request #20027 from Leeshine/wip-rgw-sync-bucket-shards
rgw: improve sync status: display behind bucket shards
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
07:52 PM Revision 482e0a6e (ceph): ceph-volume util.prepare allow extra ad-hoc mount flags
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:52 PM Revision b45a84d9 (ceph): ceph-volume lvm.prepare capture vdo-ness on LVM tags
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:33 PM RADOS Bug #21931: osd: src/osd/ECBackend.cc: 2164: FAILED assert((offset + length) <= (range.first.get_...
Live multimds run: /ceph/teuthology-archive/pdonnell-2018-04-13_04:19:33-multimds-wip-pdonnell-testing-20180413.02283... Patrick Donnelly
07:30 PM RADOS Bug #21992: osd: src/common/interval_map.h: 161: FAILED assert(len > 0)
/ceph/teuthology-archive/pdonnell-2018-04-13_04:19:33-multimds-wip-pdonnell-testing-20180413.022831-testing-basic-smi... Patrick Donnelly
06:50 PM Revision 7190e1b3 (ceph): Merge pull request #21123 from theanalyst/wip-civetweb-1.1
rgw: civetweb fixes for v1.1 upgrade Matt Benjamin
06:49 PM CephFS Bug #23714: slow ceph_ll_sync_inode calls after setattr
I'll see if I can cook up libcephfs standalone testcase for this. Jeff Layton
06:48 PM CephFS Bug #23714: slow ceph_ll_sync_inode calls after setattr
We recently added some calls to ceph_ll_sync_inode in ganesha, to be done after a setattr request. Testing with cthon... Jeff Layton
06:40 PM CephFS Bug #23714 (Resolved): slow ceph_ll_sync_inode calls after setattr
Jeff Layton
06:46 PM bluestore Bug #23653: tcmalloc Attempt to free invalid pointer 0x55de11f2a540 in rocksdb::LRUCache::~LRUCac...
except the job runs on rhel 7.5,... Sage Weil
06:45 PM bluestore Bug #23653: tcmalloc Attempt to free invalid pointer 0x55de11f2a540 in rocksdb::LRUCache::~LRUCac...
on lab centos deploy,... Sage Weil
06:38 PM bluestore Bug #23653: tcmalloc Attempt to free invalid pointer 0x55de11f2a540 in rocksdb::LRUCache::~LRUCac...
This looks to me like a build issue with tcmalloc... specifically, building in centos and running in rhel. Running o... Sage Weil
06:28 PM RADOS Bug #23713: High MON cpu usage when cluster is changing
My guess is that this is the compat reencoding of the OSDMap for the pre-luminous clients.
Are you by chance makin...
Sage Weil
06:10 PM RADOS Bug #23713 (Resolved): High MON cpu usage when cluster is changing
After upgrading to Luminous 12.2.4 (from Jewel 10.2.5), we consistently see high cpu usage when OSDMap changes , esp... Xiaoxi Chen
06:09 PM Bug #23712 (Duplicate): High MON cpu usage when cluster is changing
After upgrading to Luminous 12.2.4 (from Jewel 10.2.5), we consistently see high cpu usage when OSDMap changes , esp... Xiaoxi Chen
05:54 PM Revision 6ba62792 (ceph): ceph-volume tests for is_vdo detection
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:54 PM Revision a9a8ba01 (ceph): ceph-volume api.lvm helpers to detect vdo from a dm path
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:40 PM Revision 9787f84e (ceph): doc/mgr/balancer: document
Not sure how we missed this for luminous!
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
05:36 PM Revision 5d67bb97 (ceph): cls/refcount: add chunk_refcount_client()
Signed-off-by: Myoungwon Oh <omwmw@sk.com> myoungwon oh
05:35 PM Revision 3ff9bd45 (ceph): src/test: add a unit test for manifest refcount
Signed-off-by: Myoungwon Oh <omwmw@sk.com> myoungwon oh
05:35 PM Revision 19b5703f (ceph): osd: decrease refcount when object is deleted (has manifest) if the obj...
Signed-off-by: Myoungwon Oh <omwmw@sk.com> myoungwon oh
05:34 PM Revision cd60537a (ceph): osd: increase refcount if redirect or chunked object is enabled
Signed-off-by: Myoungwon Oh <omwmw@sk.com> myoungwon oh
05:34 PM Revision 6d1948ce (ceph): osd: add refcount_manifest() for the object that has manifest
Signed-off-by: Myoungwon Oh <omwmw@sk.com> myoungwon oh
05:34 PM Revision 22b54c58 (ceph): osd/osd_types.h: add HAS_REFERENCE flag
Signed-off-by: Myoungwon Oh <omwmw@sk.com> myoungwon oh
05:34 PM Revision 12feefc1 (ceph): librados: add with_reference flag when redirect or chunk is enabled
Signed-off-by: Myoungwon Oh <omwmw@sk.com> myoungwon oh
05:33 PM Revision 70828e1f (ceph): cls/refcount: add chunk_refcount
refcount() for chunked object is added (based on source id,
pool id and offset)
Signed-off-by: Myoungwon Oh <omwmw@s...
myoungwon oh
05:25 PM Revision 877c0121 (ceph): cmake: set OPENSSL_API_1_1 in civetweb conditionally
While not ideal, we set the civetweb openssl 1.1 conditional compile based on
the openssl version that cmake reports....
Abhishek Lekshmanan
05:25 PM Revision 823ce040 (ceph): rgw: update civetweb submodule sha1 to track ceph-master
Updating the sha1 to track ceph-master which currently updates civetweb to 1.1
Signed-off-by: Abhishek Lekshmanan <a...
Abhishek Lekshmanan
05:19 PM Revision 64275d51 (ceph): rgw: update civetweb to 1.1
Introduces the following additions in rgw:
- allow_unicode_in_urls introduced with a corresponding downstream commit ...
Abhishek Lekshmanan
05:19 PM Revision f8ed817c (ceph): qa: drop rfc2616 checking on civetweb
Since newer versions of civetweb are also strict on rfc2616 checks let's enforce
strict rfc2616 checks in s3tests
Si...
Abhishek Lekshmanan
05:05 PM Revision 5c040d99 (ceph): rgw: fix radosgw linkage with WITH_RADOSGW_BEAST_FRONTEND=OFF
Fixes: http://tracker.ceph.com/issues/23680
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
04:55 PM CephFS Bug #23697 (Pending Backport): mds: load balancer fixes
Patrick Donnelly
08:56 AM CephFS Bug #23697: mds: load balancer fixes
Sorry for the confused edits. The "backport-create-issue" script is much better at this than I am. It's enough to cha... Nathan Cutler
08:36 AM CephFS Bug #23697 (New): mds: load balancer fixes
Nathan Cutler
02:23 AM CephFS Bug #23697 (Resolved): mds: load balancer fixes
https://github.com/ceph/ceph/pull/19220 Zheng Yan
04:07 PM Revision f931942e (ceph): common/options: change mon_data_size_warn type to TYPE_SIZE
As the option represents a byte count, TYPE_SIZE is appropriate and the
correct IEC unit prefixes will be parsed.
Si...
Jan Fajerski
04:07 PM Revision 61504f11 (ceph): qa/workunits/cephtool/test.sh: fix SI unit test, add IEC unit test
Signed-off-by: Jan Fajerski <jfajerski@suse.com> Jan Fajerski
03:27 PM Revision cc3f9af6 (ceph): Merge pull request #21388 from theanalyst/wip-luminous-usage-log
luminous: usage log fixes
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:27 PM Revision 76e6c2ef (ceph): Merge pull request #21389 from theanalyst/wip-luminous-23687
Wip luminous 23687
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Yuri Weinstein
03:26 PM Revision e5e36277 (ceph): Merge pull request #21393 from theanalyst/wip-luminous-recalc
luminous: rgw recalculate stats option added
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:24 PM Revision 6c4bdb4d (ceph): Merge pull request #21390 from theanalyst/wip-luminous-23690
rgw: fix mutlisite read-write issues
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:12 PM rbd Support #23677: rbd mirror: is there a method to calculate data size that have not been mirror to...
liuzhong chen wrote:
> IO,it would not be flushed.It also means that these entry will be not replayed for non-primar...
Jason Dillaman
02:35 PM rbd Support #23677: rbd mirror: is there a method to calculate data size that have not been mirror to...
liuzhong chen wrote:
> @Jason Dillaman, OK,understanded.Thank you very much.
> Another quetion, this issue http://t...
liuzhong chen
02:34 PM rbd Support #23677: rbd mirror: is there a method to calculate data size that have not been mirror to...
@Jason Dillaman, OK,understanded.Thank you very much.
Another quetion, this issue [[http://tracker.ceph.com/issues/2...
liuzhong chen
01:21 PM rbd Support #23677: rbd mirror: is there a method to calculate data size that have not been mirror to...
@liuzhong chen: There is no such support right now. The "entries_behind_master" is just a simple counter of the numbe... Jason Dillaman
03:00 AM rbd Support #23677: rbd mirror: is there a method to calculate data size that have not been mirror to...
@Jason Dillaman,I have tried some method but can't.Do you have any advise.Thank you! liuzhong chen
03:03 PM RADOS Bug #23228 (Closed): scrub mismatch on objects
The failure in comment (2) looks unrelated, but i twas a test branch. let's see if it happens again.
The original ...
Sage Weil
02:58 PM Revision bbe12b0b (ceph): qa/tasks/mgr/dashboard: rbd: image copy test
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision cbb86281 (ceph): mgr/dashboard: rbd: fix disk-usage and free ioctx and image resources
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision e368a157 (ceph): mgr/dashboard: viewcache: debug log messages
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision d5756537 (ceph): mgr/dashboard: rbd: changed REST API prefix to /block/image
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision fb41b943 (ceph): qa/tasks/mgr/dashboard: rbd: use JSON schema validator
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision e11ae235 (ceph): mgr/dashboard: rbd: major refactoring for using the Task decorator
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision 5d4622ab (ceph): mgr/dashboard: rbd: snapshot rollback implementation
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision 386a7b53 (ceph): mgr/dashboard: taskmanager: support exception handler
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision 3e0e883e (ceph): qa/tasks/mgr/dashboard: rbd: snapshot rollback test
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision 07527481 (ceph): mgr/dashboard: rbd: snapshot clone implementation
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision 67f3ac64 (ceph): qa/tasks/mgr/dashboard: rbd: snapshot clone test
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision 9dbe2542 (ceph): mgr/dashboard: rbd: image copy implementation
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision 59bf5d87 (ceph): mgr/dashboard: rbd: image edit implementation
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision 1e854da1 (ceph): qa/tasks/mgr/dashboard: rbd: image edit tests
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision 266ce4c8 (ceph): qa/tasks/mgr/dashboard: rbd: use dashboard pool API for creating pools
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision 83fde0ef (ceph): mgr/dashboard: rbd: snapshot edit implementation
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision 9f027edf (ceph): qa/tasks/mgr/dashboard: rbd: snapshot edit tests
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision be1987e8 (ceph): mgr/dashboard: Task decorator for controller endpoints
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision 3d5d265d (ceph): mgr/dashboard: restcontroller: support for detail methods
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision fa7cac81 (ceph): mgr/dashboard: rbd: image disk usage implementation
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision 9e62b76e (ceph): mgr/dashboard: restcontroller: allow DELETE to return JSON body
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision 5f375a41 (ceph): mgr/dashboard: restcontroller: allow POST with empty body
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision 8a12867c (ceph): mgr/dashboard: rbd: image delete implementation
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision 8264e934 (ceph): qa/tasks/mgr/dashboard: rbd: image deletion test
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision 4dd39885 (ceph): mgr/dashboard: rbd: snapshot create/delete implementation
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision 3013d7ac (ceph): qa/tasks/mgr/dashboard: rbd: snapshot create/delete tests
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision 90356599 (ceph): mgr/dashboard: added script to execute backend API requests
Example of usage:
```
$ ./run-backend-api-request.sh POST /api/rbd '{"name": "myimage2", "pool_name": "rbd", "size":...
Ricardo Dias
02:58 PM Revision f4a68637 (ceph): mgr/dashboard: rbd: image list implementation
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision 77c676ca (ceph): qa/tasks/mgr/dashboard: rbd: new image list format
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision c6a6c320 (ceph): mgr/dashboard: rbd: asynchronous image create
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision 3ab7612d (ceph): qa/tasks/mgr/dashboard: rbd: asynchronous image create test
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:58 PM Revision 2df65be8 (ceph): mgr/dashboard: viewcache: remove VALUE_EXCEPTION
Instead of returning the exception object as a result of a function
decorated with `@ViewCache()`, raise the exceptio...
Ricardo Dias
02:56 PM Revision 8e821891 (ceph): Merge pull request #21416 from tchaikov/wip-tox-pwd
test/dashboard: specify workdir using tox.ini
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Reviewed-by:...
Kefu Chai
02:42 PM Revision df6d5b16 (ceph): Merge pull request #18932 from yehudasa/wip-rgw-cloud-sync
rgw cloud sync
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
02:27 PM Revision c0153ca2 (ceph): osd: Revert use of dmclock message feature bit since not yet finalized
Because the updated use of dmclock is not yet finalized and the
unfinished functionality uses a valuable messaging fe...
J. Eric Ivancich
02:21 PM Revision 48aba5b8 (ceph): test_rgw_admin_log.cc: lenght() returns unsigned
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
02:14 PM Revision 25de1a6b (ceph): src/rgw: fix some format qualifiers
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
02:00 PM Revision e8876889 (ceph): mon/OSDMonitor.cc: fix format qualifiers
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
01:59 PM Revision fac23593 (ceph): Merge pull request #21356 from smithfarm/wip-23657
rpm,debian: Ensure all ceph-disk runtime dependencies are declared for ceph-base
Reviewed-by: Kefu Chai <kchai@redha...
Nathan Cutler
01:51 PM RADOS Bug #23576: osd: active+clean+inconsistent pg will not scrub or repair
Is there any testing, logs, etc that will be helpful for tracking down the cause of this problem. I had a fairly bad... David Turner
01:50 PM Revision d83b2123 (ceph): common/TrackedOp.cc: fix format qualifiers for uint
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
01:50 PM Revision 65537400 (ceph): common/str_map.cc: do boundry checks before access
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
01:49 PM Revision 7699c180 (ceph): CephBroker.cc: fix format qualifier for unsigned int
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
01:47 PM Revision 68c3eb2b (ceph): krbd.cc: fix parameter to variadic function
Fix for:
[src/krbd.cc:549]: (portability) Passing NULL after the last typed
argument to a variadic function leads t...
Danny Al-Gaaf
01:20 PM rbd Subtask #18788 (Resolved): rbd-mirror A/A: integrate distribution policy with proxied InstanceRep...
*PR*: https://github.com/ceph/ceph/pull/21300 Jason Dillaman
01:15 PM rgw-testing Bug #23699: testUnorderedList swift/test/functional/tests.py fails in upgrade test
Hi Kefu,
We enabled these tests in the swift repo at the same time we merged https://github.com/ceph/ceph/pull/210...
Casey Bodley
07:05 AM rgw-testing Bug #23699 (Can't reproduce): testUnorderedList swift/test/functional/tests.py fails in upgrade test
i guess the root cause is that https://github.com/ceph/ceph/pull/21026 does not exist in luminous and we are using th... Kefu Chai
01:08 PM Revision a1654649 (ceph): test/dashboard: specify workdir using tox.ini
--workdir was introduced in tox v2.4.0, but the tox shipped by
ubuntu/xenial is 2.3.1. also because i removed the ste...
Kefu Chai
12:45 PM mgr Bug #23249: ceph osd safe-to-destroy crashes the mgr
Thanks, I do! ceph-post-file: afa874de-8d64-4748-b642-0de18c7835a7 Dan van der Ster
11:13 AM Bug #23707 (Resolved): UnboundLocalError if command doesn't validate
Kefu Chai
09:53 AM Bug #23707: UnboundLocalError if command doesn't validate
https://github.com/ceph/ceph/pull/21342 Kefu Chai
09:53 AM Bug #23707 (Resolved): UnboundLocalError if command doesn't validate
The error case in validate_command() where the command is found but the
command itself is somehow invalid raises an ...
Kefu Chai
11:13 AM Backport #23708 (Rejected): luminous: UnboundLocalError if command doesn't validate
closing, as Tim pointed out it does not work without https://github.com/ceph/ceph/commit/487b322b91f9ee13eb9dc5bdc790... Kefu Chai
09:57 AM Backport #23708 (In Progress): luminous: UnboundLocalError if command doesn't validate
https://github.com/ceph/ceph/pull/21414 Kefu Chai
09:53 AM Backport #23708 (Rejected): luminous: UnboundLocalError if command doesn't validate
https://github.com/ceph/ceph/pull/21414 Kefu Chai
09:50 AM Revision abce646a (ceph): Merge pull request #21342 from SUSE/wip-argparse-fix-validate_command-e...
pybind/ceph_argparse: Fix UnboundLocalError if command doesn't validate
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:49 AM Revision d55724ec (ceph): Merge pull request #21331 from liewegas/wip-slow-ops
qa/suites/rados/monthrash: whitelist SLOW_OPS
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:48 AM CephFS Bug #21848: client: re-expand admin_socket metavariables in child process
Hi Patrick,
Sorry for missing this for a long time. I will take a look recently to see whether there is a better f...
Zhi Zhang
09:48 AM Revision f2c36646 (ceph): Merge pull request #21317 from liewegas/wip-23622
common/Formatter: fix string_view usage for {json,xml}_stream_escaper
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Kefu Chai
09:47 AM Revision 1673af53 (ceph): Merge pull request #21312 from wjwithagen/wjw-PG-public
osd: make PG::*Force* event structs public
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:45 AM Revision d02710dd (ceph): Merge pull request #21293 from tchaikov/wip-no-venv-for-dashboard
test: only test enabled python bindings
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Reviewed-by: Ricar...
Kefu Chai
09:43 AM Revision 50c15e79 (ceph): Merge pull request #21287 from yanghonggang/master
os/kstore: fix statfs problem and add vstart.sh support
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
09:42 AM Revision b13fb4ca (ceph): Merge pull request #21174 from guzhongyan/crush-log-cleanup
crush: cleanup update_device_class() log messages
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:41 AM Revision 936f29f9 (ceph): Merge pull request #21110 from majianpeng/fix-objecter
osdc: dec num_in_flight for pool_dne case.
Reviewed-by: Gregory Farnum <gfarnum@redhat.com>
Kefu Chai
09:40 AM Revision f76d006c (ceph): Merge pull request #21029 from rzarzynski/wip-osd-close_op_ctx-nohobjcpy
osd: don't memcpy hobject_t in PrimaryLogPG::close_op_ctx().
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
09:37 AM Revision 8418aa4a (ceph): Merge pull request #21018 from ashitakasam/wip-bug-23440
osd: remove duplicated "commit_queued_for_journal_write" in OpTracker
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:36 AM Revision 6ad4bf0b (ceph): Merge pull request #20670 from chardan/jfw-wip-rand_migration-core
Extends random.h: numeric types relaxed to compatible types (with
Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
Kefu Chai
08:58 AM Linux kernel client Bug #23706 (Resolved): NULL sock gets passed to ceph_tcp_sendmsg()
Hello,
we noticed some server crash with this kind of logs:...
Bertrand Gouny
08:57 AM Revision 2832b2ce (ceph): Merge pull request #21350 from tspmelo/notifications-improvement
mgr/dashboard: Notification improvements
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: Stephan Müll...
Lenz Grimmer
08:42 AM Revision 7be00cd1 (ceph): ceph-volume: Using --readonly for {vg|pv|lv}s commands
The actual code is detecting {vg|pv|lv}s by running the usual {vg|pv|lv}s commands.
Those calls expect lvmetad to be ...
Erwan Velu
08:41 AM Revision aba1e74e (ceph): qa/workunits/rados/test_large_omap_detection: Scrub pgs instead of OSDs
Signed-off-by: Brad Hubbard <bhubbard@redhat.com> Brad Hubbard
08:40 AM Revision 4a34f116 (ceph): osd/PrimaryLogPG: fix the oi size mismatch with real object size
oi (object_info_t) size mismatch with the real object size on the
persistent backend, which was introduced by the old...
Peng Xie
08:35 AM CephFS Backport #23705 (Rejected): jewel: ceph-fuse: broken directory permission checking
Nathan Cutler
08:35 AM CephFS Backport #23704 (Resolved): luminous: ceph-fuse: broken directory permission checking
https://github.com/ceph/ceph/pull/21475 Nathan Cutler
08:35 AM CephFS Backport #23703 (Resolved): luminous: MDSMonitor: mds health warnings printed in bad format
https://github.com/ceph/ceph/pull/21447 Nathan Cutler
08:34 AM CephFS Backport #23702 (Resolved): luminous: mds: sessions opened by journal replay do not get dirtied p...
https://github.com/ceph/ceph/pull/21441 Nathan Cutler
08:20 AM RADOS Bug #23701: oi(object_info_t) size mismatch with real object size during old write arrives after ...
here is my pull request to fix this problem
https://github.com/ceph/ceph/pull/21408
Peng Xie
08:08 AM RADOS Bug #23701 (Fix Under Review): oi(object_info_t) size mismatch with real object size during old w...
currently, in our test environment (jewel : cephfs + cache tier + ec pool), we found several osd coredump
in the fol...
Peng Xie
08:06 AM bluestore Backport #23700 (In Progress): luminous: osd: KernelDevice.cc: 539: FAILED assert(r == 0)
https://github.com/ceph/ceph/pull/21407 Kefu Chai
07:59 AM bluestore Backport #23700 (Resolved): luminous: osd: KernelDevice.cc: 539: FAILED assert(r == 0)
https://github.com/ceph/ceph/pull/21407 Kefu Chai
08:04 AM Revision 99124ed3 (ceph): os/bluestore: fix exceeding the max IO queue depth in KernelDevice.
Fixes: http://tracker.ceph.com/issues/23246
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
(cherry picked fr...
Radoslaw Zarzynski
07:58 AM bluestore Bug #23246 (Pending Backport): [OSD bug] KernelDevice.cc: 539: FAILED assert(r == 0)
Kefu Chai
07:58 AM Revision efd6465e (ceph): Merge pull request #20996 from rzarzynski/wip-bs-bug23246
os/bluestore: fix exceeding the max IO queue depth in KernelDevice.
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Kefu Chai
07:51 AM Revision ad79adc5 (ceph): Merge pull request #21345 from ceph/fix_e2fsprogs
specs: require of e2fsprogs
Reviewed-by: Sébastien Han <seb@redhat.com>
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>...
Kefu Chai
07:43 AM Revision 2add5322 (ceph): Merge pull request #20658 from majianpeng/cmake-link-error
os/CMakeLists: fix link errro when enable WITH_PMEM=ON.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:32 AM Revision 9386703e (ceph): Merge pull request #21332 from cbodley/wip-cmake-lz4
cmake: enable LZ4 by default
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Kefu Chai
07:26 AM Revision 1230e696 (ceph): common: posix_fallocate on ZFS returns EINVAL
But even still it would not work on any COW FS.
So reorganised the code to have a common routine
that in the end will...
Willem Jan Withagen
06:49 AM bluestore Backport #23672 (In Progress): luminous: bluestore: ENODATA on aio
https://github.com/ceph/ceph/pull/21405 Prashant D
05:16 AM Revision 8b507a67 (ceph): os/bluestore: alter allow_eio policy regarding kernel's error list.
Fixes: http://tracker.ceph.com/issues/23333
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
(cherry picked fr...
Radoslaw Zarzynski
05:15 AM Revision 372cdefd (ceph): os/bluestore: fix and enhance misleading debug message in bdev.
Fixes: http://tracker.ceph.com/issues/23333
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
(cherry picked fr...
Radoslaw Zarzynski
04:19 AM Revision a15d3d39 (ceph): cmake: rename the boost header target to Boost::boost
because FindBoost.cmake defines Boost::boost as the target for header
only dependencies.
due to the limit of cmake <...
Kefu Chai
04:19 AM Revision faa84ab9 (ceph): cmake: expose Boost_VERSION
to appease the consumers of FindBoost.cmake, they are expecting this
variable.
Signed-off-by: Kefu Chai <kchai@redha...
Kefu Chai
03:47 AM Revision 291de35a (ceph): os/bluestore: free the spdk qpair resource correctly in destructor of S...
Signed-off-by: Jianyu Li <joannyli@foxmail.com> Jianyu Li
02:59 AM Revision 8e5d4e25 (ceph): rgw/tests_http_manager: fix initialization
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
02:24 AM Revision 7809af7a (ceph): json_formattable: fix out of bounds array entity removal
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
02:07 AM CephFS Feature #17434: qa: background rsync task for FS workunits
Current work on this by Ramakrishnan: https://github.com/ceph/ceph/pull/12503 Patrick Donnelly
01:52 AM RADOS Backport #23654 (In Progress): luminous: Special scrub handling of hinfo_key errors
https://github.com/ceph/ceph/pull/21397 Kefu Chai
01:26 AM CephFS Bug #23509 (Pending Backport): ceph-fuse: broken directory permission checking
Patrick Donnelly
01:25 AM CephFS Bug #23582 (Pending Backport): MDSMonitor: mds health warnings printed in bad format
Patrick Donnelly
01:24 AM CephFS Bug #23625 (Pending Backport): mds: sessions opened by journal replay do not get dirtied properly
Patrick Donnelly
01:22 AM Revision 28b6025e (ceph): Merge PR #21181 into master
* refs/pull/21181/head:
fuse: wire up fuse_ll_access
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
01:22 AM Revision 89349856 (ceph): Merge PR #21276 into master
* refs/pull/21276/head:
MDSMonitor: fix mds health printed in bad format
Reviewed-by: John Spray <john.spray@redhat...
Patrick Donnelly
01:22 AM Revision d1b15baa (ceph): Merge PR #21323 into master
* refs/pull/21323/head:
mds: properly dirty sessions opened by journal replay
Reviewed-by: Patrick Donnelly <pdonne...
Patrick Donnelly
01:10 AM CephFS Feature #22417 (Resolved): support purge queue with cephfs-journal-tool
Zheng Yan
12:40 AM Revision 7b7cbb18 (ceph): rbd: add object section for every trash image
Signed-off-by: songweibin <song.weibin@zte.com.cn> wb song
12:40 AM Revision 6d93e548 (ceph): rbd: 'trash ls -l' will display column titles if existed non-USER trash...
Signed-off-by: songweibin <song.weibin@zte.com.cn> wb song
12:21 AM Revision e2054b6a (ceph): mgr/dashboard: Angular modules cleanup
Removed the import of modules that were already being imported through the
Shared module.
Removed duplicated provide...
Tiago Melo

04/12/2018

11:08 PM Revision 73c2ddf9 (ceph): doc/radosgw: cloud sync docs
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
11:08 PM Revision 1034a68f (ceph): rgw: force last writer wins on marker writes
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
11:08 PM RADOS Feature #23364: Special scrub handling of hinfo_key errors
Follow on pull request included in backport to this tracker
https://github.com/ceph/ceph/pull/21362
David Zafman
11:07 PM Revision c6207d21 (ceph): Merge pull request #21362 from dzafman/wip-hex-digest
osd: Change shard digests to hex like object info digests
Reviewed-by: Kefu Chai <kchai@redhat.com>
David Zafman
10:50 PM CephFS Feature #20608 (In Progress): MDSMonitor: rename `ceph fs set <fs_name> cluster_down` to `ceph fs...
Doug, thinking about this more, I'd like to keep "cluster_down" (as "joinable" or not) because it simplifies qa testi... Patrick Donnelly
10:38 PM Revision 7ece0267 (ceph): rgw: rename aws tier type to 'cloud'
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
10:38 PM Revision 319d0387 (ceph): rgw: don't store etag with extra null character at the end
head objects etag attr doesn't need to store an extra null char.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
10:38 PM Revision 057aac45 (ceph): rgw: coroutines: cancel stacks on teardown
If we don't cancel stacks, ops might not be destructed, so ops callbacks
could still be active.
Signed-off-by: Yehud...
Yehuda Sadeh
10:38 PM Revision 9b283915 (ceph): rgw: don't call http data callbacks under lock
There is no need to hold req_data->lock when calling into client
callbacks. This removes an unneeded lock dependency ...
Yehuda Sadeh
10:38 PM Revision e0e65106 (ceph): rgw: fix parse_tier_config_param function
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
10:38 PM Revision 4a4a18f9 (ceph): rgw: streaming put also stores content_type and other fields
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
10:38 PM Revision 6df7a541 (ceph): test/rgw: zone_cloud: deal with key representation and other fixes
Needed to present a key to the tests that reflected its original name
and version_id (and etag), so that the callers ...
Yehuda Sadeh
10:38 PM Revision d49a1362 (ceph): test/rgw/test_multi: fix a few tests to only iterate over rw zones
Some of the tests require at least two read-write (regular rgw) zones
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
10:38 PM Revision b2a2b959 (ceph): rgw: fixes following code review
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
10:38 PM Revision a5cbddb1 (ceph): rgw: etag fixes
Use string instead of bufferlist to avoid potential issues.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
10:38 PM Revision b09fcde5 (ceph): vstart: fixes for mstart
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
10:38 PM Revision d5d2d320 (ceph): rgw: fix compilation warning
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
10:38 PM Revision bcb4644c (ceph): rgw: use different io id when waking up interval wait
Can't use a zero channel id as a wildcard.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
10:38 PM Revision 7aadf29f (ceph): rgw: fixes following rebase
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
10:38 PM Revision 43ee3081 (ceph): rgw: rework cloud sync configuration
Change the configuration structure to separate between
connections and acl mappings, and other changes.
Signed-off-b...
Yehuda Sadeh
10:38 PM Revision 59539651 (ceph): rgw: api adjustment following rebase
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
10:38 PM Revision 340005c1 (ceph): test/rgw: initial work on cloud sync test
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
10:38 PM Revision 7572335c (ceph): rgw: cloud sync: store versioned epoch in target object
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
10:38 PM Revision 4ba4bc9b (ceph): rgw: cloud sync: store source object info in destination object
store extra meta params on target object (original name, version_id, etag,
etc.)
Signed-off-by: Yehuda Sadeh <yehuda...
Yehuda Sadeh
10:38 PM Revision d9fb18d0 (ceph): formattable: more fixes
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
10:38 PM Revision ce1e9154 (ceph): rgw: aws sync: new config structure, support multiple connections
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
10:38 PM Revision d130b59f (ceph): rgw: aws sync: configure different targets
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
10:38 PM Revision 28bc88b7 (ceph): formatter: add two utility classes
For automatic section scoping
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
10:38 PM Revision d97b9fb8 (ceph): rgw: aws sync: dump config
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
10:38 PM Revision 6e83d24d (ceph): rgw: aws sync: use configurable target path
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
10:38 PM Revision 08451d79 (ceph): rgw: aws sync: remove bucket suffix configurable
No need to have a special suffix, target path can be used instead.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
10:38 PM Revision 74281d5d (ceph): rgw: aws sync: acl_mappings config handling
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
10:38 PM Revision 9daa49e9 (ceph): rgw: aws sync: sync acls
still not transforming acls according to configuration
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
10:38 PM Revision 8069d615 (ceph): rgw: aws sync: apply acl mappings
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
10:38 PM Revision a87e4135 (ceph): rgw: RGWRESTStreamRWRequest::send_prepare(), url encode dest
encode the resource in send_prepare(), as a result, all the callers
to do_send_prepare() have do url_encode before ca...
lvshanchun
10:38 PM Revision 2d8f21c7 (ceph): rgw: virtual hosted-style support
add host-style field in tier-config to specify the related
zone's hosted-style used in request from RGW, if this conf...
lvshanchun
10:38 PM Revision 0d4c9274 (ceph): rgw: add a bucket-suffix tier-config
Signed-off-by: lvshanchun <lvshanchun@gmail.com> lvshanchun
10:38 PM Revision cbe5a864 (ceph): rgw: avoid use Chunked transfer encoding in RGW's request
Signed-off-by: lvshanchun <lvshanchun@gmail.com> lvshanchun
10:38 PM Revision 056738d8 (ceph): rgw: handle the situation that get a 409 response from S3 correctly
pass the http body and use it when creating a bucket
Signed-off-by: lvshanchun <lvshanchun@gmail.com>
lvshanchun
10:38 PM Revision 76b79cb8 (ceph): ceph_json: formattable, set, erase, unitest
Extend the formattable api to provide a mechanism to set and erase
entities by a string key that references them. E.g...
Yehuda Sadeh
10:38 PM Revision feb67c9b (ceph): formattable: adjust array access interface
appending new entry by providing empty index, setting existing entries
by providing negative index.
Signed-off-by: Y...
Yehuda Sadeh
10:38 PM Revision b279f9c9 (ceph): rgw: cloud sync, sync object meta
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
10:38 PM Revision 0c71d8bb (ceph): formattable: fixes
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
10:38 PM Revision e154b4b8 (ceph): rgw: sync module tier config fixes
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
10:38 PM Revision 297a1b72 (ceph): rgw: rgw_str_to_bool() should also accept "true"
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
10:38 PM Revision d8dc2be3 (ceph): rgw: sync modules, use JSONFormattable
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
10:38 PM Revision 32e77797 (ceph): ceph_json: refine Formattable api
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
10:38 PM Revision 854dea82 (ceph): ceph_json: formattable fix, api changes
add implicit casts
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
10:38 PM Revision a2530980 (ceph): test/ceph_json_formattable: add unitest
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
10:38 PM Revision 7f2496ee (ceph): rgw: sync modules: adapt to formattable based config
still need to fix rgw-admin
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
10:38 PM Revision 425b3287 (ceph): rgw: use GMT time format defined by RFC1123 in http request header
Signed-off-by: lvshanchun <lvshanchun@gmail.com> lvshanchun
10:38 PM Revision c43d4973 (ceph): rgw: add encode_slash param in url_encode
when sent request to S3, we should not encode the forward
slash character('/') in the object key name, so we need add...
lvshanchun
10:38 PM Revision 41eeca5c (ceph): common/formattable: initial work
initial work on a dict-like api
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
10:28 PM bluestore Bug #22102: BlueStore crashed on rocksdb checksum mismatch
Sorry for interrupting, (I provided related info in comments to issue 22678) but I must to add that no error has appe... Sergey Malinin
10:07 PM bluestore Bug #22102: BlueStore crashed on rocksdb checksum mismatch
Artemy, is it possible the machine where you saw this was swapping? Sage Weil
10:05 PM bluestore Bug #22102: BlueStore crashed on rocksdb checksum mismatch
Update:
- The bad data appears to be in the buffer immediately after the pread syscall
- pread is returning the f...
Sage Weil
10:15 PM mgr Bug #23249: ceph osd safe-to-destroy crashes the mgr
You don't by chance have a core file? Sage Weil
10:13 PM mgr Bug #23482 (Fix Under Review): ceph-mgr --help stopped working (regression in master)
This is mostly fixed in master, except for this bit: https://github.com/ceph/ceph/pull/21401 Sage Weil
10:12 PM Revision 01bc7672 (ceph): librados-config: exit(0) after usage
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:12 PM Revision dab5b201 (ceph): ceph-mgr: exit after usage
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
09:50 PM Revision b9dac228 (ceph): lz4/LZ4Compressor.h: remove always true check
Fix for:
[src/compressor/lz4/LZ4Compressor.h:105]: (style) Condition
'r!=(int)compressed_pairs[i].first' is always ...
Danny Al-Gaaf
09:49 PM Bug #23483 (Resolved): "ENGINE Error in 'start' listener <bound " in rados
Nathan Cutler
09:49 PM Backport #23606 (Resolved): luminous: "ENGINE Error in 'start' listener <bound " in rados
Nathan Cutler
09:29 PM Backport #23606: luminous: "ENGINE Error in 'start' listener <bound " in rados
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/21307
merged
Yuri Weinstein
09:49 PM RADOS Bug #23610 (Resolved): pg stuck in activating because of dropped pg-temp message
Nathan Cutler
09:48 PM RADOS Backport #23630 (Resolved): luminous: pg stuck in activating
Nathan Cutler
09:28 PM RADOS Backport #23630: luminous: pg stuck in activating
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/21330
merged
Yuri Weinstein
09:40 PM CephFS Feature #23695 (Resolved): VolumeClient: allow ceph_volume_client to create 'volumes' without nam...
https://bugzilla.redhat.com/show_bug.cgi?id=1566194
to address the needs of
https://github.com/kubernetes-incub...
Patrick Donnelly
09:33 PM mgr Bug #22457: ceph-mgr dashboard has dependency on python-jinja2
Nathan Cutler wrote:
> follow-on fix backported to luminous via https://github.com/ceph/ceph/pull/21233
merged
Yuri Weinstein
09:32 PM Revision 8d63a997 (ceph): Merge pull request #21233 from smithfarm/wip-jinja-mgr-luminous
luminous: build/ops: deb: move python-jinja2 dependency to mgr
Reviewed-by: John Spray <john.spray@redhat.com>
Revie...
Yuri Weinstein
09:30 PM Revision f5cdc97c (ceph): Merge pull request #21283 from liewegas/wip-pgpool-enc-luminous
luminous: osd/osd_types: fix pg_pool_t encoding for hammer
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by...
Yuri Weinstein
09:29 PM Revision 5718b4f3 (ceph): Merge pull request #21307 from smithfarm/wip-23606-luminous
luminous: tests: ENGINE Error in 'start' listener <bound in rados
Reviewed-by: Jan Fajerski <jfajerski@suse.com>
Yuri Weinstein
09:28 PM Revision a305fd9b (ceph): Merge pull request #21330 from tchaikov/wip-23610-luminous
luminous: osd: resend osd_pgtemp if it's not acked
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
09:09 PM Revision 648aaf27 (ceph): mon/LogMonitor: separate out summary by channel
Instead of keeping the last N entries, keep the last N entries for each
channel. This ensures that lots of audit rec...
Sage Weil
09:07 PM Revision bd59d1ca (ceph): mon/LogMonitor: simplify summary logic
Instead of sending the last 1 message, send from the last committed
segment.
This may be >1 entry, which is a bit od...
Sage Weil
08:23 PM Revision 55f129ff (ceph): Merge branch 'wip-luminous-usage-log' of https://github.com/theanalyst/...
Yuri Weinstein
08:13 PM Revision abb38d65 (ceph): test/rbd_mirror: verify that instance watcher handles dead instances
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
08:07 PM Revision 4ba9e548 (ceph): osd/OSD.h: fix format string to use %u
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
08:04 PM Revision e9ca3b5b (ceph): test/librados_test_stub: watch/notify should track object existence
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
08:04 PM Revision a795a436 (ceph): test/librados_test_stub: new object handler hook for deletions
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
07:39 PM CephFS Documentation #23568 (Resolved): doc: outline the steps for upgrading an MDS cluster
Patrick Donnelly
07:39 PM CephFS Backport #23634 (Resolved): luminous: doc: outline the steps for upgrading an MDS cluster
Patrick Donnelly
07:27 PM CephFS Backport #23634: luminous: doc: outline the steps for upgrading an MDS cluster
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/21352
merged
Yuri Weinstein
07:37 PM rgw Backport #23691 (New): luminous: radosgw-admin: add an option to reset user stats
Nathan Cutler
06:05 PM rgw Backport #23691 (Resolved): luminous: radosgw-admin: add an option to reset user stats
https://github.com/ceph/ceph/pull/21393 Abhishek Lekshmanan
07:37 PM ceph-volume Bug #23693 (Resolved): ceph-volume lvm list miss Ceph's disks
In a container :
* run "ceph-volume lvm prepare --bluestore --data /dev/sde"
* run "ceph-volume lvm list"
The l...
Anonymous
07:36 PM rgw Bug #23596: mg_read() call has wrong arguments
Jewel fix was done as part of https://github.com/ceph/ceph/pull/21098 Nathan Cutler
03:19 PM rgw Bug #23596 (Pending Backport): mg_read() call has wrong arguments
merged in https://github.com/ceph/ceph/pull/21291 Casey Bodley
07:35 PM Revision 297fef1d (ceph): Merge pull request #21026 from ivancich/wip-rgw-unordered-listing
rgw: ability to list bucket contents in unsorted order for efficiency
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Casey Bodley
07:35 PM rgw Bug #23563: swift test "testChunkedPut" fails in jewel 10.2.11 integration testing
Fixed by https://github.com/ceph/ceph/pull/21098 Nathan Cutler
07:34 PM rgw Bug #23563 (Resolved): swift test "testChunkedPut" fails in jewel 10.2.11 integration testing
Nathan Cutler
05:46 PM rgw Bug #23563 (In Progress): swift test "testChunkedPut" fails in jewel 10.2.11 integration testing
Orit Wasserman
07:34 PM rgw Backport #23692 (Rejected): jewel: multisite Synchronization failed when read and write delete at...
Nathan Cutler
07:33 PM rgw Backport #23690 (New): luminous: multisite Synchronization failed when read and write delete at t...
Nathan Cutler
05:38 PM rgw Backport #23690 (Resolved): luminous: multisite Synchronization failed when read and write delete...
https://github.com/ceph/ceph/pull/21390 Abhishek Lekshmanan
07:32 PM Revision 9edd1e7f (ceph): Merge branch 'wip-luminous-23687' of https://github.com/theanalyst/ceph...
Yuri Weinstein
07:32 PM Revision d62fb71a (ceph): Merge branch 'wip-luminous-23690' of https://github.com/theanalyst/ceph...
Yuri Weinstein
07:32 PM Revision fd91ec1b (ceph): Merge branch 'wip-luminous-recalc' of https://github.com/theanalyst/cep...
Yuri Weinstein
07:27 PM Revision 72488429 (ceph): Merge pull request #21352 from pdvian/wip-23634-luminous
luminous: doc: outline upgrade procedure for mds cluster
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
07:27 PM Revision e7098c9c (ceph): signal_handler: Reports pid 0 as Kernel
When receiving a signal, get_name_by_pid() tries to find what was the process name of the sender.
As per bug #23320,...
Erwan Velu
07:27 PM Revision afbd7726 (ceph): signal_handler: Implementing specific messages per context
As per bug #23320, regarding the signal we receive, it could be interesting providing a specific message.
If we get ...
Erwan Velu
07:19 PM CephFS Bug #23665 (Fix Under Review): ceph-fuse: return proper exit code
https://github.com/ceph/ceph/pull/21396 Patrick Donnelly
12:53 AM CephFS Bug #23665 (Resolved): ceph-fuse: return proper exit code
from mailling list... Zheng Yan
07:15 PM Revision 7740fcde (ceph): ceph-fuse: exit with failure on failed mount
Fixes: https://tracker.ceph.com/issues/23665
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
07:15 PM Revision 3f0b7d96 (ceph): common: ignore errors during preforker exit
Caller can't do anything useful and it obsecures the error the caller wants to
return.
Signed-off-by: Patrick Donnel...
Patrick Donnelly
06:51 PM Revision 26f71736 (ceph): client: do not overload system errnos
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
06:47 PM bluestore Backport #23063 (In Progress): luminous: osd: BlueStore.cc: BlueStore::_balance_bluefs_freespace:...
https://github.com/ceph/ceph/pull/21394 Igor Fedotov
06:45 PM Bug #21505 (Resolved): filestore rocksdb compaction readahead
Nathan Cutler
06:43 PM Backport #23009 (Resolved): luminous: Filestore rocksdb compaction readahead option not set by de...
Nathan Cutler
05:11 PM Backport #23009: luminous: Filestore rocksdb compaction readahead option not set by default
This should already be a part of https://github.com/ceph/ceph/pull/18234 Abhishek Lekshmanan
06:40 PM rgw Bug #22416 (Resolved): s3cmd move object error
Nathan Cutler
06:35 PM Revision 8be95be5 (ceph): test/fio/fio_ceph_objectstore.cc: fix uninitialized variables
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
06:34 PM Revision e8e85d55 (ceph): rgw/rgw_website.cc: fix uninitialized variable
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
06:34 PM Revision 6487dc56 (ceph): msg/async/EventKqueue.cc: fix memory leak due to realloc error
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
06:34 PM Revision 441afa45 (ceph): librbd/internal.cc: fix memory leak, cleanup in error case
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
06:34 PM Revision 4b5103d4 (ceph): include/interval_set: tolerate maps that invalidate iterator on change
These changes picked out of the diff between the original
btree_interval_set.h and interval_set.h (sadly I had it rol...
Sage Weil
06:34 PM Revision adb54f19 (ceph): os/bluestore/BitMapAllocator: drop useless include
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 79f9c86dfde7356915ec790f0cffca77579552e6)
Sage Weil
06:34 PM Revision cabbe3e3 (ceph): include/btree_map: clean up wrapper header around btree_map
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 78d5afde4334e422cb8b915148ca3fc9f819570a)
Sage Weil
06:34 PM Revision 7c9ca429 (ceph): os/bluestore: use interval_set<...,btree_map<...>>
This avoid the code duplication, yay!
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 762dd429...
Sage Weil
06:34 PM Revision 20749b7d (ceph): include/btree_interval_set: remove it!
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 3dafe9d33eaadf8fbd3bed6cca5a4b2519b33a3f)
Sage Weil
06:34 PM Revision 2dab8857 (ceph): include/interval_set: cbegin/cend -> begin/end
c{begin,end} don't exist for btree_map<>.
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 7bbb...
Sage Weil
06:34 PM Revision bdb2e1e5 (ceph): unittest_interval_set: test with flat_map<> too
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 70ddb0c18b2969c26dbe855e1573f3f028d9f113)
Sage Weil
06:34 PM Revision ca478a53 (ceph): os/bluestore: fix lack of extent demotion in StupidAllocator::init_rm_free
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit 89aeea84f9ad24b2f9ca5ea3ee1dd9146e7eb664)
Igor Fedotov
06:34 PM Revision db9a2bbf (ceph): test/store_test: add test case to for excessive fragmentation
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit eb0443a1034b42d006d2a1d2bd5cb91881f07df7)
Igor Fedotov
06:34 PM Revision c6d8a7b1 (ceph): os/bluestore: do not assert on insufficient allocation during bluefs
rebalance
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit 64abc7ba39fab57cc9e19463219e8a7...
Igor Fedotov
06:34 PM Revision 4aefab03 (ceph): interval_set: optimize intersection_of
Iterate over all elements of the smaller set, and use find_inc to
locate elements from the larger set in logarithmic ...
Zac Medico
06:34 PM Revision 61c66a1e (ceph): inverval_set: optimize subset_of with sequential search
Optimize subset_of to use sequential search when it
performs better than the lower_bound method, for set
size ratios ...
Zac Medico
06:34 PM Revision 3e0e3f45 (ceph): common/interval_set: override subset_of for given range
E.g.:
subset_of([5~10,20~5], 0, 100) -> [5~10,20~5]
subset_of([5~10,20~5], 5, 25) -> [5~10,20~5]
subset_of([5~10,2...
xie xingguo
06:34 PM Revision a5734478 (ceph): include/interval_set: templating map used
Default to std::map for backward compat.
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit d2542...
Sage Weil
06:34 PM Revision dfeb1ef8 (ceph): librbd/api/Image.cc: fix memory leak, cleanup in error case
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
06:34 PM Revision 98917fd4 (ceph): krbd.cc: fix uninitialized variable
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
06:33 PM Revision 3b6bb4bc (ceph): common/DecayCounter.cc: init variable to silence cppcheck
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de> Danny Al-Gaaf
06:29 PM Revision 48c6de09 (ceph): test/librados_test_stub: watch/notify should handle different pools
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
06:04 PM Revision 8c405bbe (ceph): rgw: rgw-rados, rgw-admin add an option to recalculate user stats
Adds a method in rgw-rados to reset user stats calling the earlier implemented
cls user reset stats.
In rgw-admin we ...
Abhishek Lekshmanan
06:04 PM Revision 7bdd82ab (ceph): cls/user: implement reset user stats
This is an implementation of reset user stats, that recalculates the user stats
purely based on the values of bucket ...
Abhishek Lekshmanan
06:02 PM Revision 575c3716 (ceph): qa: fix log typo
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
06:01 PM Revision 2629d513 (ceph): rgw: radosgw-admin abort early for user stats for empty uids
Otherwise we'll call sync stats with an empty argument which results in creation
of an empty ".buckets" object
Fixes...
Abhishek Lekshmanan
05:53 PM rgw Bug #20914 (Won't Fix): cls_rgw.gc_set and defer fail during jewel->luminous upgrade
Orit Wasserman
05:41 PM rgw Bug #23661 (Triaged): RGWAsyncGetSystemObj failed assertion on shutdown/realm reload
Matt Benjamin
05:39 PM Revision 84c9d0ec (ceph): rgw: Fix multisite Synchronization failed when read and write delete at...
This case is first write objA,then write and delete objA at the same
time,write early than delete.
When del objA, use...
Niu Pengju
05:37 PM rgw Bug #23663: libcurl ignores headers with empty value, leading to signature mismatches
Orit Wasserman
05:37 PM rgw Bug #22804: multisite Synchronization failed when read and write delete at the same time
master pr : https://github.com/ceph/ceph/pull/20814 Abhishek Lekshmanan
05:33 PM rgw Bug #22804 (Pending Backport): multisite Synchronization failed when read and write delete at the...
Casey Bodley
05:36 PM rgw Backport #23237 (Triaged): Corrupted downloads from civetweb when using multipart with slow conne...
Orit Wasserman
05:35 PM RADOS Bug #23228: scrub mismatch on objects
My change only affects the scrub error counts in the stats. However, if setting dirty_info in proc_primary_info() wo... David Zafman
04:27 PM RADOS Bug #23228: scrub mismatch on objects
The original report was an EC test, so it looks like a dup of #23339.
David, your failures are not EC. Could they...
Sage Weil
05:32 PM Revision fef037c5 (ceph): rgw: reshard cancel command should clear the resharding flag
Fixes: http://tracker.ceph.com/issues/21619
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
(cherry picked from c...
Orit Wasserman
05:32 PM Revision 422514f8 (ceph): rgw: no need to RGWReshard::get before remove
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
(cherry picked from commit 2a68224aa4381d9d7d0285fac278dcead953fa3a)
Orit Wasserman
05:32 PM Revision bec3e70f (ceph): rgw: warn user about on going resharding when canceling it
Fixes: http://tracker.ceph.com/issues/21619
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
(cherry picked from c...
Orit Wasserman
05:27 PM Revision 880027bf (ceph): cls/rgw: make usage_iterate_range()'s "truncated" parameter trustworthy
Set it to false whenever we identify that we've reached the end of our
range, even if the underlying OSD op says it c...
Greg Farnum
05:27 PM Revision 3162c893 (ceph): cls/rgw: if trimmed any entries don't return -ENODATA
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit 3ca24749fa1db6bf35773e9095329a2ca4ee4072)
Yehuda Sadeh
05:27 PM Revision 878d50c3 (ceph): cls/rgw: usage_iterate_range end conditions
If both end & start conditions are passed, we need to signal that there
are no more results when returning because th...
Robin H. Johnson
05:27 PM Revision beb6667c (ceph): cls/rgw: usage_iterate_range truncated should never be NULL
Ensuring truncated is non-NULL improves code clarity.
Suggested-by: Yehuda Sadeh <yehuda@redhat.com>
Signed-off-by: ...
Robin H. Johnson
05:02 PM Revision a1e81585 (ceph): test/librados_test_stub: simplied aio_notify processing
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
05:00 PM CephFS Feature #23689 (New): qa: test major/minor version upgrades
We should verify the upgrade process [1] works and that older clients with parallel I/O still function correctly.
...
Patrick Donnelly
04:58 PM rgw Backport #22635 (Resolved): luminous: s3cmd move object error
Nathan Cutler
04:31 PM rgw Backport #22635: luminous: s3cmd move object error
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/19883
merged
Yuri Weinstein
04:43 PM RADOS Bug #20439 (Can't reproduce): PG never finishes getting created
Sage Weil
04:30 PM Revision 207f12bb (ceph): Merge pull request #19883 from pdvian/wip-22635-luminous
luminous: rgw: add xml output header in RGWCopyObj_ObjStore_S3 response msg
Reviewed-by: Casey Bodley <cbodley@redha...
Yuri Weinstein
04:29 PM RADOS Bug #22656: scrub mismatch on bytes (cache pools)
Just bytes
dzafman-2018-03-28_18:21:29-rados-wip-zafman-testing-distro-basic-smithi/2332093
[ERR] 3.0 scrub sta...
Sage Weil
04:13 PM Linux kernel client Feature #12902 (In Progress): krbd: support object-map and fast-diff
Ilya Dryomov
04:13 PM Linux kernel client Feature #23073 (Resolved): Allow set CEPH_OSD_REQUEST_TIMEOUT_DEFAULT on rbd map
Ilya Dryomov
04:01 PM rgw Backport #23681 (In Progress): luminous: mg_read() call has wrong arguments
Nathan Cutler
03:52 PM rgw Backport #23681 (Resolved): luminous: mg_read() call has wrong arguments
https://github.com/ceph/ceph/pull/21382 Nathan Cutler
04:01 PM Revision c014faa2 (ceph): RGWCivetWeb::read_data: fix arguments to mg_read() call
Fixes: http://tracker.ceph.com/issues/23596
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commi...
Nathan Cutler
04:00 PM Linux kernel client Feature #23688 (Resolved): get_features with readonly=true for parent images
Pass the optional read-only flag down to the 'get_features' rbd class method. For the parent image case, it would be... Ilya Dryomov
03:58 PM Revision 50fad750 (ceph): doc/dev/seastore.rst: initial draft notes
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:53 PM rgw Backport #23687 (Resolved): luminous: RGW Reshard error add failed to drop lock on <bucket>
https://github.com/ceph/ceph/pull/21389 Nathan Cutler
03:52 PM rgw Backport #23686 (Resolved): luminous: radosgw-admin usage show loops indefinitly - again
https://github.com/ceph/ceph/pull/21388 Nathan Cutler
03:52 PM rgw Backport #23685 (Resolved): luminous: rgw_file: post deadlock fix, direct deleted RGWFileHandle o...
https://github.com/ceph/ceph/pull/21438 Nathan Cutler
03:52 PM rgw Backport #23684 (Rejected): jewel: radosgw-admin should not use metadata cache when not needed
Nathan Cutler
03:52 PM rgw Backport #23683 (Resolved): luminous: radosgw-admin should not use metadata cache when not needed
https://github.com/ceph/ceph/pull/21437 Nathan Cutler
03:52 PM rgw Backport #23682 (Resolved): luminous: rgw:failed to pass test_bucket_list_maxkeys_unreadable in s...
https://github.com/ceph/ceph/pull/21435 Nathan Cutler
03:27 PM rgw Bug #21619 (Pending Backport): RGW Reshard error add failed to drop lock on <bucket>
Orit Wasserman
03:18 PM Revision 08515246 (ceph): Merge pull request #21291 from smithfarm/wip-23596
RGWCivetWeb::read_data: fix arguments to mg_read() call
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Casey Bodley
03:17 PM rgw Bug #23586 (Pending Backport): rgw:failed to pass test_bucket_list_maxkeys_unreadable in s3-test
Casey Bodley
03:16 PM Revision c9acc7d1 (ceph): Merge pull request #21285 from joke-lee/wip-max_keys_convert
rgw: return EINVAL if max_keys can not convert correctly
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
03:16 PM rgw Bug #23468 (Pending Backport): radosgw-admin should not use metadata cache when not needed
Casey Bodley
03:15 PM rgw Bug #23299 (Pending Backport): rgw_file: post deadlock fix, direct deleted RGWFileHandle objects ...
Casey Bodley
03:15 PM rgw Bug #22963 (Pending Backport): radosgw-admin usage show loops indefinitly - again
Casey Bodley
03:14 PM Revision b05e900b (ceph): Merge pull request #21129 from oritwas/wip-rgw-admin-no-cache
rgw: radosgw-admin should not use metadata cache for readonly commands
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
03:14 PM Revision 68ff1f19 (ceph): Merge pull request #20834 from linuxbox2/wip-linked
rgw_file: conditionally unlink handles when direct deleted
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
03:13 PM Revision 6ef24fff (ceph): Merge pull request #20926 from yehudasa/wip-22963-truncation
rgw: fix for usage truncated flag
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Casey Bodley
03:05 PM Revision 607d6cfb (ceph): Merge pull request #20814 from niupengju/master
rgw: Fix multisite Synchronization failed when read and write delete …
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
03:04 PM Bug #23680 (Fix Under Review): rgw: Recent commit to master broke the s390x build
https://github.com/ceph/ceph/pull/21380 Casey Bodley
02:27 PM Bug #23680 (Resolved): rgw: Recent commit to master broke the s390x build
The s390x build of current master breaks like this:... Nathan Cutler
02:59 PM Revision 22ddc6da (ceph): osd: Change shard digests to hex like object info digests
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
02:45 PM Revision 9a2cbaed (ceph): os/bluestore: add perf counter for allocator fragmentation.
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
02:43 PM rgw Bug #23379: rgw performance regression for luminous 12.2.4
... wei jin
02:29 PM rgw Bug #23379: rgw performance regression for luminous 12.2.4
Very interesting, please tell how do you generate the flame graph, I will perform the same check on my system and upd... Mark Kogan
02:29 PM RADOS Bug #20874: osd/PGLog.h: 1386: FAILED assert(miter == missing.get_items().end() || (miter->second...
/a/sage-2018-04-11_22:26:40-rados-wip-sage-testing-2018-04-11-1604-distro-basic-smithi/2387226 Sage Weil
02:25 PM RADOS Backport #23668 (In Progress): luminous: There is no 'ceph osd pool get erasure allow_ec_overwrit...
https://github.com/ceph/ceph/pull/21378 Prashant D
01:34 AM RADOS Backport #23668 (Resolved): luminous: There is no 'ceph osd pool get erasure allow_ec_overwrites'...
https://github.com/ceph/ceph/pull/21378 Nathan Cutler
02:14 PM Revision 1bc66346 (ceph): Merge pull request #21140 from ceph/cv
ceph-volume: remove extra space Sage Weil
02:05 PM Messengers Backport #23666 (In Progress): luminous: SIGFPE, Arithmetic exception in AsyncConnection::_proces...
https://github.com/ceph/ceph/pull/21376 Prashant D
01:08 PM Messengers Backport #23666: luminous: SIGFPE, Arithmetic exception in AsyncConnection::_process_connection
I'm on it Prashant D
01:33 AM Messengers Backport #23666 (Resolved): luminous: SIGFPE, Arithmetic exception in AsyncConnection::_process_c...
https://github.com/ceph/ceph/pull/21376 Nathan Cutler
02:03 PM Revision 35d456d4 (ceph): test/librados_test_stub: aio_watch/aio_unwatch should be asynchronous
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:49 PM Bug #23417: Building Ceph on armhf fails due to a bunch of errors
After some tries I was able to build debian-packages with this changes on the odroid hc2 native.
Time to compile was...
Ralf Kätzler
01:35 PM Revision 5bdd899d (ceph): lz4: adjusted release notes
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
01:35 PM Revision a2c84481 (ceph): rpm: add build dependency for lz4
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
01:35 PM Revision 524eed75 (ceph): debian: add build dependency for lz4
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
01:35 PM Revision 26d96eb3 (ceph): install-deps: add liblz4 to freebsd build dependencies
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
01:35 PM Revision bb2da930 (ceph): cmake: Enable LZ4 if required library is available.
Signed-off-by: Grant Slater <grant.slater@wearefriday.com> Grant Slater
01:30 PM Revision 825d6858 (ceph): os/bluestore: add perf counter for allocator fragmentation.
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
01:26 PM Revision 3ec96185 (ceph): os/bluestore: add perf counter for allocator fragmentation.
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
01:08 PM ceph-volume Feature #23679 (Rejected): Provide an API version in the JSON
ceph-volume provides a JSON output which is useful for 3rd party tools like choose_disk, but surely many other like s... Anonymous
01:08 PM mgr Backport #23667 (In Progress): luminous: mgr: prometheus: 'PG_STATES' still have not all PG_STATES.
Prashant D
03:44 AM mgr Backport #23667: luminous: mgr: prometheus: 'PG_STATES' still have not all PG_STATES.
https://github.com/ceph/ceph/pull/21365 Konstantin Shalygin
01:34 AM mgr Backport #23667 (Resolved): luminous: mgr: prometheus: 'PG_STATES' still have not all PG_STATES.
https://github.com/ceph/ceph/pull/21365 Nathan Cutler
12:59 PM ceph-volume Feature #23678 (Resolved): Ability not to start OSD systemd unit on activate
ceph-disk has the ability not to start the OSD service during the activation.
The following command can achieve that...
Sébastien Han
12:45 PM Revision 1de07533 (ceph): Merge pull request #20962 from ricardoasmarques/wip-task-manager-frontend
mgr/dashboard: Asynchronous tasks (frontend)
Reviewed-by: Tiago Melo <tmelo@suse.com>
Reviewed-by: Stephan Müller <s...
Lenz Grimmer
12:26 PM rbd Support #23677 (Closed): rbd mirror: is there a method to calculate data size that have not been ...
When I use rbd mirror between two cluster, is there a method to calculate data size that have not been mirror to non-... liuzhong chen
12:15 PM Support #23676 (Resolved): How to disable compiler optimization for ceph?
I am building ceph from source v12.2.4 using the steps mentioned in
https://github.com/ceph/ceph/tree/v12.2.4 -- RE...
Nayana Thorat
11:56 AM Revision dd2ee8df (ceph): utime: fix __32u sec time overflow
Signed-off-by: kungf <yang.wang@easystack.cn> yang wang
11:36 AM bluestore Bug #22044: rocksdb log replay - corruption: missing start of fragmented record
Excluse the late respons. On the advice of the ceph-users ML I had wiped and recreated the OSD. Of course this made t... Michael Schmid
11:34 AM Revision a69423ca (ceph): msg/async/AsyncConnection: Fix FPE in process_connection
Check ms_inject_socket_failures is valid before we use it.
Fixes: http://tracker.ceph.com/issues/23618
Signed-off-b...
Brad Hubbard
11:34 AM Revision c89497f5 (ceph): mgr/dashboard: Notification improvements
Notification list is now using the new CdDate pipe for formating the date and
they are now sorted desc by date.
Fixe...
Tiago Melo
11:27 AM Revision 04ca8e43 (ceph): Merge pull request #21099 from ricardoasmarques/wip-table-selection-ref...
mgr/dashboard: Update selected items on table refresh
Reviewed-by: Volker Theile vtheile@suse.com
Reviewed-by: Steph...
Lenz Grimmer
11:25 AM Revision fd32bcf9 (ceph): Merge pull request #21268 from smithfarm/wip-doc-config-ceph
doc: some improvements to ceph-conf.rst
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Reviewed-by: John Spray <john....
Nathan Cutler
11:19 AM rbd Backport #23640 (In Progress): luminous: rbd: import with option --export-format fails to protect...
Already included in backport PR https://github.com/ceph/ceph/pull/21316 (along with tracker http://tracker.ceph.com/... Prashant D
11:13 AM Revision e21d9b1c (ceph): mgr/dashboard: Asynchronous tasks front-end
Signed-off-by: Ricardo Marques <rimarques@suse.com> Ricardo Marques
11:09 AM Revision 061f28c6 (ceph): options: add bounds and description to osd heartbeat interval
Previously this var was unbounded, meaning that rogue injectargs
could kill the cluster. Also, add a description to i...
Piotr Dalek
11:03 AM Revision 8ecfe199 (ceph): osd: fix heartbeat crash due to divide by zero
As nothing prevents osd heartbeat interval from being 0 or less, it's
possible to crash single OSD/entire cluster usi...
Piotr Dalek
10:34 AM ceph-volume Feature #23451: show physical devices in ceph-volume list
We don't use --reportformat=json because Xenial doesn't support it. But LVM is still providing everything we need wit... Alfredo Deza
12:45 AM ceph-volume Feature #23451: show physical devices in ceph-volume list
Ah, yes. I hadn't considered the case of an LV with extents that only use specific PVs rather than the entire VG.
...
Darrell Enns
10:19 AM CephFS Backport #23637 (In Progress): luminous: mds: assertion in MDSRank::validate_sessions
https://github.com/ceph/ceph/pull/21372 Prashant D
10:19 AM Revision 55f470f5 (ceph): mon: cleanups to optracker code
* Make the types of the configuration options
TYPE_SECS instead of numbers.
* Remove unused 'filterstr' argument ha...
John Spray
09:28 AM Revision 0f9703ee (ceph): mds: mark damaged if sessions' preallocated inos don't match inotable
We don't know if session's preallocated inos are incorrect or inotable
is incorrect. So it's better just mark mds dam...
Yan, Zheng
09:09 AM Revision 21ddaa98 (ceph): doc: add Xin Yuan and Yichao Li's affiliation
Signed-off-by: Li Wang <laurence.liwang@gmail.com> Li Wang
08:57 AM Revision 3d8b9f2f (ceph): common: Use ARRAY_SIZE macro
Use ARRAY_SIZE macro instead of sizeof(x)/sizeof(x[0]) to improve code readability.
Defined it in appropriate header ...
simransinghal
08:57 AM Revision 13f1381a (ceph): common: compress return logic
Simplify function returns by merging assignment and return.
Signed-off-by: Simran Singhal <singhalsimran0@gmail.com>
simransinghal
08:21 AM Revision 6934ee43 (ceph): client: Take reference for operator= function parameter
Why copy? Take a reference for the operator=() function parameter.
Signed-off-by: Jos Collin <jcollin@redhat.com>
Jos Collin
07:41 AM Dashboard Bug #23389 (Resolved): dashboard: OSD throughput sparkline graphic appears to show running total
Lenz Grimmer
07:19 AM RADOS Backport #23675 (In Progress): luminous: qa/workunits/mon/test_mon_config_key.py fails on master
Nathan Cutler
07:07 AM RADOS Backport #23675 (Resolved): luminous: qa/workunits/mon/test_mon_config_key.py fails on master
https://github.com/ceph/ceph/pull/21368 Nathan Cutler
04:26 AM Revision 40983f7f (ceph): mgr/iostat: implement 'ceph iostat' as a mgr plugin
Allow a mgr module to fetch 'io_rate' to access pg_sum_delta,
which holds the IO activity recently completed by the O...
Mohamad Gebai
04:26 AM Revision 78e884df (ceph): mgr/iostat: add a 'poll' flag to the command description format
Signed-off-by: Mohamad Gebai <mgebai@suse.com> Mohamad Gebai
04:26 AM Revision 474c94b8 (ceph): ceph.in: handle polling commands
Signed-off-by: Mohamad Gebai <mgebai@suse.com> Mohamad Gebai
04:26 AM Revision 22047b37 (ceph): doc: update MonCommand.h and mgr docs to include the polling flag
Signed-off-by: Mohamad Gebai <mgebai@suse.com> Mohamad Gebai
04:26 AM Revision 2abfb52f (ceph): mgr/iostat: update iostat to use the 'poll' flag
Signed-off-by: Mohamad Gebai <mgebai@suse.com> Mohamad Gebai
04:26 AM Revision 3f3a1830 (ceph): ceph.in: don't print the command's result if not in poll mode
Signed-off-by: Mohamad Gebai <mgebai@suse.com> Mohamad Gebai
04:26 AM Revision be3c7f61 (ceph): ceph.in: add polling period option
Signed-off-by: Mohamad Gebai <mgebai@suse.com> Mohamad Gebai
04:26 AM Revision fb638381 (ceph): mgr/iostat: add self-test
Signed-off-by: Mohamad Gebai <mgebai@suse.com> Mohamad Gebai
04:17 AM CephFS Backport #23636 (In Progress): luminous: mds: kicked out by monitor during rejoin
https://github.com/ceph/ceph/pull/21366 Prashant D
03:41 AM Revision 8df572a1 (ceph): mgr/prometheus: fix and complete PG state names
...and reformat into a flat list in the same
order as found in osd_types.cc so that it's
easy to cross check.
Fixes:...
John Spray
03:40 AM Revision 05c78eeb (ceph): osd: make PG "deep" state name consistent
Previously the state-to-string path called
deep scrubbing "deep", but the string-to-state
path called it "deep_scrub"...
John Spray
03:27 AM RADOS Bug #23662 (Resolved): osd: regression causes SLOW_OPS warnings in multimds suite
Sage Weil
03:07 AM Bug #23527: aio_t::rval int type not enough to contain io_event::res with unsigned long type, cau...
@yang wang - please open a new tracker issue for the follow-on fix in https://github.com/ceph/ceph/pull/21326
For ...
Nathan Cutler
02:58 AM Bug #23527: aio_t::rval int type not enough to contain io_event::res with unsigned long type, cau...
hi @Nathan ,this patch not resolved yet, find another problem, see https://github.com/ceph/ceph/pull/21326
yang wang
02:52 AM Bug #23527 (Resolved): aio_t::rval int type not enough to contain io_event::res with unsigned lon...
Nathan Cutler
03:04 AM rgw Bug #23674 (Fix Under Review): can't remove rados objects after copy rgw-object fail
https://github.com/ceph/ceph/pull/20790 Nathan Cutler
02:00 AM rgw Bug #23674: can't remove rados objects after copy rgw-object fail
I pulled requests in github(https://github.com/ceph/ceph/pull/20790,https://github.com/ceph/ceph/pull/20789), but I a... long li
01:54 AM rgw Bug #23674 (Resolved): can't remove rados objects after copy rgw-object fail
In copy rgw-object, rgw will increate rados objects refcount by using cls_refcount_get, and the ref_tag include '\0',... long li
02:59 AM RADOS Bug #23517: TestMockDeepCopyRequest.SimpleCopy fails in run-rbd-unit-tests.sh
not able to move this to CI somehow... moving it to RADOS. Kefu Chai
02:54 AM RADOS Backport #23315 (Resolved): luminous: pool create cmd's expected_num_objects is not correctly int...
Nathan Cutler
02:53 AM Revision 032d3b53 (ceph): Merge pull request #21320 from tchaikov/wip-rocksdb
rocksdb: sync with upstream
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
02:52 AM Backport #23544 (Resolved): luminous: aio_t::rval int type not enough to contain io_event::res wi...
Nathan Cutler
02:52 AM mgr Bug #23368 (Resolved): mgr: fix MSG_MGR_MAP handling
Nathan Cutler
02:52 AM mgr Backport #23409 (Resolved): luminous: mgr: fix MSG_MGR_MAP handling
Nathan Cutler
02:41 AM RADOS Bug #23622 (Pending Backport): qa/workunits/mon/test_mon_config_key.py fails on master
Sage Weil
02:40 AM Revision 0722e758 (ceph): Merge pull request #21329 from liewegas/wip-23622-b
mon/ConfigKeyService: dump: print placeholder value for binary blobs
Reviewed-by: John Spray <jspray@redhat.com>
Rev...
Sage Weil
02:28 AM Revision 313e9320 (ceph): Merge pull request #21357 from gregsfortytwo/wip-doc-remove-naked-repo
doc: remove references to unversioned repository addresses
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:01 AM RADOS Bug #23564: OSD Segfaults
Correct, Bluestore and Luminous 12.2.4 Alex Gorbachev
01:57 AM RADOS Backport #23673 (In Progress): jewel: auth: ceph auth add does not sanity-check caps
Nathan Cutler
01:43 AM RADOS Backport #23673 (Resolved): jewel: auth: ceph auth add does not sanity-check caps
https://github.com/ceph/ceph/pull/21367 Nathan Cutler
01:53 AM RADOS Bug #23578 (Resolved): large-omap-object-warnings test fails
Brad Hubbard
01:52 AM RADOS Backport #23633 (Rejected): luminous: large-omap-object-warnings test fails
We can close this if that test isn't present in luminous. Brad Hubbard
01:35 AM RADOS Backport #23633 (Need More Info): luminous: large-omap-object-warnings test fails
Brad,
Backporting PR#21295 to luminous is unrelated unless we get qa/suites/rados/singleton-nomsgr/all/large-omap-ob...
Prashant D
01:41 AM RADOS Backport #23670 (In Progress): luminous: auth: ceph auth add does not sanity-check caps
Nathan Cutler
01:34 AM RADOS Backport #23670 (Resolved): luminous: auth: ceph auth add does not sanity-check caps
https://github.com/ceph/ceph/pull/24906 Nathan Cutler
01:39 AM bluestore Backport #23672 (Resolved): luminous: bluestore: ENODATA on aio
https://github.com/ceph/ceph/pull/21405 Nathan Cutler
01:36 AM Revision a942cc47 (ceph): mds: fix unhealth heartbeat during rejoin
function process_imported_caps might hold mds_lock too long,
mds tick thread will be starved, and leads to unhealth h...
dongdong tao
01:35 AM CephFS Backport #23671 (Resolved): luminous: mds: MDBalancer using total (all time) request count in loa...
https://github.com/ceph/ceph/pull/21412 Nathan Cutler
01:34 AM RADOS Backport #23654 (New): luminous: Special scrub handling of hinfo_key errors
Nathan Cutler
01:34 AM CephFS Backport #23669 (Resolved): luminous: doc: create doc outlining steps to bring down cluster
https://github.com/ceph/ceph/pull/22872 Nathan Cutler
01:33 AM RADOS Bug #22525 (Pending Backport): auth: ceph auth add does not sanity-check caps
Nathan Cutler
01:28 AM Revision acf6423c (ceph): build/ops: move parted runtime dependency to ceph-base
Since ceph-disk has been moved from "ceph-osd" to "ceph-base", all of
ceph-disk's dependencies should also be moved, ...
Nathan Cutler
12:39 AM Revision 939bcbcc (ceph): crush/CrushWrapper: don't bump up leaf stack if we are already of domai...
Assume we have a pool of crush-failure-domain OSD, then the stack will look like:
[
"0":"8" // sta...
xie xingguo
12:39 AM Revision c89db880 (ceph): crush/CrushWrapper: fix potential invalid use of iterator
In choose_leaf mode we normally should have a stack of 2 and
hence below here we still need to re-check the iterator ...
xie xingguo
12:26 AM Revision 110015a5 (ceph): Merge pull request #21325 from xiexingguo/wip-fix-up-seg-error
crush/CrushWrapper: fix potential invalid use of iterator
Reviewed-by: Sage Weil <sage@redhat.com>
Xie Xingguo

04/11/2018

11:52 PM Revision ff509b59 (ceph): doc: remove references to unversioned repository addresses
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:45 PM Revision e6baf00c (ceph): test/objectstore_bench: Don't forget judging whether call usage.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> jianpeng ma
11:22 PM RADOS Bug #23662 (Fix Under Review): osd: regression causes SLOW_OPS warnings in multimds suite
https://github.com/ceph/teuthology/pull/1166 Patrick Donnelly
09:38 PM RADOS Bug #23662: osd: regression causes SLOW_OPS warnings in multimds suite
Looks like the obvious cause: https://github.com/ceph/ceph/pull/20660 Patrick Donnelly
07:56 PM RADOS Bug #23662 (Resolved): osd: regression causes SLOW_OPS warnings in multimds suite
See: [1], first instance of the problem at [0].
The last run which did not cause most multimds jobs to fail with S...
Patrick Donnelly
11:20 PM RADOS Bug #23576: osd: active+clean+inconsistent pg will not scrub or repair

Any scrub that completes without errors will set num_scrub_errors in pg stats to 0. That will cause the inconsiste...
David Zafman
10:51 PM RADOS Bug #23576: osd: active+clean+inconsistent pg will not scrub or repair
David, is there any way a missing object wouldn't be reported in list-inconsistent output? Josh Durgin
11:01 PM RADOS Bug #23492: Abort in OSDMap::decode() during qa/standalone/erasure-code/test-erasure-eio.sh
Let's see if this happens again now that sage's fast peering branch is merged. Josh Durgin
10:58 PM RADOS Backport #23485 (Resolved): luminous: scrub errors not cleared on replicas can cause inconsistent...
David Zafman
10:58 PM RADOS Bug #23585: osd: safe_timer segfault
Possibly the same as http://tracker.ceph.com/issues/23431 Josh Durgin
02:10 PM RADOS Bug #23585: osd: safe_timer segfault
Got segfault in safe_timer too. Got it just once so can not provide more info at the moment.
2018-04-03 05:53:07...
Sergey Malinin
10:57 PM RADOS Bug #23564: OSD Segfaults
Is this on bluestore? there are a few reports of this occurring on bluestore including your other bug http://tracker.... Josh Durgin
10:44 PM RADOS Bug #23590: kstore: statfs: (95) Operation not supported
Josh Durgin
10:42 PM RADOS Bug #23601 (Resolved): Cannot see the value of parameter osd_op_threads via ceph --show-config
Josh Durgin
10:37 PM RADOS Bug #23614: local_reserver double-reservation of backfilled pg
This may be the same root cause as http://tracker.ceph.com/issues/23490 Josh Durgin
10:36 PM RADOS Bug #23565: Inactive PGs don't seem to cause HEALTH_ERR
Brad, can you take a look at this? I think it can be handled by the stuck pg code, that iirc already warns about pgs ... Josh Durgin
10:25 PM RADOS Bug #23664 (Resolved): cache-try-flush hits wrlock, busy loops
... Sage Weil
10:12 PM RADOS Bug #23403 (Closed): Mon cannot join quorum
Thanks for letting us know. Brad Hubbard
01:15 PM RADOS Bug #23403: Mon cannot join quorum
After more investigation we discovered that one of the bonds on the machine was not behaving properly. We removed the... Gauvain Pocentek
11:28 AM RADOS Bug #23403: Mon cannot join quorum
Thanks for the investigation Brad.
The "fault, initiating reconnect" and "RESETSESSION" messages only appear when ...
Gauvain Pocentek
09:46 PM Revision f8df3761 (ceph): rgw: fix use of libcurl with empty header values
Fixes: http://tracker.ceph.com/issues/23663
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
09:14 PM Revision fa661bf3 (ceph): Merge branch 'wip-rbd-critical' into 'rh-luminous'
rbd critical tests
Add rbd critical tests in smoke
Signed-off-by: Sidhant Agrawal <sagrawal@redhat.com>
See merge ...
Vasu Kulkarni
09:13 PM Revision 9f552a11 (ceph): Merge branch 'bug-1489866' into 'rh-luminous'
Bug 1489866
See merge request !10
Vasu Kulkarni
09:04 PM Revision 4669134b (ceph): mon/ConfigKeyService: dump: print placeholder value for binary blobs
JSON cannot express arbitrary binary blobs. Instead of outputting invalid
and unparseable JSON, represent the value ...
Sage Weil
08:58 PM rgw Bug #23663 (Fix Under Review): libcurl ignores headers with empty value, leading to signature mis...
https://github.com/ceph/ceph/pull/21358 Casey Bodley
08:49 PM rgw Bug #23663 (Resolved): libcurl ignores headers with empty value, leading to signature mismatches
From https://curl.haxx.se/libcurl/c/CURLOPT_HTTPHEADER.html:
> If you add a header with no content as in 'Accept:'...
Casey Bodley
08:57 PM Revision dbdf7313 (ceph): ceph-volume api.lvm helper to detect vdo from a dm path
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:57 PM RADOS Bug #23595: osd: recovery/backfill is extremely slow
@Greg Farnum: Ah, great that part is already handled!
What about my other questions though, like
> I think it i...
Niklas Hambuechen
06:45 PM RADOS Bug #23595 (Duplicate): osd: recovery/backfill is extremely slow
https://tracker.ceph.com/issues/23141
Sorry you ran into this, it's a bug in BlueStore/BlueFS. The fix will be in ...
Greg Farnum
07:52 PM Revision 719e13cc (ceph): Merge pull request #20829 from xiexingguo/backport-pr-20653
luminous: mon, osd: fix potential collided *Up Set* after PG remapping
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
07:51 PM Revision 5eb0f3ce (ceph): Merge pull request #20840 from xiexingguo/backport-pr-20655
luminous: osd/OSDMap: skip out/crush-out osds
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
07:50 PM Revision 99497b7d (ceph): Merge pull request #20674 from rzarzynski/wip-bs-drop-std_function-lumi...
luminous: os/bluestore: avoid overhead of std::function in blob_t. Sage Weil
07:49 PM RADOS Backport #23315: luminous: pool create cmd's expected_num_objects is not correctly interpreted
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20907
merged
Yuri Weinstein
07:48 PM Revision 976beced (ceph): Merge pull request #20907 from pdvian/wip-23315-luminous
luminous: mon/OSDMonitor.cc: fix expected_num_objects interpret error
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
07:17 PM Revision 997aced8 (ceph): Merge pull request #21336 from ceph/wip-yuriw-crontab
qa/tests: Changed rhel7.4 to rhel7.5 Yuri Weinstein
07:05 PM CephFS Feature #20611 (New): MDSMonitor: do not show cluster health warnings for file system intentional...
Doug, I was just thinking about this and a valid reason to not want a HEALTH_ERR is if you have dozens or hundreds of... Patrick Donnelly
01:42 PM CephFS Feature #20611 (Fix Under Review): MDSMonitor: do not show cluster health warnings for file syste...
Douglas Fuller
01:42 PM CephFS Feature #20611: MDSMonitor: do not show cluster health warnings for file system intentionally mar...
See https://github.com/ceph/ceph/pull/16608, which implements the opposite of this behavior. Whenever a filesystem is... Douglas Fuller
06:54 PM CephFS Feature #20607 (Rejected): MDSMonitor: change "mds deactivate" to clearer "mds rejoin"
This is rejected in favor of removing `mds deactivate`. Patrick Donnelly
06:23 PM ceph-volume Feature #23451: show physical devices in ceph-volume list
Alfredo Deza
06:23 PM ceph-volume Feature #23451: show physical devices in ceph-volume list
This is how it is tricky :)
If a VG has 2 devices, say, /dev/sda1 and /dev/sdc1, a logical volume *can* be created...
Alfredo Deza
05:53 PM ceph-volume Feature #23451: show physical devices in ceph-volume list
How about returning a list of the physical devices as an array in the json output? We already have the VG, so it shou... Darrell Enns
06:14 PM Revision d90f4064 (ceph): Merge pull request #21311 from liewegas/wip-validate-caps
mon: expand cap validity check for mgr, osd, mds
Reviewed-by: Joao Eduardo Luis <joao@suse.de>
Reviewed-by: Kefu Cha...
Greg Farnum
05:55 PM rgw Bug #23661 (Resolved): RGWAsyncGetSystemObj failed assertion on shutdown/realm reload
... Casey Bodley
05:51 PM Bug #23657 (Fix Under Review): Not all ceph-disk dependencies were moved from ceph-osd to ceph-disk
https://github.com/ceph/ceph/pull/21356 Nathan Cutler
05:23 PM Bug #23657 (Resolved): Not all ceph-disk dependencies were moved from ceph-osd to ceph-disk
I just noticed that, when ceph-disk was moved from ceph-osd to ceph-base, the dependency that provides "sgdisk" was l... Nathan Cutler
05:45 PM RADOS Feature #23660 (New): when scrub errors are due to disk read errors, ceph status can say "likely ...
If some of the scrub errors are due to disk read errors, we can also say in the status output "likely disk errors" an... Vasu Kulkarni
05:44 PM Revision e23a12c2 (ceph): build/ops: rpm: move sgdisk-providing dep to ceph-base
In Debian "gdisk" is already listed under ceph-base, so this commit is
RPM-only.
sgdisk is only used by ceph-disk (p...
Nathan Cutler
05:38 PM rgw Bug #23659 (Resolved): tempest tests failing with pysaml2 version conflict
both keystone-wsgi-public and keystone-wsgi-admin fail to start with lots of these errors:... Casey Bodley
05:31 PM CephFS Documentation #23427 (Pending Backport): doc: create doc outlining steps to bring down cluster
Patrick Donnelly
05:30 PM Revision f1a733e6 (ceph): Merge PR #21265 into master
* refs/pull/21265/head:
doc: outline steps to take CephFS fs down
Reviewed-by: Douglas Fuller <dfuller@redhat.com>
Patrick Donnelly
05:29 PM CephFS Bug #23658 (Resolved): MDSMonitor: crash after assigning standby-replay daemon in multifs setup
From: https://github.com/rook/rook/issues/1027... Patrick Donnelly
05:22 PM Revision a9917783 (ceph): specs: require of e2fsprogs
in ceph/ceph-container we've realized that `e2fsprogs` isn't installed in
centos container image because ceph hasn't ...
Guillaume Abrioux
05:19 PM CephFS Bug #23567: MDSMonitor: successive changes to max_mds can allow hole in ranks
Doug, I tested with master but I believe it also happened with your PR. I can't remember. Patrick Donnelly
03:02 PM CephFS Bug #23567 (Need More Info): MDSMonitor: successive changes to max_mds can allow hole in ranks
Was this before or after https://github.com/ceph/ceph/pull/16608 ? Douglas Fuller
05:01 PM Revision 6da5a588 (ceph): rgw: ability to list bucket contents in unsorted order for efficiency
Add the ability to list the contents of a bucket without the results
being sorted. This can have performance benefits...
J. Eric Ivancich
04:38 PM Bug #23650 (Fix Under Review): add a missing dependency for e2fsprogs
Ken Dreyer
12:57 PM Bug #23650 (Resolved): add a missing dependency for e2fsprogs
a dependency for e2fsprogs is missing.
the result is that when deploying with dmcrypt, mkfs.ext4 might be not foun...
Guillaume Abrioux
04:36 PM Revision 9594dfb6 (ceph): test: Be smarter about when jsonschema can be used
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 9c5ef19f93d999c50641b8bf464b462e0ef5e8f2)
David Zafman
04:36 PM Revision 2312eccb (ceph): doc: Add release notes for the output format changes
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit da0f5887a49363d2d7f2f0a5aac34f5992648b06)...
David Zafman
04:36 PM Revision 74774a4d (ceph): test: Add getjson variable to save output
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 1b1d45bf517237b5221581c3dfb1a7e5fccf712f)
David Zafman
04:36 PM Revision 97f5ff44 (ceph): osd: SnapSet::dump() handle snapid_t not in clone_overlap or clone_size
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 866a52e5673e296a66dfa9407dcf9375f80b7f73)
David Zafman
04:36 PM Revision 02895914 (ceph): osd rados command: Show snapset in list-inconsistent-snapset
Add SnapSet bufferlist to inconsistent_snapset_t
Partial fix for http://tracker.ceph.com/issues/23428
Signed-off-by...
David Zafman
04:34 PM Revision 2d2ee965 (ceph): osd rados command: Change error name snapset_mismatch to snapset_error
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 007cb45fe5c8fd1ffb8db2422a11d67d74bbf5b5)...
David Zafman
04:32 PM Revision f3be026d (ceph): test: Clean-up test and use local values for number of objects and osds
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 0c7ac9db3bbb07eaa781f2cea1206ea9a8724cc5)
David Zafman
04:09 PM ceph-volume Bug #23645 (Need More Info): hot plug disk might not work ceph-volume
This is still not very clear to me. You mention a plug/unplug of disks
that make the device path change, but
then t...
Alfredo Deza
03:57 PM Revision 5d2f369b (ceph): Merge pull request #21236 from jecluis/wip-mon-auth-bootstrap
mon/AuthMonitor: create bootstrap keys on create_initial()
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
03:54 PM rgw Bug #23655 (Resolved): rgw: es: add support for ES endpoints with password
We don't have a configurable for ES password in the sync module Abhishek Lekshmanan
03:51 PM Backport #23544: luminous: aio_t::rval int type not enough to contain io_event::res with unsigned...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/21231
merged
Yuri Weinstein
03:51 PM Revision 0af5c0b0 (ceph): Merge pull request #21231 from pdvian/wip-23544-luminous
luminous: os/bluestore: change the type of aio_t:res to long
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
03:49 PM mgr Backport #23409: luminous: mgr: fix MSG_MGR_MAP handling
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20973
mergedReviewed-by: John Spray <john.spray@redhat.com>
Yuri Weinstein
03:49 PM RADOS Bug #23487 (Pending Backport): There is no 'ceph osd pool get erasure allow_ec_overwrites' command
Sage Weil
03:49 PM Revision e90d3c11 (ceph): Merge pull request #20973 from pdvian/wip-23409-luminous
luminous: mgr: fix MSG_MGR_MAP handling
Reviewed-by: John Spray <john.spray@redhat.com>
Yuri Weinstein
03:49 PM Revision 68446cce (ceph): Merge pull request #21102 from trociny/wip-23487
mon: add 'ceph osd pool get erasure allow_ec_overwrites' command
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Sage Weil
03:48 PM Revision 53a6ddab (ceph): Merge pull request #21229 from liewegas/wip-release-reserved-luminous
luminous: osd: do not release_reserved_pushes when requeuing
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
03:39 PM RADOS Backport #23654 (Resolved): luminous: Special scrub handling of hinfo_key errors
https://github.com/ceph/ceph/pull/21397 David Zafman
03:38 PM ceph-volume Bug #23644 (Resolved): when no OSDs are found to activate an AttributeError is raised
merged commit 459cd9f into luminous Alfredo Deza
03:30 PM bluestore Bug #23653 (Resolved): tcmalloc Attempt to free invalid pointer 0x55de11f2a540 in rocksdb::LRUCac...
This is on rhel7.5 qst run
Run: http://pulpito.ceph.com/teuthology-2018-04-10_20:02:32-smoke-master-testing-basic-...
Yuri Weinstein
03:29 PM Revision 1d4473fc (ceph): osd rados command: list-inconsistent-obj attribute improvements
System attributes shown as "object_info", "snapset" and "hashinfo"
Only output user attributes as "attrs"
Drop leadi...
David Zafman
03:18 PM Revision a4b9bd0b (ceph): osd rados command: Change "oi_attr" to "info" in scrub handling errors
oi_attr_missing -> info_missing
oi_attr_corrupted -> info_corrupted
Signed-off-by: David Zafman <dzafman@redhat.com>...
David Zafman
03:18 PM Revision 4cd59ad1 (ceph): osd rados command: Change "oi" to "info" in scrub handling errors
data_digest_mismatch_oi -> data_digest_mismatch_info
omap_digest_mismatch_oi -> omap_digest_mismatch_info
size_mismat...
David Zafman
03:18 PM Revision 26df9074 (ceph): osd rados command: Rename ss_attr_missing/ss_attr_corrupted to snapset_...
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit bec67e3d4095484970ad3376a9b2613d07a6606f)...
David Zafman
03:15 PM Revision 64017148 (ceph): Merge pull request #21300 from dillaman/wip-rbd-mirror-active-active
rbd-mirror: integrate image map policy as incremental step to active-active
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
03:14 PM Revision ab7c3cb4 (ceph): osd rados command: Improve scrub handling of HashInfo (hinfo_key xattr)
Fixes: http://tracker.ceph.com/issues/23364
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from com...
David Zafman
03:14 PM CephFS Bug #23652 (Fix Under Review): client: fix gid_count check in UserPerm->deep_copy_from()
https://github.com/ceph/ceph/pull/21341 Jos Collin
03:10 PM CephFS Bug #23652 (Resolved): client: fix gid_count check in UserPerm->deep_copy_from()
Fix gid_count check in UserPerm->deep_copy_from(). Allocate gids only if gid_count > 0. Jos Collin
03:14 PM Revision dd042a15 (ceph): osd: Don't crash in get_hash_info() with a corrupt HashInfo
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 0d4acc55ffd7f0f45324d1c933a2a5d0d47b84ec)...
David Zafman
03:13 PM Revision 4be67187 (ceph): test: Remove check that masks differences (let diff fail)
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit be815f9b2b9ded0a0dad19f88488d79ce5efff07)...
David Zafman
03:11 PM Revision 956d5501 (ceph): client: Fix the gid_count check
Make the right check for gid_count.
Fixes: http://tracker.ceph.com/issues/23652
Signed-off-by: Jos Collin <jcollin@r...
Jos Collin
03:10 PM Messengers Bug #23618 (Pending Backport): SIGFPE, Arithmetic exception in AsyncConnection::_process_connection
Kefu Chai
03:09 PM Revision 96aad4ae (ceph): Merge pull request #21314 from badone/wip-ms_inject_socket_failures-SIGFPE
msg/async/AsyncConnection: Fix FPE in process_connection
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
03:09 PM rbd Bug #23597 (Resolved): fsx writethrough test case failures
Mykola Golub
03:09 PM RADOS Bug #23621 (Resolved): qa/standalone/mon/misc.sh fails on master
Kefu Chai
03:09 PM Revision 7abc1153 (ceph): Merge pull request #21308 from dillaman/wip-23597
librbd: disable ENOENT tracking within the object cacher
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
03:08 PM rgw Bug #23651 (In Progress): Dynamic bucket indexing, resharding and tenants still seems to be broken
I've had issues with this before, which is described in https://tracker.ceph.com/issues/22046. But the issues remain ... Mark Schouten
03:08 PM Revision 4cc3dab0 (ceph): Merge pull request #21318 from badone/wip-qa-mon-misc-add-osdmap-prune-...
qa/standalone/mon/misc.sh: Add osdmap-prune tests
Reviewed-by: Joao Eduardo Luis <joao@suse.de>
Reviewed-by: Kefu Ch...
Kefu Chai
03:07 PM bluestore Bug #23333 (Pending Backport): bluestore: ENODATA on aio
i believe this change should be backported. Kefu Chai
03:05 PM Revision 80667e8d (ceph): Merge pull request #21306 from rzarzynski/wip-bs-bug23333-allow-eio
os/bluestore: alter the allow_eio policy regarding kernel's error list.
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
03:03 PM mgr Bug #23584 (Pending Backport): mgr: prometheus: 'PG_STATES' still have not all PG_STATES.
Kefu Chai
03:03 PM Revision 28e543f5 (ceph): Merge pull request #21288 from jcsp/wip-23584
mgr/prometheus: fix PG state names
Reviewed-by: Jan Fajerski <jfajerski@suse.com>
Kefu Chai
03:01 PM Revision d0e6e0db (ceph): Merge pull request #21281 from zealoussnow/wip-leozhang-0407
common: retry_sys_call no need take address of a function pointer
Reviewed-by: Adam C. Emerson <aemerson@redhat.com>...
Kefu Chai
03:01 PM Revision dc4b525d (ceph): Merge pull request #21297 from tchaikov/wip-ceph-w-utf-8
ceph: print output of "status" as string not as bytes
Reviewed-by: Tim Serong <tserong@suse.com>
Kefu Chai
02:59 PM Bug #23296 (Resolved): Cache-tier forward mode hang in luminous
Kefu Chai
02:59 PM Revision d9d56800 (ceph): Merge pull request #21275 from smithfarm/wip-23296
osdc/Objecter: add ignore overlay flag if got redirect reply
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: G...
Kefu Chai
02:58 PM Revision 3c31336f (ceph): Merge pull request #21259 from rzarzynski/wip-common-hint-dout
common: hint the main branch of dout() accordingly to default verbosity.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:50 PM Revision 7dcf9cf2 (ceph): Merge pull request #21103 from dzafman/wip-23267-luminous
luminous: scrub errors not cleared on replicas can cause inconsistent pg state when replica takes over primary
Revie...
David Zafman
02:47 PM Revision 459cd9f8 (ceph): Merge pull request #21335 from ceph/backport-rm23644
luminous: ceph-volume lvm.activate error if no bluestore OSDs are found
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
02:41 PM Revision c5a004d7 (ceph): pybind/mgr/dashboard: silence lint warnings
this silences following errors:
9: ./awsauth.py:42:1: E722 do not use bare except'
9: ./awsauth.py:116:13: E722 do n...
Kefu Chai
02:36 PM bluestore Bug #22464: Bluestore: many checksum errors, always 0x6706be76 (which matches a zero block)
Could this be caused by re-written data while the first write is still in flight?
This write pattern has been obse...
Eric Blevins
12:51 PM bluestore Bug #22464: Bluestore: many checksum errors, always 0x6706be76 (which matches a zero block)
We're seeing the same behavior:... Michael Prokop
02:34 PM CephFS Backport #23635 (In Progress): luminous: client: fix request send_to_auth was never really used
https://github.com/ceph/ceph/pull/21354 Prashant D
02:28 PM Revision b41e049c (ceph): cmake: no need to setup venv for dashboard
unlike ceph-disk and ceph-detect-init, dashboard is not a standalone
python application, it is a python application h...
Kefu Chai
02:25 PM Revision 213652aa (ceph): test/dashboard: only test enabled python bindings
we should test the python version of MGR_PYTHON_VERSION_MAJOR, if we are
testing both py2.7 and py3, we are preparing...
Kefu Chai
01:49 PM Revision 5ad70e08 (ceph): Merge pull request #20186 from jecluis/wip-codingstyle
CodingStyle: add python and javascript/typescript Sage Weil
01:46 PM CephFS Feature #20609 (In Progress): MDSMonitor: add new command `ceph fs set <fs_name> down` to bring t...
https://github.com/ceph/ceph/pull/16608 overhauls this behavior, and re-implements the cluster_down flag for this fun... Douglas Fuller
01:45 PM Revision 75287281 (ceph): CodingStyle: add python and javascript/typescript
As we are rapidly expanding our code base beyond C++ and C, it is a good
idea to enforce coding styles for other lang...
Joao Eduardo Luis
01:45 PM CephFS Feature #20606 (Fix Under Review): mds: improve usability of cluster rank manipulation and settin...
https://github.com/ceph/ceph/pull/16608 Douglas Fuller
01:45 PM Revision ae917eac (ceph): client: fix request send_to_auth was never really used
Signed-off-by: Zhi Zhang <zhangz.david@outlook.com>
(cherry picked from commit c126d3225d0b2cbd8249bee99eda6bfb106f9bdd)
Zhi Zhang
01:44 PM CephFS Feature #20610 (Fix Under Review): MDSMonitor: add new command to shrink the cluster in an automa...
https://github.com/ceph/ceph/pull/16608 Douglas Fuller
01:43 PM CephFS Feature #20608 (Rejected): MDSMonitor: rename `ceph fs set <fs_name> cluster_down` to `ceph fs se...
This behavior is overhauled in https://github.com/ceph/ceph/pull/16608 . Douglas Fuller
01:40 PM RADOS Backport #23316: jewel: pool create cmd's expected_num_objects is not correctly interpreted
-https://github.com/ceph/ceph/pull/21042-
but test/mon/osd-pool-create.sh failing, looking into it.
Prashant D
01:30 PM CephFS Backport #23634 (In Progress): luminous: doc: outline the steps for upgrading an MDS cluster
https://github.com/ceph/ceph/pull/21352 Prashant D
01:30 PM CephFS Bug #23393 (Resolved): ceph-ansible: update Ganesha config for nfs_file_gw to use optimal settings
Ramana Raja
01:26 PM CephFS Bug #23643 (Resolved): qa: osd_mon_report_interval typo in test_full.py
Sage Weil
01:25 PM Revision 53588a41 (ceph): Merge pull request #21334 from batrick/i23643
qa: fix typo in test_full
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
12:49 PM Revision e292ce22 (ceph): Merge pull request #21349 from wjwithagen/wjw-freebsd-deps
FreeBSD: add new required packages to be installed
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
12:49 PM Revision 37a35660 (ceph): Merge pull request #21258 from votdev/rgw_proxy
mgr/dashboard: Implement a RGW proxy
Reviewed-by: Ricardo Dias <rdias@suse.com>
Reviewed-by: Sebastian Wagner <sebas...
Lenz Grimmer
12:15 PM rbd Bug #23629 (Closed): RBD corruption after power off
Great, no worries. Jason Dillaman
08:55 AM rbd Bug #23629: RBD corruption after power off
@Jason: my bad, this helped, thanks a lot. We went from Jewel to Luminous, so we skipped Kraken altogether, that's wh... Josef Zelenka
12:05 PM Revision 3a331bf3 (ceph): doc: outline upgrade procedure for mds cluster
Fixes: http://tracker.ceph.com/issues/23568
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly
11:39 AM Revision 1b18aed5 (ceph): Merge pull request #21347 from SUSE/wip-doc-mgr-plugin-limitations
doc/mgr: Add limitations section to plugin guide
Reviewed-by: Lenz Grimmer <lenz@grimmer.com>
Reviewed-by: John Spra...
John Spray
11:37 AM Revision 381d1ef5 (ceph): FreeBSD: add new required packages to be installed
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
11:29 AM Revision aa6159b3 (ceph): specs: require of e2fsprogs
in ceph/ceph-container we've realized that `e2fsprogs` isn't installed in
centos container image because ceph hasn't ...
Guillaume Abrioux
11:15 AM Bug #23649 (Fix Under Review): [simple/msg]Add heartbeat timeout beforeAccepter::entry break out ...
Kefu Chai
10:53 AM Bug #23649: [simple/msg]Add heartbeat timeout beforeAccepter::entry break out for osd thread
I make a pull request at
https://github.com/ceph/ceph/pull/21348
相洋 于
09:52 AM Bug #23649 (Resolved): [simple/msg]Add heartbeat timeout beforeAccepter::entry break out for osd ...
Recently there has been a big problem in our production ceph
cluster.It has been running very well for one and a hal...
相洋 于
11:10 AM Revision 9d316c34 (ceph): mgr/dashboard: Update selected items on table refresh
Signed-off-by: Ricardo Marques <rimarques@suse.com> Ricardo Marques
11:10 AM Revision 35fe4169 (ceph): qa: ignore bad backtrace cluster wrn
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
11:10 AM Revision d6e3099e (ceph): qa/cephfs: Add tests to validate scrub functionality
Add tests to ensure the scrub operation is not adversly affected
by certain metadata pathologies.
Signed-off-by: Dou...
Douglas Fuller
10:33 AM Revision f3aadbf6 (ceph): doc/mgr: Add limitations section to plugin guide
Signed-off-by: Tim Serong <tserong@suse.com> Tim Serong
10:27 AM CephFS Backport #23632 (In Progress): luminous: mds: handle client requests when mds is stopping
https://github.com/ceph/ceph/pull/21346 Prashant D
09:09 AM CephFS Backport #23632: luminous: mds: handle client requests when mds is stopping
I am on it. Prashant D
10:26 AM Revision e4a0b12a (ceph): mgr/dashboard: Implement RGW proxy
This implementation is basically a Rados Gateway reverse proxy. It
additionally takes care of the authentication to ...
Patrick Seidensal
10:26 AM Revision a18ffe80 (ceph): mgr/dashboard: Takeover PR #20799 and adapt comments.
Signed-off-by: Volker Theile <vtheile@suse.com> Volker Theile
10:26 AM Revision 46088254 (ceph): mgr/dashboard: RGW proxy: Include `python-requests-aws`
This commit will include the `python-requests-aws` [1] library. This library
extends the `requests` library by an au...
Patrick Seidensal
10:22 AM Revision 34232b34 (ceph): Merge pull request #21022 from sebastian-philipp/dashboard_get_range
mgr/dashboard: Refactor multiple duplicates of `get_rate()`
Reviewed-by: Ricardo Dias <rdias@suse.com>
Reviewed-by: ...
Lenz Grimmer
10:19 AM Revision f0614a8d (ceph): Merge pull request #20920 from sebastian-philipp/dashboard_v2-erasure-c...
mgr/dashboard: Add ErasureCodeProfile controller
Reviewed-by: Ricardo Dias <rdias@suse.com>
Reviewed-by: Stephan Mül...
Lenz Grimmer
10:11 AM Revision fe866488 (ceph): specs: require of e2fsprogs
in ceph/ceph-container we've realized that `e2fsprogs` isn't installed in
centos container image because ceph doesn't...
Guillaume Abrioux
10:05 AM Revision b1fe4e17 (ceph): specs: require of e2fsprogs
in ceph/ceph-container we've realized that e2fsprogs isn't installed in
centos container image because ceph doesn't r...
Guillaume Abrioux
09:55 AM Revision 09092660 (ceph): Merge pull request #21086 from ricardoasmarques/fix-table-without-fetch...
mgr/dashboard: Fix table without fetchData
Reviewed-by: Tiago Melo <tmelo@suse.com>
Reviewed-by: Stephan Müller <smu...
Lenz Grimmer
09:11 AM Revision 6c9c5451 (ceph): Merge pull request #21041 from votdev/custom_validators
mgr/dashboard: Add custom validators
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Ricardo Marques <r...
Lenz Grimmer
09:08 AM Revision 7fdf9ae7 (ceph): Merge pull request #21078 from tspmelo/wip-notifications
mgr/dashboard: Add notification service/component
Reviewed-by: Volker Theile vtheile@suse.com
Reviewed-by: Stephan M...
Lenz Grimmer
09:08 AM Revision 305b6fbb (ceph): mds: check projected linkage before migrating stray dentry
NULL projected linkage triggers assertion in StrayManager::migrate_stray()
Signed-off-by: "Yan, Zheng" <zyan@redhat....
Yan, Zheng
09:08 AM Revision 13e51733 (ceph): mds: handle client requests while mds is stopping
stopping mds may require several minutes. It's not good to block
client requests so long. mds should get less and les...
Yan, Zheng
09:08 AM Revision abaabece (ceph): mds: make stopping mds export strays and subtree at the same time
Stopping mds also handle client requests now. Client requests may
continue to create strays dentries. So mds should s...
Yan, Zheng
08:50 AM Revision ccace858 (ceph): mgr/dashboard: Loading indicator only if fechData provided
Signed-off-by: Ricardo Marques <rimarques@suse.com> Ricardo Marques
08:47 AM Linux kernel client Bug #22702 (Resolved): cephfs crashed under high memory pressure due to reserved caps number mism...
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e30ee58121e34831b9665934d70dbc72ab0fe2f... Ilya Dryomov
08:42 AM Revision b4188367 (ceph): mgr/dashboard: Hide refresh button if no fetchData provided
Signed-off-by: Ricardo Marques <rimarques@suse.com> Ricardo Marques
08:40 AM Linux kernel client Feature #4770 (Resolved): krbd: consider including write data with layered existence check
Done in 4.17. Ilya Dryomov
08:39 AM Linux kernel client Feature #3837 (Resolved): krbd: support format 2 striping
Done in 4.17. Ilya Dryomov
06:33 AM mgr Bug #23205: Blocked requests no longer show details
I have the same issue. We are constantly having some slow requests every day and there is no way to debug. The old wa... Tobias Rehn
06:26 AM Revision 20a2ec5e (ceph): mgr/dashboard: Add custom validators.
Signed-off-by: Volker Theile <vtheile@suse.com> Volker Theile
06:09 AM Revision f8a8b7ef (ceph): pybind/ceph_argparse: Fix UnboundLocalError if command doesn't validate
The error case in validate_command() where the command is found but the
command itself is somehow invalid raises an U...
Tim Serong
05:14 AM CephFS Bug #21745 (Pending Backport): mds: MDBalancer using total (all time) request count in load stati...
Patrick Donnelly
05:13 AM Revision aaac83ab (ceph): Merge PR #19220 into master
* refs/pull/19220/head:
mds: limit run time of load balancer
mds: add list to track recently used sub-directories
...
Patrick Donnelly
05:00 AM RADOS Bug #23610 (Pending Backport): pg stuck in activating because of dropped pg-temp message
Kefu Chai
05:00 AM Revision 723b92d9 (ceph): Merge pull request #21310 from tchaikov/wip-23610
osd: resend osd_pgtemp if it's not acked
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
04:56 AM RADOS Bug #23648 (New): max-pg-per-osd.from-primary fails because of activating pg
the reason why we have activating pg when the number of pg is under the hard limit of max-pg-per-osd is that:
1. o...
Kefu Chai
03:01 AM RADOS Bug #23647 (In Progress): thrash-eio test can prevent recovery
We are injecting random EIOs. However, in a recovery situation an EIO leads us to decide the object is missing in on... Sage Weil
01:39 AM Revision 8b833a29 (ceph): librbd: fix rbd close race with rewatch
fix rbd close race with rewatch
Signed-off-by: Song Shun <song.shun3@zte.com.cn>
shun song
01:00 AM CephFS Feature #22372: kclient: implement quota handling using new QuotaRealm
by following commits in testing branch
ceph: quota: report root dir quota usage in statfs …
ceph: quota: add cou...
Zheng Yan
12:47 AM CephFS Bug #18730 (Closed): mds: backtrace issues getxattr for every file with cap on rejoin
should be resolved by open file table https://github.com/ceph/ceph/pull/20132 Zheng Yan
12:44 AM CephFS Fix #5268 (Closed): mds: fix/clean up file size/mtime recovery code
current code does parallel object checks. Zheng Yan
12:39 AM CephFS Bug #4212 (Closed): mds: open_snap_parents isn't called all the times it needs to be
with the new snaprealm format, there is no need to open past parent Zheng Yan
12:37 AM CephFS Bug #21412 (Closed): cephfs: too many cephfs snapshots chokes the system
Zheng Yan
12:37 AM CephFS Bug #21412: cephfs: too many cephfs snapshots chokes the system
this is actually osd issue. I talk to josh at cephalocon. He said it has already been fixed Zheng Yan
12:31 AM Revision 53e6d18d (ceph): osd: Improve object_stat_sum_t handling
Keep post split PGs as inconsistent from original
Keep num_scrub_errors as total of other 2
Signed-off-by: David Zaf...
David Zafman
12:31 AM Revision da4f397a (ceph): test: Eliminate use of bc (use awk) in get_timeout_delays()
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit ce9c029858d8deb249afe8effd5d80ae623f69a2)
David Zafman
12:31 AM Revision 5a423474 (ceph): osd: Fix stale scrub stats when a primary takes over
Fixes: http://tracker.ceph.com/issues/23267
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from com...
David Zafman

04/10/2018

11:38 PM RADOS Feature #23364 (Pending Backport): Special scrub handling of hinfo_key errors
David Zafman
11:32 PM Revision 80137ca3 (ceph): Merge pull request #20947 from dzafman/wip-23364
Special scrub handling of hinfo_key errors
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Josh Durgin <jdurg...
David Zafman
11:27 PM Revision bebf35a6 (ceph): common: hint the main branch of dout() accordingly to default verbosity.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
11:22 PM CephFS Feature #13688 (Resolved): mds: performance: journal inodes with capabilities to limit rejoin tim...
Fixed by Zheng's openfile table: https://github.com/ceph/ceph/pull/20132 Patrick Donnelly
11:20 PM CephFS Feature #14456: mon: prevent older/incompatible clients from mounting the file system
I think the right direction is to allow setting a flag on the MDSMap to prevent older clients from connecting to the ... Patrick Donnelly
11:18 PM CephFS Bug #22482 (Won't Fix): qa: MDS can apparently journal new file on "full" metadata pool
This is expected. The MDS is treated specially by the OSDs to allow some writes when the pool is full. Patrick Donnelly
11:13 PM CephFS Feature #15507: MDS: support "watching" an inode/dentry
https://bugzilla.redhat.com/show_bug.cgi?id=1561326 Patrick Donnelly
10:40 PM rgw Bug #23628: deleting zonegroup doesn't remove it from the period
I absolutely couldn't find a way to rollback a period, but I was able to "fix" the problem by manually rollbacking my... Jérôme Poulin
09:45 PM rgw Bug #23628: deleting zonegroup doesn't remove it from the period
Interestingly, I hit the same issue today. Cannot commit period anymore and the whole realm is broken since I cannot ... Jérôme Poulin
03:06 PM rgw Bug #23628 (New): deleting zonegroup doesn't remove it from the period
radosgw-admin realm create --rgw-realm=myrealm --default
$ radosgw-admin realm get --rgw-realm=my_realm
$ radosgw-a...
Orit Wasserman
10:36 PM CephFS Bug #23615 (Rejected): qa: test for "snapid allocation/deletion mismatch with monitor"
From Zheng:
> mds deletes old snapshots by MRemoveSnaps message. Monitor does not do snap_seq auto-increment wh...
Patrick Donnelly
10:17 PM Bug #23599: Segfault while scrubbing Bluestore OSD
OK thanks - this pretty much happens to some of our 342 OSDs on every deep scrub operation. I will try to set the de... Alex Gorbachev
10:04 AM Bug #23599: Segfault while scrubbing Bluestore OSD
Alex Gorbachev wrote:
> I will update to 12.2.5 when available and report back. This is in production, so I am als...
Igor Fedotov
03:55 AM Bug #23599: Segfault while scrubbing Bluestore OSD
I will update to 12.2.5 when available and report back. This is in production, so I am also wondering if the debug ... Alex Gorbachev
10:02 PM Revision 6adac019 (ceph): qa/tests: Changed rhel7.4 to rhel7.5
Note: This is a temp fix till we get $ implementaion
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
09:46 PM rgw Bug #23099: REST admin metadata API paging failure bucket & bucket.instance: InvalidArgument
Hi Robin, think I've reproduced this, in the "bucket" case. Will follow up.
Matt
Matt Benjamin
09:25 PM rbd Bug #23499 (Resolved): test_admin_socket.sh may fail on wait_for_clean
Nathan Cutler
09:25 PM rbd Backport #23507 (Resolved): luminous: test_admin_socket.sh may fail on wait_for_clean
Nathan Cutler
07:56 PM rbd Backport #23507: luminous: test_admin_socket.sh may fail on wait_for_clean
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/21124
merged
Yuri Weinstein
09:24 PM rbd Bug #23502 (Resolved): is_qemu_running in qemu_rebuild_object_map.sh and qemu_dynamic_features.sh...
Nathan Cutler
09:24 PM rbd Backport #23524 (Resolved): luminous: is_qemu_running in qemu_rebuild_object_map.sh and qemu_dyna...
Nathan Cutler
07:56 PM rbd Backport #23524: luminous: is_qemu_running in qemu_rebuild_object_map.sh and qemu_dynamic_feature...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/21192
merged
Yuri Weinstein
09:24 PM rbd Bug #23528 (Resolved): rbd-nbd: EBUSY when do map
Nathan Cutler
09:23 PM rbd Backport #23542 (Resolved): luminous: rbd-nbd: EBUSY when do map
Nathan Cutler
07:55 PM rbd Backport #23542: luminous: rbd-nbd: EBUSY when do map
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/21230
merged
Yuri Weinstein
09:13 PM RADOS Bug #23428: Snapset inconsistency is hard to diagnose because authoritative copy used by list-inc...
In the pull request https://github.com/ceph/ceph/pull/20947 there is a change to partially address this issue. Unfor... David Zafman
09:08 PM RADOS Bug #23646 (Resolved): scrub interaction with HEAD boundaries and clones is broken
Scrub will work in chunks, accumulating work in cleaned_meta_map. A single object's clones may stretch across two su... Sage Weil
08:52 PM Revision 9c5ef19f (ceph): test: Be smarter about when jsonschema can be used
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
08:52 PM Revision da0f5887 (ceph): doc: Add release notes for the output format changes
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
08:51 PM Revision 60ae2b8e (ceph): osd rados command: Show snapset in list-inconsistent-snapset
Add SnapSet bufferlist to inconsistent_snapset_t
Partial fix for http://tracker.ceph.com/issues/23428
Signed-off-by...
David Zafman
08:32 PM Revision 6fae4df0 (ceph): rbd-mirror: simplify the interface between image mapper and policy
The context callbacks between the image map and its policy required
too many hooks between the two classes. Additiona...
Jason Dillaman
08:32 PM Revision 7dce6d22 (ceph): rbd-mirror: initial policy instance update should detect dead instances
At initial promotion to the leader position, it can be nearly always
assumed that at least one instance has died and ...
Jason Dillaman
08:32 PM Revision 6491dc3c (ceph): rbd-mirror: integrate image map init/shut down into pool replayer
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
08:32 PM Revision e01c6c4b (ceph): rbd-mirror: wire instance notifications through to pool replayer
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
08:32 PM Revision 08fdb715 (ceph): rbd-mirror: wire image map between pool watcher and instance watcher
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
08:32 PM Revision 10522f4b (ceph): rbd-mirror: image map shut down should reset task context
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
08:31 PM Revision 8a902f78 (ceph): rbd_mirror: document the basic state flow for pool watcher
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
08:31 PM Revision 7a0f91e1 (ceph): rbd-mirror: moved pool watcher listener interface out of templated class
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
08:31 PM Revision a13b7c82 (ceph): rbd-mirror: moved leader watcher listener interface out of templated class
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
08:31 PM Revision cca3a9b7 (ceph): rbd-mirror: leader watcher should always initialize status watcher
In the case of active/active, both the leader and the followers will be
sending status updates for their images. Ther...
Jason Dillaman
08:31 PM Revision 9164f98d (ceph): rbd-mirror: removed declared but undefined leader watcher methods
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
08:31 PM Revision e31ef59a (ceph): rbd-mirror: batch peer instances ack and timeout handlers
This throttles the on-disk updates and also will eventually help to
throttle the shuffling of images between alive pe...
Jason Dillaman
08:31 PM Revision 85996e15 (ceph): rbd-mirror: new add/remove instances listener
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
08:31 PM Revision 76a33346 (ceph): rbd-mirror: block instance add/remove notifications until post-locked
Avoid a possible race condition with instances being detected before the
pool replayer leader handling is fully initi...
Jason Dillaman
08:31 PM Revision d0a77ae0 (ceph): rbd-mirror: convert PoolReplayer to templated class
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
08:31 PM Revision 50ff6333 (ceph): rbd-mirror: moved policy inner-types to common types header
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
08:31 PM Revision 4b7c194b (ceph): rbd-mirror: image map listener should provide a callback context
The context wraps the necessary data and provides a pass-through chain
to the instance notification helpers.
Signed-...
Jason Dillaman
08:26 PM Revision be815f9b (ceph): test: Remove check that masks differences (let diff fail)
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
08:26 PM Revision 0d4acc55 (ceph): osd: Don't crash in get_hash_info() with a corrupt HashInfo
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
08:26 PM Revision d713c7da (ceph): osd rados command: Improve scrub handling of HashInfo (hinfo_key xattr)
Fixes: http://tracker.ceph.com/issues/23364
Signed-off-by: David Zafman <dzafman@redhat.com>
David Zafman
08:26 PM Revision bec67e3d (ceph): osd rados command: Rename ss_attr_missing/ss_attr_corrupted to snapset_...
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
08:26 PM Revision 273f6213 (ceph): osd rados command: Change "oi_attr" to "info" in scrub handling errors
oi_attr_missing -> info_missing
oi_attr_corrupted -> info_corrupted
Signed-off-by: David Zafman <dzafman@redhat.com>
David Zafman
08:26 PM Revision 01687b05 (ceph): osd rados command: Change "oi" to "info" in scrub handling errors
data_digest_mismatch_oi -> data_digest_mismatch_info
omap_digest_mismatch_oi -> omap_digest_mismatch_info
size_mismat...
David Zafman
08:26 PM Revision 98250951 (ceph): osd rados command: list-inconsistent-obj attribute improvements
System attributes shown as "object_info", "snapset" and "hashinfo"
Only output user attributes as "attrs"
Drop leadi...
David Zafman
08:26 PM Revision 0a8ed0b9 (ceph): osd: Without snapdir we don't have a head mismatch error anymore
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
08:26 PM Revision 0c7ac9db (ceph): test: Clean-up test and use local values for number of objects and osds
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
08:26 PM Revision 007cb45f (ceph): osd rados command: Change error name snapset_mismatch to snapset_error
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
08:26 PM Revision 1b1d45bf (ceph): test: Add getjson variable to save output
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
08:26 PM Revision 866a52e5 (ceph): osd: SnapSet::dump() handle snapid_t not in clone_overlap or clone_size
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
08:08 PM Revision 184dd9d5 (ceph): qa/tests: Changed rhel7.4 to rhel7.5
Note: This is a temp fix till we get $ implementaion
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
08:05 PM Revision d4f72838 (ceph): qa/tests: Changed rhel7.4 to rhel7.5
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
07:56 PM Revision 3cddfbeb (ceph): Merge pull request #21124 from smithfarm/wip-23507-luminous
luminous: test_admin_socket.sh may fail on wait_for_clean
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Reviewed...
Yuri Weinstein
07:55 PM Revision c5a92509 (ceph): Merge pull request #21192 from pdvian/wip-23524-luminous
luminous: is_qemu_running in qemu_rebuild_object_map.sh and qemu_dynamic_features.sh may return false positive
Revie...
Yuri Weinstein
07:55 PM Revision fe5fff8d (ceph): Merge pull request #21230 from pdvian/wip-23542-luminous
luminous: rbd-nbd: fix ebusy when do map
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Yuri Weinstein
07:49 PM rbd Bug #23629 (Need More Info): RBD corruption after power off
@Josef: this sounds like your images have the exclusive-lock feature enabled but your OpenStack Ceph user does not ha... Jason Dillaman
03:12 PM rbd Bug #23629 (Closed): RBD corruption after power off
Hello,
we have ran into a nasty bug regarding RBD in Ceph Luminous - we have encountered this across multiple diffe...
Josef Zelenka
07:28 PM ceph-volume Bug #23644: when no OSDs are found to activate an AttributeError is raised
PR at https://github.com/ceph/ceph/pull/21335 Alfredo Deza
07:25 PM ceph-volume Bug #23644 (Resolved): when no OSDs are found to activate an AttributeError is raised
This is similar to what happens in activate_filestore but we didn't have it here and I noticed it with this failure:
...
Alfredo Deza
07:27 PM Revision f8ba4e55 (ceph): ceph-volume lvm.activate error if no bluestore OSDs are found
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit b1920d6e731f194c4829810d849dba6b087ce3a4)
Alfredo Deza
07:25 PM ceph-volume Bug #23645 (Closed): hot plug disk might not work ceph-volume

From the list:
Sata hdds, this happen on running server, without reboot.
Due to hardware problem, vibration, h...
Vasu Kulkarni
06:47 PM Revision c10907af (ceph): qa: fix typo in test_full
Cause: 577737d007c05bc7a3972158be8c520ab73a1517
Fixes: http://tracker.ceph.com/issues/23643
Signed-off-by: Patrick ...
Patrick Donnelly
06:45 PM CephFS Bug #23643 (Resolved): qa: osd_mon_report_interval typo in test_full.py
https://github.com/ceph/ceph/blob/577737d007c05bc7a3972158be8c520ab73a1517/qa/tasks/cephfs/test_full.py#L137 Patrick Donnelly
06:33 PM CephFS Bug #23624 (Resolved): cephfs-foo-tool crashes immediately it starts
Patrick Donnelly
08:27 AM CephFS Bug #23624 (Fix Under Review): cephfs-foo-tool crashes immediately it starts
https://github.com/ceph/ceph/pull/21321 Zheng Yan
08:14 AM CephFS Bug #23624 (Resolved): cephfs-foo-tool crashes immediately it starts
http://pulpito.ceph.com/pdonnell-2018-04-06_22:48:23-kcephfs-master-testing-basic-smithi/
Zheng Yan
06:33 PM Revision bd0c68e0 (ceph): Merge PR #21321 into master
* refs/pull/21321/head:
tools/cephfs: instantiate MDSUtility after global_init()
Reviewed-by: Patrick Donnelly <pdo...
Patrick Donnelly
06:31 PM Revision f71784ed (ceph): Merge pull request #21130 from ceph/wip-rm23067
ceph-volume Implement an 'activate all' to help with dense servers or migrating OSDs
Reviewed-by: Andrew Schoen <as...
Andrew Schoen
06:12 PM RADOS Backport #23630 (In Progress): luminous: pg stuck in activating
Nathan Cutler
05:53 PM RADOS Backport #23630 (Resolved): luminous: pg stuck in activating
https://github.com/ceph/ceph/pull/21330 Nathan Cutler
05:54 PM CephFS Backport #23642 (Rejected): luminous: mds: the number of inode showed by "mds perf dump" not corr...
Nathan Cutler
05:54 PM CephFS Backport #23641 (Resolved): luminous: auth|doc: fs authorize error for existing credentials confu...
https://github.com/ceph/ceph/pull/22963 Nathan Cutler
05:54 PM rbd Backport #23640 (Resolved): luminous: rbd: import with option --export-format fails to protect sn...
https://github.com/ceph/ceph/pull/21316 Nathan Cutler
05:53 PM CephFS Backport #23638 (Resolved): luminous: ceph-fuse: getgroups failure causes exception
https://github.com/ceph/ceph/pull/21687 Nathan Cutler
05:53 PM CephFS Backport #23637 (Resolved): luminous: mds: assertion in MDSRank::validate_sessions
https://github.com/ceph/ceph/pull/21372 Nathan Cutler
05:53 PM RADOS Bug #23610 (Fix Under Review): pg stuck in activating because of dropped pg-temp message
Nathan Cutler
05:53 PM RADOS Bug #23610 (Pending Backport): pg stuck in activating because of dropped pg-temp message
Nathan Cutler
05:53 PM CephFS Backport #23636 (Resolved): luminous: mds: kicked out by monitor during rejoin
https://github.com/ceph/ceph/pull/21366 Nathan Cutler
05:53 PM CephFS Backport #23635 (Resolved): luminous: client: fix request send_to_auth was never really used
https://github.com/ceph/ceph/pull/21354 Nathan Cutler
05:53 PM CephFS Backport #23634 (Resolved): luminous: doc: outline the steps for upgrading an MDS cluster
https://github.com/ceph/ceph/pull/21352 Nathan Cutler
05:53 PM RADOS Backport #23633 (Rejected): luminous: large-omap-object-warnings test fails
Nathan Cutler
05:53 PM CephFS Backport #23632 (Resolved): luminous: mds: handle client requests when mds is stopping
https://github.com/ceph/ceph/pull/21346 Nathan Cutler
05:53 PM rbd Backport #23631 (Resolved): luminous: python bindings fixes and improvements
https://github.com/ceph/ceph/pull/21725 Nathan Cutler
05:47 PM RADOS Bug #18746 (Fix Under Review): monitors crashing ./include/interval_set.h: 355: FAILED assert(0) ...
Greg Farnum
05:46 PM rbd Bug #23609 (Pending Backport): python bindings fixes and improvements
Mykola Golub
05:45 PM Revision 21e26035 (ceph): Merge pull request #21304 from rjfd/wip-rbd-pybind-fixes
rbd: python bindings fixes and improvements
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Reviewed-by: Mykola Go...
Mykola Golub
05:32 PM Revision e8ca5f01 (ceph): Merge pull request #21272 from cbodley/wip-rgw-beast-experiment
rgw: beast frontend no longer experimental
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Reviewed-by: Abhishek L...
Casey Bodley
05:21 PM Revision 776e5479 (ceph): Merge pull request #21120 from oritwas/wip-rgw-21619
rgw: reshard cancel command should clear bucket resharding flag
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
04:55 PM Revision 0fa70515 (ceph): osdc: Remove useless condition.
If Op/CommandOp in a OSDSesion, the filed session of Op/CommandOp must
not null. And in _scan_reuqests it always get ...
jianpeng ma
04:55 PM Revision 964068ca (ceph): osdc: cleanup code.
Remvoe useless conditon.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
jianpeng ma
04:26 PM Revision f1e826ad (ceph): rgw: beast frontend no longer experimental
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
04:26 PM RADOS Bug #23495 (Resolved): Need (SLOW_OPS) in whitelist for another yaml
Kefu Chai
11:26 AM RADOS Bug #23495 (Fix Under Review): Need (SLOW_OPS) in whitelist for another yaml
https://github.com/ceph/ceph/pull/21324 Kefu Chai
03:31 PM Revision 2f00b8f9 (ceph): Merge PR #21302 into wip-sage-testing-20180410.153118
* refs/pull/21302/head:
qa/suites/rados/singleton/all/random-eio: whitelist eio error message
Reviewed-by: David Za...
Sage Weil
03:30 PM Revision dbdbbbfc (ceph): Merge PR #21315 into wip-sage-testing-20180410.153007
* refs/pull/21315/head:
qa/tasks/mgr/test_failover: fix for id -> name rename in mgr metadata
Reviewed-by: John Spr...
Sage Weil
03:30 PM Revision f53190a6 (ceph): githubmap: update contributors
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:24 PM rgw Bug #23088: nfs-ganesha repo for Xenial is not signed
because of this unsigned repository kolla-build fails with:
INFO:kolla.common.utils.ceph-nfs:ESC[91mW: The reposit...
Florian Engelmann
03:21 PM Revision d84f723c (ceph): Merge pull request #21324 from tchaikov/wip-23495
qa/suites: whitelist SLOW_OPS
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
03:14 PM Revision 73188264 (ceph): test/ceph_test_objectstore: make settings update and restore less error
prone.
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
Igor Fedotov
03:14 PM Revision 77ec92cc (ceph): test/store_test: make sure config settings are set.
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
03:14 PM Revision fe51200d (ceph): test/store_test: allow update for any config setting when preparing for
test case run.
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
Igor Fedotov
03:11 PM Revision 1db18ce6 (ceph): os/bluestore: more details in logging when applying compresion settings.
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
03:07 PM Revision 7c37d8a0 (ceph): mgr/dashboard: Add notification component
This component is used on the navigation bar and will show the user the 10 most
recent notifications.
Signed-off-by:...
Tiago Melo
03:07 PM Revision caf7e7a4 (ceph): mgr/dashboard: Replace toastr calls with notification service
Signed-off-by: Tiago Melo <tmelo@suse.com> Tiago Melo
03:07 PM Revision 89101061 (ceph): mgr/dashboard: Add notification service
This service should be used to display any notification/toast to the user.
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
03:05 PM Revision 48da099d (ceph): rgw: aws sync, initial work on multipart data parts creation
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
03:05 PM Revision 2760375f (ceph): rgw: don't schedule a cr if already scheduled
This can be triggered when multiple IOs return for the same cr. We
don't want to allow it to be scheduled multiple ti...
Yehuda Sadeh
03:05 PM Revision 1df6277d (ceph): rgw: aws sync: multipart upload complete
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
03:05 PM Revision deac2ef8 (ceph): rgw: aws sync, store temp per-object sync info
When doing a multipart object sync, need to store the object's info
so that we can either continue if upload is inter...
Yehuda Sadeh
03:05 PM Revision 4c52d1d0 (ceph): rgw: aws sync: check that source object doesn't change
Make suret that while syncing the object it doesn't change, which can
be a problem when uploading the object piecemea...
Yehuda Sadeh
03:05 PM Revision aeff69c8 (ceph): rgw: http req, guard out_headers
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
03:05 PM Revision e507344a (ceph): rgw: aws sync conf, consolidate configurables
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
03:05 PM Revision b22f687a (ceph): rgw: aws sync: configurable multipart threshold, part size
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
03:05 PM Revision 174d268e (ceph): rgw: cr: introduce io channels
ios can have multiple channels, so that we can differentiate between
waiting on read/write/control events. We can the...
Yehuda Sadeh
03:05 PM Revision b7102750 (ceph): rgw: cr rest splice, work towards write throttling
Need to throttle writes, so that we don't just accumulate all data read
from source endpoint in memory, in the case w...
Yehuda Sadeh
03:05 PM Revision b2143cde (ceph): rgw: rest_client: work towards throttling of http read requests
Adjust the interfaces to provide the ability for the read callback
to pause the reads. While doing that, define a new...
Yehuda Sadeh
03:05 PM Revision 6d694de7 (ceph): rgw: http_client, add the ability to pause/unpause incoming data
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
03:05 PM Revision 4bcd842d (ceph): rgw: cr rest splice, both reads and writes are throttled
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
03:05 PM Revision 7acf1c08 (ceph): rgw: don't allow for io_id to complete more than once
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
03:05 PM Revision b2d16317 (ceph): rgw: remove warning
No need to clean io_ids when stack finishes, as list of io_ids is kept inside
the stack object, and will be cleaned u...
Yehuda Sadeh
03:05 PM Revision 741ae31f (ceph): rgw: cr rest splice, reorder checks
First finish output init, then check if there's no data. Could be an empty
object.
Signed-off-by: Yehuda Sadeh <yehu...
Yehuda Sadeh
03:05 PM Revision b5dc4cbe (ceph): rgw: RGWRESTStreamS3PutObj::send_init(), url encode dest
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
03:05 PM Revision f84d2d1b (ceph): rgw: decrease the log level in RGWCoroutinesStack::unwind
Signed-off-by: lvshanchun <lvshanchun@gmail.com> lvshanchun
03:05 PM Revision b44b2e97 (ceph): rgw: implement S3RESTConn to send request to S3
add a sub-class of RGWRESTConn called S3RESTConn that do not
populate zonegroup-related params, it shall only used fo...
lvshanchun
03:05 PM Revision f63e39d4 (ceph): rgw: avoid returning CURL_READFUNC_PAUSE forever
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
03:05 PM Revision 38550a10 (ceph): rgw: add populate_zonegroup() and populate_uid() in RGWRESTConn
populate_params() is too generic, add populate_zonegroup() and
populate_uid() in RGWRESTConn, then have populate_para...
lvshanchun
03:05 PM Revision 62b6d0ec (ceph): rgw: modify testcase in src/test/rgw
Signed-off-by: lvshanchun <lvshanchun@gmail.com> lvshanchun
03:05 PM Revision b754a28a (ceph): rgw/cleanup: fix compile warnning
1. overloaded virtual function
2. virtual functions but no virtual destructors
Signed-off-by: Chang Liu <liuchang081...
Chang Liu
03:05 PM Revision bd0ca81c (ceph): rgw: initial work for integrating streaming read/write with cr
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
03:05 PM Revision cdab9c5c (ceph): rgw: groundwork for supporting concurrent IOs in single cr
Add io_id field to io operation, allow blocking on a specific IO.
Locking changes in RGWCoroutinesManager::run().
Si...
Yehuda Sadeh
03:05 PM Revision e1e07bba (ceph): rgw: rest cr drains writes, returns errors
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
03:05 PM Revision 76154bd1 (ceph): rgw: splice cr drains writes
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
03:05 PM Revision d5debbb6 (ceph): rgw: separte stream crfs for read and write
also add a base class
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
03:05 PM Revision bbab9e5a (ceph): rgw: more streaming crf abstraction
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
03:05 PM Revision 28d86951 (ceph): rgw: RGWRESTConn() don't override provided key
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
03:05 PM Revision 5f1525af (ceph): rgw: first go at sync to aws splice
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
03:05 PM Revision b00b9982 (ceph): rgw: a bit cleaner interfaces for sending put crf
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
03:05 PM Revision eb396bf8 (ceph): rgw: aws sync: generate target bucket
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
03:05 PM Revision af31e2ac (ceph): rgw: aws sync, in_crf init abstraction
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
03:05 PM Revision 4d49ec95 (ceph): rgw: aws sync, add hooks for decoding/encoding rest obj
Object sync is now functional. Create abstraction that will later help
with different cloud providers.
Signed-off-by...
Yehuda Sadeh
03:05 PM Revision fe0807fc (ceph): rgw: recover from empty meta.history object
Fixes: http://tracker.ceph.com/issues/21802
Empty meta.history object is problematic, as when reading it when doing
...
Yehuda Sadeh
03:05 PM Revision 0e99b3b2 (ceph): rgw: fix rest read crf handling of extra data
also fix splice coroutine
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
03:05 PM Revision 31b610be (ceph): rgw: aws sync module, fix target object naming
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
03:05 PM Revision 52392a58 (ceph): rgw: aws sync module, fix target object naming
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
03:05 PM Revision 77ac0360 (ceph): rgw: aws sync, more work on large object sync via multipart upload
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
03:05 PM Revision 75ce8000 (ceph): rgw: fix io blocked accounting
Now that we can have multiple IOs per coroutine, need to only decrease
num_blocked one time when switching from io bl...
Yehuda Sadeh
03:05 PM Revision 7ddca28e (ceph): rgw: create global http manager
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
03:05 PM Revision aa4fd878 (ceph): rgw: http client, simplify interfaces
work towards removal of duplicate synchronous api
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
03:05 PM Revision 1459af2e (ceph): rgw: amend http client manager interface
s/set_threaded/start
s/is_threaded/is_started
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
03:05 PM Revision fdd8d75b (ceph): rgw: restructure http/rest client class hierarchy
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
03:05 PM Revision b0c6e9a7 (ceph): rgw: tweak http client interface
RGWHTTPClient now holds the url and method.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
03:03 PM Revision c4d15d56 (ceph): sync_module_aws: minor logging improvements
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
03:03 PM Revision 604a8e74 (ceph): rgw_cr_rest: have a raw variant of read resource
Useful when we don't have a json formatted input to send and just
sending raw data
Signed-off-by: Abhishek Lekshmana...
Abhishek Lekshmanan
03:03 PM Revision db022321 (ceph): rgw_sync_module_aws: use the readrawrestresource cr
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
03:03 PM Revision 52ba5102 (ceph): rgw_sync_module_aws: make conn a unique ptr
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
03:03 PM Revision 0ff59a22 (ceph): aws: use slashes in obj name
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
03:03 PM Revision b587a457 (ceph): aws: remove comment
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
03:03 PM Revision 030ca0ae (ceph): rgw_rest_client: clarify comment on set content length
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
03:03 PM Revision 90658b21 (ceph): rgw: typo fix during rebase (squash)
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
03:03 PM Revision e1ecd2bb (ceph): rgw: fixes following rebase
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
03:03 PM Revision 38706854 (ceph): rgw: http client, streaming writes api
Add a new class that enables streaming writes, that is --
doesn't require having all the data before the start of the...
Yehuda Sadeh
03:03 PM Revision 7159a65e (ceph): rgw: add api to finish streaming writes
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
03:03 PM Revision 53b66438 (ceph): rgw: sync plugin for aws (the humble beginnings!)
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
03:03 PM Revision a05c7f1e (ceph): rgw: sync aws module compiles
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
03:03 PM Revision 5ad873af (ceph): rgw: make RGWSyncModule classes for AWS
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
03:03 PM Revision 61b30c8f (ceph): rgw: sync_module: register aws module
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
03:03 PM Revision 181d4ff9 (ceph): non working download client
basically readrestresourcecr has enforced a rule where only Json types
can be parsed :/
Signed-off-by: Abhishek Leks...
Abhishek Lekshmanan
03:03 PM Revision 57f26050 (ceph): allow cr http client to deal with non json types
I'm quite crossed about this!
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
Abhishek Lekshmanan
03:03 PM Revision 2d6fca04 (ceph): well more hacks to get my previous hack working
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
03:03 PM Revision 17cfaba3 (ceph): rgw: RGWRestConn allow keys to be initialized
This allows for other s3 clients to be created, we previously only set
the value of S3 system key from rados.
Signed...
Abhishek Lekshmanan
03:03 PM Revision 9652a48a (ceph): rgw: aws sync module: set keys for rest client
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
03:03 PM Revision 9262c93f (ceph): rgw_cr_rest: allow sending of raw put requests
Modify SendRESTResourceCR to handle when we don't have a json formatted
input class and send raw bufferlists instead....
Abhishek Lekshmanan
03:03 PM Revision 7c227acc (ceph): rgw_aws_module: lets call put object and see what happens
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
03:03 PM Revision b685e588 (ceph): rgw_cr_rest: send content length on raw requests
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
03:03 PM Revision 72f093e2 (ceph): delete-me: log path for requests
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
03:03 PM Revision 9ba9181f (ceph): aws: ws fix
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
03:03 PM Revision e20c9018 (ceph): rgw: sync_module_aws implement rm object
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
03:03 PM Revision 031aff02 (ceph): rgw_aws_sync: untested code for bucket create
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
03:03 PM Revision 07c45de2 (ceph): rgw: aws sync: make bucket name more url friendly
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
03:03 PM Revision 115dcf62 (ceph): set_content_length for streamrw requests
Also remove the earlier content length hack
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
Abhishek Lekshmanan
03:02 PM Revision 4ee507d4 (ceph): osd: resend osd_pgtemp if it's not acked
if the osd_pgtemp message is dropped before monitor receives it, we need
to resend it. otherwise a pg could be stuck ...
Kefu Chai
02:59 PM Revision 63221d9a (ceph): Merge pull request #19283 from yehudasa/wip-rgw-mfa
rgw: mfa support
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yehuda Sadeh
02:58 PM Revision b0d00e18 (ceph): Merge pull request #21327 from LenzGr/dashboard-fork-awesome
mgr/dashboard: Replace font-awesome with fork-awesome
Reviewed-by: Tiago Melo <tmelo@suse.com>
Reviewed-by: Volker T...
Ricardo Dias
02:58 PM Revision a139c1d6 (ceph): osd: make *Force* functions public
Otherwise you'll have 'protected' errors:
home/jenkins/workspace/ceph-master/src/osd/OSD.cc:8518:12: error: 'UnsetFor...
Willem Jan Withagen
02:54 PM Revision 3c728553 (ceph): Merge PR #21080 into master
* refs/pull/21080/head:
src: Added const references to various function parameters
Reviewed-by: Kefu Chai <kchai@re...
Patrick Donnelly
02:47 PM Revision 116aa62d (ceph): Merge pull request #21126 from tspmelo/wip-services
mgr/dashboard: Add Api module
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: Stephan Müller <smuelle...
Lenz Grimmer
02:24 PM CephFS Bug #23519: mds: mds got laggy because of MDSBeacon stuck in mqueue
the two issue are not the same, but they are caused by the same reason: mds take too much time to handle MDSMap messa... dongdong tao
02:06 PM Revision 53b59a3c (ceph): fuse: wire up fuse_ll_access
This gets called during chdir and is currently a no-op. Make sure we
check permissions appropriately.
Tracker: http:...
Jeff Layton
01:56 PM Revision c3656142 (ceph): qa/suites/rados/monthrash: whitelist SLOW_OPS
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:55 PM RADOS Bug #23627 (Resolved): Error EACCES: problem getting command descriptions from mgr.None from 'cep...
... Sage Weil
01:45 PM rgw Bug #23379: rgw performance regression for luminous 12.2.4
How long have you been running for the cosbench?
The issue might be related to memory usage according to flame gra...
wei jin
12:09 PM rgw Bug #23379: rgw performance regression for luminous 12.2.4
I checked if this reproduces on two different clusters
(one with HDDs and one with SSDs)
using some of the provid...
Mark Kogan
01:32 PM RADOS Bug #23622 (Fix Under Review): qa/workunits/mon/test_mon_config_key.py fails on master
https://github.com/ceph/ceph/pull/21329 Sage Weil
03:42 AM RADOS Bug #23622: qa/workunits/mon/test_mon_config_key.py fails on master
see https://github.com/ceph/ceph/pull/21317 (not a fix) Sage Weil
02:56 AM RADOS Bug #23622 (Resolved): qa/workunits/mon/test_mon_config_key.py fails on master
... Sage Weil
01:28 PM Backport #23626 (In Progress): mon failed to read inc osdmap
https://github.com/ceph/ceph/pull/21328 Kefu Chai
01:26 PM Backport #23626 (Resolved): mon failed to read inc osdmap
https://github.com/ceph/ceph/pull/21328 Kefu Chai
01:25 PM Revision 51198c71 (ceph): mon: update PaxosService::cached_first_committed in PaxosService::maybe...
This should be able to avoid interleaving execution of Paxos::commit_finish() and
check_sub(), which could lead to un...
Xuehan Xu
01:24 PM Bug #11332 (Pending Backport): mon failed to read inc osdmap
Kefu Chai
12:59 PM Revision 2bc9c735 (ceph): mgr/dashboard: Replace font-awesome with fork-awesome
Replaces the dependency on Font Awesome with Fork Awesome
(https://forkawesome.github.io/), which is a plug-in replac...
Lenz Grimmer
12:43 PM rbd Backport #23604: luminous: Discard ops should flush affected objects from in-memory cache
@Prashant: just assign this one to me and I'll handle the luminous backport. Jason Dillaman
01:55 AM rbd Backport #23604 (Need More Info): luminous: Discard ops should flush affected objects from in-mem...
The src/librbd/cache/ObjectCacherObjectDispatch.cc file is missing in luminous branch. We need to merge this file to ... Prashant D
12:40 PM Linux kernel client Bug #23112: rbd kernel client might hang when write to a quota-full pool
This isn't specific to the kernel client, I believe other ceph clients behave the same way.
Ilya Dryomov
12:39 PM Revision 113fa941 (ceph): mon: expand cap validity check for mgr, osd, mds
Also strenghen the check to declare an unknown cap type as invalid.
Note that this means that in a mixed-version clu...
Jing Li
12:39 PM Revision fa588730 (ceph): mon/AuthMonitor: check caps validity for all cap-related commands
Add a validity check for 'auth add' and 'fs authorize'. 'auth caps' and
'auth get-or-create[-key]' already had the c...
Sage Weil
12:39 PM Revision 497a6325 (ceph): qa/workunits/cephtool: test with valid auth syntax
'allow' is not a valid mon cap; use 'allow *'. Add some negative tests
to ensure the validation is working.
Signed-...
Sage Weil
12:33 PM rbd Bug #23038 (Pending Backport): rbd: import with option --export-format fails to protect snapshot
Jason Dillaman
12:27 PM Revision 9c5cb4ea (ceph): osd: resend osd_pgtemp if it's not acked
if the osd_pgtemp message is dropped before monitor receives it, we need
to resend it. otherwise a pg could be stuck ...
Kefu Chai
12:27 PM Revision 6623fc26 (ceph): osd,mds: use map::merge() whenever appropriate
and use explicit std::move() when map::merge() is not available.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:12 PM Revision 18571821 (ceph): Merge pull request #21319 from majianpeng/doc-remove-osd-op-threads
doc: remove unused config: "osd op threads"
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:25 AM Revision acc08559 (ceph): qa/suites: whitelist SLOW_OPS
Fixes: http://tracker.ceph.com/issues/23495
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:58 AM Revision fef734b1 (ceph): Add CEPH-9873 test
Sidhant Agrawal
10:57 AM Revision f4dae60d (ceph): rgw: warn user about on going resharding when canceling it
Fixes: http://tracker.ceph.com/issues/21619
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman
10:57 AM Revision 2a68224a (ceph): rgw: no need to RGWReshard::get before remove
Signed-off-by: Orit Wasserman <owasserm@redhat.com> Orit Wasserman
10:56 AM Revision 717b412e (ceph): Add CEPH-9825 test
Sidhant Agrawal
10:53 AM Revision f2370ede (ceph): Add rbd delayed deletion tests
Sidhant Agrawal
10:51 AM Revision df9cd236 (ceph): Merge pull request #21112 from guzhongyan/fix-vlog
src: fix various log messages
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:49 AM Revision fa8a435e (ceph): Merge pull request #21028 from rzarzynski/wip-osd-get_rw_locks-norefcnt
osd: avoid unnecessary ref-counting across PrimaryLogPG::get_rw_locks.
Reviewed-by: Sage Weil <sage@redhat.com>
Revi...
Kefu Chai
10:47 AM Revision 2c3cbc17 (ceph): Merge pull request #21235 from xiexingguo/wip-fix-obj-start
osd/osd_types: fix ideal lower bound object-id of pg
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
10:38 AM Support #23549: ceph-rest-api cannot work when mon down for long time
ceph-rest-api has been removed in master, so this is unlikely to get worked on, unless you're wanting to work on a fi... John Spray
09:49 AM Revision 3eaf1516 (ceph): mgr/MetadataUpdate: add daemon_state.notify_update to contructor
Before updating metadata a call site should check if an update has
already been triggered. Adding the notify_update c...
Jan Fajerski
09:49 AM Revision 5c9db720 (ceph): mgr: add mgr daemon to DaemonStateIndex with metadata (hostname)
This commit changes when (and how) the mgr daemons are added to the
DaemonStateIndex. A change in the mgr map now doe...
Jan Fajerski
09:41 AM Dashboard Bug #23619: v13.0.2 tries to build dashboard on arm64
The CMake logic is supposed to skip building the dashboard on arm64, so something's going wrong with that. John Spray
04:33 AM Dashboard Bug #23619: v13.0.2 tries to build dashboard on arm64
in ceph.spec, in its default option it disables mgr dashboard v2 feature, how to skip mgr dashboard v2 in this make-s... Tang Jin
03:26 AM Dashboard Bug #23619: v13.0.2 tries to build dashboard on arm64
I change the node path ,and update node version to v8.9.0-linux-arm64 and v9.11.1-linux-arm64, it can't help yet.
...
Tang Jin
02:07 AM Dashboard Bug #23619: v13.0.2 tries to build dashboard on arm64
run ./make-srpm.sh will print these error log Tang Jin
02:01 AM Dashboard Bug #23619: v13.0.2 tries to build dashboard on arm64
my OS is centos7 Tang Jin
01:55 AM Dashboard Bug #23619 (Can't reproduce): v13.0.2 tries to build dashboard on arm64
here is the main part of error log
archiving submodules...done
concatenating archives into single archive...done
...
Tang Jin
09:24 AM CephFS Bug #23625 (Fix Under Review): mds: sessions opened by journal replay do not get dirtied properly
https://github.com/ceph/ceph/pull/21323 Zheng Yan
09:12 AM CephFS Bug #23625 (Resolved): mds: sessions opened by journal replay do not get dirtied properly
http://pulpito.ceph.com/pdonnell-2018-04-06_01:22:39-multimds-wip-pdonnell-testing-20180405.233852-testing-basic-smit... Zheng Yan
09:23 AM Revision c66189f0 (ceph): mds: properly dirty sessions opened by journal replay
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Fixes: http://tracker.ceph.com/issues/23625
Yan, Zheng
08:41 AM Revision 47155949 (ceph): crush/CrushWrapper: don't bump up leaf stack if we are already of domai...
Assume we have a pool of crush-failure-domain OSD, then the stack will look like:
[
"0":"8" // sta...
xie xingguo
08:31 AM Revision 7de672ef (ceph): signal_handler: Reports pid 0 as Kernel
When receiving a signal, get_name_by_pid() tries to find what was the process name of the sender.
As per bug #23320,...
Erwan Velu
08:31 AM Revision ede0bcae (ceph): signal_handler: Implementing specific messages per context
As per bug #23320, regarding the signal we receive, it could be interesting providing a specific message.
If we get ...
Erwan Velu
08:21 AM Revision 4ec24128 (ceph): crush/CrushWrapper: fix potential invalid use of iterator
In choose_leaf mode we normally should have a stack of 2 and
hence below here we still need to re-check the iterator ...
xie xingguo
08:15 AM Revision a7db43b5 (ceph): tools/cephfs: instantiate MDSUtility after global_init()
cephfs-foo-tool from current master crashes immediately it starts.
Introduced by commit 6972273d53d "global: output ...
Yan, Zheng
07:22 AM Revision 549fbc6f (ceph): rocksdb: sync with upstream
to pick up
- bug fixes since 5.8.0
- crc32c_3way introduced in 5.9.0 for better performance on platforms
with PCLMULQ...
Kefu Chai
07:10 AM Feature #23513 (Resolved): ceph_authtool: add mode option
Nathan Cutler
07:10 AM Backport #23521 (Resolved): jewel: ceph_authtool: add mode option
Nathan Cutler
07:10 AM Bug #22042 (Resolved): Double free in rados_getxattrs_next
Nathan Cutler
07:09 AM Backport #22941 (Resolved): jewel: Double free in rados_getxattrs_next
Nathan Cutler
07:07 AM CephFS Backport #23158 (Resolved): jewel: mds: underwater dentry check in CDir::_omap_fetched is racy
Nathan Cutler
07:07 AM Revision a4b9544e (ceph): Merge pull request #21185 from smithfarm/wip-23158-jewel
jewel: mds: underwater dentry check in CDir::_omap_fetched is racy
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Nathan Cutler
07:04 AM RADOS Bug #20919 (Resolved): osd: replica read can trigger cache promotion
Nathan Cutler
06:59 AM RADOS Backport #22403 (Resolved): jewel: osd: replica read can trigger cache promotion
Nathan Cutler
06:22 AM RADOS Bug #23585: osd: safe_timer segfault
https://drive.google.com/open?id=1x_0p9s9JkQ1zo-LCx6mHxm0DQO5sc1UA too larger about(1.2G). And ceph-osd.297.log.gz di... jianpeng ma
05:53 AM RADOS Bug #23601: Cannot see the value of parameter osd_op_threads via ceph --show-config
doc don't update. So i create a PR:https://github.com/ceph/ceph/pull/21319. jianpeng ma
04:57 AM RADOS Bug #23601: Cannot see the value of parameter osd_op_threads via ceph --show-config
In this commit:08731c3567300b28d83b1ac1c2ba. It removed. Maybe docs didn't update or you read old docs. jianpeng ma
04:27 AM RADOS Bug #23601: Cannot see the value of parameter osd_op_threads via ceph --show-config
But I can see this option in document !! The setting is work in Jewel
So osd_op_threads was removed from Luminous ??
Cyril Chang
03:14 AM RADOS Bug #23601: Cannot see the value of parameter osd_op_threads via ceph --show-config
There is no "osd_op_threads". Now it call osd_op_num_shards/osd_op_num_shards_hdd/osd_op_num_shards_sdd. jianpeng ma
05:34 AM RADOS Bug #23595: osd: recovery/backfill is extremely slow
check hdd or ssd by code at osd started and not changed after starting.
I think we need increase the log level fo...
jianpeng ma
05:31 AM Revision 1d8c0438 (ceph): ceph: print output of "status" as string not as bytes
in python3, the stuff read from wire is represented as "bytes", but
the output of "ceph -w" is supposed to be consume...
Kefu Chai
05:29 AM Revision bf290a06 (ceph): Merge pull request #18010 from jdurgin/wip-rocksdb-jewel
jewel: core: enable rocksdb for filestore
Reviewed-by: Sage Weil <sage@redhat.com>
Josh Durgin
05:27 AM Revision ee03866b (ceph): Merge pull request #21313 from ceph/wip-pg-clean-timeout
qa/tasks: Add default timeout for wait for pg clean task
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
05:21 AM Revision 3abe4203 (ceph): Merge pull request #21284 from tchaikov/wip-cmake-libstdcxx
cmake: define HAVE_STDLIB_MAP_SPLICING for both libstdc++ and libc++
Reviewed-by: Zheng Yan <zyan@redhat.com>
Kefu Chai
05:19 AM RADOS Bug #23593 (Resolved): RESTControllerTest.test_detail_route and RESTControllerTest.test_fill fail
Kefu Chai
05:19 AM Revision 7fdfa3c4 (ceph): Merge pull request #21290 from rjfd/wip-dashboard-fix-rest-controller
mgr/dashboard: restcontroller: fix detection of id args in element requests
Reviewed-by: Sebastian Wagner <sebastian...
Kefu Chai
04:46 AM CephFS Bug #23380 (Pending Backport): mds: ceph.dir.rctime follows dir ctime not inode ctime
Patrick Donnelly
04:45 AM CephFS Bug #23452 (Pending Backport): mds: assertion in MDSRank::validate_sessions
Patrick Donnelly
04:45 AM CephFS Bug #23446 (Pending Backport): ceph-fuse: getgroups failure causes exception
Patrick Donnelly
04:44 AM CephFS Bug #23530 (Pending Backport): mds: kicked out by monitor during rejoin
Patrick Donnelly
04:43 AM CephFS Bug #23602 (Pending Backport): mds: handle client requests when mds is stopping
Patrick Donnelly
04:43 AM CephFS Bug #23541 (Pending Backport): client: fix request send_to_auth was never really used
Patrick Donnelly
04:42 AM CephFS Feature #23623 (Resolved): mds: mark allow_snaps true by default
Patrick Donnelly
04:41 AM CephFS Bug #23491 (Resolved): fs: quota backward compatibility
Patrick Donnelly
04:33 AM Revision 359f5ccc (ceph): Merge PR #21039 into master
* refs/pull/21039/head:
qa/workunits/fs: test for cephfs rstats
mds: make rstat.rctime follow inodes' ctime
Review...
Patrick Donnelly
04:33 AM Revision 098c6d37 (ceph): Merge PR #21040 into master
* refs/pull/21040/head:
mds: mark damaged if sessions' preallocated inos don't match inotable
Reviewed-by: John Spr...
Patrick Donnelly
04:33 AM Revision acc6f2ed (ceph): Merge PR #21132 into master
* refs/pull/21132/head:
client: remove getgroups_cb
client: remove _getgrouplist
client: have init_gids just set a...
Patrick Donnelly
04:33 AM Revision a3718d59 (ceph): Merge PR #21144 into master
* refs/pull/21144/head:
mds: fix unhealth heartbeat during rejoin
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
04:32 AM Revision dfca9664 (ceph): Merge PR #21167 into master
* refs/pull/21167/head:
mds: make stopping mds export strays and subtree at the same time
mds: handle client reques...
Patrick Donnelly
04:32 AM Revision f8185998 (ceph): Merge PR #21191 into master
* refs/pull/21191/head:
client: fix request send_to_auth was never really used
Reviewed-by: Patrick Donnelly <pdonn...
Patrick Donnelly
04:32 AM Revision ed657dee (ceph): Merge PR #21255 into master
* refs/pull/21255/head:
mds: automatically create snaprealm for old format quota
client: check if mds create snapre...
Patrick Donnelly
04:29 AM RADOS Bug #23621 (In Progress): qa/standalone/mon/misc.sh fails on master
https://github.com/ceph/ceph/pull/21318 Brad Hubbard
04:17 AM RADOS Bug #23621: qa/standalone/mon/misc.sh fails on master
bc5df2b4497104c2a8747daf0530bb5184f9fecb added ceph::features::mon::FEATURE_OSDMAP_PRUNE so the output that's failing... Brad Hubbard
02:53 AM RADOS Bug #23621: qa/standalone/mon/misc.sh fails on master
http://pulpito.ceph.com/sage-2018-04-10_02:19:56-rados-master-distro-basic-smithi/2377263
http://pulpito.ceph.com/sa...
Sage Weil
02:51 AM RADOS Bug #23621 (Resolved): qa/standalone/mon/misc.sh fails on master
This appears to be from the addition of the osdmap-prune mon feature? Sage Weil
04:26 AM Revision c0dac8ec (ceph): qa/standalone/mon/misc.sh: Add osdmap-prune tests
Fixes: http://tracker.ceph.com/issues/23621
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
Brad Hubbard
04:23 AM Revision 1c45fdc8 (ceph): Merge branch 'wip-os-install' into 'rh-luminous'
added rbd_os_install.yaml in smoke
Signed-off-by: Sidhant Agrawal <sagrawal@redhat.com>
See merge request !7
Vasu Kulkarni
03:42 AM rbd Backport #23607 (In Progress): luminous: import-diff failed: (33) Numerical argument out of domai...
https://github.com/ceph/ceph/pull/21316 Prashant D
03:40 AM Revision 54f1e4e6 (ceph): common/Formatter: fix string_view usage for {json,xml}_stream_escaper
These are passing a simple const char* without a length, which breaks for
binary strings with \0 in them.
Broken by ...
Sage Weil
02:49 AM RADOS Bug #23620 (Fix Under Review): tasks.mgr.test_failover.TestFailover failure
https://github.com/ceph/ceph/pull/21315 Sage Weil
02:43 AM RADOS Bug #23620 (Resolved): tasks.mgr.test_failover.TestFailover failure
http://pulpito.ceph.com/sage-2018-04-10_02:19:56-rados-master-distro-basic-smithi/2377255... Sage Weil
02:48 AM Revision b0fe734c (ceph): qa/tasks/mgr/test_failover: fix for id -> name rename in mgr metadata
This was changed by 428236de8b4155beffb5a4ffa8dd206230325a01
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
02:05 AM Revision 3152797e (ceph): msg/async/AsyncConnection: Fix FPE in process_connection
Check ms_inject_socket_failures is valid before we use it.
Fixes: http://tracker.ceph.com/issues/23618
Signed-off-b...
Brad Hubbard
01:51 AM Messengers Bug #23618 (Resolved): SIGFPE, Arithmetic exception in AsyncConnection::_process_connection
... Brad Hubbard
01:43 AM Revision 87a3bc75 (ceph): Merge pull request #21199 from smithfarm/wip-22403-jewel
jewel: osd: replica read can trigger cache promotion
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
01:40 AM Revision 1ab971a5 (ceph): Merge pull request #21200 from ovh/bp-jewel-backport-22448
jewel: osd/PrimaryLogPG: dump snap_trimq size
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
01:22 AM CephFS Bug #21745 (Fix Under Review): mds: MDBalancer using total (all time) request count in load stati...
https://github.com/ceph/ceph/pull/19220/commits/e9689c1ff7e75394298c0e86aa9ed4e703391c3e Zheng Yan
01:19 AM Revision eb095453 (ceph): mds: check export pin when choosing dirfrags for exporting
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
01:19 AM Revision 40759407 (ceph): mds: cleanup mds_load map access/update
using map::insert to access map items looks strang
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Yan, Zheng
01:19 AM Revision 376145d9 (ceph): mds: calculate other mds' last_epoch_under locally
No need to get this information from MHeartbeat
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Yan, Zheng
01:19 AM Revision 65a35e2a (ceph): mds: add list to track recently used sub-directories
MDBalancer::find_exports() can be more efficient with LRU list.
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Yan, Zheng
01:19 AM Revision fc0d3408 (ceph): mds: limit run time of load balancer
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
01:19 AM Revision 89649126 (ceph): mds: always pass current time to MDBalancer::{hit_inode,hit_dir}
There were codes that pass mdr->get_mds_stamp() to {hit_inode,hit_dir}.
The stamp can be older than 'last_decay' in d...
Yan, Zheng
01:19 AM Revision 08116b71 (ceph): mds: cleanup MDBalancer::try_rebalance()
no logic changes
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Yan, Zheng
01:19 AM Revision bb6d381f (ceph): mds: don't try exporting dirfrags under mds's own mdsdir
Migrator will refuse to export them. Besides, stray directory can
never be subtree root.
Signed-off-by: "Yan, Zheng"...
Yan, Zheng
01:19 AM Revision 15810b43 (ceph): mds: don't try exporting subdir if dirfrag is already being exported
It doesn't make sense to call MDBalancer::find_exports() for a dirfrag
that is already being exported.
Signed-off-by...
Yan, Zheng
01:19 AM Revision cd6f77c6 (ceph): mds: mds: optimize MDBalancer::try_rebalance()
1. change import_pop_map to multimap because subtrees may have the same
popularity.
2. avoid calculating subtrees'...
Yan, Zheng
01:19 AM Revision b9fb3a4c (ceph): mds: avoid creating unnecessary subtrees during load balance
When choosing dirfrags for exporting, consider subtrees imported
from other MDS first. It's because that exporting di...
Yan, Zheng
01:19 AM Revision 04831d46 (ceph): mds: optimize MDBalancer::find_exports()
stop at subtree bounds; make freezing/frozen check more efficient.
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Yan, Zheng
01:19 AM Revision 6b126a69 (ceph): mds: adjust subtree popularity when import fails
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
01:19 AM Revision 6538464b (ceph): mds: adjust pop_nested when importing subtree
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
01:19 AM Revision 831c5d91 (ceph): mds: don't decay load counters when printing load
Changing load counters while printing load results confusing output.
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Yan, Zheng
01:19 AM Revision 29e19c1d (ceph): mds: remove unused MDBalancer::export_empties()
MDCache::trim() already does the same job
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Yan, Zheng
01:19 AM Revision bedd98f8 (ceph): mds: adjust subtree popularity after rename
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
01:19 AM Revision e9689c1f (ceph): mds: fix request rate calculation
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Fixes: http://tracker.ceph.com/issues/21745
Yan, Zheng
12:57 AM RADOS Bug #23578 (Pending Backport): large-omap-object-warnings test fails
Just a note that my analysis above was incorrect and this was not due to the lost coin flips but due to a pg map upda... Brad Hubbard
12:44 AM Revision 447a107d (ceph): Merge pull request #21295 from badone/wip-large-omap-scrub-big-random-l...
qa/suites/rados: Disable scrub backoff
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
12:24 AM Revision 7881a19d (ceph): qa/tasks: wait_for_clean is called after ceph task as well after osd's ...
the default timeout is none in that case, there are cases where it can hang forever
due to error cases, since this d...
Vasu Kulkarni
12:22 AM Revision 418856fe (ceph): add default timeout of 600 seconds for pg to be in clean state
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
12:18 AM RADOS Backport #23485 (In Progress): luminous: scrub errors not cleared on replicas can cause inconsist...
David Zafman
12:03 AM Revision 452081e5 (ceph): ceph-volume tests/functional add 'activate all' for xenial/bluestore/dm...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
12:03 AM Revision d6524297 (ceph): ceph-volume tests/functional add 'activate all' for xenial/filestore/dm...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
12:03 AM Revision b1920d6e (ceph): ceph-volume lvm.activate error if no bluestore OSDs are found
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
12:03 AM Revision ef09f399 (ceph): ceph-volume tests/functional add 'activate all' in filestore playbook
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
12:03 AM Revision 16421c90 (ceph): ceph-volume tests/functional add 'activate all' for centos7/bluestore/d...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
12:03 AM Revision 5513f4de (ceph): ceph-volume tests/functional add 'activate all' for centos7/filestore/d...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza

04/09/2018

11:44 PM Revision 733d411a (ceph): Merge pull request #21197 from smithfarm/wip-23521-jewel
jewel: ceph_authtool: add mode option
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
11:38 PM Revision 173576dd (ceph): Merge pull request #20381 from pdvian/wip-22941-jewel
jewel: core: librados: Double free in rados_getxattrs_next
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
11:29 PM CephFS Bug #22824 (Resolved): Journaler::flush() may flush less data than expected, which causes flush w...
Patrick Donnelly
11:29 PM CephFS Backport #22967 (Resolved): luminous: Journaler::flush() may flush less data than expected, which...
Patrick Donnelly
11:17 PM CephFS Backport #22967: luminous: Journaler::flush() may flush less data than expected, which causes flu...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20431
merged
Yuri Weinstein
11:29 PM CephFS Bug #22221 (Resolved): qa: src/test/libcephfs/test.cc:376: Expected: (len) > (0), actual: -34 vs 0
Patrick Donnelly
11:29 PM CephFS Backport #22383 (Resolved): luminous: qa: src/test/libcephfs/test.cc:376: Expected: (len) > (0), ...
Patrick Donnelly
11:17 PM CephFS Backport #22383: luminous: qa: src/test/libcephfs/test.cc:376: Expected: (len) > (0), actual: -34...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/21173
merged
Yuri Weinstein
11:17 PM CephFS Backport #23154 (Resolved): luminous: mds: FAILED assert (p != active_requests.end()) in MDReques...
Patrick Donnelly
11:16 PM CephFS Backport #23154: luminous: mds: FAILED assert (p != active_requests.end()) in MDRequestRef MDCach...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/21176
merged
Yuri Weinstein
11:17 PM Revision 9d2cda9a (ceph): Merge pull request #20431 from pdvian/wip-22967-luminous
luminous: osdc/Journaler: make sure flush() writes enough data
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
11:16 PM Revision 0cf31c5c (ceph): Merge pull request #21173 from smithfarm/wip-22383-luminous
luminous: qa: src/test/libcephfs/test.cc:376: Expected: (len) > (0), actual: -34 vs 0
Reviewed-by: Patrick Donnelly ...
Yuri Weinstein
11:15 PM Revision b4ec55e0 (ceph): Merge pull request #21176 from smithfarm/wip-23154-luminous
luminous: mds: FAILED assert (p != active_requests.end()) in MDRequestRef MDCache::request_get(metareqid_t)
Reviewed...
Yuri Weinstein
10:59 PM CephFS Bug #23571 (Resolved): mds: make sure that MDBalancer uses heartbeat info from the same epoch
Patrick Donnelly
10:58 PM CephFS Backport #23572 (Resolved): luminous: mds: make sure that MDBalancer uses heartbeat info from the...
Patrick Donnelly
10:58 PM CephFS Bug #23569 (Resolved): mds: counter decay incorrect
Patrick Donnelly
10:58 PM CephFS Backport #23570 (Resolved): luminous: mds: counter decay incorrect
Patrick Donnelly
10:58 PM CephFS Bug #23560 (Resolved): mds: mds gets significantly behind on trimming while creating millions of ...
Patrick Donnelly
10:57 PM CephFS Backport #23561 (Resolved): luminous: mds: mds gets significantly behind on trimming while creati...
Patrick Donnelly
10:53 PM bluestore Bug #23577: Inconsistent PG refusing to deep-scrub or repair
I attempted to upload a log file with debug_osd = 20/20 for this with upload tag e6d4f641-3006-4ee9-86eb-359f569de6ed... David Turner
05:47 PM bluestore Bug #23577: Inconsistent PG refusing to deep-scrub or repair
I have a second PG in the same cluster doing this exact same thing. One of it's 11 copies is on Bluestore, the rest ... David Turner
10:51 PM Revision 2b54839a (ceph): Merge PR #21267 into luminous
* refs/pull/21267/head:
discard the mdsload clear after prep_rebalance in case we want to export it for debugging
m...
Patrick Donnelly
10:51 PM Revision 659d3f04 (ceph): Merge PR #21266 into luminous
* refs/pull/21266/head:
make popular counter decay at proper rate
Reviewed-by: Patrick Donnelly <pdonnell@redhat.co...
Patrick Donnelly
10:51 PM Revision 087a23e5 (ceph): Merge PR #21256 into luminous
* refs/pull/21256/head:
mds: bump mds_log_max_segments for trim buffer
Reviewed-by: Patrick Donnelly <pdonnell@redh...
Patrick Donnelly
10:34 PM CephFS Bug #23519: mds: mds got laggy because of MDSBeacon stuck in mqueue
dongdong tao wrote:
> Patrick Donnelly wrote:
> > Dongdong, I think fast dispatch may not be the answer here. We're...
Patrick Donnelly
08:12 PM CephFS Bug #23519 (In Progress): mds: mds got laggy because of MDSBeacon stuck in mqueue
Patrick Donnelly
02:27 PM CephFS Bug #23519: mds: mds got laggy because of MDSBeacon stuck in mqueue
Patrick Donnelly wrote:
> Dongdong, I think fast dispatch may not be the answer here. We're not yet sure on the caus...
dongdong tao
01:39 PM CephFS Bug #23519: mds: mds got laggy because of MDSBeacon stuck in mqueue
Dongdong, I think fast dispatch may not be the answer here. We're not yet sure on the cause. Do you have ideas? Patrick Donnelly
10:24 PM RADOS Feature #23616 (New): osd: admin socket should help debug status at all times
Last week I was looking at an LRC OSD which was having trouble, and it wasn't clear why.
The cause ended up being ...
Greg Farnum
10:18 PM RADOS Bug #22882 (Resolved): Objecter deadlocked on op budget while holding rwlock in ms_handle_reset()
Whoops, this merged way back then with a slightly different plan than discussed here (see PR discussion). Greg Farnum
09:59 PM RADOS Bug #22525: auth: ceph auth add does not sanity-check caps
https://github.com/ceph/ceph/pull/21311 Sage Weil
09:43 PM ceph-volume Bug #23581: ceph-volume should use mount -o discard when underlying device is using VDO
This only affects filestore, bluestore does not need any of the special mounts since it is using tmpfs. Alfredo Deza
09:39 PM Revision 59f69643 (ceph): doc: remove unused config: "osd op threads"
This option already removed.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
jianpeng ma
09:25 PM Revision bd514696 (ceph): ceph-volume tests/functional add 'activate all' for centos7/filestore/d...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:25 PM Revision 7bf9abc9 (ceph): ceph-volume tests/functional add 'activate all' for xenial/bluestore/dm...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:25 PM Revision 06b3ce9c (ceph): ceph-volume tests/functional add 'activate all' for xenial/filestore/dm...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:25 PM Revision 797518a5 (ceph): ceph-volume tests/functional add 'activate all' in bluestore playbook
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:25 PM Revision 92cd128e (ceph): ceph-volume tests/functional add 'activate all' in filestore playbook
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:25 PM Revision 8ffdfe32 (ceph): ceph-volume tests/functional add 'activate all' for centos7/bluestore/d...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:21 PM RADOS Feature #23045 (Resolved): mon: warn on slow ops in OpTracker
That PR got merged a while ago and we've been working through the slow ops warnings that turn up since. Seems to be a... Greg Farnum
09:07 PM CephFS Bug #10423 (Closed): update hadoop gitbuilders
stale Patrick Donnelly
09:03 PM CephFS Bug #20593 (Pending Backport): mds: the number of inode showed by "mds perf dump" not correct aft...
Patrick Donnelly
09:01 PM CephFS Feature #21156 (Resolved): mds: speed up recovery with many open inodes
Patrick Donnelly
09:00 PM CephFS Bug #21765 (Pending Backport): auth|doc: fs authorize error for existing credentials confusing/un...
Please backport: https://github.com/ceph/ceph/pull/17678/commits/447b3d4852acd2db656c973cc224fb77d3fff590 Patrick Donnelly
08:59 PM RADOS Feature #21084 (Resolved): auth: add osd auth caps based on pool metadata
Patrick Donnelly
08:56 PM CephFS Feature #22545 (Duplicate): add dump inode command to mds
Patrick Donnelly
08:52 PM CephFS Bug #6613 (Closed): samba is crashing in teuthology
Closing as stale. Patrick Donnelly
08:52 PM CephFS Feature #358: mds: efficient revert to snapshot
Also consider cloning snapshots. Patrick Donnelly
08:50 PM CephFS Documentation #21172 (Duplicate): doc: Export over NFS
Patrick Donnelly
08:48 PM CephFS Bug #21745: mds: MDBalancer using total (all time) request count in load statistics
https://github.com/ceph/ceph/pull/19220/commits/fb8d07772ffd3b061d2752c6b3375f6cb187be4b
Zheng, please amend the a...
Patrick Donnelly
08:43 PM CephFS Bug #19101 (Closed): "samba3error [Unknown error/failure. Missing torture_fail() or torture_asser...
Not looking at samba right now. Patrick Donnelly
08:39 PM CephFS Bug #23234 (Won't Fix): mds: damage detected while opening remote dentry
Sorry, we won't look at bugs for multiple actives pre-Luminous. Patrick Donnelly
08:37 PM CephFS Bug #21412: cephfs: too many cephfs snapshots chokes the system
Zheng, is this issue resolved with the snapshot changes for Mimic? Patrick Donnelly
08:36 PM CephFS Bug #20494 (Closed): cephfs_data_scan: try_remove_dentries_for_stray assertion failure
Closing due to inactivity. Patrick Donnelly
08:31 PM CephFS Bug #19255 (Can't reproduce): qa: test_full_fclose failure
Patrick Donnelly
08:27 PM CephFS Bug #22788 (Won't Fix): ceph-fuse performance issues with rsync
Patrick Donnelly
08:26 PM CephFS Feature #12274 (In Progress): mds: start forward scrubs from all subtree roots, skip non-auth met...
Patrick Donnelly
08:21 PM CephFS Bug #23615 (Rejected): qa: test for "snapid allocation/deletion mismatch with monitor"
See email thread. Patrick Donnelly
08:11 PM CephFS Bug #23556 (Closed): segfault in LibCephFS.ShutdownRace (jewel 10.2.11 integration testing)
Patrick Donnelly
08:04 PM ceph-volume Feature #23451: show physical devices in ceph-volume list
This might be tricky to get right. It would make sense when a single LV is part of a single physical device, but this... Alfredo Deza
07:58 PM Revision 1ec206d1 (ceph): cmake: build dashboard frontend in `vstart` target, not `ceph-mgr`
The ceph-mgr target is just for the binary: for things
we want when running a vstart cluster, we can put
them in the ...
John Spray
07:45 PM CephFS Feature #21888 (Fix Under Review): Adding [--repair] option for cephfs-journal-tool make it can r...
Patrick Donnelly
07:37 PM Revision 94c162a6 (ceph): Merge pull request #21309 from ceph/wip-yuriw-crontab
qa/tests - minor clean ups and made perf-suite run 3 times, so we can…
Reviewed-by: Neha Ojha <nojha@redhat.com>
Yuri Weinstein
07:29 PM CephFS Feature #23362 (In Progress): mds: add drop_cache command
Patrick Donnelly
07:16 PM Revision bfff8ec8 (ceph): Merge pull request #21282 from liewegas/wip-pgpool-enc
osd/osd_types: fix pg_pool_t encoding for hammer
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Kefu Cha...
Sage Weil
07:14 PM Dashboard Bug #23389 (Fix Under Review): dashboard: OSD throughput sparkline graphic appears to show runnin...
John Spray
01:00 PM Dashboard Bug #23389: dashboard: OSD throughput sparkline graphic appears to show running total
Fixed in https://github.com/ceph/ceph/pull/21022
!Screenshot_20180409_145806.png!
Sebastian Wagner
06:54 PM bluestore Bug #23333: bluestore: ENODATA on aio
Radoslaw Zarzynski
06:54 PM bluestore Bug #23333 (Fix Under Review): bluestore: ENODATA on aio
PR: https://github.com/ceph/ceph/pull/21306. Radoslaw Zarzynski
06:53 PM RADOS Bug #23614: local_reserver double-reservation of backfilled pg
Looking through the code I don't see where the reservation is supposed to be released. I see releases for
- the p...
Sage Weil
06:52 PM RADOS Bug #23614 (Resolved): local_reserver double-reservation of backfilled pg
- pg gets reservations (incl local_reserver)
- pg backfills, finishes
- ...apparently enver releases the reservatio...
Sage Weil
06:51 PM bluestore Support #23433: Ceph cluster doesn't start - ERROR: error creating empty object store in /data/ce...
What is the filesystem underneath _/data/ceph/build/dev/osd0_? Radoslaw Zarzynski
06:39 PM CephFS Feature #23376: nfsgw: add NFS-Ganesha to service map similar to "rgw-nfs"
The service map is a librados resource consumed by ceph-mgr. It periodically gets perfcounters, for example. When l... Matt Benjamin
06:23 PM CephFS Feature #23376: nfsgw: add NFS-Ganesha to service map similar to "rgw-nfs"
I'm not aware of any bugs open on this. Is there any background on the rgw-nfs map at all? I've not looked at the ser... Jeff Layton
06:15 PM RADOS Bug #23365: CEPH device class not honored for erasure encoding.
A quote from Greg Farnum on the crash from another ticket:... Brian Woods
06:13 PM RADOS Bug #23365: CEPH device class not honored for erasure encoding.
I put 12.2.2, but that is incorrect. It is version ceph version 12.2.4 (52085d5249a80c5f5121a76d6288429f35e4e77b) lu... Brian Woods
05:38 PM RADOS Bug #23365: CEPH device class not honored for erasure encoding.
What version are you running? How are your OSDs configured?
There was a bug with BlueStore SSDs being misreported ...
Greg Farnum
05:59 PM rgw Bug #23586: rgw:failed to pass test_bucket_list_maxkeys_unreadable in s3-test
updated s3test in https://github.com/ceph/s3-tests/pull/220 Casey Bodley
05:56 PM Revision d30e726f (ceph): ceph-volume tests/functional add 'activate all' for xenial/filestore/dm...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:56 PM Revision 903d4fd1 (ceph): ceph-volume tests/functional add 'activate all' for xenial/bluestore/dm...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:56 PM Revision 37ad1b76 (ceph): ceph-volume tests/functional add 'activate all' for centos7/filestore/d...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:55 PM Revision cdb115bf (ceph): ceph-volume tests/functional add 'activate all' for centos7/bluestore/d...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:55 PM Revision 781bd982 (ceph): ceph-volume tests/functional add 'activate all' in filestore playbook
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:55 PM Revision 61e5aa7b (ceph): ceph-volume tests/functional add 'activate all' in bluestore playbook
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:38 PM Linux kernel client Bug #23537: libceph: monX xxxxxx session lost, hunting for new mon
v12.2.2 includes the fix for #17664.
Do these messages appear right after you mount or later? Do they go away if ...
Ilya Dryomov
05:29 PM Linux kernel client Bug #23537: libceph: monX xxxxxx session lost, hunting for new mon
Марк Коренберг wrote:
> Important: on another machine with same OS everything is fine.
Another client machine whe...
Ilya Dryomov
05:36 PM RADOS Bug #23371: OSDs flaps when cluster network is made down
You tested this on a version prior to luminous and the behavior has *changed*?
This must be a result of some chang...
Greg Farnum
05:29 PM Bug #23447 (Rejected): collocated storage: losing one node leads to client write freeze 24 second
Please don't open duplicate tickets because you found a response unsatisfactory. Greg Farnum
05:29 PM Support #23254: Clinet side write freeze for 15 Sec when one storage node rebooted
The monitor needs to see the change to the osd_heartbeat_interval and osd_heartbeat_grace settings, not just the OSDs... Greg Farnum
05:24 PM RADOS Documentation #23613 (Closed): doc: add description of new fs-client auth profile
Patrick Donnelly
05:23 PM RADOS Documentation #23613 (Closed): doc: add description of new fs-client auth profile
On that page: http://docs.ceph.com/docs/master/rados/operations/user-management/#authorization-capabilities
https:...
Patrick Donnelly
05:23 PM RADOS Documentation #23612 (New): doc: add description of new auth profiles
On that page: http://docs.ceph.com/docs/master/rados/operations/user-management/#authorization-capabilities
https:...
Patrick Donnelly
05:22 PM CephFS Documentation #23611 (Need More Info): doc: add description of new fs-client auth profile
On that page: http://docs.ceph.com/docs/master/rados/operations/user-management/#authorization-capabilities
https:...
Patrick Donnelly
05:18 PM RADOS Support #23455 (Resolved): osd: large number of inconsistent objects after recover or backfilling
fiemap is disabled by default precisely because there are a number of known bugs in the local filesystems across kern... Greg Farnum
05:07 PM RADOS Bug #23610 (Fix Under Review): pg stuck in activating because of dropped pg-temp message
https://github.com/ceph/ceph/pull/21310 Kefu Chai
05:02 PM RADOS Bug #23610 (Resolved): pg stuck in activating because of dropped pg-temp message
http://pulpito.ceph.com/yuriw-2018-04-05_22:33:03-rados-wip-yuri3-testing-2018-04-05-1940-luminous-distro-basic-smith... Kefu Chai
05:06 PM RADOS Bug #23598: hammer->jewel: ceph_test_rados crashes during radosbench task in jewel rados upgrade ...
This is a dupe of...something. We can track it down later.
For now, note that the crash is happening with Hammer c...
Greg Farnum
06:17 AM RADOS Bug #23598: hammer->jewel: ceph_test_rados crashes during radosbench task in jewel rados upgrade ...
Hm hm hm Nathan Cutler
02:56 AM RADOS Bug #23598: hammer->jewel: ceph_test_rados crashes during radosbench task in jewel rados upgrade ...
h3. rados bisect
Reproducer: ...
Nathan Cutler
02:11 AM RADOS Bug #23598: hammer->jewel: ceph_test_rados crashes during radosbench task in jewel rados upgrade ...
This problem was not happening so reproducibly before the current integration run, so one of the following PRs might ... Nathan Cutler
02:05 AM RADOS Bug #23598: hammer->jewel: ceph_test_rados crashes during radosbench task in jewel rados upgrade ...
Set priority to Urgent because this prevents us from getting a clean rados run in jewel 10.2.11 integration testing. Nathan Cutler
02:04 AM RADOS Bug #23598 (Duplicate): hammer->jewel: ceph_test_rados crashes during radosbench task in jewel ra...
Test description: rados/upgrade/{hammer-x-singleton/{0-cluster/{openstack.yaml start.yaml} 1-hammer-install/hammer.ya... Nathan Cutler
04:39 PM RADOS Bug #23595: osd: recovery/backfill is extremely slow
*I have it figured out!*
The issue was "osd_recovery_sleep_hdd", which defaults to 0.1 seconds.
After setting
...
Niklas Hambuechen
03:23 PM RADOS Bug #23595: osd: recovery/backfill is extremely slow
OK, if I only have the 6 large files in the cephfs AND set the options... Niklas Hambuechen
02:55 PM RADOS Bug #23595: osd: recovery/backfill is extremely slow
I have now tested with only the 6*1GB files, having deleted the 270k empty files from cephfs.
I continue to see ex...
Niklas Hambuechen
12:30 PM RADOS Bug #23595: osd: recovery/backfill is extremely slow
You can find a core dump of the -O0 version created with GDB at http://nh2.me/ceph-issue-23595-osd-O0.core.xz Niklas Hambuechen
12:06 PM RADOS Bug #23595: osd: recovery/backfill is extremely slow
Attached are two GDB runs of a sender node.
In the release build there were many values "<optimized out>", so I re...
Niklas Hambuechen
11:45 AM RADOS Bug #23595: osd: recovery/backfill is extremely slow
On https://forum.proxmox.com/threads/increase-ceph-recovery-speed.36728/ people reported the same number as me of 10 ... Niklas Hambuechen
04:17 PM Revision 9a2005d6 (ceph): qa/tests - minor clean ups and made perf-suite run 3 times, so we can h...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
04:00 PM CephFS Documentation #23568 (Pending Backport): doc: outline the steps for upgrading an MDS cluster
Patrick Donnelly
03:59 PM Revision 3ab655b5 (ceph): Merge PR #21263 into master
* refs/pull/21263/head:
doc: outline upgrade procedure for mds cluster
Reviewed-by: Douglas Fuller <dfuller@redhat....
Patrick Donnelly
03:57 PM Revision 6c46f2a0 (ceph): rgw: return EINVAL if max_keys can not convert correctly
fix: http://tracker.ceph.com/issues/23586
Signed-off-by: yuliyang <yuliyang@cmss.chinamobile.com>
joke lee
03:52 PM Revision 76ec342d (ceph): mgr/dashboard: Add Api module
Moved all the api related services into the new module.
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
03:52 PM Revision 6420e7ae (ceph): mgr/dashboard: Move services provision to service module
Few services were being declared in the shared module.
Signed-off-by: Tiago Melo <tmelo@suse.com>
Tiago Melo
03:43 PM Revision 2bf2013b (ceph): Merge pull request #20807 from Devp00l/improve-table-search
mgr/dashboard: Improve table search
Reviewed-by: Tiago Melo <tmelo@suse.com>
Reviewed-by: Ricardo Marques <rimarques...
Lenz Grimmer
03:35 PM rbd Bug #23597 (Fix Under Review): fsx writethrough test case failures
Jason Dillaman
03:35 PM rbd Bug #23597: fsx writethrough test case failures
*PR*: https://github.com/ceph/ceph/pull/21308 Jason Dillaman
10:33 AM rbd Bug #23597: fsx writethrough test case failures
Actually, retesting different option combinations, it looks like only `rbd cache = true` is important. Mykola Golub
03:32 PM Revision 3ddff17b (ceph): Merge pull request #20943 from tspmelo/fix-e2e
mgr/dashboard: fix frontend e2e tests
Reviewed-by: Ricardo Dias <rdias@suse.com>
Reviewed-by: Ricardo Marques <rimar...
Lenz Grimmer
03:30 PM Revision 8261e141 (ceph): os/bluestore: alter allow_eio policy regarding kernel's error list.
Fixes: http://tracker.ceph.com/issues/23333
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Radoslaw Zarzynski
03:27 PM Revision 36d8b643 (ceph): librbd: disable ENOENT tracking within the object cacher
Now that the in-memory cache has been flattened, we don't want/need
to track the existence of individual objects with...
Jason Dillaman
02:55 PM Revision e127ec64 (ceph): pybind/rbd: add `data_pool_id()` image function
Fixes: http://tracker.ceph.com/issues/23609
Signed-off-by: Ricardo Dias <rdias@suse.com>
Ricardo Dias
02:55 PM Revision 08cee16d (ceph): pybind/rbd: always parse timestamps in UTC
Fixes: http://tracker.ceph.com/issues/23609
Signed-off-by: Ricardo Dias <rdias@suse.com>
Ricardo Dias
02:55 PM Revision 72dc17ce (ceph): pybind/rbd: fix python 3 str to bytes problems
Fixes: http://tracker.ceph.com/issues/23609
Signed-off-by: Ricardo Dias <rdias@suse.com>
Ricardo Dias
02:53 PM rbd Bug #23609 (Fix Under Review): python bindings fixes and improvements
Ricardo Dias
02:53 PM rbd Bug #23609: python bindings fixes and improvements
PR: https://github.com/ceph/ceph/pull/21304 Ricardo Dias
02:53 PM rbd Bug #23609 (Resolved): python bindings fixes and improvements
The current RBD python bindings has the following issues:
* dealing with data_pool string fails in python 3
* tim...
Ricardo Dias
02:42 PM Revision 012be1dc (ceph): qa/tasks/mgr/dashboard: Imroved JSON validation
Refactored `OsdTest` to make use of `self.assertSchema()`
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
02:41 PM Backport #23606 (In Progress): luminous: "ENGINE Error in 'start' listener <bound " in rados
Nathan Cutler
02:29 PM Backport #23606 (Resolved): luminous: "ENGINE Error in 'start' listener <bound " in rados
https://github.com/ceph/ceph/pull/21307 Nathan Cutler
02:41 PM Revision e24c92e8 (ceph): qa: assign prometheus ports during selftest
This was throwing IOError("Port 9283 not free on '::'",)
when trying to serve, since merging https://github.com/ceph/...
John Spray
02:31 PM rbd Backport #23608 (Closed): jewel: import-diff failed: (33) Numerical argument out of domain - if i...
Nathan Cutler
02:31 PM rbd Backport #23607 (Resolved): luminous: import-diff failed: (33) Numerical argument out of domain -...
https://github.com/ceph/ceph/pull/21316 Nathan Cutler
02:29 PM rbd Backport #23605 (Closed): jewel: Discard ops should flush affected objects from in-memory cache
Nathan Cutler
02:29 PM rbd Backport #23604 (Resolved): luminous: Discard ops should flush affected objects from in-memory cache
https://github.com/ceph/ceph/pull/23594 Nathan Cutler
02:29 PM Bug #23483 (Pending Backport): "ENGINE Error in 'start' listener <bound " in rados
Nathan Cutler
02:04 PM Bug #23483: "ENGINE Error in 'start' listener <bound " in rados
Commit https://github.com/ceph/ceph/commit/e2c68d5e2582fe610098bc6ea4f0b44ad1df28fd fixes this issue but is not in lu... Jan Fajerski
02:20 PM Revision e18088bc (ceph): os/bluestore: fix and enhance misleading debug message in bdev.
Fixes: http://tracker.ceph.com/issues/23333
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Radoslaw Zarzynski
02:02 PM Revision 69762023 (ceph): cls/otp, rgw-admin: use older liboath api, parse seed once
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
02:02 PM Revision d4691332 (ceph): rgw, cls/otp: support for base32 seed type
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
02:02 PM Revision 4d8a6b69 (ceph): cls/otp: fixes following review
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
02:02 PM Revision 3d6c08fb (ceph): rgw: fixes following rebase
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
02:02 PM Revision ada9b948 (ceph): rgw: add distro dependencies for liboath
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
02:02 PM Revision 46fbc908 (ceph): rgw: require mfa only if mfa status actually changes
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
02:02 PM Revision 9569cc82 (ceph): qa/tasks/s3tests: configure mfa tests
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
02:02 PM Revision 0cf3e55c (ceph): rgw: mfa documentation
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
02:02 PM Revision bfec9b32 (ceph): common/options: add otp to default osd class load list
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
02:01 PM Revision eb812e93 (ceph): cls/otp: integrate with liboath
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
02:01 PM Revision dc36ec42 (ceph): rgw: cleanup
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
02:01 PM Revision 2c160418 (ceph): rgw-admin: add mfa resync command
$ radosgw-admin mfa resync --uid=<uid> --totp=serial=<serial> \
--totp-pin=<pin1> --totp-pin=<pin2>
...
Yehuda Sadeh
02:01 PM Revision 7210b9db (ceph): rgw-admin, cls/otp: get current time for otp resync from osd
add a new method to the otp objclass that returns the
current time.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
02:01 PM Revision 67991351 (ceph): cls/otp: preserve otp history when modifying it
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
02:01 PM Revision c3a6f758 (ceph): rgw: mfa - initial work
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
02:01 PM Revision 0c604eea (ceph): cls/otp: initial work
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
02:01 PM Revision a774884b (ceph): cls/otp: implement totp check logic
Currently checking for bogus results, still need to integrate with
totp library.
Signed-off-by: Yehuda Sadeh <yehuda...
Yehuda Sadeh
02:01 PM Revision 9fe808b6 (ceph): cls/otp: add client interfaces
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
02:01 PM Revision f8ab2fc1 (ceph): rgw: req_state members init refactor
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
02:01 PM Revision 4fe9f176 (ceph): rgw: send totp check to the otp objclass
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
02:01 PM Revision 63924ef6 (ceph): cls_otp: treat empty header as -ENOENT
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
02:01 PM Revision af36c088 (ceph): cls/otp: implement otp_info_t::dump()
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
02:01 PM Revision 956997cf (ceph): rgw: add otp pool, create otp service functionality
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
02:01 PM Revision 3ab463f9 (ceph): rgw-admin: new mfa control commands
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
02:01 PM Revision 981f1943 (ceph): rgw: functionality to modify mfa entries in user metadata
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
02:01 PM Revision 0c0046e2 (ceph): rgw: S3 get bucket versioning returns MFA status
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
02:01 PM Revision 2d5d024f (ceph): rgw: fix mfa setting, verify on object deletion
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
02:01 PM Revision bba8c519 (ceph): rgw: initial work to add otp as metadata provider
To allow transparent multisite sync
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
02:01 PM Revision 6ec41bb9 (ceph): cls/otp: update header anyway, don't use omap header
Update header even if it might have existed. If running within a compound op
we might not identify it correctly.
Also...
Yehuda Sadeh
02:01 PM Revision 0bf1fab7 (ceph): cls/otp: client api to set multiple keys
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
02:01 PM Revision 45ee591d (ceph): rgw: trivial implementation of otp meta handlers
Still not there yet. Need to tie into objv_tracker, and metadata log
tooling.
Signed-off-by: Yehuda Sadeh <yehuda@re...
Yehuda Sadeh
02:01 PM Revision fbe7c01e (ceph): rgw: tie otp meta get/put to meta log, objv_tracker
still need to have the radosgw-admin mfa tools to go through meta
instrumentation.
Signed-off-by: Yehuda Sadeh <yehu...
Yehuda Sadeh
02:01 PM Revision d05bf3ca (ceph): rgw: better api for metadata mutation
Unlike the regular user and bucket metadata that are plain
raw rados objects, the otp info is controlled by object
cl...
Yehuda Sadeh
02:01 PM Revision bcf3432f (ceph): rgw_admin: use metadata mutate for mfa updates
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
02:01 PM Revision 85bd4183 (ceph): rgw: set objv_tracker for metadata mutate
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
01:58 PM Revision 98084077 (ceph): Merge pull request #20758 from ceph/wip-cv-doc-typos
ceph-volume doc updates
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Alfredo Deza
01:37 PM CephFS Bug #23518: mds: crash when failover
Are you still hitting the issue or has it gone away? If so `debug mds = 20` logs would be helpful.. Patrick Donnelly
01:32 PM CephFS Bug #23393 (Fix Under Review): ceph-ansible: update Ganesha config for nfs_file_gw to use optimal...
https://github.com/ceph/ceph-ansible/pull/2503 Ramana Raja
01:26 PM CephFS Bug #23538 (Fix Under Review): mds: fix occasional dir rstat inconsistency between multi-MDSes
Patrick Donnelly
01:25 PM CephFS Bug #23530 (Fix Under Review): mds: kicked out by monitor during rejoin
Patrick Donnelly
01:22 PM rbd Bug #18844 (Pending Backport): import-diff failed: (33) Numerical argument out of domain - if ima...
Mykola Golub
01:22 PM Revision 2791d154 (ceph): Merge pull request #21249 from dillaman/wip-18844
rbd: improve 'import-diff' corrupt input error messages
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
01:20 PM Revision 58b055db (ceph): mgr/dashboard: Refactor multiple duplicates of `get_rate()`
... And `get_latest()`.
* OSD Controller: `.stats_history` now returns the
derivative.
Fixes https://tracker.c...
Sebastian Wagner
01:19 PM bluestore Bug #23540: FAILED assert(0 == "can't mark unloaded shard dirty") with compression enabled
Hello,
We are running for a few days without problem (with compression disabled), to get a debug i need to enable ...
Francisco Freire
01:05 PM rgw Bug #23536: [rgw] Bucket Policy - HTTP_X_FORWARDED_FOR isn't supported
Sorry, i didn't understand you.
i set:
"rgw_remote_addr_param": "HTTP_X_FORWARDED_FOR"
and it's works.
Th...
Aleksandr Rudenko
04:26 AM rgw Bug #23536: [rgw] Bucket Policy - HTTP_X_FORWARDED_FOR isn't supported
rgw_remote_addr_param should be set to HTTP_X_FORWARDED_FOR in ceph.conf (and not to any IP address), this will help ... Pritha Srivastava
12:59 PM CephFS Bug #23602 (Resolved): mds: handle client requests when mds is stopping
https://github.com/ceph/ceph/pull/21167 Zheng Yan
12:44 PM Revision 4ec51afd (ceph): mgr: Expose rgw perf counters
We are filtering rgw perf counters in mgr_module. This commit allows us
to expose rgw perf counters to the mgr module...
Boris Ranto
12:44 PM Revision 9a203eac (ceph): rgw: Sanitize rgw perf counter names
The rgw perf counters are currently being named by the rgw names (i.e.
client.rgw.<name>.<something>). This changes t...
Boris Ranto
12:43 PM Revision c503e749 (ceph): rgw: set priority on perf counters
...to cue MgrClient to pass these on to ceph-mgr
Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked fr...
John Spray
12:40 PM Revision 35c14a01 (ceph): qa/suites/rados/singleton/all/random-eio: whitelist eio error message
"cluster [ERR] 2.1 shard 1: soid 2:8007ad8d:::benchmark_data_smithi115_12935_object2439:head candidate had a read err... Sage Weil
12:23 PM Revision a8b4d20b (ceph): osd: make PG "deep" state name consistent
Previously the state-to-string path called
deep scrubbing "deep", but the string-to-state
path called it "deep_scrub"...
John Spray
12:23 PM Revision 48acc6c7 (ceph): mgr/prometheus: fix and complete PG state names
...and reformat into a flat list in the same
order as found in osd_types.cc so that it's
easy to cross check.
Fixes:...
John Spray
11:51 AM Revision 8f6e2a10 (ceph): osd/OSDMap: propagate POOL_SNAPS|SELFMANAGED_SNAPS to tiers
We set this when we add selfmanaged snaps to the base tier. When those
propagate to the cache tier, propagate the fl...
Sage Weil
11:37 AM Revision 0b537362 (ceph): librados: Reject the invalid pool create request at client side, rather...
Signed-off-by: Yang Honggang <yanghonggang@umcloud.com> Yang Honggang
11:02 AM Revision d451a75c (ceph): Merge pull request #21196 from jeffrey4l/fix_typo
ceph-volume: fix typo in ceph-volume lvm prepare help
Reviewed-by: Wido den Hollander <wido@42on.com>
Reviewed-by: A...
Alfredo Deza
10:43 AM RADOS Bug #23601 (Resolved): Cannot see the value of parameter osd_op_threads via ceph --show-config
I have set the parameter of "osd op threads" in configuration file
but I cannot see the value of parameter "osd op t...
Cyril Chang
10:34 AM Revision 0d700d01 (ceph): Merge pull request #21270 from Devp00l/ceph-table-action-fix
mgr/dashboard: Fix the data table action selector
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: Tia...
Lenz Grimmer
10:21 AM Messengers Bug #23600 (Fix Under Review): assert(0 == "BUG!") attached in EventCenter::create_file_event
https://github.com/ceph/ceph/pull/21296 Kefu Chai
06:19 AM Messengers Bug #23600 (Resolved): assert(0 == "BUG!") attached in EventCenter::create_file_event
when I stop and start the osd, I occasionally trigger this error. The environment is as follows:1 MON, 2 MDSs,30 OSDs... Jason liu
10:17 AM RADOS Bug #23403 (Need More Info): Mon cannot join quorum
Brad Hubbard
09:52 AM Revision 3e7d75b5 (ceph): mgr/dashboard: restcontroller: fix detection of id args in element requ...
Fixes: https://tracker.ceph.com/issues/23593
Signed-off-by: Ricardo Dias <rdias@suse.com>
Ricardo Dias
09:32 AM Revision b997e097 (ceph): test: make the LibCephFS.ShutdownRacer test even more thrashy
Have each thread do the startup and shutdown in a loop for a specified
number of times.
Tracker: http://tracker.ceph...
Jeff Layton
09:32 AM Revision d685854a (ceph): lockdep: free_ids and lock_ref hashes must be truly global
It's possible for the teardown of g_lockdep_ceph_ctx to occur, followed
by a new context being registered as the lock...
Jeff Layton
09:32 AM Revision 1fa74668 (ceph): common: add a clear_g_str_vec() function to clear g_str_vec
Prefix str_vec and str_vec_lock with "g_" to make it clear that they are
truly global values. Add a new clear_g_str_v...
Jeff Layton
09:32 AM Revision 0499ad14 (ceph): common: make it safe to call env_to_vec multiple times
After it has been called once and we have outstanding CephContexts with
pointers into str_vec, we can't call get_str_...
Jeff Layton
09:31 AM Revision 9e710c1a (ceph): lockdep: fix Mutex tests to disable lockdep properly
...and make g_lockdep a bool.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
(cherry picked from commit 0cd0bd778a6...
Jeff Layton
09:31 AM Revision 9f25de4d (ceph): client: test shutdown race
Spawn threads that bring up a bunch of ceph_mounts with individual
CephContext objects, and then tear them down in pa...
Jeff Layton
09:31 AM Revision ef02292f (ceph): client: fix signed/unsigned comparison compiler warning
The build says:
src/client/Client.cc: In member function ‘void Client::trim_caps(MetaSession*, int)’:
src/client/Cli...
Jeff Layton
09:31 AM Revision 6cef1e0d (ceph): lockdep: fix races with concurrent lockdep teardown
If the cct is unregistered while other threads are flogging mutexes,
then we can hit all sorts of bugs. Ensure that w...
Jeff Layton
09:31 AM Revision 6777aabf (ceph): lockdep: don't take lockdep_mutex twice for new lock registrations
We can do it under the same mutex, which should be more efficient.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
(...
Jeff Layton
09:09 AM Bug #23599 (Need More Info): Segfault while scrubbing Bluestore OSD
Igor Fedotov
09:09 AM Bug #23599: Segfault while scrubbing Bluestore OSD
This looks similar to https://tracker.ceph.com/issues/21259 that's already marked as resolved in v12.2.5
I'm not com...
Igor Fedotov
02:26 AM Bug #23599 (Closed): Segfault while scrubbing Bluestore OSD
Core dump at https://drive.google.com/open?id=13MupSyHsY_zA5CM7DOILG8GA9hmQqX24
0> 2018-04-08 21:56:41.911362...
Alex Gorbachev
08:40 AM Revision f29f45e1 (ceph): Merge pull request #21269 from b-ranto/wip-mgr-expose-rgw
mgr: Expose rgw perf counters
Reviewed-by: John Spray <john.spray@redhat.com>
Boris Ranto
08:38 AM Bug #23462 (Closed): Out of memory on Bluestore
Igor Fedotov
02:15 AM Bug #23462: Out of memory on Bluestore
No more issues after reducing cache to account for overall memory size on the OSD machine - thank you Alex Gorbachev
08:13 AM rgw Backport #22904: jewel: rgw: copying part without http header "x-amz-copy-source-range" will be m...
@joke lee: Thanks! Nathan Cutler
08:13 AM rgw Backport #22904 (In Progress): jewel: rgw: copying part without http header "x-amz-copy-source-ra...
Nathan Cutler
05:19 AM rgw Backport #22904: jewel: rgw: copying part without http header "x-amz-copy-source-range" will be m...
https://github.com/ceph/ceph/pull/21294 may work joke lee
07:23 AM RADOS Bug #23578 (In Progress): large-omap-object-warnings test fails
https://github.com/ceph/ceph/pull/21295 Brad Hubbard
01:33 AM RADOS Bug #23578: large-omap-object-warnings test fails
We instruct the OSDs to scrub at around 16:15.... Brad Hubbard
07:21 AM Revision eeeed649 (ceph): qa/suites/rados: Disable scrub backoff
A long run of lost coin flips can lead to a timeout in
test_large_omap_detection.py.
Fixes: http://tracker.ceph.com/...
Brad Hubbard
07:04 AM Revision dc24a1be (ceph): rgw: If use 'copy part' without 'x-amz-copy-source-range',
it will copy an entire source object
Signed-off-by: Malcolm Lee <fengxueyu35@126.com>
(cherry picked from commit 75...
joke lee
04:31 AM RADOS Bug #23593 (Fix Under Review): RESTControllerTest.test_detail_route and RESTControllerTest.test_f...
Kefu Chai
02:45 AM Revision d3b5c4cd (ceph): misc: fix various log messages
add space between __func__ and following messages
Signed-off-by: Gu Zhongyan <guzhongyan@360.cn>
Gu Zhongyan
02:08 AM RADOS Bug #22123: osd: objecter sends out of sync with pg epochs for proxied ops
Despite the jewel backport of this fix being merged, this problem has reappeared in jewel 10.2.11 integration testing... Nathan Cutler

04/08/2018

08:31 PM rbd Bug #23597 (In Progress): fsx writethrough test case failures
Per Mykola:... Jason Dillaman
08:05 PM rbd Bug #23597 (Resolved): fsx writethrough test case failures
http://qa-proxy.ceph.com/teuthology/yuriw-2018-04-05_21:02:08-rbd-wip-yuriw-master-4.5.18-distro-basic-smithi/2358072... Jason Dillaman
08:24 PM rbd Bug #23548 (Pending Backport): Discard ops should flush affected objects from in-memory cache
Mykola Golub
08:22 PM Revision 46df695b (ceph): Merge pull request #21248 from dillaman/wip-23548
librbd: potential race between discard and writeback
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
08:03 PM rbd Bug #21815 (Resolved): librbd: cannot copy all image-metas if we have more than 64 key/value pairs
Nathan Cutler
08:03 PM rbd Backport #22394 (Resolved): jewel: librbd: cannot copy all image-metas if we have more than 64 ke...
Nathan Cutler
08:03 PM Revision 8025d764 (ceph): Merge pull request #21203 from smithfarm/wip-22394-jewel
jewel: librbd: cannot copy all image-metas if we have more than 64 key/value pairs
Reviewed-by: Jason Dillaman <dill...
Nathan Cutler
08:00 PM Revision d595125c (ceph): RGWCivetWeb::read_data: fix arguments to mg_read() call
Fixes: http://tracker.ceph.com/issues/23596
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
07:57 PM rgw Bug #23596 (Resolved): mg_read() call has wrong arguments
During testing of the jewel backport of #23207 it was determined that the arguments to ms_read() are wrong.
The pr...
Nathan Cutler
07:55 PM RADOS Bug #23595: osd: recovery/backfill is extremely slow
For the record, I installed the following debugging packages for gdb stack traces:... Niklas Hambuechen
07:53 PM RADOS Bug #23595: osd: recovery/backfill is extremely slow
I have read https://www.spinics.net/lists/ceph-devel/msg38331.html which suggests that there is some throttling going... Niklas Hambuechen
06:17 PM RADOS Bug #23595 (Duplicate): osd: recovery/backfill is extremely slow
I made a Ceph 12.2.4 (luminous stable) cluster of 3 machines with 10-Gigabit networking on Ubuntu 16.04, using pretty... Niklas Hambuechen
07:55 PM rgw Bug #23207 (Resolved): rgw: inefficient buffer usage for PUTs
Nathan Cutler
07:54 PM rgw Backport #23348 (Resolved): jewel: rgw: inefficient buffer usage for PUTs
Nathan Cutler
07:54 PM Revision 7df8b4af (ceph): Merge pull request #21098 from smithfarm/wip-23348-jewel
jewel: rgw: inefficient buffer usage for PUTs
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Reviewed-by: Marcus ...
Nathan Cutler
05:40 PM RADOS Bug #23593: RESTControllerTest.test_detail_route and RESTControllerTest.test_fill fail
PR: https://github.com/ceph/ceph/pull/21290 Ricardo Dias
03:10 PM RADOS Bug #23593 (Resolved): RESTControllerTest.test_detail_route and RESTControllerTest.test_fill fail
... Kefu Chai
05:06 PM rgw Feature #21811 (Resolved): Admin API support for bucket quota change
Nathan Cutler
05:06 PM rgw Backport #23357 (Resolved): luminous: Admin API support for bucket quota change
Nathan Cutler
05:05 PM Revision 2c81984d (ceph): Merge pull request #20885 from mslovy/fix-bug-21811
luminous: rgw: Admin API Support for bucket quota change
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Nathan Cutler
05:03 PM Revision 9ab26c09 (ceph): Merge pull request #21048 from cbodley/wip-qa-swift-force-branch-luminous
luminous: tests: rgw: swift tests target ceph-luminous branch
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
04:57 PM Stable releases Tasks #21742: jewel v10.2.11
h3. rgw
Integration branch: same as #21742-25...
Nathan Cutler
03:25 PM Stable releases Tasks #21742: jewel v10.2.11
h3. Upgrade hammer-x ... Nathan Cutler
03:23 PM Stable releases Tasks #21742: jewel v10.2.11
h3. powercycle... Nathan Cutler
09:13 AM Stable releases Tasks #21742: jewel v10.2.11
h3. fs
Integration branch: same as in #21742-25...
Nathan Cutler
09:04 AM Stable releases Tasks #21742: jewel v10.2.11
h3. rbd
Integration branch: same as #21742-25...
Nathan Cutler
04:37 PM rbd Backport #23546 (Resolved): jewel: "Message too long" error when appending journal
Nathan Cutler
04:37 PM Revision d6c47be4 (ceph): Merge pull request #21215 from smithfarm/wip-23546-jewel
jewel: journal: Message too long error when appending journal
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Revi...
Nathan Cutler
04:35 PM CephFS Bug #23211 (Resolved): client: prevent fallback to remount when dentry_invalidate_cb is true but ...
Nathan Cutler
04:35 PM CephFS Backport #23356 (Resolved): jewel: client: prevent fallback to remount when dentry_invalidate_cb ...
Nathan Cutler
04:35 PM Revision 1a099c19 (ceph): Merge pull request #21189 from smithfarm/wip-23356-jewel
jewel: cephfs: client: prevent fallback to remount when dentry_invalidate_cb is true but root->dir is NULL
Reviewed-...
Nathan Cutler
04:31 PM RADOS Documentation #23594: auth: document what to do when locking client.admin out
I found one way to fix it on the mailing list:
http://lists.ceph.com/pipermail/ceph-users-ceph.com/2017-January/01...
Niklas Hambuechen
04:23 PM RADOS Documentation #23594 (New): auth: document what to do when locking client.admin out
I accidentally ran ... Niklas Hambuechen
04:26 PM rbd Backport #23543 (Resolved): jewel: rbd-nbd: EBUSY when do map
Nathan Cutler
04:26 PM Revision 3e548a15 (ceph): Merge pull request #21232 from pdvian/wip-23543-jewel
jewel: rbd-nbd: fix ebusy when do map
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Nathan Cutler
04:25 PM rbd Bug #21814 (Resolved): librbd: cannot clone all image-metas if we have more than 64 key/value pairs
Nathan Cutler
04:25 PM rbd Backport #22396 (Resolved): jewel: librbd: cannot clone all image-metas if we have more than 64 k...
Nathan Cutler
04:25 PM Revision f27ffc95 (ceph): Merge pull request #21228 from dillaman/wip-22396-jewel
jewel: librbd: cannot clone all image-metas if we have more than 64 key/value pairs
Reviewed-by: Mykola Golub <mgolu...
Nathan Cutler
04:24 PM rbd Bug #21319 (Resolved): [cli] mirror "getter" commands will fail if mirroring has never been enabled
Nathan Cutler
04:24 PM rbd Backport #21442 (Resolved): jewel: [cli] mirror "getter" commands will fail if mirroring has neve...
Nathan Cutler
04:24 PM Revision 5daa9d17 (ceph): Merge pull request #21227 from dillaman/wip-21442-jewel
jewel: rbd: clean up warnings when mirror commands used on non-setup pool
Reviewed-by: Mykola Golub <mgolub@suse.com>
Nathan Cutler
04:23 PM rbd Bug #20571 (Resolved): rbd-mirror: cluster watcher should ignore -EPERM errors against reading 'r...
Nathan Cutler
04:23 PM rbd Backport #20637 (Resolved): jewel: rbd-mirror: cluster watcher should ignore -EPERM errors agains...
Nathan Cutler
04:23 PM Revision 59582033 (ceph): Merge pull request #21225 from dillaman/wip-20637-jewel
jewel: rbd-mirror: ignore permission errors on rbd_mirroring object
Reviewed-by: Mykola Golub <mgolub@suse.com>
Nathan Cutler
04:23 PM rbd Bug #21670 (Resolved): Possible deadlock in 'list_children' when refresh is required
Nathan Cutler
04:22 PM rbd Backport #21689 (Resolved): jewel: Possible deadlock in 'list_children' when refresh is required
Nathan Cutler
04:22 PM Revision 8cdeb714 (ceph): Merge pull request #21224 from dillaman/wip-21689-jewel
jewel: librbd: list_children should not attempt to refresh image
Reviewed-by: Mykola Golub <mgolub@suse.com>
Nathan Cutler
04:22 PM rbd Bug #21894 (Resolved): [rbd-mirror] peer cluster connections should filter out command line optio...
Nathan Cutler
04:22 PM rbd Backport #21915 (Resolved): jewel: [rbd-mirror] peer cluster connections should filter out comman...
Nathan Cutler
04:21 PM Revision 07cc8254 (ceph): Merge pull request #21223 from dillaman/wip-21915-jewel
jewel: rbd-mirror: strip environment/CLI overrides for remote cluster
Reviewed-by: Mykola Golub <mgolub@suse.com>
Nathan Cutler
04:21 PM rbd Bug #22716 (Resolved): rbd snap create/rm takes 60s long
Nathan Cutler
04:20 PM rbd Backport #22810 (Resolved): jewel: rbd snap create/rm takes 60s long
Nathan Cutler
04:20 PM rbd Bug #21797 (Resolved): [object map] removing a large image (~100TB) with an object map may result...
Nathan Cutler
04:20 PM rbd Backport #21867 (Resolved): jewel: [object map] removing a large image (~100TB) with an object ma...
Nathan Cutler
04:20 PM Revision 42646906 (ceph): Merge pull request #21220 from dillaman/wip-21867-jewel
jewel: librbd: object map batch update might cause OSD suicide timeout
Reviewed-by: Mykola Golub <mgolub@suse.com>
Nathan Cutler
04:19 PM rbd Bug #23285 (Resolved): parent blocks are still seen after a whole-object discard
Nathan Cutler
04:19 PM rbd Backport #23305 (Resolved): jewel: parent blocks are still seen after a whole-object discard
Nathan Cutler
04:19 PM Revision 7ddd6240 (ceph): Merge pull request #21219 from dillaman/wip-23305-jewel
jewel: librbd: create+truncate for whole-object layered discards
Reviewed-by: Mykola Golub <mgolub@suse.com>
Nathan Cutler
04:18 PM rbd Backport #23525 (Resolved): jewel: is_qemu_running in qemu_rebuild_object_map.sh and qemu_dynamic...
Nathan Cutler
04:18 PM Revision 52536fed (ceph): Merge pull request #21207 from smithfarm/wip-23525-jewel
jewel: rbd: is_qemu_running in qemu_rebuild_object_map.sh and qemu_dynamic_features.sh may return false positive
Rev...
Nathan Cutler
04:17 PM rbd Bug #22945 (Resolved): [journal] allocating a new tag after acquiring the lock should use on-disk...
Nathan Cutler
04:16 PM rbd Backport #23012 (Resolved): jewel: [journal] allocating a new tag after acquiring the lock should...
Nathan Cutler
04:16 PM Revision 917ebf72 (ceph): Merge pull request #21206 from smithfarm/wip-23012-jewel
jewel: rbd: [journal] allocating a new tag after acquiring the lock should use on-disk committed position
Reviewed-b...
Nathan Cutler
04:15 PM rbd Bug #22485 (Resolved): [test] rbd-mirror split brain test case can have a false-positive failure ...
Nathan Cutler
04:15 PM rbd Backport #22578 (Resolved): jewel: [test] rbd-mirror split brain test case can have a false-posit...
Nathan Cutler
04:15 PM Revision 6ac1cb05 (ceph): Merge pull request #21205 from smithfarm/wip-22578-jewel
jewel: rbd: rbd-mirror split brain test case can have a false-positive failure until teuthology
Reviewed-by: Jason D...
Nathan Cutler
04:12 PM rbd Backport #23508 (Resolved): jewel: test_admin_socket.sh may fail on wait_for_clean
Nathan Cutler
04:12 PM Revision 4ac1a77d (ceph): Merge pull request #21125 from smithfarm/wip-23508-jewel
jewel: tests: test_admin_socket.sh may fail on wait_for_clean
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Revi...
Nathan Cutler
04:11 PM rbd Bug #23068 (Resolved): TestLibRBD.RenameViaLockOwner may still fail with -ENOENT
Nathan Cutler
03:29 PM rbd Backport #23153 (Resolved): jewel: TestLibRBD.RenameViaLockOwner may still fail with -ENOENT
Nathan Cutler
03:28 PM Revision be9eb7d7 (ceph): Merge pull request #20627 from pdvian/wip-23153-jewel
jewel: rbd: TestLibRBD.RenameViaLockOwner may still fail with -ENOENT
Reviewed-by: Jason Dillaman <dillaman@redhat.c...
Nathan Cutler
03:09 PM Dashboard Bug #23592 (Closed): RESTControllerTest.test_detail_route and RESTControllerTest.test_fill fail
... Kefu Chai
02:54 PM CephFS Bug #23332: kclient: with fstab entry is not coming up reboot
Zheng Yan wrote:
> In messages_ceph-sshreeka-run379-node5-client
> [...]
>
> looks like fstab didn't include c...
Shreekara Shastry
01:12 AM CephFS Bug #23332: kclient: with fstab entry is not coming up reboot
In messages_ceph-sshreeka-run379-node5-client ... Zheng Yan
02:23 PM mgr Bug #23584 (Fix Under Review): mgr: prometheus: 'PG_STATES' still have not all PG_STATES.
https://github.com/ceph/ceph/pull/21288 John Spray
12:05 PM rgw Bug #23379: rgw performance regression for luminous 12.2.4
Matt Benjamin wrote:
> rgw_num_rados_handles > 1 is not advisable (after change, need to scale up inflight_ops and i...
wei jin
11:54 AM rgw Bug #23591 (New): wrong Content-Length for website error page
I replaced the real host with example.com in following log.... Shengjing Zhu
11:35 AM Revision c201064a (ceph): os/kstore: fix statfs problem and add vstart.sh support
Fixes: http://tracker.ceph.com/issues/23590
Signed-off-by: Yang Honggang <yanghonggang@umcloud.com>
Yang Honggang
11:06 AM RADOS Bug #23590: kstore: statfs: (95) Operation not supported
https://github.com/ceph/ceph/pull/21287 Honggang Yang
11:01 AM RADOS Bug #23590 (Fix Under Review): kstore: statfs: (95) Operation not supported
2018-04-07 16:19:07.248 7fdec4675700 -1 osd.0 0 statfs() failed: (95) Operation not supported
2018-04-07 16:19:08....
Honggang Yang
08:56 AM rgw Bug #23586 (Fix Under Review): rgw:failed to pass test_bucket_list_maxkeys_unreadable in s3-test
Nathan Cutler
08:10 AM rgw Bug #23586: rgw:failed to pass test_bucket_list_maxkeys_unreadable in s3-test
https://github.com/ceph/ceph/pull/21285 fix joke lee
08:06 AM rgw Bug #23586 (Resolved): rgw:failed to pass test_bucket_list_maxkeys_unreadable in s3-test
hi, i run s3-test case in master branch, and it failed
S3TEST_CONF=/ceph/s3-tests/test.conf ./virtualenv/bin/nos...
joke lee
08:50 AM RADOS Bug #23589 (New): jewel: KStore Segmentation fault in ceph_test_objectstore --gtest_filter=-*/2:-*/3
Test description: rados/objectstore/objectstore.yaml
Log excerpt:...
Nathan Cutler
08:39 AM RADOS Bug #23588 (New): LibRadosAioEC.IsCompletePP test fails in jewel 10.2.11 integration testing
Test description: rados/thrash/{0-size-min-size-overrides/2-size-2-min-size.yaml 1-pg-log-overrides/normal_pg_log.yam... Nathan Cutler
08:32 AM rgw Bug #23587: rgw:failed to pass test_bucket_create_naming_bad_punctuation in s3test
https://github.com/ceph/ceph/pull/21286 fix joke lee
08:19 AM rgw Bug #23587 (Resolved): rgw:failed to pass test_bucket_create_naming_bad_punctuation in s3test
hi,
i run s3test in ceph master branch and failed to pass test_bucket_create_naming_bad_punctuation
it raise 403...
joke lee
06:54 AM Revision fa5e8f93 (ceph): Merge pull request #17531 from smithfarm/wip-calamari-tests
tests: cleanup: drop calamari tasks
Reviewed-by: John Spray <john.spray@redhat.com>
Reviewed-by: Lenz Grimmer <lenz@...
Nathan Cutler
06:53 AM RADOS Bug #23511: forwarded osd_failure leak in mon
Greg, no. both tests below include the no_reply() fix.
see
- http://pulpito.ceph.com/kchai-2018-03-30_15:29:52-r...
Kefu Chai
06:42 AM RADOS Bug #23585 (Duplicate): osd: safe_timer segfault
... Alex Gorbachev
06:36 AM CephFS Bug #23503: mds: crash during pressure test
Patrick Donnelly wrote:
> wei jin wrote:
> > Hi, Patrick, I have a question: after pinning base dir, will subdirs s...
wei jin
05:40 AM Revision bde45b83 (ceph): rgw: make cache configurable durining init_storage
Fixes: http://tracker.ceph.com/issues/23468
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman
05:40 AM Revision 6465a919 (ceph): rgw: readonly commands don't need to use metadata cache
Fixes: http://tracker.ceph.com/issues/23468
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman
05:37 AM Revision 1cdc9161 (ceph): Merge pull request #21245 from ifed01/wip-ifed-shard-bug-logging
os/bluestore: be more verbose when hitting unloaded shard in extent map
Reviewed-by: xie xingguo <xie.xingguo@zte.co...
Xie Xingguo
03:08 AM Revision a8fd5089 (ceph): rgw: Fix multisite Synchronization failed when read and write delete at...
This case is first write objA,then write and delete objA at the same
time,write early than delete.
When del objA, use...
Niu Pengju
02:26 AM rgw Bug #22804: multisite Synchronization failed when read and write delete at the same time
Casey Bodley wrote:
> https://github.com/ceph/ceph/pull/21262
Miss something as error status code
Amine Liu
01:57 AM Revision 7d1679f1 (ceph): cmake: define HAVE_STDLIB_MAP_SPLICING for both libstdc++ and libc++
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai

04/07/2018

07:44 PM Revision 0802918f (ceph): osd/osd_types: fix pg_pool_t encoding for hammer
If we are missing the hammer feature, we will also be missing the
luminous feature, but we should still encode like h...
Sage Weil
06:36 PM Revision 37c22b27 (ceph): osd/osd_types: fix pg_pool_t encoding for hammer
If we are missing the hammer feature, we will also be missing the
luminous feature, but we should still encode like h...
Sage Weil
02:11 PM Revision a25bd32c (ceph): common: retry_sys_call no need take address of a function pointer
Signed-off-by: Leo Zhang <nguzcf@gmail.com> Leo Zhang
09:31 AM Revision 8d87f1c0 (ceph): Merge pull request #20866 from jan--f/mgr-fix-metadata-return
mon/MonCommands: mgr metadata - improve parameter naming consistency
Reviewed-by: Sage Weil <sage@redhat.com>
Review...
Kefu Chai
09:29 AM Revision 4cfc09d1 (ceph): Merge pull request #21217 from tchaikov/wip-cmp-hobject
common/hobject: preserve the order of hobject
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Reviewed-by: Sage We...
Kefu Chai
09:29 AM Revision 8c7f8bd4 (ceph): Merge pull request #21211 from tchaikov/wip-clang-without-map-merge
cmake,mds: detect std::map::merge() before using it.
Reviewed-by: Zheng Yan <zyan@redhat.com>
Kefu Chai
09:27 AM Revision 9bfb1f62 (ceph): Merge pull request #21161 from cbodley/wip-mon-config-obs
config: notify config observers on set_mon_vals()
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
09:25 AM Revision 9fda4d2b (ceph): Merge pull request #21151 from xiexingguo/wip-prune-olr
osd/PGBackend: drop input "snapid_t" from objects_list_range()
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:24 AM Revision 6f6b7002 (ceph): Merge pull request #21150 from xiexingguo/wip-large-omap-obj-counting
osd/PGBackend: fix large_omap_objects checking
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Reviewed-by: David Zafm...
Kefu Chai
09:23 AM Revision 52012a06 (ceph): Merge pull request #21119 from Liuchang0812/refine-optracker-history
common, osd: duplicated "start" event in OpTracker, improve OpTracker::dump_ops
Reviewed-by: Sage Weil <sage@redhat....
Kefu Chai
09:22 AM Revision 008aefd7 (ceph): Merge pull request #21095 from wido/ceph-metadata-version
common: Add metadata with only Ceph version number and release
Reviewed-by: John Spray <john.spray@redhat.com>
Kefu Chai
09:21 AM Revision 7e8d490f (ceph): Merge pull request #21055 from tchaikov/wip-pr-20994
filestore,rgw: fix types/casts making clang on 32-Bit working
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
07:02 AM mgr Bug #23584 (Resolved): mgr: prometheus: 'PG_STATES' still have not all PG_STATES.
... Konstantin Shalygin
05:25 AM Revision 3263b90e (ceph): mds: Clang does not (yet) support std::map::merge
@tchaikov found:
libc++ still does not support "Splicing Maps and Sets",
see https://libcxx.llvm.org/cxx1z_st...
Willem Jan Withagen
05:25 AM Revision 2e45598d (ceph): cmake: detect if std::map::merge() is supported
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:59 AM Revision 9e840c43 (ceph): Merge pull request #21274 from dzafman/wip-cot-config
tools: Use --no-mon-config so ceph_objectstore_tool.py test doesn't hang
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:04 AM RADOS Bug #23195: Read operations segfaulting multiple OSDs

Change the test-erasure-eio.sh test as following:...
David Zafman
02:31 AM Revision 43978fc6 (ceph): Merge PR #20760 into wip-sage-testing-20180407.023110
* refs/pull/20760/head:
mon/ConfigMonitor: add 'config reset' command
mon/ConfigMonitor: add 'config log' command
...
Sage Weil
02:30 AM Revision 5d0c06d5 (ceph): Merge PR #20516 into wip-sage-testing-20180407.023003
* refs/pull/20516/head:
os/filestore: advertise vdo in filestore metadata
os/filestore: implement thin provisioning...
Sage Weil
02:29 AM Revision d7bca5d1 (ceph): Merge PR #20512 into wip-sage-testing-20180407.022843
* refs/pull/20512/head:
osd: osd_mon_report_interval_min -> osd_mon_report_interval, kill _max
Reviewed-by: Josh Du...
Sage Weil
02:28 AM Revision aec47bc6 (ceph): githubmap: update contributors
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:27 AM Revision f67f3f87 (ceph): Merge PR #21033 into wip-sage-testing-20180407.022623
* refs/pull/21033/head:
buffer: kill push_front
tools/RadosDump: avoid bufferlist::push_front
os/filestore/FileJou...
Sage Weil
02:27 AM Revision f38bb657 (ceph): githubmap: update contributors
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil

04/06/2018

10:28 PM CephFS Bug #23332 (New): kclient: with fstab entry is not coming up reboot
Patrick Donnelly
10:25 PM CephFS Documentation #23583 (Resolved): doc: update snapshot doc to account for recent changes
http://docs.ceph.com/docs/master/dev/cephfs-snapshots/ Patrick Donnelly
10:23 PM CephFS Bug #22741 (Resolved): osdc: "FAILED assert(bh->last_write_tid > tid)" in powercycle-wip-yuri-mas...
Patrick Donnelly
10:23 PM RADOS Bug #22165 (Fix Under Review): split pg not actually created, gets stuck in state unknown
Fixed by https://github.com/ceph/ceph/pull/20469 Sage Weil
10:21 PM CephFS Backport #22696 (In Progress): luminous: client: dirty caps may never get the chance to flush
https://github.com/ceph/ceph/pull/21278 Patrick Donnelly
10:11 PM CephFS Backport #22696: luminous: client: dirty caps may never get the chance to flush
I'd prefer not to, I'll try to resolve the conflicts. Patrick Donnelly
10:05 PM CephFS Bug #23582 (Fix Under Review): MDSMonitor: mds health warnings printed in bad format
https://github.com/ceph/ceph/pull/21276 Patrick Donnelly
08:29 PM CephFS Bug #23582 (Resolved): MDSMonitor: mds health warnings printed in bad format
Example:... Patrick Donnelly
09:43 PM Revision ce6e043a (ceph): src: Added const references to various function parameters
Added const references to various function parameters in order to avoid
copying data unnecessarily and enhancing perf...
Wilson E. Alvarez
09:29 PM RADOS Bug #23439: Crashing OSDs after 'ceph pg repair'
You'll definitely get more attention and advice if somebody else has hit this issue before. Greg Farnum
09:04 PM Stable releases Tasks #21742: jewel v10.2.11
h3. rados
--- done. these PRs were included:
https://github.com/ceph/ceph/pull/21232 - jewel: rbd-nbd: fix ebusy ...
Nathan Cutler
01:10 AM Stable releases Tasks #21742: jewel v10.2.11
h3. rgw
These PRs:
https://github.com/ceph/ceph/pull/21184 - jewel: osd: OSDMap cache assert on shutdown
https...
Nathan Cutler
08:45 PM RADOS Bug #23195: Read operations segfaulting multiple OSDs
For anyone running into the send_all_remaining_reads() crash, a workaround is to use these osd settings:... Josh Durgin
04:17 PM RADOS Bug #23195 (Fix Under Review): Read operations segfaulting multiple OSDs
https://github.com/ceph/ceph/pull/21273
I'm going to treat this issue as tracking the first crash, in send_all_rem...
Josh Durgin
03:10 AM RADOS Bug #23195 (In Progress): Read operations segfaulting multiple OSDs
Josh Durgin
08:41 PM RADOS Bug #23200 (Resolved): invalid JSON returned when querying pool parameters
Nathan Cutler
08:40 PM RADOS Backport #23312 (Resolved): luminous: invalid JSON returned when querying pool parameters
Nathan Cutler
07:28 PM RADOS Backport #23312: luminous: invalid JSON returned when querying pool parameters
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20890
merged
Yuri Weinstein
08:40 PM RADOS Bug #23324 (Resolved): delete type mismatch in CephContext teardown
Nathan Cutler
08:40 PM RADOS Backport #23412 (Resolved): luminous: delete type mismatch in CephContext teardown
Nathan Cutler
07:28 PM RADOS Backport #23412: luminous: delete type mismatch in CephContext teardown
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20998
merged
Yuri Weinstein
08:39 PM mgr Bug #23017 (Resolved): mgr log spamming about down osds
Nathan Cutler
08:39 PM mgr Backport #23224 (Resolved): luminous: mgr log spamming about down osds
Nathan Cutler
07:27 PM mgr Backport #23224: luminous: mgr log spamming about down osds
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/21053
merged
Yuri Weinstein
08:39 PM bluestore Bug #22616 (Resolved): bluestore_cache_data uses too much memory
Nathan Cutler
08:38 PM bluestore Backport #23226 (Resolved): luminous: bluestore_cache_data uses too much memory
Nathan Cutler
07:27 PM bluestore Backport #23226: luminous: bluestore_cache_data uses too much memory
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/21059
merged
Yuri Weinstein
08:38 PM RADOS Bug #23477 (Resolved): should not check for VERSION_ID
Nathan Cutler
08:38 PM RADOS Backport #23478 (Resolved): should not check for VERSION_ID
Nathan Cutler
07:26 PM RADOS Backport #23478: should not check for VERSION_ID
Kefu Chai wrote:
> https://github.com/ceph/ceph/pull/21090
merged
Yuri Weinstein
08:38 PM mgr Bug #23037 (Resolved): mgr not reporting when ports conflict
Nathan Cutler
08:37 PM mgr Backport #23175 (Resolved): luminous: mgr not reporting when ports conflict
Nathan Cutler
07:24 PM mgr Backport #23175: luminous: mgr not reporting when ports conflict
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20712
merged
Yuri Weinstein
08:37 PM Bug #23253 (Resolved): Assertion is raised when fetching file event in Ceph 12.2.1
Nathan Cutler
08:37 PM Backport #23306 (Resolved): luminous: Assertion is raised when fetching file event in Ceph 12.2.1
Nathan Cutler
07:24 PM Backport #23306: luminous: Assertion is raised when fetching file event in Ceph 12.2.1
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20867
merged
Yuri Weinstein
08:31 PM Revision b551d174 (ceph): MDSMonitor: fix mds health printed in bad format
Fixes: http://tracker.ceph.com/issues/23582
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
08:29 PM bluestore Bug #22678: block checksum mismatch from rocksdb
debug_bluefs=20
Uploaded with id 5f2ee681-a9d7-4923-899e-5852b3fe18cb
Sergey Malinin
02:46 PM bluestore Bug #22678: block checksum mismatch from rocksdb
Sergey, can you generate a similar log, but also with 'debug bluefs = 20' enabled? You can even turn down 'debug blu... Sage Weil
08:19 PM Revision bdb67463 (ceph): Merge pull request #19594 from smithfarm/wip-doc-make-check
doc: expand developer documentation of unit tests
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Nathan Cutler
08:00 PM Bug #23296 (Fix Under Review): Cache-tier forward mode hang in luminous
Luminous backport is done and merged.
Forward-port to master: https://github.com/ceph/ceph/pull/21275
Nathan Cutler
06:01 PM Bug #23296 (Need More Info): Cache-tier forward mode hang in luminous
Fix merged directly to luminous. Now need to clarify whether the issue is fixed in master. If it is, the backport sho... Nathan Cutler
03:55 PM Bug #23296: Cache-tier forward mode hang in luminous
Ting-Yi Lin wrote:
> Fixes: https://github.com/ceph/ceph/pull/20766
merged to luminous
Yuri Weinstein
07:55 PM Revision 2f5e939d (ceph): Objecter: add ignore overlay flag if got redirect reply
Objecter's target calculation should ignore overlays if client got redirect reply.
Fixes: https://tracker.ceph.com/i...
Tim Lin
07:28 PM Revision aa15d411 (ceph): Merge pull request #20890 from pdvian/wip-23312-luminous
luminous: invalid JSON returned when querying pool parameters
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
07:28 PM Revision f4b2fd41 (ceph): Merge pull request #20998 from pdvian/wip-23412-luminous
luminous: log: Fix AddressSanitizer: new-delete-type-mismatch
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
Yuri Weinstein
07:27 PM Revision 5f340345 (ceph): Merge pull request #21053 from pdvian/wip-23224-luminous
luminous: mgr: quieten logging on missing OSD stats
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
07:26 PM Revision 1481125f (ceph): Merge pull request #21059 from pdvian/wip-23226-luminous
luminous: os/bluestore: trim cache every 50ms (instead of 200ms)
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
07:26 PM Revision 57a95bba (ceph): Merge pull request #21090 from tchaikov/wip-23477-luminous
luminous: common: should not check for VERSION_ID
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Abhishek Lek...
Yuri Weinstein
07:25 PM Revision d2a42090 (ceph): Merge pull request #20675 from rzarzynski/wip-bs-no-blobrefing-in-do_re...
luminous: os/bluestore: avoid unneeded BlobRefing in _do_read().
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
07:24 PM Revision 867cde99 (ceph): Merge pull request #20676 from rzarzynski/wip-bs-dump-onode-by-ref-lumi...
luminous: os/bluestore: _dump_onode() don't prolongate Onode anymore.
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
07:24 PM Revision 78f0003e (ceph): Merge pull request #20712 from pdvian/wip-23175-luminous
luminous: mgr: die on bind() failure
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
07:24 PM Revision 8dffeca4 (ceph): Merge pull request #20867 from pdvian/wip-23306-luminous
luminous: msg/async: size of EventCenter::file_events should be greater than fd.
Reviewed-by: Sage Weil <sage@redhat...
Yuri Weinstein
07:15 PM ceph-volume Bug #23581 (Resolved): ceph-volume should use mount -o discard when underlying device is using VDO
... David Galloway
07:10 PM Backport #23520 (Resolved): luminous: ceph_authtool: add mode option
Patrick Donnelly
07:10 PM Revision e9365f17 (ceph): Merge PR #21198 into luminous
* refs/pull/21198/head:
ceph_authtool: add mode option
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed...
Patrick Donnelly
06:53 PM rgw Backport #22904 (Need More Info): jewel: rgw: copying part without http header "x-amz-copy-source...
an attempted backport was abandoned here: https://github.com/ceph/ceph/pull/21209
Seeking an rgw developer, or som...
Nathan Cutler
06:52 PM Revision a8d26122 (ceph): tools: Use --no-mon-config so ceph_objectstore_tool.py test doesn't hang
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
06:48 PM Revision 6d2e4c9b (ceph): Merge pull request #19973 from liewegas/wip-peering-fast-dispatch
osd: fast dispatch of peering events and pg_map + osd sharded wq refactor
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Greg Farnum
06:27 PM Messengers Bug #23580 (Can't reproduce): hung connection between simplemessenger and asyncmessenger
... Sage Weil
06:03 PM mgr Bug #23167 (Resolved): mgr: prometheus: ceph_pg metrics reported by prometheus plugin inconsisten...
Nathan Cutler
03:59 PM mgr Bug #23167: mgr: prometheus: ceph_pg metrics reported by prometheus plugin inconsistent with "cep...
John Spray wrote:
> https://github.com/ceph/ceph/pull/20642
merged
Yuri Weinstein
06:03 PM RADOS Bug #21833 (Resolved): Multiple asserts caused by DNE pgs left behind after lots of OSD restarts
Nathan Cutler
06:02 PM RADOS Backport #23160 (Resolved): luminous: Multiple asserts caused by DNE pgs left behind after lots o...
Nathan Cutler
03:57 PM RADOS Backport #23160: luminous: Multiple asserts caused by DNE pgs left behind after lots of OSD restarts
Prashant D wrote:
> Waiting for code review for backport PR : https://github.com/ceph/ceph/pull/20668
merged
Yuri Weinstein
06:02 PM RADOS Bug #23078 (Resolved): SRV resolution fails to lookup AAAA records
Nathan Cutler
06:02 PM RADOS Backport #23174 (Resolved): luminous: SRV resolution fails to lookup AAAA records
Nathan Cutler
03:56 PM RADOS Backport #23174: luminous: SRV resolution fails to lookup AAAA records
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20710
merged
Yuri Weinstein
05:57 PM RADOS Backport #23472 (Resolved): luminous: add --add-bucket and --move options to crushtool
Nathan Cutler
03:53 PM RADOS Backport #23472: luminous: add --add-bucket and --move options to crushtool
Kefu Chai wrote:
> https://github.com/ceph/ceph/pull/21079
mergedReviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
05:56 PM rgw Bug #23579 (New): rgw: racing versioned operations failure
http://qa-proxy.ceph.com/teuthology/yehudasa-2018-04-05_13:34:19-rgw-wip-rgw-mfa-distro-basic-smithi/2357038/teutholo... Yehuda Sadeh
05:37 PM RADOS Bug #23578 (Resolved): large-omap-object-warnings test fails
... Sage Weil
05:32 PM CephFS Bug #23033 (Resolved): qa: ignore more warnings during mds-full test
Patrick Donnelly
05:32 PM CephFS Backport #23060 (Resolved): luminous: qa: ignore more warnings during mds-full test
Patrick Donnelly
05:28 PM CephFS Bug #22483 (Resolved): mds: check for CEPH_OSDMAP_FULL is now wrong; cluster full flag is obsolete
Patrick Donnelly
05:27 PM CephFS Bug #21402 (Resolved): mds: move remaining containers in CDentry/CDir/CInode to mempool
Patrick Donnelly
05:27 PM CephFS Backport #22972 (Resolved): luminous: mds: move remaining containers in CDentry/CDir/CInode to me...
Patrick Donnelly
05:26 PM CephFS Bug #22288 (Resolved): mds: assert when inode moves during scrub
Patrick Donnelly
05:26 PM CephFS Backport #23016 (Resolved): luminous: mds: assert when inode moves during scrub
Patrick Donnelly
04:48 PM Revision 97fb840c (ceph): doc: ceph-conf: eliminate duplicate verbiage
The "Config file section names" section was duplicating some of the content
that is now covered better by the "Config...
Nathan Cutler
04:28 PM bluestore Bug #23577 (Can't reproduce): Inconsistent PG refusing to deep-scrub or repair
This is an issue brought over from the ceph-users Mailing List for a thread titled "Have an inconsistent PG, repair n... David Turner
04:07 PM rgw Bug #23489: [rgw] civetweb behind haproxy doesn't work with absolute URI
I try without "authentication_domain=" but it's not helped.
I try without "rgw dns name"(rgw option) and the same.
...
Aleksandr Rudenko
04:00 PM Revision 577737d0 (ceph): osd: osd_mon_report_interval_min -> osd_mon_report_interval, kill _max
The _max isn't used. Drop the _min suffix.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:59 PM Revision 8f8f6559 (ceph): Merge pull request #21250 from liewegas/wip-recovery-slow-ops
qa/suites/rados/singleton/all/recovery_preemption: whitelist SLOW_OPS Sage Weil
03:59 PM Revision ccdca76f (ceph): Merge pull request #20642 from b-ranto/wip-mgr-prom-luminous
[luminous] Backport recent prometheus exporter changes
Reviewed-by: Jan Fajerski <jfajerski@suse.com>
Reviewed-by: J...
Yuri Weinstein
03:57 PM Revision 6465c1ba (ceph): Merge pull request #20668 from pdvian/wip-23160-luminous
luminous: osd: Remove partially created pg known as DNE
Reviewed-by: David Zafman <dzafman@redhat.com>
Yuri Weinstein
03:56 PM Revision 20c63fba (ceph): Merge pull request #20710 from pdvian/wip-23174-luminous
luminous: common/dns_resolv.cc: Query for AAAA-record if ms_bind_ipv6 is True
Reviewed-by: Wido den Hollander <wido@...
Yuri Weinstein
03:55 PM Revision 65cf89b1 (ceph): Merge pull request #20766 from t19903/wip-cache-tier-forward-hang
luminous: Objecter: add ignore overlay flag if got redirect reply
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-...
Yuri Weinstein
03:52 PM Revision fbf5f0f1 (ceph): Merge pull request #21079 from tchaikov/wip-23471-luminous
luminous: add --add-bucket and --move options to crushtool
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
03:51 PM RADOS Bug #23576: osd: active+clean+inconsistent pg will not scrub or repair
Sorry, forgot to mention I am running 12.2.4. Michael Sudnick
03:50 PM RADOS Bug #23576 (Can't reproduce): osd: active+clean+inconsistent pg will not scrub or repair
My apologies if I'm too premature in posting this.
Myself and so far two others on the mailing list: http://lists....
Michael Sudnick
03:50 PM rgw Bug #23536: [rgw] Bucket Policy - HTTP_X_FORWARDED_FOR isn't supported
"172.24.35.115" is internal ip of my reverse-proxy
i set:
"rgw_remote_addr_param": "172.24.35.115"
but it's ...
Aleksandr Rudenko
06:42 AM rgw Bug #23536: [rgw] Bucket Policy - HTTP_X_FORWARDED_FOR isn't supported
Take a look at https://github.com/ceph/ceph/blob/master/src/common/legacy_config_opts.h#L1350 and https://github.com/... Pritha Srivastava
03:41 PM Revision c60da7bb (ceph): mgr/dashboard: Pool backend changes
As needed by the UI.
Signed-off-by: Stephan Müller <smueller@suse.com>
Stephan Müller
03:40 PM Revision fb95ed08 (ceph): qa/suites/rados/singleton/diverget_priors*: broaden whitelist
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 39e5efbad2c2834acf8e6463258b148321ea85a4)
Sage Weil
03:40 PM Revision 7b6a45cc (ceph): mgr/dashboard: Add ErasureCodeProfile controller
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com> Sebastian Wagner
03:38 PM Revision b235a3f6 (ceph): qa/suites/rados/singleton/all/ec-lost-unfound: whitelist SLOW_OPS
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:59 PM rgw Bug #23575 (Resolved): radosgw-admin: user stats bug with sync stats
On a resharded bucket that is upgraded from pre-12.2.2 -> 12.2.4 where teh bucket stats were double accounted because... Abhishek Lekshmanan
02:50 PM Revision ac88559c (ceph): mgr/dashboard: Search with spaces
Removed the usage of using comma to indicated a new search term and
introduced the possibility to use quoted strings ...
Stephan Müller
02:49 PM Revision 82e57cfb (ceph): rgw: fix memory fragmentation problem reading data from client.
mg_read returns 0 on EOF. In some versions of civetweb, mg_read can
return "short" reads. The logic in the rest of ...
Marcus Watts
02:49 PM bluestore Bug #21259: bluestore: segv in BlueStore::TwoQCache::_trim
Sage, to be honest I'm still uncertain if that patch is related to this issue.
I haven't managed to reproduce this ...
Igor Fedotov
02:41 PM bluestore Bug #21259 (Resolved): bluestore: segv in BlueStore::TwoQCache::_trim
Igor deduced this was missing backports in luminous. THey're merged now, will be in 12.2.5:
https://github.com/ce...
Sage Weil
02:17 PM bluestore Bug #21259: bluestore: segv in BlueStore::TwoQCache::_trim
The same issue here - segfaults on 12.2.4 when recovery:... Konstantin Shalygin
02:47 PM rgw Bug #21455 (Resolved): rgw file write error
Nathan Cutler
02:47 PM rgw Backport #21546 (Resolved): jewel: rgw file write error
Nathan Cutler
02:47 PM Revision faec8476 (ceph): Merge pull request #18304 from smithfarm/wip-21546-jewel
jewel: rgw: file write error
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Reviewed-by: Amit Kumar <amitkuma@red...
Nathan Cutler
02:46 PM Revision a5cc4877 (ceph): mgr/dashboard: Improve table search
You can now search for multiple words at a time if you separate them by
comma or space. The other improvement is that...
Stephan Müller
02:39 PM mgr Bug #23460: mgr deadlock: _check_auth_rotating possible clock skew, rotating keys expired way too...
Thanks -- looks like we have a deadlock bug in ceph-mgr itself.
This thread has taken the (shared) Objecter lock a...
John Spray
02:36 PM Revision 95ee4e41 (ceph): Merge pull request #21239 from rjfd/wip-dashboard-routes
mgr/dashboard: using RoutesDispatcher as HTTP request dispatcher
Reviewed-by: Sebastian Wagner <sebastian.wagner@sus...
Lenz Grimmer
02:22 PM Revision 940dd941 (ceph): Merge pull request #19331 from jecluis/wip-mon-osdmap-prune
mon: osdmap prune
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
Joao Eduardo Luis
02:22 PM mgr Feature #23574 (New): Add a HeartbeatMap to ceph-mgr (die on deadlocks)
In issues such as https://tracker.ceph.com/issues/23460, a deadlock can manifest as a completely stuck daemon. We sh... John Spray
02:10 PM Revision 81d8c695 (ceph): mgr/dashboard: Fix the data table action selector
Signed-off-by: Stephan Müller <smueller@suse.com> Stephan Müller
01:52 PM Revision 072a9be2 (ceph): Merge pull request #20464 from cbodley/wip-rgw-beast-ssl
rgw: add ssl support to beast frontend
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Casey Bodley
01:27 PM rgw Bug #23201 (Resolved): s3 website: some s3tests are failing because redirects include index doc s...
Nathan Cutler
01:26 PM rgw Backport #23311 (Resolved): jewel: s3 website: some s3tests are failing because redirects include...
Nathan Cutler
01:26 PM Revision d1f60dc5 (ceph): Merge pull request #21100 from cbodley/wip-23311
jewel: rgw: s3website error handler uses original object name
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
01:25 PM rgw Bug #23469 (Resolved): jewel: rgw: radosgw in jewel has not been linked with tcmalloc when select...
Nathan Cutler
01:25 PM Revision 52c02064 (ceph): Merge pull request #21073 from linuxbox2/wip-rgw-tcmalloc
jewel: rgw: tcmalloc
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Nathan Cutler
01:24 PM rgw Bug #23039 (Resolved): abort early if frontends signal an initialization error
Nathan Cutler
01:24 PM rgw Backport #23274 (Resolved): jewel: abort early if frontends signal an initialization error
Nathan Cutler
01:23 PM Revision e112ea7a (ceph): Merge pull request #20800 from theanalyst/jewel-fe-fixes
jewel: rgw: make init env methods return an error
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Nathan Cutler
01:22 PM rgw Backport #23171 (Resolved): core dump : recursive lock of RGWKeystoneTokenCache
Nathan Cutler
01:21 PM Revision ae1e442a (ceph): Merge pull request #20639 from mkogan1/wip-rgw-t23171
jewel: rgw: core dump, recursive lock of RGWKeystoneTokenCache
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Nathan Cutler
01:21 PM rgw Bug #22124 (Resolved): rgw: user stats increased after bucket reshard
Nathan Cutler
01:20 PM rgw Backport #22987 (Resolved): jewel: rgw: user stats increased after bucket reshard
Nathan Cutler
01:20 PM Revision 19763890 (ceph): Merge pull request #20421 from oritwas/wip-rgw-jewel-22124
jewel: rgw: bucket resharding should not update bucket ACL or user stats
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Nathan Cutler
01:19 PM rgw Bug #22736 (Resolved): rgw file deadlock on lru evicting
Nathan Cutler
01:18 PM rgw Backport #22774 (Resolved): jewel: rgw file deadlock on lru evicting
Nathan Cutler
01:18 PM Revision b2c60235 (ceph): Merge pull request #20076 from smithfarm/wip-22774-jewel
jewel: rgw: file deadlock on lru evicting
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Nathan Cutler
01:16 PM rgw Backport #22636 (Resolved): jewel: s3cmd move object error
Nathan Cutler
01:16 PM Revision 195045f0 (ceph): Merge pull request #19887 from pdvian/wip-22636-jewel
jewel: rgw: add xml output header in RGWCopyObj_ObjStore_S3 response msg
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Nathan Cutler
01:14 PM rgw Backport #21205 (Resolved): rgw: bi list entry count incremented on error, distorting error code
Nathan Cutler
01:13 PM Revision d4594dc3 (ceph): Merge pull request #18207 from smithfarm/wip-21205-jewel
jewel: rgw: bi list entry count incremented on error, distorting error code
Reviewed-by: Casey Bodley <cbodley@redha...
Nathan Cutler
01:02 PM rgw Feature #22832: SSL support for beast frontend
Casey Bodley
12:18 PM Revision a9ba2011 (ceph): doc: dev: improve headings within Testing chapter
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
10:02 AM Revision af7c1c5a (ceph): rgw: Sanitize rgw perf counter names
The rgw perf counters are currently being named by the rgw names (i.e.
client.rgw.<name>.<something>). This changes t...
Boris Ranto
09:33 AM Revision 99d146c6 (ceph): mgr/dashboard: fix frontend e2e tests
Updated protractor configuration: now it's possible to run the tests inside a
docker container, added params for the ...
Tiago Melo
09:24 AM Revision f95f37c6 (ceph): mgr: Expose rgw perf counters
We are filtering rgw perf counters in mgr_module. This commit allows us
to expose rgw perf counters to the mgr module...
Boris Ranto
09:07 AM Revision 658e5d5a (ceph): Merge pull request #21128 from ricardoasmarques/wip-usage-bar
mgr/dashboard: Add usage bar component
Reviewed-by: Tiago Melo <tmelo@suse.com>
Reviewed-by: Volker Theile <vtheile@...
Lenz Grimmer
08:50 AM Revision 6def989a (ceph): Merge pull request #21240 from rjfd/wip-dashboard-task-fixes
mgr/dashboard: TaskManager bug fixes
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Reviewed-by: Ricardo ...
Lenz Grimmer
08:42 AM Revision 0286c26c (ceph): qa/suites/smoke/basic/tasks:added rbd_os_install.yaml
Signed-off-by: Sidhant Agrawal <sagrawal@redhat.com> Sidhant Agrawal
07:55 AM Revision c89a7c73 (ceph): signal_handler: Reports pid 0 as Kernel
When receiving a signal, get_name_by_pid() tries to find what was the process name of the sender.
As per bug #23320,...
Erwan Velu
07:55 AM Revision a500fbba (ceph): signal_handler: Implementing specific messages per context
As per bug #23320, regarding the signal we receive, it could be interesting providing a specific message.
If we get ...
Erwan Velu
07:42 AM Revision b5de809f (ceph): doc: ceph-conf: RGW configuration goes in "client" section
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
06:10 AM Revision 7137558b (ceph): Merge pull request #21264 from smithfarm/wip-rgw-drop-btrfs-jewel
jewel: tests: rip out vestiges of btrfs from rgw suite
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Nathan Cutler
05:51 AM Revision efeb79a9 (ceph): doc/dev/mon: info on auth mon disk format
Signed-off-by: Joao Eduardo Luis <joao@suse.de> Joao Eduardo Luis
03:53 AM Revision 5e572f40 (ceph): mon/AuthMonitor: fix really long line length
Signed-off-by: Joao Eduardo Luis <joao@suse.de> Joao Eduardo Luis
03:53 AM Revision 595317c2 (ceph): mon/AuthMonitor: automatically create initial keys
On first run as the leader, the monitor will create any missing
bootstrap keys, as well as the client.admin key if no...
Joao Eduardo Luis
03:53 AM Revision 83424f12 (ceph): mon/AuthMonitor: upgrade format to mimic
Signed-off-by: Joao Eduardo Luis <joao@suse.de> Joao Eduardo Luis
03:53 AM Revision ef3d5906 (ceph): mon/AuthMonitor: use add_entity() where appropriate
Signed-off-by: Joao Eduardo Luis <joao@suse.de> Joao Eduardo Luis
03:44 AM RADOS Bug #23345 (Resolved): `ceph osd erasure-code-profile set` crashes the monitors on vstart clusters
https://github.com/ceph/ceph/pull/20986 Joao Eduardo Luis
03:20 AM CephFS Backport #23572 (In Progress): luminous: mds: make sure that MDBalancer uses heartbeat info from ...
Patrick Donnelly
03:18 AM CephFS Backport #23572 (Resolved): luminous: mds: make sure that MDBalancer uses heartbeat info from the...
https://github.com/ceph/ceph/pull/21267 Patrick Donnelly
03:18 AM Revision 71c7b1a6 (ceph): make sure that MDBalancer uses heartbeat info from the same epoch
Currently mds saves the heartbeat info from others in mds_load, once the mds_load.size( ) equals mds number, it consi... Jianyu Li
03:18 AM Revision 186f00c5 (ceph): discard the mdsload clear after prep_rebalance in case we want to expor...
Signed-off-by: Jianyu Li <joannyli@tencent.com>
(cherry picked from commit 513f2e57666bd08242fc639ebc5c65db12742a01)
Jianyu Li
03:18 AM Revision 2ffed4c9 (ceph): qa: mon: osdmap pruning standalone/workunit
Keep a standalone wrapper for the workunit, so we can test it locally,
leveraging the ceph-helpers to do the setup. K...
Joao Eduardo Luis
03:18 AM Revision 65e7e4a3 (ceph): qa: enable mon osdmap pruning on rados/monthrash
Signed-off-by: Joao Eduardo Luis <joao@suse.de> Joao Eduardo Luis
03:18 AM Revision 3997eed4 (ceph): qa: enable mon osdmap pruning on 'rados/' suites
Signed-off-by: Joao Eduardo Luis <joao@suse.de> Joao Eduardo Luis
03:18 AM Revision 06f3ab68 (ceph): doc: add dev notes for mon's full osdmap pruning
Signed-off-by: Joao Eduardo Luis <joao@suse.de> Joao Eduardo Luis
03:18 AM Revision bc5df2b4 (ceph): mon/OSDMonitor: prune full maps on encode_pending
If we have gone over a safety threshold for number of versions, start
pruning full osdmaps, poking holes in the seque...
Joao Eduardo Luis
03:18 AM Revision b64122ac (ceph): mon/OSDMonitor: dump osdmap manifest alongside other infos
Signed-off-by: Joao Eduardo Luis <joao@suse.de> Joao Eduardo Luis
03:18 AM Revision 029807b3 (ceph): mon/OSDMonitor: allow blocking trim if option is enabled
We need to allow blocking osdmap trimming to test osdmap pruning.
Signed-off-by: Joao Eduardo Luis <joao@suse.de>
Joao Eduardo Luis
03:18 AM Revision 5cd2b057 (ceph): mon/OSDMonitor: allow triggering prunes from tick()
Signed-off-by: Joao Eduardo Luis <joao@suse.de> Joao Eduardo Luis
03:18 AM Revision 5ba62868 (ceph): qa/standalone: discard pipe in sysctl kernel.core_pattern
At least verified in openSUSE tumbleweed and ubuntu 16.04,
`sysctl -n kernel.core_pattern` returns a pipe at the star...
Joao Eduardo Luis
03:18 AM Revision f5014589 (ceph): qa/standalone: deduplicate cleanup code
Signed-off-by: Joao Eduardo Luis <joao@suse.de> Joao Eduardo Luis
03:18 AM Revision 6393c7dd (ceph): qa/standalone: change PATH to allow finding sysctl
If, by default, a user's PATH does not contain /sbin and /usr/sbin, we
may have a hard time finding sysctl to adjust ...
Joao Eduardo Luis
03:17 AM CephFS Bug #23571 (Resolved): mds: make sure that MDBalancer uses heartbeat info from the same epoch
Already fixed in: https://github.com/ceph/ceph/pull/18941/ Patrick Donnelly
03:15 AM CephFS Backport #23570 (In Progress): luminous: mds: counter decay incorrect
Patrick Donnelly
03:12 AM CephFS Backport #23570 (Resolved): luminous: mds: counter decay incorrect
https://github.com/ceph/ceph/pull/21266 Patrick Donnelly
03:14 AM Revision a3904633 (ceph): make popular counter decay at proper rate
Signed-off-by: Jianyu Li <joannyli@tencent.com>
(cherry picked from commit 6d4709e649beacb5f2d6197d1bea57c8590c5f71)
Jianyu Li
03:12 AM CephFS Bug #23569 (Resolved): mds: counter decay incorrect
Fixed by https://github.com/ceph/ceph/pull/18776
Issue for backport.
Patrick Donnelly
03:07 AM CephFS Documentation #23427 (Fix Under Review): doc: create doc outlining steps to bring down cluster
https://github.com/ceph/ceph/pull/21265 Patrick Donnelly
03:06 AM Revision 9aa13bf0 (ceph): doc: outline steps to take CephFS fs down
Fixes: https://tracker.ceph.com/issues/23427
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
02:47 AM Revision 922a8558 (ceph): osd: legacy pg_create creates pg in current epoch
For the legacy create path, we pregenerate the history and instantiate
the PG at the current epoch.
Signed-off-by: S...
Sage Weil
02:00 AM Revision 507b8728 (ceph): Merge pull request #21127 from smithfarm/wip-make-dist-py3
build/ops: make-dist: fall back to python3
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Ricardo Dias <rdia...
Nathan Cutler
01:57 AM RADOS Bug #21737 (Resolved): OSDMap cache assert on shutdown
Nathan Cutler
01:56 AM RADOS Backport #21786 (Resolved): jewel: OSDMap cache assert on shutdown
Nathan Cutler
01:56 AM Revision 121c0e0a (ceph): Merge pull request #21184 from smithfarm/wip-21786-jewel
jewel: osd: OSDMap cache assert on shutdown
Reviewed-by: Gregory Farnum <gfarnum@redhat.com>
Nathan Cutler
01:42 AM Revision 462f75c4 (ceph): qa: rgw/multifs: test on XFS, drop BTRFS
objectstore/filestore-xfs.yaml was overriding fs/btrfs.yaml anyway,
which was confusing.
Signed-off-by: Nathan Cutle...
Nathan Cutler
01:41 AM Revision 499c017e (ceph): qa: rgw/verify: test on XFS, drop BTRFS
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
01:13 AM CephFS Bug #21584 (Resolved): FAILED assert(get_version() < pv) in CDir::mark_dirty
Nathan Cutler
01:13 AM CephFS Backport #22031 (Resolved): jewel: FAILED assert(get_version() < pv) in CDir::mark_dirty
Nathan Cutler
01:12 AM Revision 75ae1cef (ceph): Merge pull request #21156 from smithfarm/wip-22031-jewel
jewel: mds: FAILED assert(get_version() < pv) in CDir::mark_dirty
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Nathan Cutler
12:03 AM Revision 2156fd07 (ceph): Merge PR #21238 into master
* refs/pull/21238/head:
doc: fix typos and other minor errors in cephfs-nfs doc
Reviewed-by: Patrick Donnelly <pdon...
Patrick Donnelly
12:02 AM CephFS Bug #23532 (Resolved): doc: create PendingReleaseNotes and add dev doc for openfile table purpose...
Patrick Donnelly
12:02 AM Revision fa430543 (ceph): Merge PR #21204 into master
* refs/pull/21204/head:
mds: PendingReleaseNotes and dev doc for open file table
Reviewed-by: Patrick Donnelly <pdo...
Patrick Donnelly

04/05/2018

11:09 PM Revision baa59f38 (ceph): doc: outline upgrade procedure for mds cluster
Fixes: http://tracker.ceph.com/issues/23568
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
10:52 PM CephFS Documentation #23568 (Fix Under Review): doc: outline the steps for upgrading an MDS cluster
https://github.com/ceph/ceph/pull/21263 Patrick Donnelly
10:37 PM CephFS Documentation #23568 (Resolved): doc: outline the steps for upgrading an MDS cluster
Until we have versioned MDS-MDS messages and feature flags obeyed by MDSs during upgrades (e.g. require_mimic_mds), t... Patrick Donnelly
10:49 PM rbd Bug #22872: "rbd trash purge --threshold" should support data pool
@Mahati: I would think it should just be implicit. It could loop through all the trashed images whose deferment end t... Jason Dillaman
09:38 PM Revision fe5fb47b (ceph): rgw: beast frontend calls shutdown before closing connections
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
09:22 PM CephFS Bug #23567 (Resolved): MDSMonitor: successive changes to max_mds can allow hole in ranks
With 3 MDS, approximately this sequence:... Patrick Donnelly
09:12 PM RADOS Bug #22887 (Duplicate): osd/ECBackend.cc: 2202: FAILED assert((offset + length) <= (range.first.g...
Greg Farnum
09:12 PM RADOS Bug #21931: osd: src/osd/ECBackend.cc: 2164: FAILED assert((offset + length) <= (range.first.get_...
From #22887, this also appeared in /ceph/teuthology-archive/pdonnell-2018-01-30_23:38:56-kcephfs-wip-pdonnell-i22627-... Greg Farnum
09:09 PM RADOS Bug #21931: osd: src/osd/ECBackend.cc: 2164: FAILED assert((offset + length) <= (range.first.get_...
That was the fix I was wondering about, but it was merged to master as https://github.com/ceph/ceph/pull/15712 and so... Greg Farnum
09:05 PM RADOS Bug #21931: osd: src/osd/ECBackend.cc: 2164: FAILED assert((offset + length) <= (range.first.get_...
https://github.com/ceph/ceph/pull/15712 Greg Farnum
09:10 PM RADOS Bug #19882: rbd/qemu: [ERR] handle_sub_read: Error -2 reading 1:e97125f5:::rbd_data.0.10251ca0c5f...
https://github.com/ceph/ceph/pull/15712 Greg Farnum
08:57 PM rgw Bug #22080 (Resolved): radosgw-admin data sync run crashes
Nathan Cutler
08:56 PM rgw Backport #23180 (Resolved): luminous: radosgw-admin data sync run crashes
Nathan Cutler
08:22 PM rgw Backport #23180: luminous: radosgw-admin data sync run crashes
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20762
merged
Yuri Weinstein
08:56 PM rgw Backport #23347 (Resolved): luminous: rgw: inefficient buffer usage for PUTs
Nathan Cutler
08:21 PM rgw Backport #23347: luminous: rgw: inefficient buffer usage for PUTs
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20953
merged
Yuri Weinstein
08:55 PM rgw Bug #22737 (Resolved): rgw: list bilog will loop forever
Nathan Cutler
08:55 PM rgw Backport #23225 (Resolved): luminous: rgw: list bilog will loop forever
Nathan Cutler
08:17 PM rgw Backport #23225: luminous: rgw: list bilog will loop forever
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/21054
merged
Yuri Weinstein
08:55 PM rgw Bug #23203 (Resolved): multisite: segfault in radosgw-admin realm pull
Nathan Cutler
08:54 PM rgw Backport #23245 (Resolved): luminous: multisite: segfault in radosgw-admin realm pull
Nathan Cutler
08:09 PM rgw Backport #23245: luminous: multisite: segfault in radosgw-admin realm pull
Abhishek Lekshmanan wrote:
> https://github.com/ceph/ceph/pull/20722
merged
Yuri Weinstein
08:54 PM rgw Feature #23162 (Resolved): Curl+OpenSSL support in RGW
Nathan Cutler
08:53 PM rgw Backport #23239 (Resolved): luminous: Curl+OpenSSL support in RGW
Nathan Cutler
08:09 PM rgw Backport #23239: luminous: Curl+OpenSSL support in RGW
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20722
merged
Yuri Weinstein
08:52 PM rgw Bug #22951 (Resolved): possible issue with ssl + libcurl
Nathan Cutler
08:52 PM rgw Backport #23221 (Resolved): luminous: possible issue with ssl + libcurl
Nathan Cutler
08:09 PM rgw Backport #23221: luminous: possible issue with ssl + libcurl
Abhishek Lekshmanan wrote:
> https://github.com/ceph/ceph/pull/20722
merged
Yuri Weinstein
08:51 PM rgw Backport #23025 (Resolved): luminous: rgw: data sync of versioned objects, note updating bi marker
Nathan Cutler
08:07 PM rgw Backport #23025: luminous: rgw: data sync of versioned objects, note updating bi marker
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/21214
merged
Yuri Weinstein
08:27 PM ceph-volume Bug #23140: ceph-volume lvm list should work with raw devices
Luminous backport will ship in v12.2.5 Ken Dreyer
08:21 PM Revision 163efb59 (ceph): Merge pull request #20762 from pdvian/wip-23180-luminous
luminous: radosgw-admin data sync run crashes
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
08:20 PM Revision 0d4a8089 (ceph): Merge pull request #20953 from pdvian/wip-23347-luminous
luminous: rgw: fix memory fragmentation problem reading data from client.
Reviewed-by: Casey Bodley <cbodley@redhat....
Yuri Weinstein
08:16 PM Revision c17447ac (ceph): Merge pull request #21054 from pdvian/wip-23225-luminous
luminous: cls/rgw: fix bi_log_iterate_entries return wrong truncated
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
08:09 PM Revision 58401a68 (ceph): Merge pull request #20722 from theanalyst/wip-luminous-23221
luminous: fixes for openssl & libcurl
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
08:07 PM Revision 114c1e1c (ceph): Merge pull request #21214 from smithfarm/wip-23025-luminous
luminous: rgw: data sync of versioned objects, note updating bi marker
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
07:39 PM CephFS Backport #22384 (Resolved): jewel: qa: src/test/libcephfs/test.cc:376: Expected: (len) > (0), act...
Nathan Cutler
07:39 PM Revision a67069ad (ceph): Merge pull request #21172 from smithfarm/wip-22384-jewel
jewel: tests: src/test/libcephfs/test.cc:376: Expected: (len) > (0), actual: -34 vs 0
Reviewed-by: Patrick Donnelly ...
Nathan Cutler
07:30 PM Revision 0753410b (ceph): rgw: factor the tcp::socket out of ClientIO
remove ClientIO's dependency on a concrete socket type by moving it into
a derived StreamIO class in rgw_asio_fronten...
Casey Bodley
07:30 PM Revision 247e0743 (ceph): rgw: add ssl support to beast frontend
adds frontend options ssl_certificate, ssl_private_key, ssl_port, ssl_endpoint
Fixes: http://tracker.ceph.com/issues...
Casey Bodley
07:30 PM Revision 35fd4050 (ceph): qa/rgw: verify suite tests beast with ssl
instead of adding special frontend configs like civetweb_ssl.yaml and
beast_ssl.yaml, added a new proto/ subdirectory...
Casey Bodley
07:19 PM rgw Bug #22804 (Fix Under Review): multisite Synchronization failed when read and write delete at the...
Casey Bodley
07:18 PM rgw Bug #22804: multisite Synchronization failed when read and write delete at the same time
https://github.com/ceph/ceph/pull/21262 Casey Bodley
07:09 PM CephFS Bug #23503: mds: crash during pressure test
wei jin wrote:
> Hi, Patrick, I have a question: after pinning base dir, will subdirs still be migrated to other act...
Patrick Donnelly
07:04 PM rgw Bug #23566 (New): Ganesha-rgw unable to do LDAP auth
It appears that rgw-nfs Ganesha is not correctly authenticating LDAP tokens.
Ganesha config for RGW FSAL reference...
Ben Meekhof
06:57 PM Revision c803fb12 (ceph): Merge pull request #20992 from cbodley/wip-dmclock-remove-by-ptr
dmclock: update mClockPriorityQueue with changes in subtree Matt Benjamin
06:39 PM CephFS Bug #22263 (Resolved): client reconnect gather race
Nathan Cutler
06:39 PM CephFS Backport #22380 (Resolved): jewel: client reconnect gather race
Nathan Cutler
06:39 PM Revision 6404251a (ceph): Merge pull request #21163 from smithfarm/wip-22380-jewel
jewel: cephfs: client reconnect gather race
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Nathan Cutler
06:38 PM CephFS Bug #22631 (Resolved): mds: crashes because of old pool id in journal header
Nathan Cutler
06:38 PM CephFS Backport #22764 (Resolved): jewel: mds: crashes because of old pool id in journal header
Nathan Cutler
06:37 PM Revision 8c090330 (ceph): Merge pull request #20111 from pdvian/wip-22764-jewel
jewel: cephfs-journal-tool: add "set pool_id" option
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Nathan Cutler
06:37 PM CephFS Bug #21383 (Resolved): qa: failures from pjd fstest
Nathan Cutler
06:37 PM CephFS Backport #21489 (Resolved): jewel: qa: failures from pjd fstest
Nathan Cutler
06:36 PM Revision d5afb674 (ceph): Merge pull request #21152 from smithfarm/wip-21489-jewel
jewel: tests: failures from pjd fstest
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Nathan Cutler
06:35 PM RADOS Bug #22351 (Resolved): Couldn't init storage provider (RADOS)
Nathan Cutler
06:35 PM RADOS Backport #23349 (Resolved): luminous: Couldn't init storage provider (RADOS)
Nathan Cutler
05:22 PM RADOS Backport #23349: luminous: Couldn't init storage provider (RADOS)
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20896
merged
Yuri Weinstein
06:35 PM Bug #22828 (Resolved): build Debian installation packages failure
Nathan Cutler
06:34 PM Backport #22856 (Resolved): luminous: build Debian installation packages failure
Nathan Cutler
06:34 PM Bug #22875 (Resolved): run-make-check.sh thinks it needs debianutils on SUSE
Nathan Cutler
06:34 PM Backport #23178 (Resolved): luminous: run-make-check.sh thinks it needs debianutils on SUSE
Nathan Cutler
05:00 PM Backport #23178: luminous: run-make-check.sh thinks it needs debianutils on SUSE
Prashant D wrote:
> https://github.com/ceph/ceph/pull/20737
merged
Yuri Weinstein
06:33 PM RADOS Bug #22114 (Resolved): mon: ops get stuck in "resend forwarded message to leader"
Nathan Cutler
06:33 PM RADOS Backport #23077 (Resolved): luminous: mon: ops get stuck in "resend forwarded message to leader"
Nathan Cutler
04:57 PM RADOS Backport #23077: luminous: mon: ops get stuck in "resend forwarded message to leader"
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/21016
merged
Yuri Weinstein
04:57 PM RADOS Backport #23077: luminous: mon: ops get stuck in "resend forwarded message to leader"
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/21016
merged
Yuri Weinstein
06:32 PM Bug #21813 (Resolved): OSD bind to IPv6 link-local address
Nathan Cutler
06:32 PM Backport #23501 (Resolved): luminous: OSD bind to IPv6 link-local address
Nathan Cutler
04:55 PM Backport #23501: luminous: OSD bind to IPv6 link-local address
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/21111
merged
Yuri Weinstein
06:31 PM RADOS Bug #22752 (Resolved): snapmapper inconsistency, crash on luminous
Nathan Cutler
06:31 PM RADOS Backport #23500 (Resolved): luminous: snapmapper inconsistency, crash on luminous
Nathan Cutler
04:55 PM RADOS Backport #23500: luminous: snapmapper inconsistency, crash on luminous
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/21118
merged
Yuri Weinstein
06:30 PM Bug #23504 (Resolved): tests: unittest_pglog timeout
Nathan Cutler
06:30 PM Backport #23522 (Resolved): luminous: tests: unittest_pglog timeout
Nathan Cutler
04:54 PM Backport #23522: luminous: tests: unittest_pglog timeout
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/21134
merged
Yuri Weinstein
06:30 PM rgw Bug #23470: presigned URL for PUT with metadata fails: SignatureDoesNotMatch
@marcus, could you take a look at this? Matt Benjamin
06:30 PM rgw Bug #23470 (In Progress): presigned URL for PUT with metadata fails: SignatureDoesNotMatch
Matt Benjamin
06:25 PM rgw Bug #23489 (Need More Info): [rgw] civetweb behind haproxy doesn't work with absolute URI
Abhishek Lekshmanan
06:25 PM rgw Bug #23489: [rgw] civetweb behind haproxy doesn't work with absolute URI
What happens when authentication_domain is not set in civetweb options? Since we disable authentication domain check ... Abhishek Lekshmanan
06:14 PM rgw Bug #23379: rgw performance regression for luminous 12.2.4
rgw_num_rados_handles > 1 is not advisable (after change, need to scale up inflight_ops and inflight_op_bytes to comp... Matt Benjamin
06:12 PM bluestore Bug #22678: block checksum mismatch from rocksdb
After crash OSD restarts and goes on running for a few hours before it crashes again.
I have uploaded log file wit...
Sergey Malinin
12:08 PM bluestore Bug #22678: block checksum mismatch from rocksdb
Is the error permanent in the sense that an affected OSD doesn't start and must be recreated?
Could you please pro...
Radoslaw Zarzynski
06:09 PM rgw Bug #23089 (In Progress): rgw: change order of authentication back to local, remote
Abhishek Lekshmanan
06:07 PM Revision 4cb194ee (ceph): mon/OSDMonitor: fix warnings
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
06:04 PM rgw Bug #22963: radosgw-admin usage show loops indefinitly - again
Casey Bodley
06:04 PM Revision b626b4dc (ceph): mon/OSDMonitor: keep sending legacy create messages for now
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:55 PM rgw Bug #23536 (In Progress): [rgw] Bucket Policy - HTTP_X_FORWARDED_FOR isn't supported
@pritha, could you have a look at this?
Matt
Matt Benjamin
05:55 PM Revision 07ee12d5 (ceph): Merge pull request #21261 from batrick/ceph-update-ceph-object-corpus
ceph-object-corpus: update to fix make check Sage Weil
05:52 PM rgw Bug #23468: radosgw-admin should not use metadata cache when not needed
Casey Bodley
05:50 PM Revision b8569e01 (ceph): ceph-object-corpus: update to fix make check
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
05:45 PM rgw Bug #23454 (In Progress): rgw/s3atests failure: fs contract testBlockReadZeroByteFile/testSeekZer...
Matt Benjamin
05:45 PM rgw Bug #23531 (In Progress): s3a/2.8.0 fs.contract failure Seek/Rename/ComplexDirActions/RecursiveRo...
Matt Benjamin
05:40 PM rgw Bug #23469: jewel: rgw: radosgw in jewel has not been linked with tcmalloc when selected in confi...
Casey Bodley
05:36 PM rgw Bug #23299: rgw_file: post deadlock fix, direct deleted RGWFileHandle objects can remain in handl...
Casey Bodley
05:21 PM Revision ba52924d (ceph): Merge pull request #20896 from smithfarm/wip-23349-luminous
luminous: Couldn't init storage provider (RADOS)
Reviewed-By: Sage Weil <sage@redhat.com>
Abhishek Lekshmanan
05:20 PM Revision b2f41944 (ceph): Merge pull request #20250 from smithfarm/wip-22856-luminous
luminous: build Debian installation packages failure
Reviewed-By: Sage Weil <sage@redhat.com>
Abhishek Lekshmanan
05:14 PM RADOS Bug #23565 (Fix Under Review): Inactive PGs don't seem to cause HEALTH_ERR
In looking at https://tracker.ceph.com/issues/23562, there were inactive PGs starting at... Greg Farnum
05:00 PM Revision f34f9628 (ceph): Merge pull request #20737 from pdvian/wip-23178-luminous
luminous: build/ops: run-make-check.sh: fix SUSE support
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Yuri Weinstein
04:58 PM mgr Bug #22457: ceph-mgr dashboard has dependency on python-jinja2
merged https://github.com/ceph/ceph/pull/20748 Yuri Weinstein
04:58 PM Revision 35fa796c (ceph): Merge pull request #20748 from smithfarm/wip-jinja2-luminous
build/ops: deb: move python-jinja2 dependency to mgr
Reviewed-by: John Spray <john.spray@redhat.com>
Yuri Weinstein
04:56 PM Revision a76c3b51 (ceph): Merge pull request #21016 from pdvian/wip-23077-luminous
luminous: mon: ops get stuck in "resend forwarded message to leader"
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Yuri Weinstein
04:55 PM Revision a5791753 (ceph): Merge pull request #21111 from wido/luminous-21813
luminous: common/ipaddr: Do not select link-local IPv6 addresses
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
04:54 PM Revision 4ac95870 (ceph): Merge pull request #21118 from smithfarm/wip-23500-luminous
luminous: snapmapper inconsistency, crash on luminous
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
04:54 PM Revision 19ee68e4 (ceph): Merge pull request #21134 from smithfarm/wip-23522-luminous
luminous: tests: unittest_pglog timeout
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
04:43 PM RADOS Bug #17257: ceph_test_rados_api_lock fails LibRadosLockPP.LockExclusiveDurPP
... Sage Weil
04:26 PM CephFS Bug #22821 (Resolved): mds: session reference leak
Nathan Cutler
04:26 PM CephFS Backport #22970 (Resolved): jewel: mds: session reference leak
Nathan Cutler
04:26 PM Revision 6f8584b7 (ceph): Merge pull request #21175 from smithfarm/wip-22970-jewel
jewel: mds: session reference leak
Reviewed-by: Yan, Zheng <zyan@redhat.com>
Nathan Cutler
04:18 PM RADOS Bug #23564 (Duplicate): OSD Segfaults
Apr 5 11:40:31 roc05r-sc3a100 kernel: [126029.543698] safe_timer[28863]: segfault at 8d ip 00007fa9ad4dcccb sp 00007... Alex Gorbachev
03:02 PM rgw Bug #23563 (Resolved): swift test "testChunkedPut" fails in jewel 10.2.11 integration testing
In the latest wip-jewel-backports integration branch, swift task fails like this:... Nathan Cutler
02:49 PM bluestore Bug #22102: BlueStore crashed on rocksdb checksum mismatch
Hrm, this run got a crc *near* EOF, but not past it.... Sage Weil
01:47 PM Revision 0e04de4b (ceph): librbd: discard should wait for in-flight cache writeback to complete
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:46 PM Revision feee52d5 (ceph): osdc/ObjectCacher: allow discard to complete in-flight writeback
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:29 PM rgw Bug #23555 (Resolved): swift test fails because pip no longer accepts --allow-unverified
Nathan Cutler
01:19 PM rgw Bug #23555: swift test fails because pip no longer accepts --allow-unverified
Nathan Cutler wrote:
> Opened backport trackers on the optimistic assumption that https://github.com/ceph/swift/pull...
Casey Bodley
01:29 PM rgw Backport #23558 (Resolved): jewel: swift test fails because pip no longer accepts --allow-unverified
Nathan Cutler
01:28 PM rgw Backport #23557 (Resolved): luminous: swift test fails because pip no longer accepts --allow-unve...
Nathan Cutler
01:21 PM CephFS Bug #23529 (Resolved): TmapMigratePP.DataScan asserts in jewel
Nathan Cutler
01:21 PM Revision 300d2048 (ceph): Merge pull request #21208 from ukernel/jewel-23529
jewel: cephfs: fix tmap_upgrade crash
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Nathan Cutler
01:14 PM Revision a903a769 (ceph): Merge pull request #21148 from wjwithagen/wjw-setup-virtualenv
tools: FreeBSD basic getopt does not use --options
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
12:24 PM RADOS Bug #23562 (New): VDO OSD caused cluster to hang
I awoke to alerts that apache serving teuthology logs on the Octo Long Running Cluster was unresponsive.
Here was ...
David Galloway
11:00 AM Revision a367b607 (ceph): Merge pull request #21237 from guzhongyan/zabbix-fix
mgr/zabbix: Fix wrong log message
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
10:55 AM Revision 93079a6f (ceph): client: remove getgroups_cb
Nothing uses this callback.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Jeff Layton
08:37 AM RADOS Bug #23439: Crashing OSDs after 'ceph pg repair'
Hi Greg,
thanks for your response.
> That URL denies access. You can use ceph-post-file instead to upload logs ...
Jan Marquardt
07:04 AM Revision d440902b (ceph): Merge pull request #21253 from ceph/wip-yuriw-crontab
tests/qa - enabled `ceph-deploy` runs on `mira` nodes
Reviewed-by: Vasu Kulkarni <vasu@redhat.com>
Kefu Chai
06:29 AM mgr Bug #23460: mgr deadlock: _check_auth_rotating possible clock skew, rotating keys expired way too...
I've attached to a hanging mgr process (eating 40% CPU) and the output of GDB is attached.
Things to know about th...
Wido den Hollander
04:19 AM CephFS Backport #23561 (In Progress): luminous: mds: mds gets significantly behind on trimming while cre...
https://github.com/ceph/ceph/pull/21256 Patrick Donnelly
04:14 AM CephFS Backport #23561 (Resolved): luminous: mds: mds gets significantly behind on trimming while creati...
https://github.com/ceph/ceph/pull/21256 Patrick Donnelly
04:16 AM Revision 2357670e (ceph): mds: bump mds_log_max_segments for trim buffer
Under create heavy workloads, the MDS will sometimes get behind trimming but
catch up. This avoids unnecessary warnin...
Patrick Donnelly
04:14 AM CephFS Bug #23560 (Pending Backport): mds: mds gets significantly behind on trimming while creating mill...
Patrick Donnelly
04:13 AM Revision 7c6aff27 (ceph): Merge PR #21254 into master
* refs/pull/21254/head:
mds: bump mds_log_max_segments for trim buffer
Reviewed-by: Zheng Yan <zyan@redhat.com>
Patrick Donnelly
03:51 AM Revision 8539a982 (ceph): mds: fix unhealth heartbeat during rejoin
function process_imported_caps might hold mds_lock too long,
mds tick thread will be starved, and leads to unhealth h...
dongdong tao
03:43 AM CephFS Bug #23491 (Fix Under Review): fs: quota backward compatibility
https://github.com/ceph/ceph/pull/21255 Zheng Yan
03:31 AM RADOS Bug #23403: Mon cannot join quorum
My apologies. It appears my previous analysis was incorrect.
I've pored over the logs and it appears the issue is ...
Brad Hubbard
03:12 AM Revision 15ce36b3 (ceph): mds: automatically create snaprealm for old format quota
The new quota format requires that quota inodes have snaprealm.
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Fixes: h...
Yan, Zheng
03:12 AM Revision 6bac60ce (ceph): client: check if mds create snaprealm when setting quota
If mds does not, return -EOPNOTSUPP
Fixes: http://tracker.ceph.com/issues/23491
Signed-off-by: "Yan, Zheng" <zyan@re...
Yan, Zheng
03:12 AM Revision a3d76d61 (ceph): mds: remove unused MDCache::snaprealm_create()
Signed-off-by: Yan, Zheng <zyan@redhat.com> Yan, Zheng
12:50 AM Revision 7fbac83e (ceph): Merge pull request #21252 from neha-ojha/wip-modify-crontab
qa/crontab: run the perf-basic suite every day
Reviewed-by: Yuri Weinstein <yweins@redhat.com>
Josh Durgin

04/04/2018

11:49 PM CephFS Bug #23560 (Fix Under Review): mds: mds gets significantly behind on trimming while creating mill...
https://github.com/ceph/ceph/pull/21254 Patrick Donnelly
11:44 PM CephFS Bug #23560 (Resolved): mds: mds gets significantly behind on trimming while creating millions of ...
Under create heavy workloads, MDS sometimes reaches ~60 untrimmed segments for brief periods. I suggest we bump mds_l... Patrick Donnelly
11:47 PM Revision 86e76d15 (ceph): mds: bump mds_log_max_segments for trim buffer
Under create heavy workloads, the MDS will sometimes get behind trimming but
catch up. This avoids unnecessary warnin...
Patrick Donnelly
11:19 PM RADOS Bug #23554: mon: mons need to be aware of VDO statistics
Right, but AFAICT the monitor is then not even aware of VDO being involved. Which seems fine to my naive thoughts, bu... Greg Farnum
11:05 PM RADOS Bug #23554: mon: mons need to be aware of VDO statistics
Of course Sage is already on it :)
I don't know where the ...
David Galloway
10:46 PM RADOS Bug #23554: mon: mons need to be aware of VDO statistics
At least this: https://github.com/ceph/ceph/pull/20516 Josh Durgin
10:44 PM RADOS Bug #23554: mon: mons need to be aware of VDO statistics
What would we expect this monitor awareness to look like? Extra columns duplicating the output of vdostats? Greg Farnum
05:48 PM RADOS Bug #23554 (New): mon: mons need to be aware of VDO statistics
I created an OSD on top of a logical volume with a VDO device underneath.
Ceph is unaware of how much compression ...
David Galloway
11:18 PM Revision 3846f844 (ceph): tests/qa - enabled `ceph-deploy` runs on `mira` nodes
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
11:12 PM Revision bd8fa06f (ceph): tests/qa: run ceph-deploy on mira nodes
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
10:54 PM Revision 9dc966bc (ceph): mgr/dashboard: Apply usage-bar component on cephfs
Signed-off-by: Ricardo Marques <rimarques@suse.com> Ricardo Marques
10:54 PM Revision 9d5df36e (ceph): mgr/dashboard: Apply usage-bar component on osd
Signed-off-by: Ricardo Marques <rimarques@suse.com> Ricardo Marques
10:54 PM Revision 4b7f56a8 (ceph): mgr/dashboard: Apply usage-bar component on health
Signed-off-by: Ricardo Marques <rimarques@suse.com> Ricardo Marques
10:54 PM Revision e3278b42 (ceph): mgr/dashboard: Add usage bar component
Signed-off-by: Ricardo Marques <rimarques@suse.com> Ricardo Marques
10:26 PM Revision 109057c0 (ceph): qa/crontab: run the perf-basic suite every day
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha Ojha
10:07 PM Revision 5df91532 (ceph): go back to $
Warren Usui
10:00 PM Revision b846df03 (ceph): try to do all (%)
Warren Usui
09:58 PM RADOS Bug #23128: invalid values in ceph.conf do not issue visible warnings
http://docs.ceph.com/docs/master/rados/configuration/ceph-conf/ has been updated with information about this Josh Durgin
09:53 PM RADOS Bug #23273: segmentation fault in PrimaryLogPG::recover_got()
Can you reproduce with osds configured with:... Josh Durgin
09:46 PM Messengers Bug #23329: async messager lost session when IO performance testing, not recover util to restart
Can you explain the issue in more detail? Did the accepter thread break or something? Greg Farnum
09:43 PM RADOS Bug #23439: Crashing OSDs after 'ceph pg repair'
That URL denies access. You can use ceph-post-file instead to upload logs to a secure location.
It's not clear wha...
Greg Farnum
09:39 PM RADOS Bug #23320 (Fix Under Review): OSD suicide itself because of a firewall rule but reports a receiv...
github.com/ceph/ceph/pull/21000 Greg Farnum
09:37 PM RADOS Bug #23487: There is no 'ceph osd pool get erasure allow_ec_overwrites' command
Greg Farnum
09:31 PM RADOS Bug #23510 (Resolved): rocksdb spillover for hard drive configurations
Greg Farnum
09:31 PM RADOS Bug #23511: forwarded osd_failure leak in mon
Kefu, did your latest no_reply() PR resolve this? Greg Farnum
09:29 PM RADOS Bug #23535 (Closed): 'ceph --show-config --conf /dev/null' does not work any more
Yeah, you should use the monitor config commands now! :) Greg Farnum
09:28 PM RADOS Bug #23258: OSDs keep crashing.
Brian, that's a separate bug; the code address you've picked up on is just part of the generic failure handling code.... Greg Farnum
09:19 PM RADOS Bug #23258: OSDs keep crashing.
I was about to start a new bug and found this, I am also seeing 0xa74234 and ceph::__ceph_assert_fail...
A while b...
Brian Woods
09:26 PM CephFS Bug #20988: client: dual client segfault with racing ceph_shutdown
Luminous test revert PR: https://github.com/ceph/ceph/pull/21251 Nathan Cutler
09:22 PM CephFS Bug #20988: client: dual client segfault with racing ceph_shutdown
Jeff Layton wrote:
> To be clear, I think we may want to leave off the patch that adds the new testcase from this se...
Nathan Cutler
09:13 PM CephFS Bug #20988 (Resolved): client: dual client segfault with racing ceph_shutdown
Patrick Donnelly
09:24 PM Revision 3b3c32f6 (ceph): qa/suites/rados/singleton/all/recovery_preemption: whitelist SLOW_OPS
Recovery and peering can be slow enough with all the logging enabled to
trigger a slow ops warning.
Signed-off-by: S...
Sage Weil
09:22 PM RADOS Bug #20924: osd: leaked Session on osd.7
/a/sage-2018-04-04_02:28:04-rados-wip-sage2-testing-2018-04-03-1634-distro-basic-smithi/2351291
rados/verify/{ceph...
Sage Weil
09:21 PM RADOS Bug #18746: monitors crashing ./include/interval_set.h: 355: FAILED assert(0) (jewel+kraken)
Under discussion on the PR, which is good on its own terms but suffering from a prior CephFS bug. :( Greg Farnum
09:20 PM Revision 7db0fd0a (ceph): TEST Revert "mon/OSDMonitor: disallow pg_num changes until after pool i...
This reverts commit 38319f8300ebf4a48b6910790467bad96d29941e.
I want to reproduce the race to see if there is a bett...
Sage Weil
09:19 PM RADOS Bug #23297: mon-seesaw 'failed to become clean before timeout' due to laggy pg create
I suspect this is resolved in https://github.com/ceph/ceph/pull/19973 by the commit that has the OSDs proactively go ... Greg Farnum
09:16 PM RADOS Bug #23490: luminous: osd: double recovery reservation for PG when EIO injected (while already re...
David, can you look at this when you get a chance? I think it's due to EIO triggering recovery when recovery is alrea... Josh Durgin
09:13 PM CephFS Backport #21526 (Closed): jewel: client: dual client segfault with racing ceph_shutdown
Dropping this due to the age of jewel, dubious value, and lack of dual-client use-case for jewel. Patrick Donnelly
09:13 PM RADOS Bug #23204: missing primary copy of object in mixed luminous<->master cluster with bluestore
We should see this again as we run the upgrade suite for mimic... Greg Farnum
09:08 PM RADOS Bug #22902 (Resolved): src/osd/PG.cc: 6455: FAILED assert(0 == "we got a bad state machine event")
https://github.com/ceph/ceph/pull/20933 Josh Durgin
09:07 PM RADOS Bug #23267 (Pending Backport): scrub errors not cleared on replicas can cause inconsistent pg sta...
Greg Farnum
09:07 PM rgw Bug #23555: swift test fails because pip no longer accepts --allow-unverified
Opened backport trackers on the optimistic assumption that https://github.com/ceph/swift/pull/5 will merge soon. Nathan Cutler
09:06 PM rgw Bug #23555 (Pending Backport): swift test fails because pip no longer accepts --allow-unverified
Nathan Cutler
09:05 PM rgw Bug #23555 (Fix Under Review): swift test fails because pip no longer accepts --allow-unverified
Nathan Cutler
08:01 PM rgw Bug #23555: swift test fails because pip no longer accepts --allow-unverified
On Fedora 27 (pip 9.0.3) this is just a deprecation warning:... Casey Bodley
07:57 PM rgw Bug #23555: swift test fails because pip no longer accepts --allow-unverified
https://github.com/ceph/swift/pull/5 Casey Bodley
07:48 PM rgw Bug #23555: swift test fails because pip no longer accepts --allow-unverified
According to https://github.com/pypa/pip/pull/3007 it's possible to add "trusted-host" to requirements.txt - not sure... Nathan Cutler
07:43 PM rgw Bug #23555: swift test fails because pip no longer accepts --allow-unverified
Raising priority because this blocks jewel integration testing. Nathan Cutler
07:42 PM rgw Bug #23555 (Resolved): swift test fails because pip no longer accepts --allow-unverified
All the failures in this run are due to this bug: http://pulpito.ceph.com/smithfarm-2018-04-04_17:26:39-rgw-wip-jewel... Nathan Cutler
09:06 PM Revision 90600bd1 (ceph): Merge pull request #21101 from dzafman/wip-23267
scrub errors not cleared on replicas can cause inconsistent pg state when replica takes over primary
Reviewed-by: Jo...
Josh Durgin
09:06 PM rgw Backport #23558 (Resolved): jewel: swift test fails because pip no longer accepts --allow-unverified
https://github.com/ceph/swift/commit/17fe24b858455ce759d15afba6d5872e8b8a4529 Nathan Cutler
09:06 PM rgw Backport #23557 (Resolved): luminous: swift test fails because pip no longer accepts --allow-unve...
https://github.com/ceph/swift/commit/729cabb2d9f173e4ef3db565301b8584d33017e2 Nathan Cutler
08:48 PM CephFS Bug #23556: segfault in LibCephFS.ShutdownRace (jewel 10.2.11 integration testing)
Tentatively agreed to drop the PR, because "jewel is near EOL and we don't have a use-case with dual clients for jewel" Nathan Cutler
08:31 PM CephFS Bug #23556: segfault in LibCephFS.ShutdownRace (jewel 10.2.11 integration testing)
Looks to be coming from this commit, because it's the one that adds the ShutdownRace test case:
https://github.com...
Nathan Cutler
08:23 PM CephFS Bug #23556 (Closed): segfault in LibCephFS.ShutdownRace (jewel 10.2.11 integration testing)
The test runs libcephfs/test.sh workunit, which in turn runs the ceph_test_libcephfs binary from the ceph-test packag... Nathan Cutler
08:10 PM Revision 2acfbb09 (ceph): tests: swift.py: clone the ceph-luminous branch
The master branch of ceph/swift.git contains tests that are incompatible with
Jewel and Luminous. The ceph-luminous b...
Nathan Cutler
07:49 PM bluestore Bug #22102: BlueStore crashed on rocksdb checksum mismatch
Scratch that, mark didn't hit the assert for num_readers ==0 , and the core indicates file isn't deleted.
_read_ra...
Sage Weil
07:25 PM RADOS Backport #23413 (Resolved): jewel: delete type mismatch in CephContext teardown
Nathan Cutler
07:24 PM Revision c364f584 (ceph): Merge pull request #21084 from pdvian/wip-23413-jewel
jewel: log: Fix AddressSanitizer: new-delete-type-mismatch
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Nathan Cutler
07:23 PM RADOS Bug #20471 (Resolved): Can't repair corrupt object info due to bad oid on all replicas
Nathan Cutler
07:23 PM RADOS Backport #23181 (Resolved): jewel: Can't repair corrupt object info due to bad oid on all replicas
Nathan Cutler
07:23 PM Revision 425814ee (ceph): Merge pull request #20622 from dzafman/wip-info-soid
jewel: follow-on: osd: be_select_auth_object() sanity check oi soid
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Nathan Cutler
06:56 PM rbd Bug #18844 (Fix Under Review): import-diff failed: (33) Numerical argument out of domain - if ima...
*PR*: https://github.com/ceph/ceph/pull/21249 Jason Dillaman
06:15 PM rbd Bug #18844 (In Progress): import-diff failed: (33) Numerical argument out of domain - if image si...
If the 'rbd export-diff' is corrupt, it can result in that error:... Jason Dillaman
06:55 PM Revision b28e5af4 (ceph): rbd: improve 'import-diff' corrupt input error messages
Fixes: http://tracker.ceph.com/issues/18844
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
06:24 PM RADOS Bug #21758 (Resolved): cli/crushtools/build.t sometimes fails in jenkins' "make check" run
Nathan Cutler
06:24 PM RADOS Backport #21784 (Resolved): jewel: cli/crushtools/build.t sometimes fails in jenkins' "make check...
Nathan Cutler
06:24 PM Revision 7f0b6605 (ceph): Merge pull request #21158 from smithfarm/wip-21784-jewel
jewel: cli/crushtools/build.t sometimes fails in jenkins' make check run
Reviewed-by: Kefu Chai <kchai@redhat.com>
Nathan Cutler
06:22 PM Backport #23523 (Resolved): jewel: tests: unittest_pglog timeout
Nathan Cutler
06:22 PM Revision 65de8da6 (ceph): Merge pull request #21135 from smithfarm/wip-23523-jewel
jewel: tests: unittest_pglog timeout
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Brad Hubbard <bhubbard@r...
Nathan Cutler
06:19 PM Documentation #23336 (Resolved): Documentation license version is ambiguous
Nathan Cutler
06:19 PM Backport #23411 (Resolved): jewel: Documentation license version is ambiguous
Nathan Cutler
06:19 PM Revision 32302172 (ceph): Merge pull request #20999 from pdvian/wip-23411-jewel
jewel: legal: remove doc license ambiguity
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
06:18 PM RADOS Feature #23242 (Resolved): ceph-objectstore-tool command to trim the pg log
Nathan Cutler
06:18 PM RADOS Backport #23307 (Resolved): jewel: ceph-objectstore-tool command to trim the pg log
Nathan Cutler
06:18 PM Revision 8b689df0 (ceph): Merge pull request #20882 from dzafman/wip-23307
jewel: ceph-objectstore-tool command to trim the pg log
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Nathan Cutler
06:17 PM Bug #23185 (Resolved): ceph: decode mds dump cache bytes failed
Nathan Cutler
06:16 PM Revision c17dad3b (ceph): Merge pull request #20763 from tchaikov/wip-23185-jewel
jewel: ceph.in: bypass codec when writing raw binary data
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by:...
Nathan Cutler
05:51 PM CephFS Bug #23210 (Resolved): ceph-fuse: exported nfs get "stale file handle" when mds migrating
Sorry, this should not be backported. ceph-fuse "support" for NFS is only for Mimic. Patrick Donnelly
06:05 AM CephFS Bug #23210 (Pending Backport): ceph-fuse: exported nfs get "stale file handle" when mds migrating
@Patrick, please confirm that this should be backported to luminous and which master PR. Nathan Cutler
05:20 PM rbd Bug #23548 (Fix Under Review): Discard ops should flush affected objects from in-memory cache
*PR*: https://github.com/ceph/ceph/pull/21248 Jason Dillaman
01:05 AM rbd Bug #23548 (Resolved): Discard ops should flush affected objects from in-memory cache
When using the in-memory cache in writeback mode, it's possible that an overlapping discard immediately after a write... Jason Dillaman
05:17 PM Revision 72c6405d (ceph): build/ops: make-dist: fall back to python3
If python2.7 is not available, we might be building in a Python 3-only
environment.
Signed-off-by: Nathan Cutler <nc...
Nathan Cutler
04:41 PM rgw Bug #23547: compression ratio depends on block size, which is much smaller (16K vs 4M) in multisi...
I was unable to increase libcurl's buffer size above 16k. This issue was raised at https://github.com/curl/curl/issue... Casey Bodley
04:41 PM Revision 1f892217 (ceph): mgr/dashboard: move all controller infrastructure to controllers/__init...
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
04:41 PM Revision 204109cc (ceph): mgr/dashboard: using RoutesDispatcher as HTTP request dispatcher
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
04:10 PM Revision 82ab4120 (ceph): signal_handler: Reports pid 0 as Kernel
When receiving a signal, get_name_by_pid() tries to find what was the process name of the sender.
As per bug #23320,...
Erwan Velu
04:10 PM Revision 8c6d7420 (ceph): signal_handler: Implementing specific messages per context
As per bug #23320, regarding the signal we receive, it could be interesting providing a specific message.
If we get ...
Erwan Velu
03:57 PM mgr Bug #23460: mgr deadlock: _check_auth_rotating possible clock skew, rotating keys expired way too...
Wido: so I guess the monclient messages are more of a symptom of something else getting badly stuck -- I suspect that... John Spray
08:52 AM mgr Bug #23460: mgr deadlock: _check_auth_rotating possible clock skew, rotating keys expired way too...
And I also found one cpu core, which was allocated to this osd by cgroup, had 100% us time.
And the osd is still ali...
wei jin
08:32 AM mgr Bug #23460: mgr deadlock: _check_auth_rotating possible clock skew, rotating keys expired way too...
I ran into the same issue from osd, which leads to slow request. (Luminous 12.2.4)
The primary osd's ops were blocke...
wei jin
03:40 PM bluestore Bug #22678: block checksum mismatch from rocksdb
I have similar issue with two OSDs (12.2.4) running on the same host. Recreating OSDs did not have any effect, I get ... Sergey Malinin
03:30 PM Revision 5b9c0c16 (ceph): osd: clarify FIXME comments
These are generally things to fix aspirationally someday or things that
we'll need to clean up as part of the move to...
Sage Weil
03:28 PM Revision 806072a4 (ceph): Merge pull request #21146 from zmc/wip-cephmetrics
qa/suites/cephmetrics: Updates for new version vasukulkarni
03:26 PM Revision 1f4f8ce2 (ceph): osd: reimplement get_mapped_pools
Output as a proper array this time.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:18 PM Revision 953744e5 (ceph): Merge pull request #21244 from ifed01/wip-ifed-min-blob-descr
os/bluestore: update description for bluestore_compression_[min|max|_blob_size options
Reviewed-by: Sage Weil <sage@...
Sage Weil
03:12 PM bluestore Bug #23540: FAILED assert(0 == "can't mark unloaded shard dirty") with compression enabled
Francisco,
thanks for the update, very appreciated.
Curious if you can collect a log for the crushing OSD, with d...
Igor Fedotov
02:53 PM bluestore Bug #23540: FAILED assert(0 == "can't mark unloaded shard dirty") with compression enabled
I disabled the compression for a while and no OSD's get the error, after enabled it again they back to get the proble... Francisco Freire
02:29 PM Revision 70cda170 (ceph): os/bluestore: be more verbose when hitting unloaded shard in extent map
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
02:12 PM Revision 4c0c8f59 (ceph): kv/Makefile: fix rocksdb build options (USE_RTTI=1)
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:12 PM Revision 9c32dedd (ceph): rocksdb update
This is the version in 12.2.0, that we have been running for ~6 month or so.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
02:12 PM Revision 48b48d41 (ceph): tests: unittest_rocksdb_option: remove deprecated option
* disable_data_sync was removed from rocksdb, see
https://github.com/facebook/rocksdb/blob/02799ad77a16332ee5bfb570...
Kefu Chai
02:12 PM Revision c7ade3a2 (ceph): kv/RocksDBStore: convert get() to use rocksdb Get() instead of iterator
For RocksDB, iterator will bypass row cache.
We don't want this to happen for get(), after row cache is enabled.
Sig...
Jianjian Huo
02:12 PM Revision 2c6de6be (ceph): RocksDBStore: use Get for multiget
Signed-off-by: Haomai Wang <haomai@xsky.com>
(cherry picked from commit a44f4f7238585996f83f7e35e01587671fe675d4)
Haomai Wang
02:12 PM Revision 40388fb5 (ceph): Logging rocksdb transaction in ceph log
The rocksdb transaction is now been logged into ceph log based
on debug level. If transaction is failed, the error co...
Somnath Roy
02:12 PM Revision 6f21ed9c (ceph): kv/RocksDBStore: no reason to make write_batch using new/delete
discards new/delete for bat
Signed-off-by: Haomai Wang <haomai@xsky.com>
(cherry picked from commit 79a6611c0aa2c5b1...
Haomai Wang
02:12 PM Revision c8696220 (ceph): kv/RocksDBStore: dump extended stats
Signed-off-by: Varada Kari <varada.kari@sandisk.com>
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
(cherry picke...
Varada Kari
02:12 PM Revision dea24a6a (ceph): src/kv/RocksDBStore.cc:fix typos
Signed-off-by: xianxiaxiao <xianxia.xiao@kylin-cloud.com>
(cherry picked from commit b26555a0422423a9fef0034aa9313b3a...
xianxia xiao
02:12 PM Revision 29eed007 (ceph): os/kv: beautify kvdb statistics
Improves the presentation of rocksdb dump statistics
Signed-off-by: Varada Kari <varada.kari@sandisk.com>
(cherry pi...
Varada Kari
02:12 PM Revision 7eaa0a1a (ceph): kv/RocksDBStore: abort if rocksdb EIO, don't return incorrect result
If the underlying disk is missing, the current logic won't check the actual
reason why Get/Set failed, it will result...
Haomai Wang
02:12 PM Revision daafa5d8 (ceph): include/assert: define ceph_abort_msg(cct, msg)
Abort with an error string.
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 23d6438f1253b593dd...
Sage Weil
02:12 PM Revision 3d1d2166 (ceph): rocksdb: remove experimental status
We've been testing rocksdb on mons in QA for months now
with no problems. We've also observed no problems with
its u...
Sage Weil
02:12 PM Revision 2fe67f2d (ceph): osd: switch filestore to default to rocksdb
Signed-off-by: Neha Ojha <nojha@redhat.com>
(cherry picked from commit ba96197e6d4614377c80cf16a1b29b6e6ac70f90)
Con...
Neha Ojha
02:12 PM Revision 757776af (ceph): Makefile-rocksdb.am: update for new rocksdb version
Signed-off-by: Josh Durgin <jdurgin@redhat.com> Josh Durgin
02:12 PM Revision 3ffa4bdf (ceph): tools/ceph-kvstore-tool: add destination store type to store-copy
This allows e.g. copying from leveldb into rocksdb
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
(cherry picked f...
Josh Durgin
02:12 PM Revision 73e6ffc9 (ceph): tools/ceph-kvstore-tool: clean up destination store object
If left alive, background threads in the db may crash
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
(cherry picke...
Josh Durgin
02:12 PM Revision 56740d05 (ceph): common/options: enable multiple rocksdb compaction threads for filestore
One of the major benefits of rocksdb over leveldb is multithreaded
compaction. The default of 1 thread does not provi...
Josh Durgin
02:12 PM Revision 69a01921 (ceph): os/filestore: disable rocksdb compression
Experience working with customer escalations suggests that disabling
compression improves performance, and the storag...
Sage Weil
02:12 PM Revision b991c334 (ceph): PendingReleaseNotes: note about changing omap backend to rocksdb
Signed-off-by: Josh Durgin <jdurgin@redhat.com> Josh Durgin
02:10 PM Revision 40925da7 (ceph): kv/RocksDBStore: Add table options for filter and index tuning.
This is a modified cherry-pick of commit 9c15338 to work with the old
config_opts settings.
Signed-off-by: Mark Nels...
Mark Nelson
02:01 PM Revision 733be6f0 (ceph): os/bluestore: update description for
bluestore_compression_[min|max|_blob_size options
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
Igor Fedotov
01:27 PM Revision 68c505df (ceph): PendingReleaseNotes: not pg_num adjustments during pool create
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:27 PM Revision 0724072b (ceph): osd: clean up osdmap_lock
Comment rules and take lock during init/shutdown (nice but not necessary).
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:27 PM Revision b85a24ac (ceph): os/ObjectStore: add has_contexts()
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:27 PM Revision 9dbb9f93 (ceph): osd: check for rctx contexts instead of adding nop() to transaction
This is cheaper and more explicit.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:27 PM Revision d14221d5 (ceph): osd: avoid OSDShardPGSlot allocation in fast path
If the entry already exists, we don't want to construct the PGSlot
and then throw it out.
Signed-off-by: Sage Weil <...
Sage Weil
01:27 PM Revision a01d2dfc (ceph): osd: accessors for num_pgs
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:27 PM Revision 77179eb9 (ceph): osd: reduce debug level for pg epoch min
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:27 PM Revision a25d6fd8 (ceph): osd: move sdata_op_ordering_lock declaration
So that comment makes sense
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:27 PM Revision 0c2970f0 (ceph): osd: rename OSDPGShard::osdmap -> shard_osdmap
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:27 PM Revision 20f6a86a (ceph): osd: OSDShard: sdata_lock -> sdata_wait_lock
This is only used for waiting.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:27 PM Revision e05dddeb (ceph): osd: OSDShard: sdata_op_ordering_lock -> shard_lock
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:27 PM Revision 073dc921 (ceph): osd: drop obsolete Pred
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:27 PM Revision 3ecfa258 (ceph): PendingReleaseNotes: mons before osds to avoid force-recovery issue
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision b57d4099 (ceph): osd: synchronously remove pgids when pool tombstone is missing or invalid
This is needed for upgraded clusters (e.g., v13.0.2 clusters with an
missing ec_profile or upgraded clusters with par...
Sage Weil
01:26 PM Revision 3bd33381 (ceph): osd: handle pushes_to_free in consume_map
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision c9bf02f4 (ceph): osd: drop unused pushes_to_free variable on _process
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision dba7521d (ceph): osd: constify arg to identify_splits
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision db35bbd3 (ceph): osd: constify arg to prime_splits
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision 08381749 (ceph): osd: constify arg for handle_pg_create_info, maybe_wait_for_max_pg
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision dc66a055 (ceph): osd: fix 'stale' message
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision bfbf2044 (ceph): osd: fix old wake_pg_waiters references
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision 5155baf3 (ceph): osd: handle NOUP flag vs boot race
If we digest maps that show a NOUP flag change *and* we also go active,
there is no need to restart the boot process-...
Sage Weil
01:26 PM Revision 1eec5bb6 (ceph): osd: better debug output in identify_splits
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision 68dac914 (ceph): osd/PG: do final pg delete transaction on pg sequencer
Simpler, cleaner. Also, this way we flush before returning.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:26 PM Revision 11a9fbec (ceph): osd: some debug output in identify_split_children
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision 740b7809 (ceph): osd: use rctx transaction for PG removal
In the normal case, queue up the removal work on the rctx transaction.
For the final cleanup, since we need to block...
Sage Weil
01:26 PM Revision 0e6db5e3 (ceph): osd: periodically request newer map from mon if waiting peering events
If we have peering events waiting on a newer map than we have, request it
from the mon. Do this periodically in tick...
Sage Weil
01:26 PM Revision c2cce3bc (ceph): qa/suites/rados/basic/tasks/rados_api_tests: debug ms = 1
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision 26f00dd6 (ceph): qa/suites: mon warn on pool no app = false for api tests
Among other things, the list.cc tests set pg_num which waits for cluster
healthy.
Signed-off-by: Sage Weil <sage@red...
Sage Weil
01:26 PM Revision c454184d (ceph): osd/osd_types: fix pg_t::pool() return type (uint64_t -> int64_t)
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision 40a92a1f (ceph): osd/PG: move shutdown into PG
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision ff0f798e (ceph): osd/PG: flush sequencer/collection on shutdown
This should catch any in-flight work we have.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:26 PM Revision b4d96be9 (ceph): osd: improve documentation for event queue ordering and requeueing rules
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision ce699ff8 (ceph): osd: close split vs query race in consume_map
Consider the race:
- shard 0 consumes epoch E
- shard 1 consumes epoch E
- shard 1 pg P will split to C
- shard 0 ...
Sage Weil
01:26 PM Revision 494d02c3 (ceph): osd/PG: ensure an actual transaction gets queued for recovery finish
Otherwise, this context gets leaked and lost.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:26 PM Revision c3589df3 (ceph): qa/suites/rados/singleton/all/mon-seesaw: whitelist PG_AVAILABILITY
The seesaw might delay pg creation by more than 60s.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:26 PM Revision 29a885c9 (ceph): qa/suites/rados/singleton/all/recovery_preemption: make test more reliable
A 30 second run did only 7000 ops, which means ~50 log entires per pg...
not enough to trigger backfill.
Signed-off-...
Sage Weil
01:26 PM Revision bfeae027 (ceph): osd: make save osdmap accessor for OSDShard
The advance_pg needs to get the shard osdmap without racing against
consume_map().
Signed-off-by: Sage Weil <sage@re...
Sage Weil
01:26 PM Revision 3b970e32 (ceph): osd: clear shard osdmaps during shutdown
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision 9d6425ab (ceph): osd: decrement deleting pg count in _delete_some
The exit() method for ToDelete state doesn't run on PG destruction.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:26 PM Revision cf503610 (ceph): osd: update numpg_* counters when removing a pg
Usually on a pg create we see an OSDMap update; on PG removal completion
we may not.
Signed-off-by: Sage Weil <sage@...
Sage Weil
01:26 PM Revision b4af83d7 (ceph): osd: (pre)publish map before distributing to shards (and pgs)
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision f9667a9e (ceph): osd: fix fast pg create vs limits
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision 07135863 (ceph): osd: kill broken _process optimization; simplify null pg flow
- drop fast quuee to waiting list optimization: it breaks ordering and is
a useless optimization
- restructure so tha...
Sage Weil
01:26 PM Revision 334bf7e3 (ceph): osd/PG: set send_notify on child
If we are a non-primary, we need to ensure the split children send
notifies.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:26 PM Revision 38319f83 (ceph): mon/OSDMonitor: disallow pg_num changes until after pool is created
The pg create handling OSD code does not handle races between a mon create
message and a split message.
Signed-off-b...
Sage Weil
01:26 PM Revision 7a9153c4 (ceph): osd/PG: register delete completion directly on Transaction
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision bc9436bc (ceph): osd/PG: remove RecoveryCtx on_applied and on_commit
These were awkward and unnecessary.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:26 PM Revision 486faa48 (ceph): osd: remove old min pg epoch tracking
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision 1270b49f (ceph): osd: kill pass-through _open_pg
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision 7fb35ff9 (ceph): osd: lookup_*pg must return PGRef
Otherwise it is fundamentally unsafe, as the PG might get destroyed out
from under us without a reference.
Signed-of...
Sage Weil
01:26 PM Revision 3a0b197c (ceph): osd: fix pg removal vs _process race
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision 183e7d7b (ceph): common/tracked_int_ptr: fix operator= return value
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision 540b1bc9 (ceph): osd: clean up mutex naming for OSDShard
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision e178a6d8 (ceph): osd/PG: link back to pg slot
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision 9895c9f1 (ceph): osd: index pg (slots) by map epoch within each shard
This will replace the epoch tracking in OSDService shortly.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:26 PM Revision 6c52e5d1 (ceph): osd: wait for pg epochs based on shard tracking
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision a5494b81 (ceph): osd/PG: register flush completions directly on the Transaction
No need to awkward list passed as an arg; all of these callbacks end up
on the Transaction anyway.
Signed-off-by: Sa...
Sage Weil
01:26 PM Revision 643714ff (ceph): osd/PG: drop unused activate() context list arg
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision 45e07480 (ceph): osd/PG: register recovery finish context directly on Transaction
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision 2c2378c4 (ceph): osd/PG: drop unused context list accessors for RecoveryCtx
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision ed72f30d (ceph): osd: register split completion directly on Transaction
No need to use wonky RecoveryCtx C_Contexts
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:26 PM Revision 295dfe03 (ceph): osd: restructure consume_map in terms of shards
- new split primming machinery
- new primed split cleanup on pg removal
- cover the pg creation path
The old split t...
Sage Weil
01:26 PM Revision b7dc3d0f (ceph): osd: remove old split tracking machinery
This infrastructure is no longer used; simpler split tracking now lives in
the shards pg_slots directly.
Signed-off-...
Sage Weil
01:26 PM Revision 2922b3be (ceph): osd: use _attach_pg and _detach_pg helpers; keep PG::osd_shard ptr
Consolidate num_pgs updates (and fix a counting bug along the way).
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:26 PM Revision 3b293595 (ceph): osd: fix PG::ch init
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision 8433941c (ceph): osd: remove created_pgs tracking in RecoveryCtx
Not needed or used!
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:26 PM Revision 7aeebde3 (ceph): osd: remove some unused methods
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision 973836c7 (ceph): osd: change pg_slots unordered_map to use unique_ptr<>
This avoids moving slots around in memory in the unordered_map... they can
be big!
Signed-off-by: Sage Weil <sage@re...
Sage Weil
01:26 PM Revision 4c465fbf (ceph): osd: OSDShard::pg_slot -> OSDShardPGSlot
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision 0bf6ac89 (ceph): osd: move ShardedOpWQ::ShardData -> OSDShard
Soon we will destroy pg_map!
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:26 PM Revision c4960f03 (ceph): osd: remove get_mapped_pools command
No in-tree users.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:26 PM Revision bffa6223 (ceph): osd: get _get_pgs() and _get_pgids()
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision 4fc45982 (ceph): osd: use _get_pgs() where possible; avoid touching pg_map directly
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision eed90d4a (ceph): osd: rename OSDShard waiting_for_pg_osdmap -> osdmap
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision 8ee13128 (ceph): osd: kill pg_map
Split doesn't work quite right; num_pgs count is probably off. But, things
mostly work.
Signed-off-by: Sage Weil <s...
Sage Weil
01:26 PM Revision e297b1e6 (ceph): osd: pass data into OpQueueItem::run()
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision 2a9c8d80 (ceph): osd: pass sdata into dequeue_peering_evt (and dequeue_delete)
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision c5b39139 (ceph): osd/PG: ignore RecoveryDone in ReplicaActive too
This can be missed on a RepRecovering -> RepNotRecovering ->
RepWaitBackfillReserved transition. Catch any straggler...
Sage Weil
01:26 PM Revision da47654c (ceph): osd: store ec profile with final pool
We need this to reinstantiate semi-deleted ec backends.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:26 PM Revision 765e16e0 (ceph): osd: move PG peering waiters into op wq
This resolves problems with a peering event being delivered triggering
advance_pg which triggers a requeue of waiting...
Sage Weil
01:26 PM Revision 987490db (ceph): osd: debug recovery_ops_reserved
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision 0766f5b4 (ceph): osd: do not release recovery_ops_reserved on requeue
This doesn't make sense.. although it's the same behavior as
luminous.
The point of the releases here is that if we ...
Sage Weil
01:26 PM Revision d9dcaa79 (ceph): osd: kill _create_lock_pg
Unused.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:26 PM Revision d3bd6371 (ceph): osd: kill _open_lock_pg
Move lock call to caller.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:26 PM Revision 3a331c8b (ceph): osd: kill disk_tp, recovery_gen_wq
Progress!
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:26 PM Revision 065829dc (ceph): osd: misc fixes
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision 56095657 (ceph): osd/OSD,PG: get_osdmap()->get_epoch() -> get_osdmap_epoch()
Avoid wrangling shared_ptr!
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:26 PM Revision c20251b9 (ceph): osd: normal command uses slow dispatch (it can send messages)
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision f1f0d30c (ceph): osd: restructure pg waiting
Rethink the way we wait for PGs. We need to order peering events relative to
each other; keep them in a separate que...
Sage Weil
01:26 PM Revision cea30e9e (ceph): osd: restructure pg waiting more
Wait by epoch. This is less kludgey than before!
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:26 PM Revision 68d89616 (ceph): osd/osd_types: include epoch_sent in pg_query_t operator<<
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision ae210722 (ceph): osd: prime pg_slots for to-be-split children
Once we know which PGs are about to be created, we instantiate their
pg_slot and mark them waiting_pg, which blocks a...
Sage Weil
01:26 PM Revision bd8d198c (ceph): osd/OSDMap: get_primary_shart() variant that returns primary *and* shard
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision fe5e3614 (ceph): osd: use peering events for forced recovery
The mgr code is updated to send spg_t's instead of pg_t's (and is slightly
refactored/cleaned).
The PG events are ad...
Sage Weil
01:26 PM Revision 62f79cae (ceph): osd/PG: request scrub via a state machine event
Continuing effort to make PG interactions event based.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:26 PM Revision 60ea5e87 (ceph): osd: new MOSDScrub2 message with spg_t, fast dispatch
Send new message to mimic+ OSDs. Fast dispatch it at the OSD.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:26 PM Revision 26938d54 (ceph): osd: remove _ookup_lock_pg_with_map_lock_held()
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision e5c33685 (ceph): osd: move recovery contexts to normal wq
We have a specific PGRecoveryContext type/event--even though we are just
calling a GenContext--so that we can disting...
Sage Weil
01:26 PM Revision 294bc5d6 (ceph): osd: fix max pg check for peer events
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision 39945d29 (ceph): osd: send pg creations through normal pg queue
Queue a null event tagged with create_info, elimiating the special
legacy path.
These are still not fast dispatch be...
Sage Weil
01:26 PM Revision b4fcd6d7 (ceph): osd/OSDMapMapping: a getter that returns a spg_t
Note whether a pool is erasure so that we can generate an appropriate
spg_t for a mapping.
Signed-off-by: Sage Weil ...
Sage Weil
01:26 PM Revision 974896a8 (ceph): osd: handle MOSDPGCreate2 messages (fast dispatch!)
Add a new MOSDPGCreate2 message that sends the spg_t (not just pg_t) and
includes only the info we need. Fast dispat...
Sage Weil
01:26 PM Revision 6710d348 (ceph): mon/OSDMOnitor: send MOSDPGCreate2 to mimic+ osds
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision f325b7db (ceph): osd: fast dispatch ping
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision 025ca7e1 (ceph): osd: fast dispatch M[Mon]Command
These just get dumped onto a work queue.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:26 PM Revision 718b6baa (ceph): osd: remove obsolete slow dispatch path for most messages
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision 9dc71e65 (ceph): osd: fast dispatch peering events (part 2)
This actually puts the remaining peering events into fast dispatch. The
only remaining event is the pg create from t...
Sage Weil
01:26 PM Revision 82806074 (ceph): osd/PGPeeringEvent: note mon- vs peer-initiated pg creates
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:26 PM Revision 9ab24001 (ceph): osd: use atomic for pg_map_size
This avoids the need for pg_map_lock in the max pg check.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:23 PM Revision 15f89a15 (ceph): doc: Add usage doc for individual bucket quota Admin API
Add usage doc for a new Admin API for individual bucket quota management
Fixes: http://tracker.ceph.com/issues/21811...
Jeegn Chen
01:22 PM Revision f89e1bf5 (ceph): rgw: Add URL format support for bucket quota modification
Allow admin to change the quota of a individual bucket through Admin API
with params in URL
Fixes: http://tracker.ce...
Jeegn Chen
11:35 AM Revision 545ad35a (ceph): test/store_test: allow update for any config setting when preparing for
test case run.
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
Igor Fedotov
11:24 AM Revision f62ec7ef (ceph): Merge pull request #21234 from tchaikov/wip-jewel-rocksdb-without-jemalloc
jewel: rocksdb: disable jemalloc explicitly
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
10:19 AM Revision f736dbde (ceph): mgr/dashboard: TaskManager: implement finished tasks as a list
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
10:19 AM Revision dd003e5f (ceph): mgr/dashboard: fix exception serialization for tasks
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
09:46 AM Revision 0119e55a (ceph): test/store_test: make sure config settings are set.
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
09:42 AM Revision 4eeea7c0 (ceph): doc: fix typos and other minor errors in cephfs-nfs doc
Signed-off-by: Ramana Raja <rraja@redhat.com> Ramana Raja
09:39 AM rbd Bug #22872: "rbd trash purge --threshold" should support data pool
Does it mean support an option like:
rbd trash purge <pool-name> --threshold '<x>' --data-pool=<data-pool-name>
...
Mahati Chamarthy
09:29 AM Revision bad4e929 (ceph): mgr/zabbix: Fix wrong log message
Signed-off-by: Gu Zhongyan <guzhongyan@360.cn> Gu Zhongyan
09:29 AM Revision 386c7136 (ceph): Merge pull request #21087 from ricardoasmarques/wip-date-pipe
mgr/dashboard: Add CdDatePipe
Reviewed-by: Volker Theile <vtheile@suse.com>
Lenz Grimmer
08:50 AM Revision 9bb1fb07 (ceph): osd: remove duplicated "commit_queued_for_journal_write" in OpTracker
* src/os/filestore/FileJournal.cc: remove line 1612-1613 which will print "commit_queued_for_journal_write" twice.
F...
jiahui zeng
08:50 AM Revision 33caa248 (ceph): osd/osd_types: fix ideal lower bound object-id of pg
CEPH_NOSNAP is translated into a large unsigned 64-bit integer
which is bigger than any valid snap-id. So the ideal s...
xie xingguo
08:43 AM Revision 593ccf60 (ceph): rocksdb: disable jemalloc explicitly
rocksdb's makefile tries to detect jemalloc automatically and compiles
with it enabled if it's found, but if ceph dis...
Kefu Chai
08:14 AM RADOS Feature #23552 (New): cache PK11Context in Connection and probably other consumers of CryptoKeyHa...
please see attached flamegraph, the 0.67% CPU cycle is used by PK11_CreateContextBySymKey(), if we cache the PK11Cont... Kefu Chai
07:50 AM CephFS Bug #16807 (Resolved): Crash in handle_slave_rename_prep
http://tracker.ceph.com/issues/16768 already fixed Zheng Yan
07:47 AM CephFS Bug #22353 (Resolved): kclient: ceph_getattr() return zero st_dev for normal inode
Zheng Yan
07:44 AM CephFS Feature #4501 (Resolved): Identify fields in CDir which aren't permanently necessary
Zheng Yan
07:43 AM CephFS Tasks #4499 (Resolved): Identify fields in CInode which aren't permanently necessary
Zheng Yan
07:43 AM CephFS Feature #14427 (Resolved): qa: run snapshot tests under thrashing
Zheng Yan
07:41 AM CephFS Feature #21877 (Resolved): quota and snaprealm integation
Zheng Yan
07:39 AM Cleanup #23551 (New): Inconsistent graylog option naming
The graylog logging options are not consistent. The options clog_to_graylog and mon_cluster_log_to_graylog have a to_... Richard Arends
07:38 AM CephFS Feature #22371 (Resolved): mds: implement QuotaRealm to obviate parent quota lookup
https://github.com/ceph/ceph/pull/18424 Zheng Yan
07:36 AM CephFS Bug #3254 (Resolved): mds: Replica inode's parent snaprealms are not open
Zheng Yan
07:36 AM CephFS Bug #3254: mds: Replica inode's parent snaprealms are not open
opening snaprealm parents is no longer required with the new snaprealm format
https://github.com/ceph/ceph/pull/16779
Zheng Yan
07:34 AM CephFS Bug #1938 (Resolved): mds: snaptest-2 doesn't pass with 3 MDS system
https://github.com/ceph/ceph/pull/16779 Zheng Yan
07:34 AM CephFS Bug #925 (Resolved): mds: update replica snaprealm on rename
https://github.com/ceph/ceph/pull/16779 Zheng Yan
06:52 AM Revision 00ba38ff (ceph): Merge pull request #21060 from ricardoasmarques/wip-view-cache-status-for
mgr/dashboard: Support aditional info on 'cd-view-cache'
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Reviewed-by: ...
Ricardo Dias
06:47 AM rbd Feature #23550 (Resolved): [group]add rbd group snap rollback CLI/API
Maybe we need `group snap rollback` method. wb song
06:33 AM Revision 2fdd65ed (ceph): Merge pull request #21045 from votdev/remove_useless_code
mgr/dashboard: Remove unused code
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Reviewed-by: Tatjana Deh...
Ricardo Dias
06:30 AM Revision 77f1ec8d (ceph): mon: cleanup "osd crush set-device-class" log messages
Signed-off-by: Gu Zhongyan <guzhongyan@360.cn> Gu Zhongyan
06:12 AM mgr Bug #22457: ceph-mgr dashboard has dependency on python-jinja2
follow-on fix backported to luminous via https://github.com/ceph/ceph/pull/21233 Nathan Cutler
06:09 AM mgr Bug #22457 (Resolved): ceph-mgr dashboard has dependency on python-jinja2
Nathan Cutler
06:08 AM mgr Bug #22457 (Pending Backport): ceph-mgr dashboard has dependency on python-jinja2
Nathan Cutler
06:10 AM Revision b7d340bd (ceph): build/ops: deb: move python-jinja2 dependency to mgr
87399bea8321a7a9ab554085be3a3d5e0563f27f introduced an explicit dependency on
python-jinja2, but mistakenly as an ove...
Nathan Cutler
06:08 AM rbd Backport #23543 (In Progress): jewel: rbd-nbd: EBUSY when do map
https://github.com/ceph/ceph/pull/21232 Prashant D
06:07 AM Bug #21264 (Resolved): drop ceph-rest-api
Nathan Cutler
05:59 AM Backport #23544 (In Progress): luminous: aio_t::rval int type not enough to contain io_event::res...
https://github.com/ceph/ceph/pull/21231 Prashant D
04:56 AM Revision 8b3590d3 (ceph): qa/workunits/fs: test for cephfs rstats
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
04:56 AM Revision eafce62c (ceph): mds: make rstat.rctime follow inodes' ctime
Fixes: http://tracker.ceph.com/issues/23380
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Yan, Zheng
02:57 AM Revision 8f18a482 (ceph): rbd-nbd: fix ebusy when do map
When doing rbd-nbd map, if the Ceph service is not available,
the codes will wait on rados.connect(), unless killing ...
Li Wang
02:54 AM Revision cf6c1d32 (ceph): os/bluestore: change the type of aio_t:res to long
io_event::res was assigned to io_t::rval, but io_event::res
is long, if rval is int, this will cause overflow.
Fixes...
yang wang
02:53 AM Revision c126d322 (ceph): client: fix request send_to_auth was never really used
Signed-off-by: Zhi Zhang <zhangz.david@outlook.com> Zhi Zhang
02:41 AM rbd Backport #23542 (In Progress): luminous: rbd-nbd: EBUSY when do map
https://github.com/ceph/ceph/pull/21230 Prashant D
02:24 AM Revision 4cbca81b (ceph): osd: do not release_reserved_pushes when requeuing
Back in 3cc48278bf0ee5c9535d04b60a661f988c50063b we refactoring the sharded
wq and incorrectly included code that wou...
Sage Weil
02:17 AM Revision e5832658 (ceph): mds: mark damaged if sessions' preallocated inos don't match inotable
We don't know if session's preallocated inos are incorrect or inotable
is incorrect. So it's better just mark mds dam...
Yan, Zheng
01:55 AM Support #23549 (Closed): ceph-rest-api cannot work when mon down for long time
condition: there are three mons and stop two of them.
result:ceph-rest-api will create 2048 threads because of rado...
xianpao chen
01:28 AM Revision abc07093 (ceph): Remove %
Warren Usui
12:58 AM Revision 87688e9a (ceph): rbd-nbd: fix ebusy when do map
When doing rbd-nbd map, if the Ceph service is not available,
the codes will wait on rados.connect(), unless killing ...
Li Wang

04/03/2018

11:44 PM Revision ee344c57 (ceph): Try with $
Warren Usui
11:38 PM Revision 17163262 (ceph): rbd: mirror "get" actions now have cleaner error messages
Fixes: http://tracker.ceph.com/issues/21319
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
11:38 PM Revision 90960b12 (ceph): cls/rbd: avoid recursively listing the watchers on rbd_mirroring object
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 79be496ac098859304efcabc7b5eb8afca6eca...
Jason Dillaman
11:35 PM rbd Backport #22396 (In Progress): jewel: librbd: cannot clone all image-metas if we have more than 6...
Jason Dillaman
09:08 AM rbd Backport #22396 (Need More Info): jewel: librbd: cannot clone all image-metas if we have more tha...
non-trivial backport - not clear what is to be done, since the master PR touches files [1] that don't exist in jewel
...
Nathan Cutler
11:29 PM Revision d2570bbe (ceph): test_librbd:add a test case of 70 key/val pairs in TestClone2
Signed-off-by: PCzhangPC <pengcheng.zhang@easystack.cn>
(cherry picked from commit 85713bdcc3870728dce02f87ee3cfd3625...
pengcheng zhang
11:29 PM Revision e7ae4f8c (ceph): test_librbd:add a test case of 70 key/val pairs in TestClone
Signed-off-by: PCzhangPC <pengcheng.zhang@easystack.cn>
(cherry picked from commit 3e08577a296bc4ce2c1592849108926b45...
pengcheng zhang
11:28 PM Revision 82a15ab2 (ceph): librbd: cannot clone all image-metas if we have more than 64 key/value ...
Signed-off-by: PCzhangPC <pengcheng.zhang@easystack.cn>
(cherry picked from commit ccc56384032be7f6bd48e28b6825b3ce58...
pengcheng zhang
11:10 PM rbd Backport #21442 (In Progress): jewel: [cli] mirror "getter" commands will fail if mirroring has n...
Jason Dillaman
11:06 PM Revision 73fac17d (ceph): tests/qa - trying sSage's suggestions
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
11:01 PM Revision ff07ab6d (ceph): Add distros symbolic link.
Warren Usui
10:58 PM Revision 6f8864e4 (ceph): move distros
Warren Usui
10:41 PM Revision ebd0fcd0 (ceph): Merge PR #16779 into master
* refs/pull/16779/head:
mds: cleanup MDCache::open_snaprealms()
mds: make sure snaptable version > 0
mds: don't co...
Patrick Donnelly
10:38 PM Revision f45b4a57 (ceph): tests/qa - trying sSage's suggestions
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
10:01 PM rbd Backport #20637 (In Progress): jewel: rbd-mirror: cluster watcher should ignore -EPERM errors aga...
Jason Dillaman
09:59 PM Revision 2a4d15ae (ceph): rbd-mirror: ignore permission errors on rbd_mirroring object
Fixes: http://tracker.ceph.com/issues/20571
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
09:50 PM Revision 0c43de46 (ceph): librbd: list_children should not attempt to refresh image
The snap_lock is being held when this method is invoked, which can
result in a deadlock.
Fixes: http://tracker.ceph....
Jason Dillaman
09:44 PM Revision 177b444b (ceph): qa/suites/cephmetrics: Update ceph-ansible config
This is taken from the ceph-ansible suite.
Signed-off-by: Zack Cerza <zack@redhat.com>
Zack Cerza
09:44 PM Revision dd5e15a3 (ceph): qa/suites/cephmetrics: Add new facets
For EPEL and containerized prometheus/grafana
Signed-off-by: Zack Cerza <zack@redhat.com>
Zack Cerza
09:44 PM rbd Backport #21689 (In Progress): jewel: Possible deadlock in 'list_children' when refresh is required
Jason Dillaman
09:41 PM rbd Backport #21915 (In Progress): jewel: [rbd-mirror] peer cluster connections should filter out com...
Jason Dillaman
09:39 PM Revision 720398ad (ceph): rbd-mirror: strip environment/CLI overrides for remote cluster
Fixes: http://tracker.ceph.com/issues/21894
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry-picked from c...
Jason Dillaman
09:36 PM bluestore Bug #22102: BlueStore crashed on rocksdb checksum mismatch
Current theory: bluefs is not protecting against a file open for read that is deleted. Mark observes that he sees th... Sage Weil
08:47 PM rgw Bug #23547 (Resolved): compression ratio depends on block size, which is much smaller (16K vs 4M)...
Compressors will add a block header to each buffer that we pass to compress(), meaning that the overall compression r... Casey Bodley
08:40 PM RADOS Bug #23145: OSD crashes during recovery of EC pg
Investigation results up to the date:
1. The local PGLog claims its _pg_log_t::can_rollback_to_ is **17348'18588**...
Radoslaw Zarzynski
08:07 PM CephFS Documentation #23271 (Resolved): doc: create install/setup guide for NFS-Ganesha w/ CephFS
Patrick Donnelly
07:52 PM Revision d4ee7b50 (ceph): Merge PR #20915 into master
* refs/pull/20915/head:
Add config doc for exporting CephFS over NFS
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Patrick Donnelly
07:51 PM Revision 5cfb8241 (ceph): osd: Fix stale scrub stats when a primary takes over
Fixes: http://tracker.ceph.com/issues/23267
Signed-off-by: David Zafman <dzafman@redhat.com>
David Zafman
07:13 PM rgw Bug #23506: [rgw] GET <object>?torrent returns object's body instead torrent-file
Brief debugging because I saw similar as well, and I think this behavior would be an improvement:
0. If rgw_torren...
Robin Johnson
06:44 PM CephFS Bug #23436 (Resolved): Client::_read() always return 0 when reading from inline data
https://github.com/ceph/ceph/pull/21221
Wrote/tested that before I saw your PR, sorry Zheng.
Patrick Donnelly
02:46 AM CephFS Bug #23436 (Fix Under Review): Client::_read() always return 0 when reading from inline data
previous RP is buggy
https://github.com/ceph/ceph/pull/21186
Zheng Yan
06:41 PM CephFS Bug #23210 (Resolved): ceph-fuse: exported nfs get "stale file handle" when mds migrating
Patrick Donnelly
06:38 PM Revision b1f8e9f9 (ceph): Merge PR #21003 into master
* refs/pull/21003/head:
client: lookup . on non-directory inode
client: avoid may_lookup for lookup . and lookup .....
Patrick Donnelly
06:36 PM Revision a09b3772 (ceph): Merge PR #21221 into master
* refs/pull/21221/head:
client: fix _read return for invalid offset
Reviewed-by: Patrick Donnelly <pdonnell@redhat....
Patrick Donnelly
06:34 PM Revision 4fd23a1e (ceph): client: fix _read return for invalid offset
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
06:33 PM Revision 30fb3129 (ceph): Merge PR #21088 into master
* refs/pull/21088/head:
client: fixup warning
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
04:55 PM Revision 9b8c0481 (ceph): Merge pull request #21050 from falcon78921/wip-doc-falcon78921
doc: updated add primary storage documentation for latest CloudStack release (4.11)
reviewed-by: John Wilkins <jowil...
John Wilkins
04:36 PM Revision c0f5b0fd (ceph): pybind/mgr/prometheus: add Metrics class to manage Metric instances
The central change of this commit is that per-daemon metrics are now
managed by first appending the metric (using Met...
Jan Fajerski
04:36 PM Revision 87883f59 (ceph): pybind/mgr/prometheus: new mon metrics
Remove mon_quorum_count and replace it with per-MON quorum status
(mon_quorum_status). Also add mon_metadata metrics....
Jan Fajerski
04:36 PM Revision fa212019 (ceph): pybind/mgr/prometheus: add fs and mds metadata metrics
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
(cherry picked from commit 0095e6a1ba0fb9473cfb60b6977498f2c1159079)
Jan Fajerski
04:36 PM Revision 8f3971db (ceph): pybind/mgr/prometheus: extend daemon metadata with hostname and ceph ve...
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
(cherry picked from commit d03c79676b1761b016ceaed82f7e3f03f99cda73)
Jan Fajerski
04:36 PM Revision c11732d1 (ceph): pybing/mgr/prometheus: tidy up cherrypy engine start and stop
Calling cherrypy.engine.block() in the stanby module results in a failing
mgr failover.
Signed-off-by: Jan Fajerski ...
Jan Fajerski
04:36 PM Revision 17463245 (ceph): pybind/mgr/prometheus: don't crash on OSDs without metadata
Fix issue where the ceph_exporter crashes after a Ceph upgrade with a broken OSD - that OSD was never online with Lum... Christopher Blum
04:35 PM Revision 5bce4bf1 (ceph): mgr/prometheus: Skip bogus entries
The osd data can contain bogus '-' entries, skip these when populating
osd metadata and disk occupation.
Signed-off-...
Boris Ranto
04:35 PM Revision cf5cf17a (ceph): mgr/prometheus: Fix pg_* counts
Currently, the pg_* counts are not computed properly. We split the
current state by '+' sign but do not add the pg co...
Boris Ranto
04:35 PM Revision 3c3881ea (ceph): mgr/prometheus: Expose OSD Flags
Signed-off-by: Boris Ranto <branto@redhat.com> Boris Ranto
04:35 PM Revision f2a092eb (ceph): pybind/mgr/prometheus: add StandbyModule; return empty answer
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
(cherry picked from commit 18ffd7529b0975897121d8a5c37d0d20560a1fc7)
Jan Fajerski
04:35 PM Revision 0ed3fa00 (ceph): pybind/mgr/prometheus: return 503 if MON cluster is down
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
(cherry picked from commit eda9f15dd939de3e7205ceb0dfcc9fcfce7d89bb)
Jan Fajerski
04:28 PM Revision f8ef84fc (ceph): librbd: fix snap create/rm may taking long time
fix snap create/rm may taking long time
http://tracker.ceph.com/issues/22716
Signed-off-by: Song Shun <song.shun3@...
shun song
04:27 PM Revision 34e0ecd1 (ceph): Merge pull request #21218 from ceph/wip-dgall-crontab
test:qa:infra - Run update daily and use bash David Galloway
04:21 PM Revision 873868b6 (ceph): librbd: batch large object map updates into multiple chunks
Fixes: http://tracker.ceph.com/issues/21797
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
04:12 PM Revision a1b7312b (ceph): librbd: combine trim state machine object map batch update states
The PRE/POST states were previously divided into two halves for handling
the copy-up batch and the direct removal bat...
Jason Dillaman
04:03 PM Revision 34fdb098 (ceph): cls/rbd: object map update now utilizes constant-time bit vector operat...
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit fc99603ea2b5b268181d38507b8b6fb55ae0a6d0)
Jason Dillaman
04:03 PM Revision c302b419 (ceph): common/bit_vector: provide constant time iteration of underlying buffer...
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit daa29f7d2b50bc4b44a108a0f91d45ce90fc16...
Jason Dillaman
04:00 PM Revision bf9b5e2a (ceph): common/buffer: expose hidden const deference operator
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit f35947e3c6661dfe9f951896bc54bc8da158b490)
Jason Dillaman
03:57 PM rbd Backport #22810 (In Progress): jewel: rbd snap create/rm takes 60s long
Jason Dillaman
03:57 PM rbd Backport #21867 (In Progress): jewel: [object map] removing a large image (~100TB) with an object...
Jason Dillaman
03:56 PM rbd Backport #23305 (In Progress): jewel: parent blocks are still seen after a whole-object discard
Jason Dillaman
09:21 AM rbd Backport #23305 (Need More Info): jewel: parent blocks are still seen after a whole-object discard
backport request unclear - master PR touches code that doesn't exist in jewel Nathan Cutler
03:53 PM Revision c637b2cd (ceph): librbd: create+truncate for whole-object layered discards
A whole-object layered discard is implemented as a truncate rather
than a delete: a dummy object is needed to prevent...
Jason Dillaman
03:39 PM Revision 07186a5b (ceph): test:qa:infra - Run update daily and use bash
bash has the path for `source` to activate the virtualenv. sh doesn't.
[skip ci]
Signed-off-by: David Galloway <dg...
David Galloway
03:12 PM Revision a6fef5a6 (ceph): osd/PG: remove old update_store_on_load()
This isn't needed post-luminous.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:12 PM Revision beb8dd5b (ceph): osd/PG: keep epoch, not map ref, of last osdmap for lsat persisted epoch
No need to pin the map in memory!
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:12 PM Revision aea80d9a (ceph): osd/PG: move peering event type out of PG class
We will create these directly from peering Messages shortly.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:12 PM Revision 3b904547 (ceph): messages/MOSDPeeringOp: add
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:12 PM Revision 25da186a (ceph): osd: move M{Backfill,Recovery}Reserve event logic into message
Better encapsulation!
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:12 PM Revision cf5cd222 (ceph): osd: fast dispatch backfill and recovery reservation events
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:12 PM Revision 8e8c7cce (ceph): osd: use MTrim peering event for trimming
This is simpler and cleaner than handling log trimming as a special case.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:12 PM Revision f9aea5da (ceph): osd: move part of wake_pg_waiters into helper
We'll need this shortly.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:12 PM Revision ac142c3c (ceph): osd: queue null events without PG lock
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:12 PM Revision 2284e133 (ceph): osd: fast dispatch peering events (part 1)
This is a big commit that lays out the infrastructure changes to fast
dispatch the remaining peering events. It's ha...
Sage Weil
03:08 PM Revision 643253c3 (ceph): Merge tag 'v13.0.2'
v13.0.2 Sage Weil
03:07 PM Revision ad9168f3 (ceph): osdc/Striper: rewrite assemble_result without push_front or claim_prepend
Make a single forward pass across the map while still avoiding tailing
zeroes in the !zero_tail case.
Signed-off-by:...
Sage Weil
03:07 PM Revision 18616360 (ceph): os/bluestore: avoid claim_prepend
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:07 PM Revision 89e62bb9 (ceph): unittest_compression: avoid claim_prepend
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:07 PM Revision dee38ca5 (ceph): buffer: kill claim_prepend
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:07 PM Revision e9e06589 (ceph): erasure-code: avoid bufferlist::push_front
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:07 PM Revision 7c701962 (ceph): os/filestore/FileJournal: avoid push_front
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:07 PM Revision 792fd4f4 (ceph): tools/RadosDump: avoid bufferlist::push_front
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:07 PM Revision e2dde5ff (ceph): buffer: kill push_front
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:55 PM Revision 803dd504 (ceph): mgr/dashboard: Add CdDatePipe
Signed-off-by: Ricardo Marques <rimarques@suse.com> Ricardo Marques
02:46 PM Revision 35dcbcab (ceph): common/hobject: fix the sort order of hobject
we *cannot* change the sort order of hobject. and to avoid duplicated
comparisions, we can check for empty keys, and ...
Kefu Chai
02:15 PM rbd Backport #23545 (In Progress): luminous: "Message too long" error when appending journal
Nathan Cutler
11:56 AM rbd Backport #23545 (Resolved): luminous: "Message too long" error when appending journal
https://github.com/ceph/ceph/pull/21216 Nathan Cutler
02:15 PM Revision b5e5257f (ceph): journal: limit number of appends sent in one librados op
Fixes: http://tracker.ceph.com/issues/23526
Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from commit ...
Mykola Golub
02:13 PM rbd Backport #23546 (In Progress): jewel: "Message too long" error when appending journal
Nathan Cutler
11:56 AM rbd Backport #23546 (Resolved): jewel: "Message too long" error when appending journal
https://github.com/ceph/ceph/pull/21215 Nathan Cutler
02:13 PM Revision ffaf5eb7 (ceph): journal: limit number of appends sent in one librados op
Fixes: http://tracker.ceph.com/issues/23526
Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from commit ...
Mykola Golub
02:04 PM rgw Bug #18885: rgw: data sync of versioned objects, note updating bi marker
Nathan Cutler wrote:
> I'm assuming this [1] is the PR to be backported.
>
> [1] https://github.com/ceph/ceph/pul...
Casey Bodley
01:54 PM rgw Bug #18885: rgw: data sync of versioned objects, note updating bi marker
I'm assuming this [1] is the PR to be backported.
[1] https://github.com/ceph/ceph/pull/20016
Nathan Cutler
01:58 PM Linux kernel client Bug #18130: soft lockups in ceph.ko
Reassigning to Ilya since he's working on this. Jeff Layton
01:57 PM rgw Backport #23338 (In Progress): jewel: radosgw-admin: add an option to reset user stats
Nathan Cutler
01:55 PM rgw Backport #23025 (In Progress): luminous: rgw: data sync of versioned objects, note updating bi ma...
Nathan Cutler
01:55 PM Revision 2d1c09cd (ceph): rgw: log unlink_instance mtime as object's mtime
This is needed so that when squashing entries during data
sync we get a consistent mtime for that object.
Signed-off...
Yehuda Sadeh
01:54 PM rgw Backport #23026 (In Progress): jewel: rgw: data sync of versioned objects, note updating bi marker
Nathan Cutler
01:54 PM Revision f49beb85 (ceph): rgw: log unlink_instance mtime as object's mtime
This is needed so that when squashing entries during data
sync we get a consistent mtime for that object.
Signed-off...
Yehuda Sadeh
01:51 PM rgw Backport #22939 (In Progress): jewel: system user can't delete bucket completely
Nathan Cutler
01:51 PM Revision 196b9a75 (ceph): rgw: unlink deleted bucket from bucket's owner
if a bucket is deleted by an admin/system user instead of its
owner, the unlink would fail and the deleted bucket rem...
Casey Bodley
01:51 PM Revision 01867954 (ceph): Merge PR #21180 into master
* refs/pull/21180/head:
vstart_runner: examine check_status before error
Reviewed-by: John Spray <john.spray@redhat...
Patrick Donnelly
01:38 PM CephFS Bug #23509: ceph-fuse: broken directory permission checking
Pull request here:
https://github.com/ceph/ceph/pull/21181
Jeff Layton
01:25 PM Revision bba6dfe5 (ceph): mds: fix check of underwater dentries
Underwater dentry is dentry that is dirty in our cache from journal
replay, but had already been flushed to disk befo...
Yan, Zheng
01:21 PM rbd Cleanup #17891 (Resolved): Creation of rbd image with format 1 should be disallowed
Jason Dillaman
01:18 PM Revision 3b08c060 (ceph): Merge pull request #20460 from colletj/v1_image_creation_disallow
librbd: disallow creation of v1 image format
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:14 PM Revision 98bae81f (ceph): Merge pull request #21202 from tchaikov/wip-rbd-replay
rbd-replay: remove boost dependency
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
12:41 PM Revision ffc01711 (ceph): os/bluestore: more details in logging when applying compresion settings.
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
12:41 PM Revision 02b8e7ce (ceph): test/ceph_test_objectstore: make settings update and restore less error
prone.
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
Igor Fedotov
12:25 PM Revision fc6a95f5 (ceph): signal_handler: Reports pid 0 as Kernel
When receiving a signal, get_name_by_pid() tries to find what was the process name of the sender.
As per bug #23320,...
Erwan Velu
12:25 PM Revision 54dfdd74 (ceph): signal_handler: Implementing specific messages per context
As per bug #23320, regarding the signal we receive, it could be interesting providing a specific message.
If we get ...
Erwan Velu
12:04 PM CephFS Bug #23250 (Need More Info): mds: crash during replay: interval_set.h: 396: FAILED assert(p->firs...
Zheng Yan
11:56 AM Backport #23544 (Resolved): luminous: aio_t::rval int type not enough to contain io_event::res wi...
https://github.com/ceph/ceph/pull/21231 Nathan Cutler
11:56 AM rbd Backport #23543 (Resolved): jewel: rbd-nbd: EBUSY when do map
https://github.com/ceph/ceph/pull/21232 Nathan Cutler
11:56 AM rbd Backport #23542 (Resolved): luminous: rbd-nbd: EBUSY when do map
https://github.com/ceph/ceph/pull/21230 Nathan Cutler
11:54 AM CephFS Bug #21070 (Resolved): MDS: MDS is laggy or crashed When deleting a large number of files
Zheng Yan
11:39 AM rbd Bug #23528: rbd-nbd: EBUSY when do map
*PR*: https://github.com/ceph/ceph/pull/21142 Jason Dillaman
11:39 AM rbd Bug #23528 (Pending Backport): rbd-nbd: EBUSY when do map
Jason Dillaman
11:39 AM Revision ccb2646a (ceph): Merge pull request #21142 from dragonylffly/wip-fix-ebusy
rbd-nbd: fix ebusy when do map
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
11:38 AM rbd Bug #23526 (Pending Backport): "Message too long" error when appending journal
Jason Dillaman
11:38 AM Revision de03571a (ceph): Merge pull request #21157 from trociny/wip-23526
journal: limit number of appends sent in one librados op
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
11:31 AM rgw Backport #23303 (In Progress): jewel: rgw: add radosgw-admin sync error trim to trim sync error log
https://github.com/ceph/ceph/pull/21210 Prashant D
10:40 AM Stable releases Tasks #21742: jewel v10.2.11
h3. cephfs
Integration branch same as #21742-22...
Nathan Cutler
10:38 AM Stable releases Tasks #21742: jewel v10.2.11
h3. rgw
Integration branch includes these PRs:
https://github.com/ceph/ceph/pull/21208 - jewel: cephfs: fix tma...
Nathan Cutler
10:34 AM Stable releases Tasks #21742: jewel v10.2.11
h3. rados
These PRs were included:
https://github.com/ceph/ceph/pull/21234 - jewel: rocksdb: disable jemalloc exp...
Nathan Cutler
10:32 AM Revision 99293fdb (ceph): rgw: add radosgw-admin sync error trim to trim sync error log
Signed-off-by: fang yuxiang fang.yuxiang@eisoo.com
(cherry picked from commit 233a4d237dca876aebe2891dd5f1a174f6904c6...
fang yuxiang
10:16 AM rgw Backport #22904 (In Progress): jewel: rgw: copying part without http header "x-amz-copy-source-ra...
Nathan Cutler
10:08 AM rgw Backport #22890 (Need More Info): jewel: rgw_file: avoid fragging thread_local log buffer
@Matt, this backport appears to depend on a2c34c597371809bd8fd40ee1fc6b8e6a5145609 which is not in jewel? Nathan Cutler
10:08 AM CephFS Bug #23529 (Fix Under Review): TmapMigratePP.DataScan asserts in jewel
https://github.com/ceph/ceph/pull/21208 Zheng Yan
10:06 AM rgw Backport #22813 (Need More Info): jewel: multisite: trim bilogs as data sync peer zones catch up
non-trivial feature backport, assigning to RGW developer Nathan Cutler
10:02 AM Revision 90ce8063 (ceph): tools/cephfs: fix tmap_upgrade crash
MDSUtility::shutdown() is called by deconstructor of MDSUtility.
shouldn't call it manually.
introduced by commit 1c...
Yan, Zheng
09:30 AM CephFS Backport #21450 (Closed): jewel: MDS: MDS is laggy or crashed When deleting a large number of files
jewel does not have this bug Zheng Yan
09:23 AM rbd Backport #23525 (In Progress): jewel: is_qemu_running in qemu_rebuild_object_map.sh and qemu_dyna...
Nathan Cutler
09:23 AM Revision 2b6e002c (ceph): qa/suites/rbd: set qemu task time_wait param
so workloads qemu_dynamic_features.sh and qemu_rebuild_object_map.sh,
which check if qemu is finished with periodicit...
Mykola Golub
09:22 AM Revision f6fdd948 (ceph): qa/tasks/qemu: add a parameter to wait for workloads detect qemu finished
In the case when a workload needs to detect qemu finished by running a
check with a periodicity of N sec it needs to ...
Mykola Golub
09:17 AM rbd Backport #23012 (In Progress): jewel: [journal] allocating a new tag after acquiring the lock sho...
Nathan Cutler
09:17 AM Revision 4566bfd3 (ceph): journal: flush commit positions should wait for refresh
Fixes: http://tracker.ceph.com/issues/22945
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
09:16 AM Revision f62eeb10 (ceph): journal: support concurrent refresh requests
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit c5a5b20e08413630376e09fc62f33547e7b99fcc)
Jason Dillaman
09:16 AM Revision d1add0b2 (ceph): librbd: flush journal commit position after stopping replay
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit bcfcbcfe0b575822a4f44a1adc20a840b7f0f1b5)
Jason Dillaman
09:14 AM CephFS Bug #23541 (Fix Under Review): client: fix request send_to_auth was never really used
Nathan Cutler
03:20 AM CephFS Bug #23541: client: fix request send_to_auth was never really used
https://github.com/ceph/ceph/pull/21191 Zhi Zhang
03:20 AM CephFS Bug #23541 (Resolved): client: fix request send_to_auth was never really used
Client request's send_to_auth was never really used in choose_target_mds, although it would be set to true when getti... Zhi Zhang
09:13 AM rbd Backport #22578 (In Progress): jewel: [test] rbd-mirror split brain test case can have a false-po...
Nathan Cutler
09:12 AM Revision 8a87193c (ceph): qa/workunits/rbd: simplify split-brain test to avoid potential race
Fixes: http://tracker.ceph.com/issues/22485
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
09:09 AM CephFS Bug #23532 (Fix Under Review): doc: create PendingReleaseNotes and add dev doc for openfile table...
https://github.com/ceph/ceph/pull/21204 Zheng Yan
09:06 AM Revision 5e79179d (ceph): mds: PendingReleaseNotes and dev doc for open file table
Fixes: http://tracker.ceph.com/issues/23532
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Yan, Zheng
09:00 AM rbd Backport #22394 (In Progress): jewel: librbd: cannot copy all image-metas if we have more than 64...
Nathan Cutler
09:00 AM Revision fd685544 (ceph): test:add a test case in test_librbd
Signed-off-by: PCzhangPC <pengcheng.zhang@easystack.cn>
(cherry picked from commit be5ad8764f65f43b6844eaa99c591a31c4...
pengcheng zhang
09:00 AM Revision c7fee951 (ceph): rbd:can not copy all image-metas if we have more than 64 key/value pairs
Signed-off-by: PCzhangPC <pengcheng.zhang@easystack.cn>
(cherry picked from commit 71178643b2361557f31094e2490d4124b2...
pengcheng zhang
08:59 AM RADOS Backport #22906 (Need More Info): jewel: bluestore: New OSD - Caught signal - bstore_kv_sync (thr...
non-trivial backport Nathan Cutler
08:56 AM RADOS Backport #22808 (Need More Info): jewel: "osd pool stats" shows recovery information bugly
non-trivial backport Nathan Cutler
08:33 AM RADOS Backport #22808 (In Progress): jewel: "osd pool stats" shows recovery information bugly
Nathan Cutler
08:44 AM Revision 428236de (ceph): mon/MgrMonitor: daemon id is under who in cmdmap, return name not id
Fixes: http://tracker.ceph.com/issues/23330
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
Jan Fajerski
08:30 AM Revision 440c597d (ceph): rbd-replay: remove boost dependency
quite a few facilies are now available in standard library now after we
switched to C++17.
Signed-off-by: Kefu Chai ...
Kefu Chai
08:28 AM RADOS Backport #22449 (In Progress): jewel: Visibility for snap trim queue length
https://github.com/ceph/ceph/pull/21200 Piotr Dalek
08:13 AM RADOS Backport #22449: jewel: Visibility for snap trim queue length
I don't think it's possible to backport entire feature without breaking Jewel->Luminous upgrade, so just first commit... Piotr Dalek
08:27 AM Revision 54a8b2c9 (ceph): osd/PrimaryLogPG: dump snap_trimq size
One can just parse the snap_trimq string, but that's much more
expensive than just reading an unsigned int.
This is ...
Piotr Dalek
08:22 AM RADOS Backport #22403 (In Progress): jewel: osd: replica read can trigger cache promotion
Nathan Cutler
08:22 AM Revision b8e48c09 (ceph): osd/PrimaryLogPG: move cache_mode==none check to top
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 5a26ac4d0f643f90d1f513ee33081faa9b0a7e7d)
Conf...
Sage Weil
08:20 AM Revision b9593c93 (ceph): osd/PrimaryLogPG: send requests to primary on cache miss
If a client has {BALANCE,LOCALIZE}_READS and sends a request to a
replica, but the object isn't in the cache, send th...
Sage Weil
08:19 AM Revision d65b8844 (ceph): fix typo in ceph-volume lvm prepare help
Signed-off-by: Jeffrey Zhang <zhang.lei.fly@gmail.com> Jeffrey Zhang
08:15 AM RADOS Backport #22390 (In Progress): jewel: ceph-objectstore-tool: Add option "dump-import" to examine ...
Nathan Cutler
08:01 AM Backport #23520 (In Progress): luminous: ceph_authtool: add mode option
Nathan Cutler
08:00 AM Revision fc1845b1 (ceph): ceph_authtool: add mode option
We now have the ability to set the keyring file mode with the help of
'--mode MODE'. The mode needs to be specified i...
Sébastien Han
08:00 AM Backport #23521 (In Progress): jewel: ceph_authtool: add mode option
Nathan Cutler
08:00 AM Revision da899e56 (ceph): ceph_authtool: add mode option
We now have the ability to set the keyring file mode with the help of
'--mode MODE'. The mode needs to be specified i...
Sébastien Han
07:39 AM CephFS Bug #23491: fs: quota backward compatibility
will there be feature bit for mimic. If there will be, it's easy to add a mds version check to client Zheng Yan
06:59 AM CephFS Bug #23491: fs: quota backward compatibility
old user space client talking to new mds is OK. new client talking to old mds may have problem. Zheng Yan
07:36 AM Revision 1ac6a079 (ceph): mgr/dashboard: Remove useless code
Signed-off-by: Volker Theile <vtheile@suse.com> Volker Theile
07:23 AM Revision d3ceceba (ceph): include/types: format decimal numbers with decimal factor
Until now bytes and objects were formatted using si_t which used 1024 as
the factor to pretty print large numbers. Fo...
Jan Fajerski
07:23 AM Revision f753b74f (ceph): common/strtol: add strict_iecstrtoll; strict_sistrtoll uses base 10
This adds parsing of iec units (IEC units Ki, Mi, ...) besides the parsing
of the usual unit multipliers (SI units K,...
Jan Fajerski
07:23 AM Revision a3739cbb (ceph): common/util: remove unit_to_bytesize, use strict_iecstrtoll instead
Signed-off-by: Jan Fajerski <jfajerski@suse.com> Jan Fajerski
07:23 AM Revision 143c776b (ceph): common/strtol: add string_view interface and use string_view internally
Signed-off-by: Jan Fajerski <jfajerski@suse.com> Jan Fajerski
07:23 AM Revision ab789958 (ceph): common/options: parse TYPE_SIZE with iec unit prefixes (base 2)
Signed-off-by: Jan Fajerski <jfajerski@suse.com> Jan Fajerski
07:17 AM Revision d3067335 (ceph): common: FreeBSD wants the correct struct selection for ipv6
Lets see if this also works for Linux
Fixes: http://tracker.ceph.com/issues/21813
Signed-off-by: Willem Jan Withage...
Willem Jan Withagen
04:15 AM Revision 8ebcd8d6 (ceph): Merge pull request #21177 from tchaikov/wip-luminous-pr-21159
luminous: src: s/--use-wheel//
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Kefu Chai
04:15 AM Revision 8b7892f6 (ceph): Merge PR #20855 into master
* refs/pull/20855/head:
client: add the fuse parameter max_write
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
04:10 AM Revision 9d8037f8 (ceph): Merge PR #21096 into master
* refs/pull/21096/head:
pybind/cephfs: added comments to cephfs.pyx
Reviewed-by: Patrick Donnelly <pdonnell@redhat....
Patrick Donnelly
04:05 AM RADOS Backport #23486 (In Progress): jewel: scrub errors not cleared on replicas can cause inconsistent...
Nathan Cutler
04:02 AM Revision 44c44c67 (ceph): common: by default, do not assert on leaks in the shared_cache code
Update the standard qa suite cluster configs so that we continue
asserting in our nightlies, but users don't hit this...
Greg Farnum
03:56 AM Revision d14dfb29 (ceph): mds: fix compilation error ensuing from session ref leak fix
61b8b1d8420c46ca30d38d063e2dc97c9f28d7eb removes the local get_session functions
and replaces all calls to these func...
Nathan Cutler
03:39 AM Backport #21373 (In Progress): jewel: Add export and remove ceph-objectstore-tool command option
Nathan Cutler
03:26 AM rbd Backport #23524 (In Progress): luminous: is_qemu_running in qemu_rebuild_object_map.sh and qemu_d...
https://github.com/ceph/ceph/pull/21192 Prashant D
03:18 AM rbd Bug #23516: [rbd-mirror] entries_behind_master will not be zero after mirror over
Thank you! This method can flush it.But now need to write a script to judge the mirror is over automatic,so I wonder ... liuzhong chen
03:16 AM Backport #18761 (Need More Info): Jewel: async messenger bug fix additional backports
Not even these were enough to fix all the memory leaks in Jewel async messenger. See https://github.com/ceph/ceph/pul... Nathan Cutler
03:14 AM Backport #18760: Long delays awating OSD disk failure propagation
First attempted backport was https://github.com/ceph/ceph/pull/13212 Nathan Cutler
03:13 AM Backport #18760 (Need More Info): Long delays awating OSD disk failure propagation
non-trivial backport, due to memory leaks in Async Messenger Nathan Cutler
03:10 AM devops Backport #22195: jewel: Default kernel.pid_max is easily exceeded during recovery on high OSD-cou...
First attempted backport https://github.com/ceph/ceph/pull/19135 was closed, but might still be useful - it's just mi... Nathan Cutler
03:06 AM devops Backport #22195 (Need More Info): jewel: Default kernel.pid_max is easily exceeded during recover...
backport is non-trivial because jewel uses autotools Nathan Cutler
03:03 AM devops Backport #21033 (In Progress): jewel: rpm: bump epoch ahead of ceph-common in RHEL base
Nathan Cutler
03:03 AM Revision 8f615766 (ceph): rpm: bump epoch ahead of RHEL base
RHEL's ceph-common package is "1". Move our upstream packages' epoch
ahead of that, so that upstream will always over...
Ken Dreyer
02:59 AM CephFS Backport #23356 (In Progress): jewel: client: prevent fallback to remount when dentry_invalidate_...
Nathan Cutler
02:58 AM Revision f00cb54a (ceph): client: use either dentry_invalidate_cb or remount_cb to invalidate ker...
Signed-off-by: Zhi Zhang <zhangz.david@outlook.com>
(cherry picked from commit 6b823dc250223c2c25c341d6ffcfa64510f47bb2)
Zhi Zhang
02:46 AM CephFS Backport #23157 (In Progress): luminous: mds: underwater dentry check in CDir::_omap_fetched is racy
Nathan Cutler
02:44 AM CephFS Backport #23158 (In Progress): jewel: mds: underwater dentry check in CDir::_omap_fetched is racy
Nathan Cutler
02:37 AM Revision 2e9d4ce3 (ceph): Merge pull request #21178 from tchaikov/wip-jewel-pr-21159
jewel: build/ops: drop deprecated --use-wheel option from pip invocations
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
02:35 AM RADOS Backport #21786 (In Progress): jewel: OSDMap cache assert on shutdown
Nathan Cutler
01:56 AM Revision 95ade90a (ceph): qa/tasks/qemu: add a parameter to wait for workloads detect qemu finished
In the case when a workload needs to detect qemu finished by running a
check with a periodicity of N sec it needs to ...
Mykola Golub
01:56 AM Revision ce4124cd (ceph): qa/suites/rbd: set qemu task time_wait param
so workloads qemu_dynamic_features.sh and qemu_rebuild_object_map.sh,
which check if qemu is finished with periodicit...
Mykola Golub

04/02/2018

11:50 PM bluestore Bug #23540: FAILED assert(0 == "can't mark unloaded shard dirty") with compression enabled
Yeah. The whole cluster has compression enabled Francisco Freire
09:56 PM bluestore Bug #23540: FAILED assert(0 == "can't mark unloaded shard dirty") with compression enabled
Hi Francisco,
wondering if you have compression enabled for any of your pools or the whole bluestore?
Igor Fedotov
08:22 PM bluestore Bug #23540 (Resolved): FAILED assert(0 == "can't mark unloaded shard dirty") with compression ena...
We are using the latest ceph luminous version (12.2.4), and we have a SATA pool tiered by an SSD pool. All using blue... Francisco Freire
08:56 PM Revision 9b7b5a76 (ceph): Merge pull request #21183 from neha-ojha/wip-minor-fix-perf-suite
qa/suites/perf-basic: add desc regarding test machines
Reviewed-by: Yuri Weinstein <yweins@redhat.com>
Yuri Weinstein
08:43 PM Revision b7b9d107 (ceph): tests/qa - trying sSage's suggestions
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
08:41 PM Revision a17bfe92 (ceph): tests/qa - trying sSage's suggestions
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
08:25 PM Revision 7d8ee1a5 (ceph): qa/tests: testing crontab
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
08:23 PM Revision 6d4ab053 (ceph): qa/tests: testing crontab
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
08:21 PM Revision e36109d3 (ceph): qa/tests: testing crontab
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
08:19 PM Revision 7f975b09 (ceph): os/filestore: advertise vdo in filestore metadata
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:19 PM Revision 88d655a7 (ceph): os/filestore: implement thin provisioning utilization stats for VDO
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:19 PM Revision 4874720b (ceph): common/blkdev: implement VDO helper functions
These hide the semi-gory details of pulling information about VDO out
of sysfs.
Signed-off-by: Sage Weil <sage@redha...
Sage Weil
08:19 PM Revision 7cd89b31 (ceph): common/blkdev: identify VDO devices beneath LVM
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:19 PM Revision 266d1649 (ceph): os/bluestore: hook to expose utilization of thinly-provisioned device
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:19 PM Revision 97ca41ce (ceph): os/bluestore/KernelDevice: implement thin utilization stats for VDO
Detect if we are a VDO device. If so, pull the stats out of sysfs so that
we can report meaningful utilization numbe...
Sage Weil
08:19 PM Revision d9655a2c (ceph): os/bluestore/KernelDevice: advertise vdo and physical_size in metadata
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:08 PM Revision 17f9d4e3 (ceph): Merge pull request #21075 from ceph/wip-yuriw-try-crontab
test:qa:infra - teuthology crontab items as of 3/27/18 David Galloway
08:01 PM Revision ca3c2156 (ceph): qa/suites/perf-basic: add desc regarding test machines
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha Ojha
07:44 PM Revision d49cfcde (ceph): journal: limit number of appends sent in one librados op
Fixes: http://tracker.ceph.com/issues/23526
Signed-off-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
07:35 PM Revision db9d1927 (ceph): tests/qa - Added $ distros as first test
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
07:32 PM Revision b41d4e69 (ceph): tests/qa - Added $ distros as first test
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
07:25 PM Revision ffa9022f (ceph): Change * to % for test
Warren Usui
05:42 PM CephFS Bug #23448 (Fix Under Review): nfs-ganesha: fails to parse rados URLs with '.' in object name
https://review.gerrithub.io/#/c/406085/ Matt Benjamin
04:37 PM CephFS Bug #23448: nfs-ganesha: fails to parse rados URLs with '.' in object name
Opened github bug here:
https://github.com/nfs-ganesha/nfs-ganesha/issues/283
Jeff Layton
05:35 PM RADOS Bug #23145: OSD crashes during recovery of EC pg
Anything new or info on what to do to try and recover this cluster? I don't even know how to get the pool deleted pro... Peter Woodman
05:26 PM Revision d4342406 (ceph): tests/qa - Added $ distros as first test
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
05:19 PM Revision 10398ac8 (ceph): Added $ distros as first test
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
05:14 PM Revision d421daec (ceph): fuse: handle errors appropriately when getting group list
Currently, the GET_GROUPS macro just ignores errors that occur when
fetching the current task's groups. The callers t...
Jeff Layton
05:14 PM Revision d93d53b3 (ceph): client: remove init_groups
Nothing calls it.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Jeff Layton
05:14 PM Revision cce4210a (ceph): client: have init_gids just set alloced_gids to true
We always call take_gids after init_gids, so just squash them together.
Reported-by: Jos Collin <jcollin@redhat.com>...
Jeff Layton
05:14 PM Revision b8ac2964 (ceph): client: remove _getgrouplist
Nothing calls it.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Jeff Layton
03:48 PM rbd Bug #23516: [rbd-mirror] entries_behind_master will not be zero after mirror over
We'll get this status artifact fixed. You can use the admin socket to the rbd-mirror daemon to force a flush if desir... Jason Dillaman
02:17 AM rbd Bug #23516: [rbd-mirror] entries_behind_master will not be zero after mirror over
Another question is if I use fio to write for 60s.Is there any other parameter to indicate that the mirror is over?
...
liuzhong chen
02:09 AM rbd Bug #23516: [rbd-mirror] entries_behind_master will not be zero after mirror over
Thank you! @Jason Dillaman
I have anther two question.I find the non-primary image used volumes is equal to primary ...
liuzhong chen
03:17 PM Revision 5585e52c (ceph): Merge pull request #21165 from Songweibin/wip-drop-redefine-func
librbd: minor code cleanup
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
03:08 PM Revision 9a558c51 (ceph): vstart_runner: examine check_status before error
Issue found by Rishabh Dave. Fix suggested by John Spray.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
03:03 PM Revision ed9182c2 (ceph): CMakeLists: v13.0.2
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:29 PM Bug #23539 (Won't Fix): ceph_disk/main.py: ABRT report for package ceph has reached 10 occurances

https://retrace.fedoraproject.org/faf/reports/bthash/a471882bb7a0cda681f0ddd22ec9fa4f78de5235/
Kaleb KEITHLEY
02:10 PM Bug #21813: OSD bind to IPv6 link-local address
https://github.com/ceph/ceph/pull/21143 Kefu Chai
02:10 PM Revision 1993e161 (ceph): Merge pull request #21143 from wjwithagen/wjw-ipaddr-ipv6
common: FreeBSD wants the correct struct selection for ipv6
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:08 PM Bug #23527 (Pending Backport): aio_t::rval int type not enough to contain io_event::res with unsi...
Kefu Chai
02:08 PM Revision d824357a (ceph): Merge pull request #21136 from kungf/io_events
bluestore: fix aio_t::rval type
Reviewed-by: Dongsheng Yang <dongsheng.yang@easystack.cn>
Reviewed-by: xie xingguo ...
Kefu Chai
02:06 PM Revision 6a981eb8 (ceph): Merge pull request #20820 from guzhongyan/nodels-improve
mon: node ls improvement
Reviewed-by: John Spray <john.spray@redhat.com>
Kefu Chai
02:05 PM Revision ace8c45e (ceph): Merge pull request #20298 from markhpc/wip-osd-check_full
osd: don't process ostream strings when not debugging.
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Reviewed-by...
Kefu Chai
01:47 PM CephFS Bug #23518: mds: crash when failover
No. I did nothing.
During pressure test, I ran into two crashes, another one is #23503.
wei jin
01:43 PM CephFS Bug #23518 (Need More Info): mds: crash when failover
Did you evict the client session during this time? Patrick Donnelly
01:42 PM CephFS Bug #23491: fs: quota backward compatibility
There definitely needs to be something to keep this feature turned off until all the MDSes have upgraded. That may ju... Greg Farnum
12:40 PM Revision c33cba32 (ceph): Add config doc for exporting CephFS over NFS
... using NFS-Ganesha NFS server.
Fixes: https://tracker.ceph.com/issues/23271
Signed-off-by: Ramana raja <rraja@re...
Ramana Raja
12:08 PM Revision 4882935a (ceph): src: s/--use-wheel//
--use-wheel was deprecated in favor of --only-binary in pip v7.0.0. and
--use-wheel was removed in a recent release o...
Kefu Chai
12:02 PM Revision 7a1bce27 (ceph): src: s/--use-wheel//
--use-wheel was deprecated in favor of --only-binary in pip v7.0.0. and
--use-wheel was removed in a recent release o...
Kefu Chai
12:00 PM Revision 3cd84897 (ceph): Merge pull request #21159 from tchaikov/wip-no-more-use-wheel
src: s/pip --use-wheel/pip/
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Kefu Chai
11:52 AM CephFS Bug #23446: ceph-fuse: getgroups failure causes exception
New PR here:
https://github.com/ceph/ceph/pull/21132
Jeff Layton
10:41 AM CephFS Backport #23154 (In Progress): luminous: mds: FAILED assert (p != active_requests.end()) in MDReq...
Nathan Cutler
10:41 AM Revision 29660cd5 (ceph): mds: always handle SESSION_REQUEST_RENEWCAPS messages
Fixes: http://tracker.ceph.com/issues/23059
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit ...
Yan, Zheng
10:40 AM Revision 6a349fc0 (ceph): mds: don't cleanup request that has pending remote authpin/wrlock/xlock
Fixes: http://tracker.ceph.com/issues/23059
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit ...
Yan, Zheng
10:40 AM CephFS Backport #23155 (Need More Info): jewel: mds: FAILED assert (p != active_requests.end()) in MDReq...
@Patrick: This jewel backport appears to depend on https://github.com/ceph/ceph/commit/57c001335e180868088b329b575f0b... Nathan Cutler
10:29 AM CephFS Backport #22970 (In Progress): jewel: mds: session reference leak
Nathan Cutler
10:29 AM Revision 895db2a4 (ceph): mds: reset connection's priv when marking down connection
mds won't get reset for down connection, so it needs to break
circle reference between connection and session.
Signe...
Yan, Zheng
10:28 AM RADOS Bug #23535: 'ceph --show-config --conf /dev/null' does not work any more
I just realized `--show-config` does not exist anymore. Probably it was removed intentionally? Mykola Golub
10:28 AM Revision 61b8b1d8 (ceph): mds: fix session reference leak
"m->get_connection()->get_priv()" increases the session's reference
count by one. but we forget to release the refere...
Yan, Zheng
10:20 AM CephFS Backport #22696 (Need More Info): luminous: client: dirty caps may never get the chance to flush
@Patrick: Appears to depend on https://github.com/ceph/ceph/commit/8859ccf2824adbf836f32760b7e4f81c92cb47c4 - do you ... Nathan Cutler
10:19 AM CephFS Backport #22697 (Need More Info): jewel: client: dirty caps may never get the chance to flush
@Patrick: Appears to depend on https://github.com/ceph/ceph/commit/8859ccf2824adbf836f32760b7e4f81c92cb47c4 - do you ... Nathan Cutler
10:15 AM CephFS Backport #22504 (Need More Info): luminous: client may fail to trim as many caps as MDS asked for
non-trivial backport (the luminous and jewel conflicts are exactly the same, so once the luminous backport is done, t... Nathan Cutler
10:05 AM CephFS Backport #22505 (Need More Info): jewel: client may fail to trim as many caps as MDS asked for
non-trivial backport (the luminous and jewel conflicts are exactly the same, so once the luminous backport is done, t... Nathan Cutler
09:56 AM CephFS Backport #22383 (In Progress): luminous: qa: src/test/libcephfs/test.cc:376: Expected: (len) > (0...
Nathan Cutler
09:56 AM Revision 52f9f03d (ceph): test: pass correct buffer length to ceph_getdents
This test fails if the randvar r is 0.
Fixes: http://tracker.ceph.com/issues/22221
Signed-off-by: Patrick Donnelly ...
Patrick Donnelly
09:55 AM CephFS Backport #22384 (In Progress): jewel: qa: src/test/libcephfs/test.cc:376: Expected: (len) > (0), ...
Nathan Cutler
09:55 AM Revision f3e4c69f (ceph): test: pass correct buffer length to ceph_getdents
This test fails if the randvar r is 0.
Fixes: http://tracker.ceph.com/issues/22221
Signed-off-by: Patrick Donnelly ...
Patrick Donnelly
09:28 AM Revision 6fa65b9a (ceph): osd/PG: drop unused input "handle" from _scan_rollback_obs()
Well, I think this is unnecessary since we already hard-cap
max objects to scan at a time into
[osd_scrub_chunk_min, ...
xie xingguo
09:17 AM Revision 436a56a2 (ceph): mds: make stopping mds export strays and subtree at the same time
Stopping mds also handle client requests now. Client requests may
continue to create strays dentries. So mds should s...
Yan, Zheng
08:25 AM bluestore Bug #21259: bluestore: segv in BlueStore::TwoQCache::_trim
We have also had this fault a number of times.
This was during a migration to bluestore - so we were backfilling for...
Shane Voss
07:10 AM CephFS Bug #23538: mds: fix occasional dir rstat inconsistency between multi-MDSes
https://github.com/ceph/ceph/pull/21166 Zhi Zhang
06:58 AM CephFS Bug #23538: mds: fix occasional dir rstat inconsistency between multi-MDSes
I looked through the code and found in MDCache::predirty_journal_parents, the parent's rstat of a file will be update... Zhi Zhang
06:57 AM CephFS Bug #23538 (Resolved): mds: fix occasional dir rstat inconsistency between multi-MDSes
Recently we found dir rstat inconsistency between multi-MDSes on ceph version Luminous.
For example, on client A,...
Zhi Zhang
06:59 AM Revision c834c438 (ceph): mds: handle client reconnect gather race
Fixes: http://tracker.ceph.com/issues/22263
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit ...
Yan, Zheng
04:38 AM Revision 74839033 (ceph): pybind/rbd: normalize errno exception
The code meant to do so but actually it does not ...
Signed-off-by: songweibin <song.weibin@zte.com.cn>
wb song
03:27 AM Revision 8b9edf52 (ceph): mds: handle client requests while mds is stopping
stopping mds may require several minutes. It's not good to block
client requests so long. mds should get less and les...
Yan, Zheng
03:21 AM Revision bce5706e (ceph): mds: check projected linkage before migrating stray dentry
NULL projected linkage triggers assertion in StrayManager::migrate_stray()
Signed-off-by: "Yan, Zheng" <zyan@redhat....
Yan, Zheng
03:09 AM Revision 1b7d2fe6 (ceph): librbd: return error when r < 0
Signed-off-by: songweibin <song.weibin@zte.com.cn> wb song
01:33 AM Revision 55393099 (ceph): librbd: drop a duplicate definition function
Signed-off-by: songweibin <song.weibin@zte.com.cn> wb song
01:14 AM Backport #22941: jewel: Double free in rados_getxattrs_next
should include https://github.com/ceph/ceph/pull/21164 as well. Kefu Chai
01:13 AM Bug #22042: Double free in rados_getxattrs_next
https://github.com/ceph/ceph/pull/21164 addresses a different issue, but we'd better backport it along with https://g... Kefu Chai

04/01/2018

08:52 PM CephFS Backport #22380 (In Progress): jewel: client reconnect gather race
Nathan Cutler
08:50 PM CephFS Backport #22378 (In Progress): jewel: ceph-fuse: failure to remount in startup test does not hand...
Nathan Cutler
06:48 PM Linux kernel client Bug #23537: libceph: monX xxxxxx session lost, hunting for new mon
Important: on another machine with same OS everything is fine. Марк Коренберг
06:46 PM Linux kernel client Bug #23537 (Resolved): libceph: monX xxxxxx session lost, hunting for new mon
maybe connected with #17664
I use Luminous 12.2.2 on both client and cluster. Kernel at cephfs client: Linux mmwor...
Марк Коренберг
01:01 PM Revision a80cce4b (ceph): src: s/--use-wheel//
--use-wheel was deprecated in favor of --only-binary in pip v7.0.0. and
--use-wheel was removed in a recent release o...
Kefu Chai
12:43 PM Revision 877d856e (ceph): tools: FreeBSD basic getopt does not use --options
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
10:29 AM rgw Bug #23536 (Closed): [rgw] Bucket Policy - HTTP_X_FORWARDED_FOR isn't supported
Luminous 12.2.4
very simple policy:...
Aleksandr Rudenko
07:49 AM RADOS Bug #23535 (Closed): 'ceph --show-config --conf /dev/null' does not work any more
Previously it could be used by users to return the default ceph configuration (see e.g. [1]), now it fails (even if w... Mykola Golub
07:03 AM RADOS Backport #21784 (In Progress): jewel: cli/crushtools/build.t sometimes fails in jenkins' "make ch...
Nathan Cutler
07:02 AM Revision 7386b584 (ceph): crushtool: print error message to stderr not dout(1)
in hope to fix the mysterious test failure where cli/crushtool/build.t
prints nothing when error message is expected....
Kefu Chai
06:58 AM RADOS Backport #22449 (Need More Info): jewel: Visibility for snap trim queue length
Backporting this feature to jewel at this late stage seems risky. Do we really need it in jewel? Nathan Cutler
02:53 AM Revision e4a65b76 (ceph): config: notify config observers on set_mon_vals()
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley

03/31/2018

07:14 PM rbd Bug #23526 (Fix Under Review): "Message too long" error when appending journal
PR: https://github.com/ceph/ceph/pull/21157 Mykola Golub
12:17 PM rgw Backport #22638 (Need More Info): jewel: rgw:lc: set LifecycleConfiguration without "Rule" tag re...
backporter reports that the backport touches feature code that is not present in jewel Nathan Cutler
12:01 PM CephFS Backport #22031 (In Progress): jewel: FAILED assert(get_version() < pv) in CDir::mark_dirty
Nathan Cutler
12:00 PM CephFS Backport #22031 (Need More Info): jewel: FAILED assert(get_version() < pv) in CDir::mark_dirty
@Zheng, this backport appears to depend on 7596f4b76a31d16b01ed733be9c52ecfffa7b21a
Please advise.
Nathan Cutler
12:00 PM Revision 1ed5fcda (ceph): mds: fix CDir::log_mark_dirty()
the 'will dirty' check is wrong because we don't always project fnode.
Fixes: http://tracker.ceph.com/issues/21584
S...
Yan, Zheng
12:00 PM Revision 4d73050b (ceph): mds: fix CDir::log_mark_dirty()
CDir::log_mark_dirty() moves dirfrag to current log segment's dirty
dirfrag list, but it does not submit any log even...
Yan, Zheng
09:33 AM Revision d88026eb (ceph): common: Remove unnecessary semicolon
Remove unnecessary semicolon.
Signed-off-by: Simran Singhal <singhalsimran0@gmail.com>
simransinghal
09:33 AM Revision 7f81c03e (ceph): common: Remove multiple assignment
According to Linux kernel coding style there should not be multiple assignments on a single line to make code more re... simransinghal
09:24 AM Revision d8a60c6f (ceph): common: addr_parsing: Cleanup and Refactor Code
*Remove assignment in if condition.
*Remove unnecessary cast on void pointer.
*Add a blank line after declaration(s)....
simransinghal
05:28 AM CephFS Bug #23532 (Resolved): doc: create PendingReleaseNotes and add dev doc for openfile table purpose...
https://github.com/ceph/ceph/pull/20132 Patrick Donnelly
05:25 AM Revision b7fce646 (ceph): Merge PR #20132 into master
* refs/pull/20132/head:
qa/cephfs: update TestDamage for open file table
mds: allow storing open file table in mult...
Patrick Donnelly
05:19 AM CephFS Backport #21526 (In Progress): jewel: client: dual client segfault with racing ceph_shutdown
Nathan Cutler
05:12 AM CephFS Backport #21489 (In Progress): jewel: qa: failures from pjd fstest
Nathan Cutler
05:11 AM Revision ec6ca507 (ceph): ceph: do link/rename semantic checks after srcdn is readable
For hard link, source inode must not be directory. For rename,
types of source/destination inodes must match. If srcd...
Yan, Zheng
05:07 AM CephFS Backport #21450 (Need More Info): jewel: MDS: MDS is laggy or crashed When deleting a large numbe...
Zheng, this backport appears to depend on 2b396cab22c9faaa7496000e77ec5f2d7e7d553d which is not in jewel. Nathan Cutler
02:30 AM Revision 5638f331 (ceph): osd/PGBackend: fix large_omap_objects checking
We should avoid creating **new** objects into shard's map,
because replicas may get divergent view of objects they sh...
xie xingguo
02:09 AM Revision 24fb1329 (ceph): osd/PGBackend: drop input "snapid_t" from objects_list_range()
Not only because it is useless, but because it is actually misleading..
Signed-off-by: xie xingguo <xie.xingguo@zte....
xie xingguo
12:59 AM Revision 4eb4d4fb (ceph): Merge pull request #21147 from rjfd/wip-dashboard-fix-notification-queu...
mgr/dashboard: notification queue: fix priority tests
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai

03/30/2018

10:18 PM Revision 5c1f4d29 (ceph): mgr/dashboard: notification queue: fix priority tests
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
08:36 PM rbd Bug #22932 (Resolved): [rbd-mirror] infinite loop is possible when formatting the status message
Nathan Cutler
08:35 PM rbd Backport #22965 (Resolved): jewel: [rbd-mirror] infinite loop is possible when formatting the sta...
Nathan Cutler
08:35 PM Revision d0d361de (ceph): Merge pull request #20418 from pdvian/wip-22965-jewel
jewel: rbd-mirror: fix potential infinite loop when formatting status message
Reviewed-by: Mykola Golub <mgolub@suse...
Nathan Cutler
08:35 PM rbd Bug #11502 (Resolved): "[ FAILED ] TestLibRBD.LockingPP" in rbd-next-distro-basic-mult run
Nathan Cutler
08:34 PM rbd Backport #23065 (Resolved): jewel: "[ FAILED ] TestLibRBD.LockingPP" in rbd-next-distro-basic-m...
Nathan Cutler
08:34 PM Revision 31db218f (ceph): Merge pull request #20524 from pdvian/wip-23065-jewel
jewel: test/librbd: utilize unique pool for cache tier testing
Reviewed-by: Mykola Golub <mgolub@suse.com>
Nathan Cutler
08:33 PM rbd Bug #22120 (Resolved): possible deadlock in various maintenance operations
Nathan Cutler
08:33 PM rbd Backport #22175 (Resolved): jewel: possible deadlock in various maintenance operations
Nathan Cutler
08:33 PM Revision a6007ebc (ceph): Merge pull request #20285 from smithfarm/wip-22175-jewel
jewel: rbd: possible deadlock in various maintenance operations
Reviewed-by: Mykola Golub <mgolub@suse.com>
Nathan Cutler
07:20 PM Bug #23435 (Resolved): arm make check tests are failing
resolved with today's rebase. Vasu Kulkarni
07:20 PM Revision 7a244301 (ceph): Merge pull request #20979 from ceph/wip-cd-smoke-fix
qa/tests: use ceph-deploy stable branch for single node tests vasukulkarni
06:34 PM rgw Bug #23531 (Won't Fix): s3a/2.8.0 fs.contract failure Seek/Rename/ComplexDirActions/RecursiveRoot...
Failing tests are. from fs.contract:
Seek/Rename/ComplexDirActions/RecursiveRootListing/EmptyRootDirNonRecursive/Li...
Vasu Kulkarni
06:11 PM Revision 43f2fdd0 (ceph): qa/tests: couple of improvements to s3a task to handle landsat tests, ...
and timeout handling for huge files
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
Vasu Kulkarni
06:11 PM Revision 0a794cf9 (ceph): qa/tests: use dnsmasq task which does better job of setting up cname an...
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
06:11 PM Revision dae01bfc (ceph): qa/tests: unset immutable attribute for resolv.conf for centos ovh nodes
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
05:24 PM Revision 9946e3f5 (ceph): test/ceph_test_objectstore: make settings update and restore less error
prone.
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
Igor Fedotov
05:16 PM Revision 90eade00 (ceph): test/ceph_test_objectstore: make settings update and restore less error
prone.
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
Igor Fedotov
05:11 PM Revision 2aeb312f (ceph): os/bluestore: more details in logging when applying compresion settings.
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
05:10 PM RADOS Bug #22123 (Resolved): osd: objecter sends out of sync with pg epochs for proxied ops
Nathan Cutler
05:09 PM RADOS Backport #23076 (Resolved): jewel: osd: objecter sends out of sync with pg epochs for proxied ops
Nathan Cutler
05:09 PM Revision 2564479b (ceph): Merge pull request #20518 from smithfarm/wip-23076-jewel
jewel: osd: objecter sends out of sync with pg epochs for proxied ops
Reviewed-by: Sage Weil <sage@redhat.com>
Revie...
Nathan Cutler
04:09 PM Revision 80f84baa (ceph): qa/tests: use stable branch for single node tests
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
04:08 PM Revision ab9a78b9 (ceph): qa/tests: Remove distro version and use 20gb disk size for ovh,
use 8 as default pg_num and pgp_num
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
Vasu Kulkarni
04:08 PM Revision fd7b256e (ceph): qa/tests: Add sleep after rgw systemd restart, this would take few seco...
completely up.
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
Vasu Kulkarni
04:08 PM Revision 8ed2c34a (ceph): qa/tests: use dnsmasq task which does better job of setting up cname an...
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
04:08 PM Revision 7759a3ac (ceph): qa/tests: unset immutable attribute for resolv.conf for centos ovh nodes
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
04:08 PM Revision 394b4fbf (ceph): qa/tests: disable landsat and enable fs.contract tests
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
04:08 PM Revision ad1e1be7 (ceph): Fix
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
04:08 PM Revision f0d32962 (ceph): qa/tests: remove landsat java test and handle this better with s3cmd by...
same public bucket on local server
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
Vasu Kulkarni
03:49 PM Revision 3806d8ec (ceph): common: FreeBSD wants the correct struct selection for ipv6
Lets see if this also works for Linux
Fixes: http://tracker.ceph.com/issues/21813
Signed-off-by: Willem Jan Withage...
Willem Jan Withagen
03:45 PM CephFS Bug #23530: mds: kicked out by monitor during rejoin
https://github.com/ceph/ceph/pull/21144
above PR can fix this issue , and we it has been verified in our cluster.
dongdong tao
03:38 PM CephFS Bug #23530 (Resolved): mds: kicked out by monitor during rejoin
function process_imported_caps might hold mds_lock too long,
mds tick thread will be starved, and leads to ...
dongdong tao
03:36 PM CephFS Bug #23529 (Resolved): TmapMigratePP.DataScan asserts in jewel
I'm not sure why this test is in the rados suite, when it tests a CephFS-specific tool(?), but here we are. After som... Nathan Cutler
03:31 PM RADOS Bug #23511: forwarded osd_failure leak in mon
rerunning the tests at http://pulpito.ceph.com/kchai-2018-03-30_15:29:52-rados-wip-slow-mon-ops-kefu-distro-basic-smi... Kefu Chai
02:59 PM Bug #23527 (Fix Under Review): aio_t::rval int type not enough to contain io_event::res with unsi...
https://github.com/ceph/ceph/pull/21136 Kefu Chai
10:35 AM Bug #23527 (Resolved): aio_t::rval int type not enough to contain io_event::res with unsigned lon...
-1> 2018-03-30 01:53:27.511964 7fc903ecb700 -1 bdev(0x565100d73800 /var/lib/ceph/osd/ceph-3/block.db) aio to 12845056... yang wang
02:09 PM Revision ab77dcc0 (ceph): rbd-nbd: fix ebusy when do map
When doing rbd-nbd map, if the Ceph service is not available,
the codes will wait on rados.connect(), unless killing ...
Li Wang
02:08 PM rbd Bug #23528 (Resolved): rbd-nbd: EBUSY when do map
When doing rbd-nbd map, if the Ceph service is not available,
the codes will wait on rados.connect(), unless killing...
Li Wang
02:00 PM rbd Bug #23516: [rbd-mirror] entries_behind_master will not be zero after mirror over
This is actually just an artifact of IO batching within rbd-mirror. The commit position is only updated after every 3... Jason Dillaman
02:57 AM rbd Bug #23516 (Resolved): [rbd-mirror] entries_behind_master will not be zero after mirror over
I have two ceph-12.2.4 cluster. Rbd mirror deamon run on cluster two. poolclz/rbdclz on cluster one is primary image ... liuzhong chen
01:46 PM Revision db04ec6b (ceph): ceph-volume: remove extra space
The space had 2 spaces instead of one.
Signed-off-by: Sébastien Han <seb@redhat.com>
Sébastien Han
01:03 PM Revision bd750f8e (ceph): librbd/cli-integration: Permit V1 image creation
Signed-off-by: Julien COLLET <julien.collet@cern.ch> Julien COLLET
01:02 PM RADOS Bug #23517: TestMockDeepCopyRequest.SimpleCopy fails in run-rbd-unit-tests.sh
Moving this to CI. This failure would only occur if the cls_XYX.so libraries could not be loaded during the execution... Jason Dillaman
02:59 AM RADOS Bug #23517 (Resolved): TestMockDeepCopyRequest.SimpleCopy fails in run-rbd-unit-tests.sh
... Kefu Chai
12:45 PM Revision 6885380c (ceph): Merge pull request #18317 from hitoshikamei/master-rbd
rbd: eager-thick provisioning support
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
12:44 PM Revision 24e566af (ceph): Merge pull request #20868 from shun-s/fix-same-cookie
librbd: fix refuse to release lock when cookie is the same at rewatch
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
12:44 PM Revision 285a2fdb (ceph): Merge pull request #20935 from trociny/wip-get-name
librbd: add API function to get image name
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
12:15 PM Revision a9b9477a (ceph): os/bluestore: change the type of aio_t:res to long
io_event::res was assigned to io_t::rval, but io_event::res
is long, if rval is int, this will cause overflow.
Fixes...
yang wang
10:25 AM Revision 12b059e4 (ceph): mon,mgr: remove single wildcard '*' from ceph comand line description
because wildcard doesn't work.The '*' is consumed and
translated to current dir/file name before passing to ceph.
re...
Gu Zhongyan
07:17 AM rbd Bug #23526 (Resolved): "Message too long" error when appending journal
When appending to a journal object the number of appends sent in one rados operation is not limited and we may hit os... Mykola Golub
05:48 AM Bug #23479 (Closed): While the PG status is incomplete ,the operation of reading or writing will ...
Luminous has fixed this with its "client backoff" functionality, but there's not much you can do in Hammer. Greg Farnum
05:25 AM RADOS Bug #23510: rocksdb spillover for hard drive configurations
Igor Fedotov wrote:
> Ben,
> this has been fixed by https://github.com/ceph/ceph/pull/19257
> Not sure about an ex...
Nathan Cutler
05:21 AM Documentation #14730: description of upgrade procedure - stopping/starting OSDs
Ben England wrote:
> Should I submit a PR on the documentation?
PRs are always welcome. In this case, your PR sho...
Nathan Cutler
05:20 AM Backport #22940 (Resolved): luminous: Double free in rados_getxattrs_next
Nathan Cutler
05:18 AM mgr Bug #22424 (Resolved): balancer should warn about missing requirements
Nathan Cutler
05:15 AM Backport #23523 (In Progress): jewel: tests: unittest_pglog timeout
Nathan Cutler
05:04 AM Backport #23523 (Resolved): jewel: tests: unittest_pglog timeout
https://github.com/ceph/ceph/pull/21135 Nathan Cutler
05:15 AM Revision 30a26a7b (ceph): tests: remove TestPGLog ASSERT_DEATH test
Fixes: http://tracker.ceph.com/issues/23504
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commi...
Nathan Cutler
05:14 AM Revision 3e89dc43 (ceph): tests: remove TestPGLog EXPECT_DEATH tests
As per Sam Just advice, remove the EXPECT_DEATH tests to avoid
intermittent hang because they do not play well with t...
Loic Dachary
05:07 AM Backport #23522 (In Progress): luminous: tests: unittest_pglog timeout
Nathan Cutler
05:03 AM Backport #23522 (Resolved): luminous: tests: unittest_pglog timeout
https://github.com/ceph/ceph/pull/21134 Nathan Cutler
05:07 AM Revision 12a28504 (ceph): tests: remove TestPGLog ASSERT_DEATH test
Fixes: http://tracker.ceph.com/issues/23504
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commi...
Nathan Cutler
05:04 AM rbd Backport #23525 (Resolved): jewel: is_qemu_running in qemu_rebuild_object_map.sh and qemu_dynamic...
https://github.com/ceph/ceph/pull/21207 Nathan Cutler
05:04 AM rbd Backport #23524 (Resolved): luminous: is_qemu_running in qemu_rebuild_object_map.sh and qemu_dyna...
https://github.com/ceph/ceph/pull/21192 Nathan Cutler
05:03 AM Backport #23521 (Resolved): jewel: ceph_authtool: add mode option
https://github.com/ceph/ceph/pull/21197 Nathan Cutler
05:03 AM Backport #23520 (Resolved): luminous: ceph_authtool: add mode option
https://github.com/ceph/ceph/pull/21198 Nathan Cutler
05:03 AM Bug #23504 (Pending Backport): tests: unittest_pglog timeout
Nathan Cutler
03:35 AM CephFS Bug #23519: mds: mds got laggy because of MDSBeacon stuck in mqueue
currently, there is no incoming mds messages can be fast dispatch.
so, and since the MDSBeacon's handler handle_mds_...
dongdong tao
03:15 AM CephFS Bug #23519 (Resolved): mds: mds got laggy because of MDSBeacon stuck in mqueue
the MDSBeacon message from monitor may stuck for long time in mqueue.
because DispatcherQueue is currently dispatchi...
dongdong tao
03:06 AM CephFS Bug #23503: mds: crash during pressure test
Patrick Donnelly wrote:
> wei jin wrote:
> > After crash, the standby mds took it over, however, we observed anothe...
wei jin
03:01 AM CephFS Bug #23518 (Resolved): mds: crash when failover
2018-03-29 10:25:04.719502 7f5ae5ad2700 -1 /build/ceph-12.2.4/src/mds/MDCache.cc: In function 'void MDCache::handle_c... wei jin
02:27 AM mgr Backport #22983 (Resolved): luminous: balancer should warn about missing requirements
xie xingguo
01:45 AM Revision 9e8af3e2 (ceph): Merge pull request #21117 from smithfarm/wip-23504
tests: remove TestPGLog ASSERT_DEATH test
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
Reviewed-by: Adam C. Emers...
Kefu Chai
12:10 AM RADOS Bug #23403 (Triaged): Mon cannot join quorum
... Brad Hubbard

03/29/2018

09:04 PM CephFS Documentation #23334 (Resolved): doc: note client eviction results in a client instance blacklist...
Patrick Donnelly
09:03 PM Revision 0e3d5653 (ceph): Merge PR #20927 into master
* refs/pull/20927/head:
doc: use actual entity address for clarity
doc: make minor grammatical rectifications
Revi...
Patrick Donnelly
08:22 PM rbd Feature #23515 (New): [api] lock_acquire should expose setting the optional lock description
This lock description can be used by iSCSI to describe the lock owner in a manner which can be programatically interp... Jason Dillaman
08:20 PM rbd Feature #23514 (New): [api] image-meta needs to support compare-and-write operation
iSCSI would like to re-use image-meta to store port state and persistent group reservations. In the case of PGRs, it ... Jason Dillaman
07:45 PM rbd Bug #23502 (Pending Backport): is_qemu_running in qemu_rebuild_object_map.sh and qemu_dynamic_fea...
Jason Dillaman
07:01 PM rbd Bug #23502 (Fix Under Review): is_qemu_running in qemu_rebuild_object_map.sh and qemu_dynamic_fea...
PR: https://github.com/ceph/ceph/pull/21131 Mykola Golub
10:22 AM rbd Bug #23502 (In Progress): is_qemu_running in qemu_rebuild_object_map.sh and qemu_dynamic_features...
Mykola Golub
08:34 AM rbd Bug #23502 (Resolved): is_qemu_running in qemu_rebuild_object_map.sh and qemu_dynamic_features.sh...
http://qa-proxy.ceph.com/teuthology/smithfarm-2018-03-28_12:50:32-rbd-wip-jewel-backports-distro-basic-smithi/2330979... Mykola Golub
07:45 PM Revision 4e36277b (ceph): Merge pull request #21131 from trociny/wip-23502
qa/suites/rbd: set qemu task time_wait param
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
07:44 PM CephFS Bug #23503: mds: crash during pressure test
wei jin wrote:
> After crash, the standby mds took it over, however, we observed another crash:
This smells like ...
Patrick Donnelly
07:43 PM CephFS Bug #23503 (Duplicate): mds: crash during pressure test
Patrick Donnelly
09:08 AM CephFS Bug #23503: mds: crash during pressure test
After crash, the standby mds took it over, however, we observed another crash:
2018-03-29 10:25:04.719502 7f5ae5ad...
wei jin
09:05 AM CephFS Bug #23503 (Duplicate): mds: crash during pressure test
ceph version: 12.2.4
10 mds, 9 active + 1 standby
disabled dir fragmentation
We created 9 directories, and pnine...
wei jin
07:17 PM Revision ca016f37 (ceph): doc: Edits
Made a few minor edits.
Signed-off-by: John Wilkins <jowilkin@redhat.com>
John Wilkins
07:17 PM Revision ffb68cc9 (ceph): doc: Updated add primary storage documentation for latest CloudStack re...
Signed-off-by: James McClune <jmcclune@mcclunetechnologies.net> falcon78921
07:12 PM Revision fb0008ea (ceph): ceph-volume lvm.activate add 'activate all' functionality
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:12 PM Revision 6975e221 (ceph): ceph-volume tests add process.call unit tests
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:12 PM Revision 967938a0 (ceph): ceph-volume lvm.activate warn when no osds are found with --all
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:12 PM Revision 2d8f4898 (ceph): ceph-volume tests ensure activate all behavior
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:12 PM Revision 4f305eb6 (ceph): ceph-volume lvv.activate allo to configure the CLI with --all
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:12 PM Revision cee7612c (ceph): ceph-volume lvm.listing create a helper that lists osds
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:12 PM Revision 2e8249f9 (ceph): ceph-volume systemd.systemctl add helpers for daemon status
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:12 PM Revision 50c9d533 (ceph): ceph-volume process.call add conditional verbosity on failure
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:39 PM CephFS Bug #22754 (Resolved): mon: removing tier from an EC base pool is forbidden, even if allow_ec_ove...
Nathan Cutler
06:39 PM CephFS Backport #22971 (Resolved): luminous: mon: removing tier from an EC base pool is forbidden, even ...
Nathan Cutler
01:20 PM CephFS Backport #22971: luminous: mon: removing tier from an EC base pool is forbidden, even if allow_ec...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20433
merged
Yuri Weinstein
06:39 PM RADOS Bug #21218 (Resolved): thrash-eio + bluestore (hangs with unfound objects or read_log_and_missing...
Nathan Cutler
06:39 PM RADOS Backport #23024 (Resolved): luminous: thrash-eio + bluestore (hangs with unfound objects or read_...
Nathan Cutler
01:20 PM RADOS Backport #23024: luminous: thrash-eio + bluestore (hangs with unfound objects or read_log_and_mis...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20495
merged
Yuri Weinstein
06:38 PM bluestore Bug #23040 (Resolved): bluestore: statfs available can go negative
Nathan Cutler
06:38 PM bluestore Backport #23074 (Resolved): luminous: bluestore: statfs available can go negative
Nathan Cutler
01:19 PM bluestore Backport #23074: luminous: bluestore: statfs available can go negative
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20554
merged
Yuri Weinstein
06:33 PM ceph-volume Feature #23067 (Fix Under Review): Implement an 'activate all' to help with dense servers or migr...
PR https://github.com/ceph/ceph/pull/21130 Alfredo Deza
06:27 PM CephFS Bug #10915 (Fix Under Review): client: hangs on umount if it had an MDS session evicted
https://github.com/ceph/ceph/pull/21065 Patrick Donnelly
06:03 PM Revision 09544845 (ceph): ceph-volume tests ensure activate all behavior
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:02 PM Revision 2134ae90 (ceph): ceph-volume lvm.activate warn when no osds are found with --all
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:52 PM rgw Bug #22775 (Fix Under Review): rgw: multisite: the huge object sync is slow in unstable network e...
Casey Bodley
05:48 PM rgw Bug #23469 (Fix Under Review): jewel: rgw: radosgw in jewel has not been linked with tcmalloc whe...
Matt Benjamin
05:47 PM Revision 9b4bae15 (ceph): osd/OSD: make dout in _check_full conditional
Signed-off-by: Mark Nelson <mnelson@redhat.com> Mark Nelson
05:41 PM rgw Bug #23188 (Closed): Cannot list file in a bucket or delete it : illegal character code U+0001
Orit Wasserman
04:55 PM Revision 3c1d4e12 (ceph): ceph-volume tests add process.call unit tests
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
04:48 PM Feature #23513 (Pending Backport): ceph_authtool: add mode option
Patrick Donnelly
04:47 PM Feature #23513 (Fix Under Review): ceph_authtool: add mode option
https://github.com/ceph/ceph/pull/20983 Patrick Donnelly
04:39 PM Feature #23513 (Resolved): ceph_authtool: add mode option
Ability to set the keyring file mode with the help of
'--mode MODE'. The mode needs to be specified in octal using t...
Sébastien Han
04:47 PM Revision 388303f3 (ceph): Merge PR #20983 into master
* refs/pull/20983/head:
ceph_authtool: add mode option
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
04:40 PM Revision b179cd27 (ceph): ceph_authtool: add mode option
We now have the ability to set the keyring file mode with the help of
'--mode MODE'. The mode needs to be specified i...
Sébastien Han
04:12 PM Revision 6924de6c (ceph): Merge branch 'fix_rgw_tests_path' into 'rh-luminous'
Fix rgw tests path
corrected RGW v1 tests path in RGW system tests , multisite tests and NFS Ganesha tests.
fixed mi...
Vasu Kulkarni
03:59 PM rgw Bug #23468 (Fix Under Review): radosgw-admin should not use metadata cache when not needed
https://github.com/ceph/ceph/pull/21129 Casey Bodley
03:44 PM rbd Bug #23512 (Resolved): Allow removal of RBD images even if the journal is corrupt
Allow removal of RBD images even if the journal is corrupt
Red Hat bug - https://bugzilla.redhat.com/show_bug.cgi?id...
Vikhyat Umrao
03:39 PM RADOS Bug #23510: rocksdb spillover for hard drive configurations
Ben,
this has been fixed by https://github.com/ceph/ceph/pull/19257
Not sure about an exact Luminous build it lande...
Igor Fedotov
03:02 PM RADOS Bug #23510 (Resolved): rocksdb spillover for hard drive configurations
version: ceph-*-12.2.1-34.el7cp.x86_64
One of Bluestore's best use cases is to accelerate performance for writes o...
Ben England
03:33 PM RADOS Bug #22413 (Resolved): can't delete object from pool when Ceph out of space
Nathan Cutler
03:33 PM RADOS Backport #23114 (Resolved): luminous: can't delete object from pool when Ceph out of space
Nathan Cutler
01:19 PM RADOS Backport #23114: luminous: can't delete object from pool when Ceph out of space
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20585
merged
Yuri Weinstein
03:32 PM Backport #23501 (In Progress): luminous: OSD bind to IPv6 link-local address
Nathan Cutler
01:11 PM Backport #23501: luminous: OSD bind to IPv6 link-local address
https://github.com/ceph/ceph/pull/21111 Wido den Hollander
08:21 AM Backport #23501 (Resolved): luminous: OSD bind to IPv6 link-local address
https://github.com/ceph/ceph/pull/21111 Nathan Cutler
03:08 PM RADOS Bug #23511 (Can't reproduce): forwarded osd_failure leak in mon
see http://pulpito.ceph.com/kchai-2018-03-29_13:20:02-rados-wip-slow-mon-ops-kefu-distro-basic-smithi/2334154/
<p...
Kefu Chai
02:55 PM rbd Bug #18768 (Closed): rbd rm on empty volumes 2/3 sec per volume
Jason Dillaman
02:26 PM rbd Bug #18768: rbd rm on empty volumes 2/3 sec per volume
This issue was submitted against kernel RBD in Ceph Jewel, but the kernel RBD implementation has changed. The object... Ben England
02:44 PM Revision 6fe8d647 (ceph): qa/suites/rbd: set qemu task time_wait param
so workloads qemu_dynamic_features.sh and qemu_rebuild_object_map.sh,
which check if qemu is finished with periodicit...
Mykola Golub
02:43 PM Revision af15b2ce (ceph): qa/tasks/qemu: add a parameter to wait for workloads detect qemu finished
In the case when a workload needs to detect qemu finished by running a
check with a periodicity of N sec it needs to ...
Mykola Golub
02:29 PM Documentation #14730: description of upgrade procedure - stopping/starting OSDs
Should I submit a PR on the documentation? This seems very important to document. it's been 2 years. By now system... Ben England
02:28 PM CephFS Bug #23509: ceph-fuse: broken directory permission checking
Kernel chdir syscall does:... Jeff Layton
02:23 PM CephFS Bug #23509 (Resolved): ceph-fuse: broken directory permission checking
Description of problem:
We have encountered cephfs-fuse mounted directory different behavior than base Linux or kern...
Jeff Layton
02:22 PM Revision f7ad5dff (ceph): osdc: dec num_in_flight for pool_dne case.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> jianpeng ma
02:16 PM Revision 6507e4d8 (ceph): mon: mark mgr reports and osd_failure as no_reply
see also: #20517
Fixes: http://tracker.ceph.com/issues/22114
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry pic...
Kefu Chai
01:31 PM Revision 8c31e568 (ceph): test:qa:infra - teuthology crontab items as of 3/27/18
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
01:24 PM RADOS Bug #22847 (Resolved): ceph osd force-create-pg cause all ceph-mon to crash and unable to come up...
Nathan Cutler
01:24 PM RADOS Backport #22942 (Resolved): luminous: ceph osd force-create-pg cause all ceph-mon to crash and un...
Nathan Cutler
01:21 PM RADOS Backport #22942: luminous: ceph osd force-create-pg cause all ceph-mon to crash and unable to com...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20399
merged
Yuri Weinstein
01:24 PM Revision 5801ba92 (ceph): Merge pull request #20254 from k0ste/luminous_backports
luminous: mgr: prometheus: set metadata metrics value to '1' (#22717).
Reviewed-by: John Spray <john.spray@redhat.com>
Yuri Weinstein
01:23 PM RADOS Backport #23075 (Resolved): luminous: osd: objecter sends out of sync with pg epochs for proxied ops
Nathan Cutler
01:18 PM RADOS Backport #23075: luminous: osd: objecter sends out of sync with pg epochs for proxied ops
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20609
merged
Yuri Weinstein
01:23 PM Revision 77a52c7b (ceph): Merge pull request #20334 from tchaikov/wip-pr-20255-luminous
luminous: config: Change bluestore_cache_kv_max to type INT64
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
01:23 PM Backport #23410 (Resolved): luminous: Documentation license version is ambiguous
Nathan Cutler
01:17 PM Backport #23410: luminous: Documentation license version is ambiguous
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20988
merged
Yuri Weinstein
01:22 PM Backport #22940: luminous: Double free in rados_getxattrs_next
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20358
merged
Yuri Weinstein
01:22 PM Revision 1536398f (ceph): Merge pull request #20358 from pdvian/wip-22940-luminous
luminous: Double free in rados_getxattrs_next
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
01:22 PM mgr Backport #22983: luminous: balancer should warn about missing requirements
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20359
merged
Yuri Weinstein
01:22 PM Revision ac972bf0 (ceph): Merge pull request #20359 from xiexingguo/wip-luminous-balancer-fixes
luminous: mgr/balancer: pool-specific optimization support and bug fixes
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
01:21 PM Revision 67e01656 (ceph): Merge pull request #21121 from tchaikov/wip-no-relicensing
msg/async/dpdk: remove xsky copyright and LGPL copying
Reviewed-by: Haomai Wang <haomai@xsky.com>
Kefu Chai
01:21 PM Revision ae715ffc (ceph): Merge pull request #20399 from smithfarm/wip-22942-luminous
luminous: ceph osd force-create-pg cause all ceph-mon to crash and unable to come up again
Reviewed-by: Nathan Cutle...
Yuri Weinstein
01:20 PM Revision 02bf00d1 (ceph): Merge pull request #20433 from pdvian/wip-22971-luminous
mon: allow removal of tier of ec overwritable pool
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
01:20 PM Revision 0be79a31 (ceph): Merge pull request #20495 from pdvian/wip-23024-luminous
luminous: osd: Fix assert when checking missing version
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
01:19 PM Revision bae0d816 (ceph): Merge pull request #20554 from pdvian/wip-23074-luminous
luminous: bluestore: statfs available can go negative
Reviewed-by: Igor Fedotov <ifedotov@mirantis.com>
Yuri Weinstein
01:19 PM Revision 9f32fb9c (ceph): Merge pull request #21105 from ashitakasam/wip-bug
rgw: comparison between signed and unsigned integer expressions
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
01:18 PM Revision c583fb44 (ceph): Merge pull request #20585 from pdvian/wip-23114-luminous
luminous: librados: make OPERATION_FULL_FORCE the default for rados_remove()
Reviewed-by: Josh Durgin <jdurgin@redha...
Yuri Weinstein
01:18 PM Revision 31a27697 (ceph): Merge pull request #20609 from pdvian/wip-23075-luminous
luminous: osd: objecter sends out of sync with pg epochs for proxied ops
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
01:17 PM Revision 0f03db58 (ceph): Merge pull request #20988 from pdvian/wip-23410-luminous
luminous: legal: remove doc license ambiguity
Reviewed-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
Revie...
Yuri Weinstein
12:59 PM Revision 1ce6bcee (ceph): ceph-volume lvm.activate add 'activate all' functionality
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
12:58 PM Revision 78cd8370 (ceph): ceph-volume process.call add conditional verbosity on failure
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
12:43 PM bluestore Bug #21259: bluestore: segv in BlueStore::TwoQCache::_trim
Igor Fedotov
12:35 PM Revision 1ae47f32 (ceph): ceph-volume systemd.systemctl add helpers for daemon status
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
12:25 PM rbd Backport #23508 (In Progress): jewel: test_admin_socket.sh may fail on wait_for_clean
Nathan Cutler
12:22 PM rbd Backport #23508 (Resolved): jewel: test_admin_socket.sh may fail on wait_for_clean
https://github.com/ceph/ceph/pull/21125 Nathan Cutler
12:25 PM Revision f0372aa5 (ceph): qa/workunits/rbd: remove sanity check in test_admin_socket.sh
Fixes: https://tracker.ceph.com/issues/23499
Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from commit...
Mykola Golub
12:24 PM rbd Backport #23507 (In Progress): luminous: test_admin_socket.sh may fail on wait_for_clean
Nathan Cutler
12:22 PM rbd Backport #23507 (Resolved): luminous: test_admin_socket.sh may fail on wait_for_clean
https://github.com/ceph/ceph/pull/21124 Nathan Cutler
12:24 PM Revision e58b734b (ceph): qa/workunits/rbd: remove sanity check in test_admin_socket.sh
Fixes: https://tracker.ceph.com/issues/23499
Signed-off-by: Mykola Golub <mgolub@suse.com>
(cherry picked from commit...
Mykola Golub
12:18 PM Revision 028e30cc (ceph): Merge pull request #21074 from trociny/wip-librados_test_stub-append
test/librados_test_stub: always create copy of buffers passed to operation
Reviewed-by: Jason Dillaman <dillaman@red...
Jason Dillaman
12:18 PM rbd Bug #23499 (Pending Backport): test_admin_socket.sh may fail on wait_for_clean
Jason Dillaman
09:40 AM rbd Bug #23499 (Fix Under Review): test_admin_socket.sh may fail on wait_for_clean
PR: https://github.com/ceph/ceph/pull/21116 Mykola Golub
08:11 AM rbd Bug #23499 (Resolved): test_admin_socket.sh may fail on wait_for_clean
See e.g: http://qa-proxy.ceph.com/teuthology/smithfarm-2018-03-28_12:50:32-rbd-wip-jewel-backports-distro-basic-smith... Mykola Golub
12:17 PM Revision 7c2f02d9 (ceph): Merge pull request #21116 from trociny/wip-23499
qa/workunits/rbd: remove sanity check in test_admin_socket.sh
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
12:14 PM rbd Feature #23505: rbd zero copy
Hi Jason,
you mean by the following commands?
rbd snap create
rbd snap protect
rbd clone
rbd flatten
rbd s...
Stefan Kooman
11:54 AM rbd Feature #23505: rbd zero copy
This is basically implemented via "rbd clone". Jason Dillaman
10:03 AM rbd Feature #23505 (Rejected): rbd zero copy
rbd zero copy would just ask the Ceph cluster to "copy $rbd image" to a new image. This saves a lot of bandwith back ... Stefan Kooman
12:03 PM ceph-volume Bug #23497 (In Progress): ceph-volume: lvcreate: unrecognized option '--yes'
Trusty EOL is set for April of 2019, so we still have time to add the warning in ceph-volume.
Re-opening so that w...
Alfredo Deza
10:45 AM ceph-volume Bug #23497 (Closed): ceph-volume: lvcreate: unrecognized option '--yes'
ceph-volume does not support trusty because it relies on systemd which is not in Trusty.
We somehow missed the win...
Alfredo Deza
04:15 AM ceph-volume Bug #23497 (Closed): ceph-volume: lvcreate: unrecognized option '--yes'
Running Luminous 12.2.4++ on Ubuntu Trusty 14.0.4.5
Trusty shipped with LVM 2.02.98.
LVM 2.02.99 added --yes for ...
Robin Johnson
11:46 AM Revision 137c29df (ceph): osd/PG: simplify replica purged_snaps update
This dependency on the ondisk version dates back before argonaut, and no
longer makes sense. Once the snap is trimme...
Sage Weil
11:37 AM Revision 3f4984db (ceph): msg/async/dpdk: remove xsky copyright and LGPL copying
it's not legitimate to relicense source code without original author's
permission. some of the source files are copie...
Kefu Chai
11:18 AM rgw Bug #23506 (Resolved): [rgw] GET <object>?torrent returns object's body instead torrent-file
i use awscli:... Aleksandr Rudenko
11:07 AM rgw Bug #21619 (Fix Under Review): RGW Reshard error add failed to drop lock on <bucket>
Orit Wasserman
11:07 AM rgw Bug #21619: RGW Reshard error add failed to drop lock on <bucket>
reshard cancel will clear resharding flag:
https://github.com/ceph/ceph/pull/21120
Orit Wasserman
11:03 AM Revision 2c882b52 (ceph): rgw: reshard cancel command should clear the resharding flag
Fixes: http://tracker.ceph.com/issues/21619
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman
10:56 AM ceph-volume Bug #23498 (Closed): ceph-volume: unable to use existing partition as filestore journal
We rely on blkid to recognize these disks, so if blkid is unable to provide the information needed then nothing will ... Alfredo Deza
04:22 AM ceph-volume Bug #23498 (Closed): ceph-volume: unable to use existing partition as filestore journal
Followup to issue 23497.
Running Luminous 12.2.4++ on Ubuntu Trusty 14.04.5.
This is trying to convert ceph-dis...
Robin Johnson
10:54 AM Revision 1b5ad4f2 (ceph): Merge pull request #21107 from tchaikov/wip-pg-stat-cap-trimq
osd: cap snaptrimq_len at 2^32
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Kefu Chai
10:54 AM ceph-volume Bug #23496 (Closed): ceph-volume: lsblk: unknown column: PKNAME,PARTLABEL
This is because PKNAME and PARTLABEL were not part of lsblk in Trusty
ceph-volume does not support Trusty
Same ...
Alfredo Deza
04:08 AM ceph-volume Bug #23496 (Closed): ceph-volume: lsblk: unknown column: PKNAME,PARTLABEL
(i'm going to open a separate bug for the --yes failure).
Running Luminous 12.2.4++ on Ubuntu Trusty 14.0.4.5
r...
Robin Johnson
10:54 AM Revision b3a7cd96 (ceph): Merge pull request #21106 from tchaikov/wip-compressor-zstd
compressor: add zstd back
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Reviewed-by: Ricardo Dias <rdias@suse.com>
Kefu Chai
10:53 AM Revision 4ad5a586 (ceph): Merge pull request #21097 from ceph/wip-ifed-fix-reclaim-cap-bug
os/bluestore: fix broken cap in _balance_bluefs_freespace()
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:44 AM Revision 4fb21e1a (ceph): Merge pull request #20556 from yanghonggang/master
lttng: Trace rgw data transfer, bi entry and object header update processes
Reviewed-by: Casey Bodley <cbodley@redha...
Kefu Chai
10:28 AM RADOS Bug #19737 (Resolved): EAGAIN encountered during pg scrub (jewel)
Nathan Cutler
10:27 AM Revision 256e379d (ceph): Merge pull request #20508 from smithfarm/wip-23066-jewel
jewel: ceph.restart + ceph_manager.wait_for_clean is racy
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Nathan Cutler
09:54 AM RADOS Backport #23500 (In Progress): luminous: snapmapper inconsistency, crash on luminous
Nathan Cutler
08:20 AM RADOS Backport #23500 (Resolved): luminous: snapmapper inconsistency, crash on luminous
https://github.com/ceph/ceph/pull/21118 Nathan Cutler
09:54 AM Revision abe8b61c (ceph): osd/PG: print debug if we fail to decode snapbl
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 2f5a24d8f8fe7dd69dbbe3b3883d24d7ea0fdd41)
Sage Weil
09:53 AM Revision f491f02c (ceph): osd/PG: wait for scan_snaps() mapper repair
Wait for our repair to apply before continuing to avoid reading the
broken state again.
Signed-off-by: Sage Weil <sa...
Sage Weil
09:51 AM Revision 6b11270d (ceph): osd/SnapMapper: catch empty snaps on add_oid()
This shouldn't ever happen.
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 6668c16484be3f98a4...
Sage Weil
09:51 AM Revision 6655f48c (ceph): osd/SnapMapper: clean up broken snapmapper entry if present
Better to clean up than to crash the OSD.
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit fc37...
Sage Weil
09:51 AM Revision 3d7a8855 (ceph): osd: osd_debug_verify_snaps_on_info -> osd_debug_verify_snaps
Old option is unused
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit dce6f9d5328c50444fe3e2421...
Sage Weil
09:43 AM Bug #23504 (Fix Under Review): tests: unittest_pglog timeout
https://github.com/ceph/ceph/pull/21117 Nathan Cutler
09:43 AM Bug #23504 (In Progress): tests: unittest_pglog timeout
Nathan Cutler
09:38 AM Bug #23504 (Resolved): tests: unittest_pglog timeout
The ASSERT_DEATH test in unittest_pglog (at the very end of merge_log test) seems to cause transient test failure due... Nathan Cutler
09:40 AM Revision adcba97a (ceph): tests: remove TestPGLog ASSERT_DEATH test
Fixes: http://tracker.ceph.com/issues/23504
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
09:36 AM Revision e4bc25c1 (ceph): osd: rename duplicated event 'started' to 'sub_op_started'
Signed-off-by: Chang Liu <liuchang0812@gmail.com>
Signed-off-by: ashitakasam 694240887@qq.com
Chang Liu
09:36 AM Revision 01ff39dc (ceph): common: get ride of OpHistory::dump_ops_by_duration
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
09:30 AM Revision 390576b5 (ceph): corrected nfs-ganesha test run path and fixed version if not found error
rakesh
09:29 AM Revision d392393e (ceph): qa/workunits/rbd: remove sanity check in test_admin_socket.sh
Fixes: https://tracker.ceph.com/issues/23499
Signed-off-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
09:25 AM Revision 0f579cec (ceph): corrected rgw v1 tests path
rakesh
09:16 AM RADOS Bug #21844 (Resolved): Objecter::C_ObjectOperation_sparse_read throws/catches exceptions on -ENOENT
Nathan Cutler
09:16 AM RADOS Backport #21923 (Resolved): jewel: Objecter::C_ObjectOperation_sparse_read throws/catches excepti...
Nathan Cutler
09:16 AM Revision d2e85794 (ceph): Merge pull request #18743 from shinobu-x/wip-21923-jewel
jewel: core: Objecter::C_ObjectOperation_sparse_read throws/catches exceptions on -ENOENT
Reviewed-by: Jason Dillama...
Nathan Cutler
09:16 AM RADOS Bug #23403: Mon cannot join quorum
Hi all,
As asked on the ceph-users mailing list, here are the results of the following commands on the 3 monitors:...
Julien Lavesque
09:09 AM RADOS Bug #22743: "RadosModel.h: 854: FAILED assert(0)" in upgrade:hammer-x-jewel-distro-basic-smithi
Happened again (jewel 10.2.11 integration testing) - http://qa-proxy.ceph.com/teuthology/smithfarm-2018-03-28_20:31:4... Nathan Cutler
08:46 AM Revision 52037a29 (ceph): Got rid of recursive mutex.
Signed-off-by: Adam Kupczyk <akupczyk@mirantis.com>
(cherry picked from commit f444862de9b53f892e91e5721738486bb2f49e...
Adam Kupczyk
08:45 AM Support #23254: Clinet side write freeze for 15 Sec when one storage node rebooted
No in this case Monitor is not shutdown only OSD node is rebooted. You have misunderstood this case. if you some sett... Suvendu Mitra
08:25 AM RADOS Bug #17170: mon/monclient: update "unable to obtain rotating service keys when osd init" to sugge...
I've seen this on our cluster (luminous, bluestore based), but was unable to reproduce it...
Restarting primary mon...
Marcin Gibula
01:43 AM RADOS Bug #17170: mon/monclient: update "unable to obtain rotating service keys when osd init" to sugge...
when we reboot one host, some osd take a long time to start.
and one osd succeed to start finally after several tim...
tangwenjun tang
01:11 AM RADOS Bug #17170 (New): mon/monclient: update "unable to obtain rotating service keys when osd init" to...
We hit this issue again in Luminous. xie xingguo
08:18 AM mgr Bug #23083 (Resolved): ceph-mgr fails to start after a system reboot on Ubuntu 16.04
Nathan Cutler
08:17 AM mgr Backport #23101 (Resolved): luminous: ceph-mgr fails to start after a system reboot on Ubuntu 16.04
Nathan Cutler
08:17 AM bluestore Bug #23141 (Resolved): BlueFS reports rotational journals if BDEV_WAL is not set
Nathan Cutler
08:17 AM bluestore Backport #23173 (Resolved): luminous: BlueFS reports rotational journals if BDEV_WAL is not set
Nathan Cutler
08:16 AM Bug #22344 (Resolved): ceph tell mds.* <command> prints only one matching usage
Nathan Cutler
08:16 AM RADOS Backport #23186 (Resolved): luminous: ceph tell mds.* <command> prints only one matching usage
Nathan Cutler
08:15 AM RADOS Bug #23212 (Resolved): bluestore: should recalc_allocated when decoding bluefs_fnode_t
Nathan Cutler
08:15 AM RADOS Backport #23256 (Resolved): luminous: bluestore: should recalc_allocated when decoding bluefs_fno...
Nathan Cutler
08:15 AM RADOS Bug #23298 (Resolved): filestore: do_copy_range replay bad return value
Nathan Cutler
08:14 AM RADOS Backport #23351 (Resolved): luminous: filestore: do_copy_range replay bad return value
Nathan Cutler
08:06 AM Bug #23483: "ENGINE Error in 'start' listener <bound " in rados
Iiuc the test case ran on two machines, so one machine runs (at least) two mgr daemons? By default (i.e. if not other... Jan Fajerski
07:42 AM Revision 3272b687 (ceph): common: use OpHistory::duration directly in OpHistory::dump_ops_by_dura...
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
05:44 AM Revision 9ad74072 (ceph): osd: cap snaptrimq_len at 2^32
(uint64_t)(1 << 31) evaluates to 0xffffffff80000000 instead of 0x80000000,
because the converted signed number is sig...
Kefu Chai
04:36 AM rgw Bug #23470: presigned URL for PUT with metadata fails: SignatureDoesNotMatch
@Prashant:
It does work against AWS us-east-1, I didn't test other regions.
I got boto to dump the StringToSign b...
Robin Johnson
04:27 AM CephFS Backport #23474 (In Progress): luminous: client: allow caller to request that setattr request be ...
https://github.com/ceph/ceph/pull/21109 Prashant D
04:10 AM RADOS Bug #23228: scrub mismatch on objects

Just bytes
dzafman-2018-03-28_18:21:29-rados-wip-zafman-testing-distro-basic-smithi/2332093
[ERR] 3.0 scrub s...
David Zafman
04:07 AM RADOS Bug #23495 (Resolved): Need (SLOW_OPS) in whitelist for another yaml

A job may have failed because (SLOW_OPS) is missing from tasks/mon_clock_with_skews.yaml
dzafman-2018-03-28_18:2...
David Zafman
03:31 AM Revision 6aceb665 (ceph): Merge pull request #21104 from neha-ojha/wip-minimal-perf-suite
qa/suites: add minimal performance suite
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Varada Kari <var...
Neha Ojha
03:14 AM rgw Bug #23379: rgw performance regression for luminous 12.2.4
Mark Kogan wrote:
> Compared to which version is the regression? (Jewel ?)
Actually this is my first time to test...
wei jin
03:10 AM Revision 754eb4d2 (ceph): mds: cleanup MDCache::open_snaprealms()
don't retry if all snaprealms' parent are open
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Yan, Zheng
02:12 AM Revision 048b5b8c (ceph): interval_set: kill subset_of
It is originally introduced in https://github.com/ceph/ceph/pull/15199
aiming at improving the pool-based **du** stat...
xie xingguo
02:09 AM RADOS Feature #23493 (Resolved): config: strip/escape single-quotes in values when setting them via con...
At the moment, the config parsing state machine does not account for single-quotes as potential value enclosures, as ... Joao Eduardo Luis
01:50 AM Bug #23458 (Resolved): java compile error: Source/Target option 1.5 is not supported since jdk 9
Brad Hubbard
01:09 AM RADOS Bug #23492 (Resolved): Abort in OSDMap::decode() during qa/standalone/erasure-code/test-erasure-e...

dzafman-2018-03-28_15:20:23-rados:standalone-wip-zafman-testing-distro-basic-smithi/2331804
In TEST_rados_get_ba...
David Zafman
01:06 AM Revision 60d17875 (ceph): Merge pull request #21092 from runsisi/wip-osdmon-log
mon/OSDMonitor: logging non-active osd id when handling osd beacon
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Kefu Chai
01:06 AM Revision 9502b121 (ceph): Merge pull request #21091 from runsisi/wip-elector-cleanup
mon/Elector: remove unused member fields start_stamp and ack_stamp
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:05 AM Revision 5cd64fdf (ceph): Merge pull request #21085 from xiexingguo/wip-kill-p2-macros
intarith: get rid of P2* and ROUND_UP* macros
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:04 AM Revision 98d766a3 (ceph): Merge pull request #21082 from zhsj/fix-java9
cmake: bump target jdk to 1.7
Reviewed-by: Wido den Hollander <wido@42on.com>
Kefu Chai
01:04 AM Revision bff0d38e (ceph): Merge pull request #21062 from xiexingguo/wip-hobject-cmp
common/hobject: compare two objects' key directly
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:03 AM Revision ff3d4893 (ceph): Merge pull request #20955 from liewegas/wip-mgr-mkfs-grace
mon: double mon_mgr_mkfs_grace from 60s -> 120s
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
01:00 AM Bug #21813 (Pending Backport): OSD bind to IPv6 link-local address
Kefu Chai
12:59 AM Revision ab6e35b4 (ceph): Merge pull request #20862 from wido/ipv6-local-address
common/ipaddr: Do not select link-local IPv6 addresses
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:58 AM Revision 7e3124fa (ceph): Merge pull request #21081 from majianpeng/rbd-remove-unused-func
osdc: remove unused function.
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Kefu Chai
12:54 AM Revision 77a2a1ff (ceph): compressor: add zstd back
it's a regression introduced by 16c3552a
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:39 AM Revision 5507f29f (ceph): rgw: comparison between signed and unsigned integer expressions
Fixes: Change the data type of 'c' from int to size_t in
src/rgw/rgw_civetweb.cc RGWCivetWeb::read_data
Signed-off-b...
jiahui zeng
12:36 AM Revision c5484e09 (ceph): qa/suites: add minimal performance suite
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha Ojha
12:29 AM RADOS Bug #22752 (Pending Backport): snapmapper inconsistency, crash on luminous
Kefu Chai
12:29 AM Revision 7dbc67f5 (ceph): Merge pull request #20040 from liewegas/wip-snapmapper
osd: make snapmapper warn+clean up instead of assert
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:21 AM CephFS Bug #23491 (Resolved): fs: quota backward compatibility
Since... Patrick Donnelly

03/28/2018

10:58 PM RADOS Bug #23490 (Duplicate): luminous: osd: double recovery reservation for PG when EIO injected (whil...
During a luminous test run, this was hit:
http://pulpito.ceph.com/yuriw-2018-03-27_21:16:27-rados-wip-yuri5-testin...
Josh Durgin
10:40 PM Revision db08d0f8 (ceph): client: add ceph_ll_sync_inode
Ganesha's NFS SETATTR requests are expected to be synchronous, but
libcephfs can cache attribute changes if the clien...
Jeff Layton
10:35 PM Revision 9de584ee (ceph): Merge pull request #20825 from rzarzynski/wip-22534-luminous
luminous: rocksdb: incorporate the fix in RocksDB for no fast CRC32 path.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Josh Durgin
10:32 PM Backport #23268 (Resolved): luminous: osd: add numpg_removing metric
Brad Hubbard
10:24 PM Backport #23268: luminous: osd: add numpg_removing metric
Brad Hubbard wrote:
> Backport https://github.com/ceph/ceph/pull/18450 to luminous (user request)
>
> https://git...
Yuri Weinstein
10:28 PM mgr Backport #23101: luminous: ceph-mgr fails to start after a system reboot on Ubuntu 16.04
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20604
merged
Yuri Weinstein
10:28 PM Revision b04621d3 (ceph): Merge pull request #20604 from pdvian/wip-23101-luminous
luminous: systemd: Wait 10 seconds before restarting ceph-mgr
Reviewed-by: Wido den Hollander <wido@widodh.nl>
Revie...
Yuri Weinstein
10:27 PM bluestore Backport #23173: luminous: BlueFS reports rotational journals if BDEV_WAL is not set
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20651
merged
Yuri Weinstein
10:27 PM Revision 229b34c0 (ceph): Merge pull request #20651 from gregsfortytwo/luminous-23141-rotational
luminous: bluestore: correctly check all block devices to decide if journal is_…
Reviewed-by: Josh Durgin <jdurgin@r...
Yuri Weinstein
10:26 PM RADOS Backport #23186: luminous: ceph tell mds.* <command> prints only one matching usage
Kefu Chai wrote:
> https://github.com/ceph/ceph/pull/20664
merged
Yuri Weinstein
10:26 PM Revision eafebfe4 (ceph): Merge pull request #20664 from tchaikov/wip-luminous-22344
luminous: ceph.in: print all matched commands if arg missing
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
10:26 PM RADOS Backport #23256: luminous: bluestore: should recalc_allocated when decoding bluefs_fnode_t
Kefu Chai wrote:
> https://github.com/ceph/ceph/pull/20771
merged
Yuri Weinstein
10:26 PM Revision d9cb7d1b (ceph): Merge pull request #20771 from tchaikov/wip-23212-luminous
luminous: os/bluestore: recalc_allocated() when decoding bluefs_fnode_t
Reviewed-by: Igor Fedotov <ifedotov@mirantis...
Yuri Weinstein
10:25 PM Revision daf1255f (ceph): Merge pull request #20781 from wido/luminous-zabbix
mgr/zabbix: Backports to Luminous
Reviewed-by: John Spray <john.spray@redhat.com>
Yuri Weinstein
10:23 PM Revision 8c73be5d (ceph): Merge pull request #20785 from badone/wip-luminous-osd-removing
luminous: osd: add numpg_removing metric
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
10:22 PM RADOS Backport #23351: luminous: filestore: do_copy_range replay bad return value
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20957
merged
Yuri Weinstein
10:22 PM Revision 6acf4451 (ceph): Merge pull request #20957 from pdvian/wip-23351-luminous
luminous: os/filestore: fix do_copy_range replay bug
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
10:21 PM Revision 0f047fd0 (ceph): Merge pull request #20964 from ifed01/wip-ifed-reap-col-luminous
luminous: os/bluestore: backport fixes around _reap_collection
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by:...
Yuri Weinstein
09:19 PM Bug #23483: "ENGINE Error in 'start' listener <bound " in rados
suspect regression introduced by https://github.com/ceph/ceph/pull/21016 Yuri Weinstein
03:42 PM Bug #23483: "ENGINE Error in 'start' listener <bound " in rados
The pr https://github.com/ceph/ceph/pull/15588 was included in https://github.com/ceph/ceph/pull/18675 as 728e1e4e136... Abhishek Lekshmanan
03:19 PM Bug #23483: "ENGINE Error in 'start' listener <bound " in rados
maybe backport missing? see https://github.com/ceph/ceph/pull/15588 Yuri Weinstein
03:19 PM Bug #23483 (Resolved): "ENGINE Error in 'start' listener <bound " in rados
Run: http://pulpito.ceph.com/yuriw-2018-03-28_00:06:52-rados-wip-yuri5-testing-2018-03-27-1535-luminous-distro-basic-... Yuri Weinstein
08:49 PM CephFS Backport #22968 (Resolved): jewel: Journaler::flush() may flush less data than expected, which ca...
Nathan Cutler
08:49 PM Revision 9677183f (ceph): Merge pull request #20435 from pdvian/wip-22968-jewel
jewel: cephfs: osdc/Journaler: make sure flush() writes enough data
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Nathan Cutler
08:48 PM CephFS Bug #22730 (Resolved): mds: scrub crash
Nathan Cutler
08:48 PM CephFS Backport #22865 (Resolved): jewel: mds: scrub crash
Nathan Cutler
08:48 PM Revision f698cedd (ceph): Merge pull request #20335 from pdvian/wip-22865-jewel
jewel: mds: fix scrub crash
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Nathan Cutler
08:47 PM CephFS Bug #22734 (Resolved): cephfs-journal-tool: may got assertion failure due to not shutdown
Nathan Cutler
08:47 PM CephFS Backport #22863 (Resolved): jewel: cephfs-journal-tool: may got assertion failure due to not shut...
Nathan Cutler
08:47 PM Revision 1c7b6b00 (ceph): Merge pull request #20333 from pdvian/wip-22863-jewel
jewel: cephfs-journal-tool: move shutdown to the deconstructor of MDSUtility
Reviewed-by: Patrick Donnelly <pdonnell...
Nathan Cutler
08:47 PM CephFS Backport #22861 (Resolved): jewel: osdc: "FAILED assert(bh->last_write_tid > tid)" in powercycle-...
Nathan Cutler
08:46 PM Revision 05812933 (ceph): Merge pull request #20312 from pdvian/wip-22861-jewel
jewel: cephfs: osdc: "FAILED assert(bh->last_write_tid > tid)" in powercycle-wip-yuri-master-1.19.18-distro-basic-smi... Nathan Cutler
08:46 PM CephFS Bug #22536 (Resolved): client:_rmdir() uses a deleted memory structure(Dentry) leading a core
Nathan Cutler
08:46 PM CephFS Backport #22700 (Resolved): jewel: client:_rmdir() uses a deleted memory structure(Dentry) leadin...
Nathan Cutler
08:45 PM Revision 0d6f89ac (ceph): Merge pull request #19993 from pdvian/wip-22700-jewel
jewel: cephfs: fuse client: ::rmdir() uses a deleted memory structure of dentry leads …
Reviewed-by: Patrick Donnell...
Nathan Cutler
08:45 PM CephFS Bug #22562 (Resolved): mds: fix dump last_sent
Nathan Cutler
08:45 PM CephFS Backport #22695 (Resolved): jewel: mds: fix dump last_sent
Nathan Cutler
08:44 PM Revision be70c83c (ceph): Merge pull request #19961 from smithfarm/wip-22695-jewel
jewel: mds: fix dump last_sent
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Nathan Cutler
08:44 PM CephFS Bug #22008 (Resolved): Processes stuck waiting for write with ceph-fuse
Nathan Cutler
08:44 PM CephFS Backport #22241 (Resolved): jewel: Processes stuck waiting for write with ceph-fuse
Nathan Cutler
08:44 PM Revision b43d425d (ceph): Merge pull request #19141 from shinobu-x/wip-22241-jewel
jewel: cephfs: Processes stuck waiting for write with ceph-fuse
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Nathan Cutler
08:13 PM Revision 6ab5ff0c (ceph): test:qa:infra - teuthology crontab items as of 3/27/18
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
06:38 PM rgw Bug #23489 (In Progress): [rgw] civetweb behind haproxy doesn't work with absolute URI
I'm sorry, maybe it isn't bug, but i don't know how to solve this problem.
I know that absolute URIs are supported...
Aleksandr Rudenko
06:21 PM Revision ce561ea2 (ceph): mon: add 'ceph osd pool get erasure allow_ec_overwrites' command
Fixes: https://tracker.ceph.com/issues/23487
Signed-off-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
06:06 PM RADOS Bug #23487 (Fix Under Review): There is no 'ceph osd pool get erasure allow_ec_overwrites' command
PR: https://github.com/ceph/ceph/pull/21102 Mykola Golub
05:58 PM RADOS Bug #23487 (Resolved): There is no 'ceph osd pool get erasure allow_ec_overwrites' command
We have `ceph osd pool set erasure allow_ec_overwrites` command but does not have a corresponding command to get the ... Mykola Golub
05:42 PM RADOS Backport #23486 (Resolved): jewel: scrub errors not cleared on replicas can cause inconsistent pg...
https://github.com/ceph/ceph/pull/21194 David Zafman
05:42 PM RADOS Backport #23485 (Resolved): luminous: scrub errors not cleared on replicas can cause inconsistent...
https://github.com/ceph/ceph/pull/21103 David Zafman
05:41 PM Revision 29da5c03 (ceph): pybind/cephfs: added comments to cephfs.pyx
Signed-off-by: Pavani Rajula<rpavani1998@gmail.com> Pavani Rajula
05:28 PM Revision 92881982 (ceph): rgw: fix the subdir without slash of s3 website url
if we use the subdir without slash, we cannot visit the default index.html,
which we configured.It is not consistent ...
liuhong
05:28 PM Revision 4e5601ac (ceph): rgw: s3website error handler uses original object name
the s3website error handler needs to use the same object name for
redirect handling that retarget() does, but s->obje...
Casey Bodley
05:27 PM RADOS Bug #23267 (Fix Under Review): scrub errors not cleared on replicas can cause inconsistent pg sta...
https://github.com/ceph/ceph/pull/21101 David Zafman
05:24 PM Revision 39adde26 (ceph): osd: Improve object_stat_sum_t handling
Keep post split PGs as inconsistent from original
Keep num_scrub_errors as total of other 2
Signed-off-by: David Zaf...
David Zafman
05:24 PM Revision ed54ece0 (ceph): osd: Need to setsid() now that global_init_daemonize() not used
Caused by: d55a66c56e106c347dabb150318add73667cab52
Signed-off-by: David Zafman <dzafman@redhat.com>
David Zafman
05:24 PM Revision ce9c0298 (ceph): test: Eliminate use of bc (use awk) in get_timeout_delays()
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
04:55 PM Revision 4c8b9b38 (ceph): test:qa:infra - teuthology crontab items as of 3/27/18
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
04:29 PM rgw Backport #23311 (In Progress): jewel: s3 website: some s3tests are failing because redirects incl...
Nathan Cutler
04:21 PM rgw Backport #23311: jewel: s3 website: some s3tests are failing because redirects include index doc ...
https://github.com/ceph/ceph/pull/21100 Casey Bodley
03:32 PM rgw Backport #23311 (Need More Info): jewel: s3 website: some s3tests are failing because redirects i...
non-trivial backport Nathan Cutler
04:25 PM mgr Bug #23219 (Resolved): Update mgr/restful documentation
Nathan Cutler
04:25 PM mgr Backport #23230 (Resolved): luminous: Update mgr/restful documentation
Nathan Cutler
03:58 PM Revision 5b7807be (ceph): test:qa:infra - teuthology crontab items as of 3/27/18
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
03:44 PM Bug #20216 (Resolved): mgr: dashboard failure to bind to port 7000 (or whatever) makes mgr exit/fail
Abhishek Lekshmanan
03:43 PM Bug #20216 (Closed): mgr: dashboard failure to bind to port 7000 (or whatever) makes mgr exit/fail
Abhishek Lekshmanan
03:29 PM Bug #20216 (Pending Backport): mgr: dashboard failure to bind to port 7000 (or whatever) makes mg...
Abhishek Lekshmanan
03:43 PM Backport #23484 (Closed): luminous: mgr: dashboard failure to bind to port 7000 (or whatever) mak...
Abhishek Lekshmanan
03:43 PM Backport #23484: luminous: mgr: dashboard failure to bind to port 7000 (or whatever) makes mgr ex...
merged as https://github.com/ceph/ceph/pull/18675/commits/728e1e4e136aab5b4d185c738de8df7bcdce18ee Abhishek Lekshmanan
03:31 PM Backport #23484 (Closed): luminous: mgr: dashboard failure to bind to port 7000 (or whatever) mak...
Abhishek Lekshmanan
03:39 PM Revision c4e4acce (ceph): Merge pull request #20725 from smithfarm/wip-23230-luminous
luminous: Update mgr/restful documentation
Reviewed-By: Boris Ranto <branto@redhat.com>
Abhishek Lekshmanan
03:35 PM mgr Bug #23482: ceph-mgr --help stopped working (regression in master)
If my regression hypothesis is correct, the "culprit" would be one or more of these:... Nathan Cutler
02:39 PM mgr Bug #23482 (Resolved): ceph-mgr --help stopped working (regression in master)
(Opening with increased priority since this appears to be a regression)
With a recent master, ceph-mgr --help stop...
Nathan Cutler
03:00 PM CephFS Bug #20592 (Resolved): client::mkdirs not handle well when two clients send mkdir request for a s...
Nathan Cutler
03:00 PM CephFS Backport #20823 (Resolved): jewel: client::mkdirs not handle well when two clients send mkdir req...
Nathan Cutler
03:00 PM Revision 327ebb2e (ceph): Merge pull request #20271 from smithfarm/wip-20823-jewel
jewel: cephfs: client::mkdirs not handle well when two clients send mkdir request for a same dir
Reviewed-by: Patric...
Nathan Cutler
02:43 PM rgw Bug #23379: rgw performance regression for luminous 12.2.4
Thank you very much for testing and providing all the information,
I will run the workload on my test system, to t...
Mark Kogan
12:37 PM rgw Bug #23379: rgw performance regression for luminous 12.2.4
1. comment gc related configures
2. restart all daemons (mon/osd/rgw)
3. change cosbench worker to 500 and create ...
wei jin
12:11 PM rgw Bug #23379: rgw performance regression for luminous 12.2.4
Thank you very much,
I see that there are 512 RGW threads and 1024 cosbench workers,
is it possible to test wi...
Mark Kogan
11:48 AM rgw Bug #23379: rgw performance regression for luminous 12.2.4
rgw_gc_max_objs = 1000
rgw_gc_obj_min_wait = 0
rgw_gc_processor_period = 0
gc related configs may be ignored, I ...
wei jin
11:38 AM rgw Bug #23379: rgw performance regression for luminous 12.2.4
[global]
fsid = c105ca4e-b864-46d1-8ab2-74e0dd8b966a
public_network = 10.15.49.0/24
mon_initial_members = n15-049-...
wei jin
11:17 AM rgw Bug #23379: rgw performance regression for luminous 12.2.4
Thank you,
To summarize the workload -
1024 cosbench workers are writing 32KB objects into a single bucket.
...
Mark Kogan
10:14 AM rgw Bug #23379: rgw performance regression for luminous 12.2.4
... wei jin
10:03 AM rgw Bug #23379: rgw performance regression for luminous 12.2.4
@wei jin, Is it possible to share the cosbench workload xml please (redacting ip addresses/keys/passwords...)
To see...
Mark Kogan
02:37 PM Revision a12d8cce (ceph): crushtool: add --move
Fixes: http://tracker.ceph.com/issues/23471
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 22...
Kefu Chai
02:37 PM Revision cf9ee7a4 (ceph): crush/CrushWrapper: lower log level of check_item_loc()
it's not an error if the item is not at loc.
Fixes: http://tracker.ceph.com/issues/23471
Signed-off-by: Kefu Chai <k...
Kefu Chai
02:37 PM Revision e141421b (ceph): test/cli/crushtool: add test for --add-bucket and --move
Fixes: http://tracker.ceph.com/issues/23471
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 8e...
Kefu Chai
02:36 PM Revision bc3131c3 (ceph): crushtool: add --add-bucket
Fixes: http://tracker.ceph.com/issues/23471
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 45...
Kefu Chai
02:09 PM rgw Feature #23481 (Duplicate): radosgw-admin bucket rename command
radosgw-admin bucket rename command
Right now there is no command to rename the bucket the only way to do it to us...
Vikhyat Umrao
01:10 PM rgw Backport #23348 (In Progress): jewel: rgw: inefficient buffer usage for PUTs
Nathan Cutler
12:55 PM Revision bcc9715d (ceph): os/bluestore: fix broken cap in _balance_bluefs_freespace()
1 << 31 is cast to signed int that results in huge value when casting to
uint64_t making min() call ineffective.
Sig...
Igor Fedotov
12:55 PM Stable releases Tasks #21742: jewel v10.2.11
h3. rados
Integration branch includes the following core PRs:
https://github.com/ceph/ceph/pull/20518 - jewel: ...
Nathan Cutler
12:52 PM Stable releases Tasks #21742: jewel v10.2.11
h3. rbd
Integration branch includes the following rbd and core PRs:
https://github.com/ceph/ceph/pull/20524 - j...
Nathan Cutler
12:49 PM Stable releases Tasks #21742: jewel v10.2.11
h3. cephfs... Nathan Cutler
12:31 PM Revision 2739b6f1 (ceph): Merge pull request #21071 from mkoderer/vstart-fix
vstart.sh: Fix help text in vstart.sh
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Reviewed-by: Kefu Chai <kchai@re...
Kefu Chai
12:31 PM Revision 5a65671f (ceph): Merge pull request #20961 from smithfarm/wip-dashboard-rst
doc: mgr/dashboard.rst: mention ceph.conf and ceph mgr services
Reviewed-by: Ricardo Dias <rdias@suse.com>
Lenz Grimmer
12:17 PM Revision e88d0bed (ceph): osdc: remove unused function.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> Jianpeng Ma
12:03 PM Revision 0fb5effa (ceph): vstart.sh: Fix help text
Signed-off-by: Marc Koderer <marc.koderer@sap.com> Marc Koderer
11:42 AM rgw Bug #23470: presigned URL for PUT with metadata fails: SignatureDoesNotMatch
Could not get much time today but got hold of rgw debug logs for the issue.
2018-03-28 07:12:01.410905 7f99ab8af7...
Prashant D
05:00 AM rgw Bug #23470: presigned URL for PUT with metadata fails: SignatureDoesNotMatch
... Robin Johnson
11:40 AM Revision 2a745f56 (ceph): common: Add metadata with only Ceph version number and release
This prevents consumers from this data to have to fully parse
and split the 'ceph_version' string which is prone to e...
Wido den Hollander
11:21 AM RADOS Bug #22114 (Pending Backport): mon: ops get stuck in "resend forwarded message to leader"
Kefu Chai
11:04 AM Revision f7104669 (ceph): Merge pull request #21077 from Ashid6/master
doc: typo fix
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:02 AM Revision ea97c120 (ceph): Merge pull request #20660 from Leeshine/wip-mon-op-tracker
mon,mgr: make osd_metric more popular and report slow ops to mgr
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:01 AM Revision e4647dc0 (ceph): Merge pull request #21057 from tchaikov/wip-22114
mon: mark mgr reports as no_reply
Reviewed-by: Joao Eduardo Luis <joao@suse.de>
Kefu Chai
10:45 AM Revision 1e8d7538 (ceph): doc: typo fix
Signed-off-by: Ashita Dashottar <AshitaDashottar6@gmail.com> Ashita Dashottar
10:36 AM rgw Bug #23480 (Resolved): No meaningful error when RGW cannot create pools due to lack of available PGs
Sync logs:... Iain Bucław
10:22 AM Bug #21038: Upgrading from jewel to kraken - mgr create throws EACCESS: access denied
Nathan Cutler wrote:
> Be sure to follow the upgrade instructions very carefully: http://ceph.com/releases/v12-2-0-l...
Iain Bucław
09:55 AM Revision 002c732d (ceph): mds: make sure snaptable version > 0
version 0 snaptable confuses snapshot cache code
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Yan, Zheng
09:29 AM Revision 349f5436 (ceph): mgr/DaemonServer: add overrides value to 'config show'
config options can be overrided. If this happens,
values from different sources will be different.
display all source...
Gu Zhongyan
09:24 AM Revision 7c511d79 (ceph): cmake: bump target jdk to 1.7
jdk 1.7 was released on 2011. For CentOS 6/7, both have openjdk
1.8. For Debian 8(jessie), Ubuntu 14.04(trusty) have ...
Shengjing Zhu
09:01 AM Revision baf4ad63 (ceph): doc: mgr/dashboard.rst: adjust TCP port wording
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
08:52 AM Revision 39729438 (ceph): mon/OSDMonitor: logging non-active osd id when handling osd beacon
Signed-off-by: runsisi <runsisi@zte.com.cn> runsisi hust
08:43 AM Bug #23479 (Closed): While the PG status is incomplete ,the operation of reading or writing will ...
Environment:
2+1 erasure Model:host Version: Hammer 94.10
Question:
While the PG status is incomplete ,the op...
Jilong li
08:31 AM mgr Bug #23460: mgr deadlock: _check_auth_rotating possible clock skew, rotating keys expired way too...
So I set the logging of the active manager to:
- debug_mgr: 20
- debug_auth: 5
After running for over 24 hours...
Wido den Hollander
08:19 AM Revision 46401fcd (ceph): common/util: do not print error if VERSION_ID is missing
per os-release(5), VERSION_ID is optional.
Fixes: http://tracker.ceph.com/issues/23477
Signed-off-by: Kefu Chai <kch...
Kefu Chai
08:19 AM Revision 3a0bb8ad (ceph): test: remove distro_version assert in distro detect test
VERSION_ID is optional in /etc/os-release, we removed the error
log in #17787, and the test also needs to be fixed.
...
Shengjing Zhu
08:15 AM RADOS Backport #23478 (In Progress): should not check for VERSION_ID
https://github.com/ceph/ceph/pull/21090 Kefu Chai
08:08 AM RADOS Backport #23478 (Resolved): should not check for VERSION_ID
https://github.com/ceph/ceph/pull/21090 Kefu Chai
08:07 AM RADOS Bug #23477 (Pending Backport): should not check for VERSION_ID
* https://github.com/ceph/ceph/pull/17787
* https://github.com/ceph/ceph/pull/21052
Kefu Chai
08:06 AM RADOS Bug #23477 (Resolved): should not check for VERSION_ID
as per os-release(5), VERSION_ID is optional. Kefu Chai
07:50 AM Revision c903dc2e (ceph): client: fixup warning
/src/client/Client.cc:8750:11: warning: 'r' may be used uninitialized in this function [-Wmaybe-uninitialized]
int64_...
huanwen ren
07:37 AM Revision dd03c5e5 (ceph): Merge pull request #20976 from sebastian-philipp/dashboard-restcontroll...
mgr/dashboard: Fix objects named `default` are inaccessible
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Reviewed-b...
Ricardo Dias
07:27 AM Revision 5a861f5f (ceph): Merge pull request #20870 from rjfd/wip-dashboard-tasks
mgr/dashboard: asynchronous task support
Reviewed-by: Joao Eduardo Luis <joao@suse.de>
Reviewed-by: John Spray <john...
Ricardo Dias
07:22 AM Revision dca2554a (ceph): Merge pull request #20884 from zouaiguo/wip_for_mgr_rbd_info
mgr/dashboard: add image id to mgr rbd info instead of block_name_prefix
Reviewed-by: Ricardo Dias <rdias@suse.com>
Ricardo Dias
07:06 AM RADOS Bug #23352: osd: segfaults under normal operation
for those who wants to check the coredump. you should use apport-unpack to unpack it first.
and it crashed at /bui...
Kefu Chai
06:53 AM Revision 955d79c6 (ceph): intarith: get rid of ROUND_UP* macros
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
06:53 AM Revision e0c76911 (ceph): intarith: kill P2* macros
These macros are originally introduced in https://github.com/ceph/ceph/pull/10128
and get replaced by https://github....
xie xingguo
06:43 AM Feature #23476: Add more cmake options to support building against system libraries
> [1] https://www.debian.org/doc/debian-policy/#document-ch-source
https://www.debian.org/doc/debian-policy/#conveni...
Shengjing Zhu
06:37 AM Feature #23476: Add more cmake options to support building against system libraries
Nathan Cutler wrote:
> I'm not sure most distribution developers prefer using system libraries.
Debian has its p...
Shengjing Zhu
06:09 AM Feature #23476: Add more cmake options to support building against system libraries
I'm not sure most distribution developers prefer using system libraries. The system libraries are often at different ... Nathan Cutler
06:06 AM Feature #23476 (New): Add more cmake options to support building against system libraries
Most git submodules can be replaced with system libraries. And most linux distribution developers want to use the sys... Shengjing Zhu
06:01 AM CephFS Backport #22862 (Resolved): luminous: cephfs-journal-tool: may got assertion failure due to not s...
Nathan Cutler
06:01 AM CephFS Bug #22627 (Resolved): qa: kcephfs lacks many configurations in the fs/multimds suites
Nathan Cutler
06:01 AM CephFS Backport #22891 (Resolved): luminous: qa: kcephfs lacks many configurations in the fs/multimds su...
Nathan Cutler
06:00 AM CephFS Bug #22652 (Resolved): client: fails to release to revoking Fc
Nathan Cutler
06:00 AM CephFS Backport #22688 (Resolved): luminous: client: fails to release to revoking Fc
Nathan Cutler
06:00 AM CephFS Bug #22910 (Resolved): client: setattr should drop "Fs" rather than "As" for mtime and size
Nathan Cutler
05:59 AM CephFS Backport #22935 (Resolved): luminous: client: setattr should drop "Fs" rather than "As" for mtime...
Nathan Cutler
05:59 AM CephFS Bug #22909 (Resolved): client: readdir bug
Nathan Cutler
05:59 AM CephFS Backport #22936 (Resolved): luminous: client: readdir bug
Nathan Cutler
05:59 AM CephFS Bug #22886 (Resolved): kclient: Test failure: test_full_same_file (tasks.cephfs.test_full.TestClu...
Nathan Cutler
05:58 AM CephFS Backport #22966 (Resolved): luminous: kclient: Test failure: test_full_same_file (tasks.cephfs.te...
Nathan Cutler
05:58 AM CephFS Backport #22969 (Resolved): luminous: mds: session reference leak
Nathan Cutler
05:56 AM CephFS Backport #23013 (Resolved): luminous: mds: LOCK_SYNC_MIX state makes "getattr" operations extreme...
Nathan Cutler
05:55 AM CephFS Bug #22993 (Resolved): qa: kcephfs thrash sub-suite does not ignore MON_DOWN
Nathan Cutler
05:55 AM CephFS Backport #23061 (Resolved): luminous: qa: kcephfs thrash sub-suite does not ignore MON_DOWN
Nathan Cutler
05:55 AM CephFS Bug #22990 (Resolved): qa: mds-full: ignore "Health check failed: pauserd,pausewr flag(s) set (OS...
Nathan Cutler
05:55 AM RADOS Backport #23413 (In Progress): jewel: delete type mismatch in CephContext teardown
https://github.com/ceph/ceph/pull/21084 Prashant D
05:55 AM CephFS Backport #23062 (Resolved): luminous: qa: mds-full: ignore "Health check failed: pauserd,pausewr ...
Nathan Cutler
05:54 AM CephFS Bug #23094 (Resolved): mds: add uptime to status asok command
Nathan Cutler
05:54 AM CephFS Backport #23150 (Resolved): luminous: mds: add uptime to status asok command
Nathan Cutler
05:53 AM CephFS Bug #23041 (Resolved): ceph-fuse: clarify -i is not a valid option
Nathan Cutler
05:53 AM CephFS Backport #23156 (Resolved): luminous: ceph-fuse: clarify -i is not a valid option
Nathan Cutler
05:53 AM CephFS Bug #23028 (Resolved): client: allow client to use caps that are revoked but not yet returned
Nathan Cutler
05:52 AM CephFS Backport #23314 (Resolved): luminous: client: allow client to use caps that are revoked but not y...
Nathan Cutler
05:52 AM CephFS Backport #23355 (Resolved): luminous: client: prevent fallback to remount when dentry_invalidate_...
Nathan Cutler
05:51 AM CephFS Backport #23475 (Resolved): luminous: ceph-fuse: trim ceph-fuse -V output
https://github.com/ceph/ceph/pull/21600 Nathan Cutler
05:51 AM CephFS Backport #23474 (Resolved): luminous: client: allow caller to request that setattr request be syn...
https://github.com/ceph/ceph/pull/21109 Nathan Cutler
05:51 AM rgw Backport #23227 (In Progress): luminous: clang compilation error in BoundedKeyCounter
https://github.com/ceph/ceph/pull/21083 Prashant D
05:08 AM Bug #23458: java compile error: Source/Target option 1.5 is not supported since jdk 9
https://github.com/ceph/ceph/pull/21082 Shengjing Zhu
04:16 AM Revision a75c507e (ceph): common: fix BoundedKeyCounter const_pointer_iterator
with libc++, clang fails to compile a call to:
vector::assign(const_pointer_iterator, const_pointer_iterator)
bec...
Casey Bodley
04:14 AM bluestore Backport #23226 (In Progress): luminous: bluestore_cache_data uses too much memory
https://github.com/ceph/ceph/pull/21059 Prashant D
04:02 AM Bug #23473 (Closed): Subject: Unit dev-mapper-cl\x2dswap.device has failed
Environment: Hammer 94.10 Linux Kernel :Linux node151 3.10.0-514.el7.x86_64
When I tried to reboot the server , it ...
Jilong li
03:36 AM Revision 5f975cdc (ceph): mon/Elector: remove unused member fields start_stamp and ack_stamp
Signed-off-by: runsisi <runsisi@zte.com.cn> runsisi hust
03:08 AM Revision 5b6104a1 (ceph): mon: add admin command to dump historic/slow ops
Signed-off-by: lvshanchun <lvshanchun@gmail.com> lvshanchun
03:08 AM Revision 714ffe0d (ceph): mgr,osd: make osd_metric more popular
Signed-off-by: lvshanchun <lvshanchun@gmail.com> lvshanchun
03:08 AM Revision e0dedf17 (ceph): mon: send health_metrics to mgr
Signed-off-by: lvshanchun <lvshanchun@gmail.com> lvshanchun
03:08 AM Revision 056ad808 (ceph): mgr: summarize mon metrics in MMgrReport and sent it
Signed-off-by: lvshanchun <lvshanchun@gmail.com> lvshanchun
02:38 AM Revision 84925209 (ceph): log: Fix AddressSanitizer: new-delete-type-mismatch
If you directly call the operator new function, you must also directly
call the operator delete function, and must m...
Brad Hubbard
02:31 AM mgr Backport #23416 (Need More Info): luminous: mgr sends early beacon with no modules reported
File: src/mgr/PyModule.h needs to be added to luminous to backport this PR. Prashant D
02:14 AM Revision 4840e899 (ceph): [mgr/dashboard] add image id to rbd info instead of block_name_prefix
when create images use data_pool parameter, such as:
rbd create -p pool1 -s 1G --data-pool pool2 image1
then get im...
爱国 邹
02:03 AM Revision 3b164cb2 (ceph): Merge pull request #21064 from Songweibin/wip-spell-error
osd: correct several spell errors in comments
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:28 AM RADOS Backport #23472 (In Progress): luminous: add --add-bucket and --move options to crushtool
https://github.com/ceph/ceph/pull/21079 Kefu Chai
12:57 AM RADOS Backport #23472 (Resolved): luminous: add --add-bucket and --move options to crushtool
https://github.com/ceph/ceph/pull/21079 Kefu Chai
12:55 AM Revision 03f98269 (ceph): Merge pull request #21051 from neha-ojha/wip-doc-async-recovery
doc: dev description of async recovery
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
12:50 AM RADOS Bug #23471 (Pending Backport): add --add-bucket and --move options to crushtool
https://github.com/ceph/ceph/pull/20183 Kefu Chai
12:49 AM RADOS Bug #23471 (Resolved): add --add-bucket and --move options to crushtool
When using crushtool to create a CRUSH map, it is not possible to create a complex CRUSH map, we have to edit the CRU... Kefu Chai
12:38 AM Revision 423eb018 (ceph): Merge pull request #21023 from Liuchang0812/delete-asok-directories
test: delete asok directories correctly
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:30 AM Revision 9d8a64f0 (ceph): Merge pull request #21052 from zhsj/fix-distro-detect-test
test: remove distro_version assert in distro detect test
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai

03/27/2018

10:55 PM Revision 19e45735 (ceph): Merge PR #20527 into luminous
* refs/pull/20527/head:
mds: various fixes for backport
mds: convert to boost::string_view
test/encoding: refactor...
Patrick Donnelly
10:50 PM CephFS Backport #22862: luminous: cephfs-journal-tool: may got assertion failure due to not shutdown
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20251
merged
Yuri Weinstein
10:50 PM Revision b13e1e3f (ceph): Merge pull request #20251 from pdvian/wip-22862-luminous
luminous: cephfs-journal-tool: Fix Dumper destroyed before shutdown
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
10:49 PM CephFS Backport #22891: luminous: qa: kcephfs lacks many configurations in the fs/multimds suites
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20302
merged
Yuri Weinstein
10:49 PM Revision 2c6e5b75 (ceph): Merge pull request #20302 from pdvian/wip-22891-luminous
luminous: qa: synchronize kcephfs suites with fs/multimds
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
10:49 PM CephFS Backport #22688: luminous: client: fails to release to revoking Fc
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20342
merged
Yuri Weinstein
10:49 PM Revision 4b01357d (ceph): Merge pull request #20342 from batrick/i22688
luminous: client: release revoking Fc after invalidate cache
Reviewed-by: Yan, Zheng <zyan@redhat.com>
Yuri Weinstein
10:48 PM CephFS Backport #22935: luminous: client: setattr should drop "Fs" rather than "As" for mtime and size
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20354
merged
Yuri Weinstein
10:48 PM Revision bd54f213 (ceph): Merge pull request #20354 from pdvian/wip-22935-luminous
luminous: Client: setattr should drop "Fs" rather than "As" for mtime and size
Reviewed-by: Patrick Donnelly <pdonne...
Yuri Weinstein
10:48 PM CephFS Backport #22936: luminous: client: readdir bug
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20356
merged
Yuri Weinstein
10:47 PM Revision 8c5c6518 (ceph): Merge pull request #20356 from pdvian/wip-22936-luminous
luminous : Client:Fix readdir bug
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
10:47 PM CephFS Backport #22966: luminous: kclient: Test failure: test_full_same_file (tasks.cephfs.test_full.Tes...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20417
merged
Yuri Weinstein
10:47 PM Revision 2aba9806 (ceph): Merge pull request #20417 from pdvian/wip-22966-luminous
luminous : qa: adjust cephfs full test for kclient
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
10:46 PM Revision 9067eff8 (ceph): Merge PR #20522 into luminous
* refs/pull/20522/head:
qa: ignore full cluster warnings for mds-full
Reviewed-by: Patrick Donnelly <pdonnell@redha...
Patrick Donnelly
10:46 PM Revision d9ed4341 (ceph): Merge PR #20457 into luminous
* refs/pull/20457/head:
qa: ignore bad backtrace cluster wrn
qa/cephfs: Add tests to validate scrub functionality
...
Patrick Donnelly
10:46 PM RADOS Bug #23352: osd: segfaults under normal operation
Chris,
Was your stack identical to Alex's original description or was it more like the stack in #23431 ?
Brad Hubbard
10:46 PM CephFS Backport #22969: luminous: mds: session reference leak
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20432
merged
Yuri Weinstein
10:45 PM Revision e2e05220 (ceph): Merge pull request #20432 from pdvian/wip-22969-luminous
luminous: mds: fix session reference leak
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
10:45 PM CephFS Backport #23013: luminous: mds: LOCK_SYNC_MIX state makes "getattr" operations extremely slow whe...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20455
merged
Yuri Weinstein
10:45 PM Revision 7433db54 (ceph): Merge pull request #20455 from pdvian/wip-23013-luminous
luminous: mds: optimize getattr file size
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
10:41 PM CephFS Backport #23061: luminous: qa: kcephfs thrash sub-suite does not ignore MON_DOWN
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20523
merged
Yuri Weinstein
10:41 PM Revision a0ebc9b3 (ceph): Merge pull request #20523 from pdvian/wip-23061-luminous
luminous:qa: ignore MON_DOWN while thrashing mons
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
10:41 PM CephFS Backport #23062: luminous: qa: mds-full: ignore "Health check failed: pauserd,pausewr flag(s) set...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20525
merged
Yuri Weinstein
10:40 PM Revision ab1cb74d (ceph): Merge pull request #20525 from pdvian/wip-23062-luminous
luminous: qa: ignore io pause warnings in mds-full test
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
10:39 PM RADOS Bug #23431: OSD Segmentation fault in thread_name:safe_timer
I agree these are similar and the cause may indeed be the same however there are only two stack frames in this instan... Brad Hubbard
07:36 PM RADOS Bug #23431: OSD Segmentation fault in thread_name:safe_timer
There's a coredump-in-apport on google drive in http://tracker.ceph.com/issues/23352 - it looks at the face of it sim... Kjetil Joergensen
01:06 PM RADOS Bug #23431: OSD Segmentation fault in thread_name:safe_timer
I have seen this as well, on our cluster. We're using bluestore, ubuntu 16, latest luminous.
The crashes were totall...
Marcin Gibula
10:58 AM RADOS Bug #23431: OSD Segmentation fault in thread_name:safe_timer
The ceph-osd comes from https://download.ceph.com/rpm-luminous/el7/x86_64/
I verified via md5sum if the the local co...
Dietmar Rieder
09:43 AM RADOS Bug #23431 (Need More Info): OSD Segmentation fault in thread_name:safe_timer
What's the exact version of the ceph-osd you are using (exact package URL if possible please).
You could try 'objd...
Brad Hubbard
10:38 PM CephFS Backport #23150: luminous: mds: add uptime to status asok command
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20626
merged
Yuri Weinstein
10:38 PM Revision 59dad559 (ceph): Merge pull request #20626 from pdvian/wip-23150-luminous
luminous: mds: add uptime to MDS status
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
10:37 PM CephFS Backport #23156: luminous: ceph-fuse: clarify -i is not a valid option
Prashant D wrote:
> https://github.com/ceph/ceph/pull/20654
merged
Yuri Weinstein
10:37 PM Revision df0854c4 (ceph): Merge pull request #20654 from pdvian/wip-23156-luminous
luminous: common: omit short option for id in help for clients
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
10:37 PM CephFS Backport #23314: luminous: client: allow client to use caps that are revoked but not yet returned
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20904
merged
Yuri Weinstein
10:36 PM Revision 2772d7b7 (ceph): Merge pull request #20904 from pdvian/wip-23314-luminous
luminous: client: allow client to use caps that are revoked but not yet returned
Reviewed-by: Patrick Donnelly <pdon...
Yuri Weinstein
10:36 PM CephFS Backport #23355: luminous: client: prevent fallback to remount when dentry_invalidate_cb is true ...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20960
merged
Yuri Weinstein
10:36 PM Revision 133c9da2 (ceph): Merge pull request #20960 from pdvian/wip-23355-luminous
luminous: client: use either dentry_invalidate_cb or remount_cb to invalidate k…
Reviewed-by: Patrick Donnelly <pdon...
Yuri Weinstein
10:16 PM rgw Bug #23470: presigned URL for PUT with metadata fails: SignatureDoesNotMatch
Works fine on AWS. Robin Johnson
10:12 PM rgw Bug #23470 (Resolved): presigned URL for PUT with metadata fails: SignatureDoesNotMatch
* Pre-signed URLs for PUT without metadata works fine.
* Pre-signed URL for PUT with metadata gives SignatureDoesNot...
Robin Johnson
10:01 PM Revision 5cc92527 (ceph): doc: dev description of async recovery
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
Signed-off-by: Neha Ojha <nojha@redhat.com>
Neha Ojha
09:59 PM CephFS Bug #23248 (Pending Backport): ceph-fuse: trim ceph-fuse -V output
Patrick Donnelly
09:59 PM CephFS Bug #23293 (Resolved): client: Client::_read returns buffer length on success instead of bytes read
Patrick Donnelly
09:58 PM CephFS Bug #23288 (Resolved): ceph-fuse: Segmentation fault --localize-reads
Patrick Donnelly
09:58 PM CephFS Bug #23291 (Pending Backport): client: add way to sync setattr operations to MDS
Patrick Donnelly
09:57 PM CephFS Bug #23436 (Resolved): Client::_read() always return 0 when reading from inline data
Patrick Donnelly
09:54 PM Revision 607f6024 (ceph): Merge PR #20798 into master
* refs/pull/20798/head:
ceph-fuse: trim ceph-fuse -V output
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
09:54 PM Revision cc6b607a (ceph): Merge PR #20828 into master
* refs/pull/20828/head:
client: cleanup ::_read return
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Patrick Donnelly
09:54 PM Revision 272b6f64 (ceph): Merge PR #20854 into master
* refs/pull/20854/head:
client: add ctime/btime to Inode dump
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Reviewe...
Patrick Donnelly
09:54 PM Revision 2320106a (ceph): Merge PR #20908 into master
* refs/pull/20908/head:
ceph-fuse: Fix Segmentation fault --localize-reads
Reviewed-by: Patrick Donnelly <pdonnell@...
Patrick Donnelly
09:54 PM Revision 5a6c248f (ceph): Merge PR #20913 into master
* refs/pull/20913/head:
client: add ceph_ll_sync_inode
Reviewed-by: John Spray <john.spray@redhat.com>
Reviewed-by:...
Patrick Donnelly
09:54 PM Revision d007cf9f (ceph): Merge PR #20997 into master
* refs/pull/20997/head:
client: fix Client::_read return
Patrick Donnelly
09:46 PM Revision c0a70f31 (ceph): Merge PR #21012 into master
* refs/pull/21012/head:
Document the new '$' suite file
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
09:34 PM rbd Bug #22819 (Resolved): librbd::object_map::InvalidateRequest: 0x7fbd100beed0 should_complete: r=0
Nathan Cutler
09:34 PM rbd Backport #22857 (Resolved): luminous: librbd::object_map::InvalidateRequest: 0x7fbd100beed0 shoul...
Nathan Cutler
03:15 PM rbd Backport #22857: luminous: librbd::object_map::InvalidateRequest: 0x7fbd100beed0 should_complete:...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20253
merged
Yuri Weinstein
09:34 PM rbd Backport #22964 (Resolved): luminous: [rbd-mirror] infinite loop is possible when formatting the ...
Nathan Cutler
03:14 PM rbd Backport #22964: luminous: [rbd-mirror] infinite loop is possible when formatting the status message
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20416
merged
Yuri Weinstein
09:33 PM rbd Backport #23011 (Resolved): luminous: [journal] allocating a new tag after acquiring the lock sho...
Nathan Cutler
03:13 PM rbd Backport #23011: luminous: [journal] allocating a new tag after acquiring the lock should use on-...
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20454
merged
Yuri Weinstein
09:33 PM rbd Backport #23064 (Resolved): luminous: "[ FAILED ] TestLibRBD.LockingPP" in rbd-next-distro-basi...
Nathan Cutler
03:13 PM rbd Backport #23064: luminous: "[ FAILED ] TestLibRBD.LockingPP" in rbd-next-distro-basic-mult run
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20550
merged
Yuri Weinstein
03:12 PM rbd Backport #23064: luminous: "[ FAILED ] TestLibRBD.LockingPP" in rbd-next-distro-basic-mult run
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20550
merged
Yuri Weinstein
09:33 PM rbd Bug #22362 (Resolved): cluster resource agent ocf:ceph:rbd - wrong permissions
Nathan Cutler
09:32 PM rbd Backport #23152 (Resolved): luminous: TestLibRBD.RenameViaLockOwner may still fail with -ENOENT
Nathan Cutler
03:10 PM rbd Backport #23152: luminous: TestLibRBD.RenameViaLockOwner may still fail with -ENOENT
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20628
merged
Yuri Weinstein
09:32 PM rbd Bug #22961 (Resolved): [test] OpenStack tempest test is failing across all branches (again)
Nathan Cutler
09:32 PM rbd Backport #23177 (Resolved): luminous: [test] OpenStack tempest test is failing across all branche...
Nathan Cutler
03:09 PM rbd Backport #23177: luminous: [test] OpenStack tempest test is failing across all branches (again)
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20715
merged
Yuri Weinstein
09:31 PM rbd Bug #23388 (Resolved): [cls] rbd.group_image_list is incorrectly flagged as R/W
Nathan Cutler
09:31 PM rbd Backport #23407 (Resolved): luminous: [cls] rbd.group_image_list is incorrectly flagged as R/W
Nathan Cutler
03:06 PM rbd Backport #23407: luminous: [cls] rbd.group_image_list is incorrectly flagged as R/W
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20967
merged
Yuri Weinstein
09:30 PM rbd Feature #23422 (Resolved): librados/snap_set_diff: don't assert on empty snapset
Nathan Cutler
09:30 PM rbd Backport #23423 (Resolved): luminous: librados/snap_set_diff: don't assert on empty snapset
Nathan Cutler
03:05 PM rbd Backport #23423: luminous: librados/snap_set_diff: don't assert on empty snapset
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20991
merged
Yuri Weinstein
08:51 PM Revision d78c3f83 (ceph): test:qa:infra - teuthology crontab items as of 3/27/18
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
08:38 PM Revision 77e2ceb2 (ceph): test:qa:infra - teuthology crontab items as of 3/27/18
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
08:38 PM Revision cb0ed23a (ceph): Merge branch 'master' of https://github.com/ceph/ceph into wip-yuriw-tr...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
08:25 PM Revision 59cbaec9 (ceph): qa: Add cronjob to automatically update crontab
See https://github.com/ceph/ceph-cm-ansible/pull/391
Signed-off-by: David Galloway <dgallowa@redhat.com>
David Galloway
07:53 PM Revision 141e8086 (ceph): qa: Add cronjob to automatically update crontab
See https://github.com/ceph/ceph-cm-ansible/pull/391
Signed-off-by: David Galloway <dgallowa@redhat.com>
David Galloway
07:43 PM Revision 83d4a3c5 (ceph): doc: mgr/dashboard.rst: mention ceph.conf and ceph mgr services
Also break down the "Configuration" section into three separate sub-sections
for clarity.
Signed-off-by: Nathan Cutl...
Nathan Cutler
07:43 PM Revision b775260f (ceph): doc: mgr/dashboard.rst: mgr initial modules can take a list
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
07:37 PM Revision 09ea1fc2 (ceph): Merge pull request #21072 from ceph/backport-cv-vagrant-reload
luminous ceph-volume improve robustness when reloading vms in tests
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
07:07 PM Revision 2451747f (ceph): qa: Add cronjob to automatically update crontab
See https://github.com/ceph/ceph-cm-ansible/pull/391
Signed-off-by: David Galloway <dgallowa@redhat.com>
David Galloway
07:06 PM Revision 4f99d2fd (ceph): qa: Add cronjob to automatically update crontab
See https://github.com/ceph/ceph-cm-ansible/pull/391
Signed-off-by: David Galloway <dgallowa@redhat.com>
David Galloway
06:48 PM rgw Bug #23469: jewel: rgw: radosgw in jewel has not been linked with tcmalloc when selected in confi...
https://github.com/ceph/ceph/pull/21073 Matt Benjamin
05:56 PM rgw Bug #23469 (Resolved): jewel: rgw: radosgw in jewel has not been linked with tcmalloc when select...
For some reason, radosgw in jewel has not been linked with tcmalloc when selected in configure. Matt Benjamin
06:27 PM Revision 9ecd4680 (ceph): test/librados_test_stub: always create copy of buffers passed to operation
Otherwise the buffers may be shared between object files if the same
bufferlist was passed to several operations (app...
Mykola Golub
05:57 PM Revision a1ff6335 (ceph): radosgw: conditionally link with tcmalloc
The radosgw program should be linked with tcmalloc (or
tcmalloc_minimal) when selected by the build (i.e, whenever ot...
Matt Benjamin
05:38 PM Revision 15ed2402 (ceph): ceph-volume tests create a retry script for vagrant reload
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 3be723d4d9816e6b487681d686f87cf41f67abd0)
Alfredo Deza
05:38 PM Revision 8e0afc15 (ceph): ceph-volume tests use a reload script in simple functional tests
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit b1b9c7a4162dcaa919c58c106915e77bab5eb40a)
Alfredo Deza
05:37 PM Revision 15522a36 (ceph): ceph-volume tests use a reload script in lvm functional tests
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit a54f5037861063d985b8ac1d158b919f119637b2)
Alfredo Deza
05:31 PM Revision b2fc3fac (ceph): Merge pull request #21070 from ceph/wip-cv-vagrant-reload
ceph-volume improve robustness when reloading vms in tests
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Alfredo Deza
04:45 PM Revision c7049c10 (ceph): Merge pull request #20494 from wido/influx-time-fixes
mgr/influx: Various time fixes
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
04:31 PM Revision 625faf00 (ceph): Merge pull request #21063 from guzhongyan/bs-cleanup
os/bluestore: remove unused variable.
Reviewed-by: Igor Fedotov <ifedotov@mirantis.com>
Kefu Chai
03:52 PM Bug #21813 (Fix Under Review): OSD bind to IPv6 link-local address
https://github.com/ceph/ceph/pull/20862 Kefu Chai
03:48 PM Revision 7bbe8ffc (ceph): Merge pull request #20982 from dzafman/wip-compact
jewel: Add compact operation to ceph-osdomap-tool
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
David Zafman
03:30 PM rgw Bug #23468: radosgw-admin should not use metadata cache when not needed
hmm, that's interesting Matt Benjamin
03:23 PM rgw Bug #23468 (Resolved): radosgw-admin should not use metadata cache when not needed
This can cause "failed to distribute cache" errors when using it heavily. Orit Wasserman
03:26 PM rbd Backport #23304 (Resolved): luminous: parent blocks are still seen after a whole-object discard
Nathan Cutler
03:09 PM rbd Backport #23304: luminous: parent blocks are still seen after a whole-object discard
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/20860
merged
Yuri Weinstein
03:14 PM Revision ef41a166 (ceph): Merge pull request #20253 from pdvian/wip-22857-luminous
luminous: librbd: potential crash if object map check encounters error
Reviewed-by: Jason Dillaman <dillaman@redhat....
Yuri Weinstein
03:14 PM Revision 0162f476 (ceph): Merge pull request #20416 from pdvian/wip-22964-luminous
luminous: rbd-mirror: fix potential infinite loop when formatting status message
Reviewed-by: Jason Dillaman <dillam...
Yuri Weinstein
03:13 PM Revision 2000d12b (ceph): Merge pull request #20454 from pdvian/wip-23011-luminous
luminous: [journal] allocating a new tag after acquiring the lock should use on-disk committed position
Reviewed-by:...
Yuri Weinstein
03:12 PM Revision 3750cff9 (ceph): Merge pull request #20550 from pdvian/wip-23064-luminous
luminous: test/librbd: utilize unique pool for cache tier testing
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Yuri Weinstein
03:12 PM Bug #22980: The rbd resource agent needs to be executable
merged https://github.com/ceph/ceph/pull/20617 Yuri Weinstein
03:11 PM Revision 7e862677 (ceph): Merge pull request #20617 from smithfarm/wip-perms-ocf-rbd-luminous
luminous: cmake: rbd resource agent needs to be executable.
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Review...
Yuri Weinstein
03:10 PM Revision 5cd6e103 (ceph): Merge pull request #20628 from pdvian/wip-23152-luminous
luminous: TestLibRBD.RenameViaLockOwner may still fail with -ENOENT
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Yuri Weinstein
03:09 PM Revision 8f10c055 (ceph): Merge pull request #20715 from pdvian/wip-23177-luminous
luminous: qa/workunits/rbd: switch devstack tempest to 17.2.0 tag
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Yuri Weinstein
03:09 PM Revision 4cc6b72d (ceph): Merge pull request #20860 from pdvian/wip-23304-luminous
luminous: parent blocks are still seen after a whole-object discard
Reviewed-by: Ilya Dryomov <idryomov@redhat.com>
Yuri Weinstein
03:06 PM Revision 403314a5 (ceph): Merge pull request #20967 from pdvian/wip-23407-luminous
luminous: cls/rbd: group_image_list incorrectly flagged as RW
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Yuri Weinstein
03:05 PM Revision a3527ba1 (ceph): Merge pull request #20991 from trociny/luminous-23423
luminous: librados/snap_set_diff: don't assert on empty snapset
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Yuri Weinstein
02:59 PM Revision 5b5638eb (ceph): Merge pull request #21043 from wido/zabbix-osd-numpgs
mgr/zabbix: Send max, min and avg PGs of OSDs to Zabbix
Reviewed-by: John Spray <john.spray@redhat.com>
Kefu Chai
02:56 PM Revision c9903b5b (ceph): Merge pull request #21037 from guzhongyan/bf-format
os/bluestore: fix some code formatting
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
Kefu Chai
02:56 PM rgw Bug #23379: rgw performance regression for luminous 12.2.4
I tried patch (https://github.com/ceph/ceph/pull/20953) with one gateway, still the same problem.
wei jin
08:36 AM rgw Bug #23379: rgw performance regression for luminous 12.2.4
Casey Bodley wrote:
> Have you looked at radosgw's memory usage? There was an issue with memory growth in https://tr...
wei jin
02:55 PM Revision 7b20a150 (ceph): Merge pull request #20951 from tchaikov/wip-FTBFS-bluestore-armhf
bluestore: fix build on armhf
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
02:54 PM Revision 648a3111 (ceph): Merge pull request #21034 from rzarzynski/wip-bs-reorder-bluefs_extent_t
os/bluestore: reorder members of bluefs_extent_t for space efficiency
Reviewed-by: Igor Fedotov <ifedotov@suse.com>
...
Kefu Chai
02:53 PM Revision f2545d2b (ceph): Merge pull request #20900 from ifed01/wip-ifed-fix-interals-in-repair
os/bluestore: bluestore repair should use interval_set::union_insert
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
02:52 PM RADOS Feature #22420 (Resolved): Add support for obtaining a list of available compression options
https://github.com/ceph/ceph/pull/20558 Kefu Chai
02:45 PM RADOS Bug #23215 (Resolved): config.cc: ~/.ceph/$cluster.conf is passed unexpanded to fopen()
https://github.com/ceph/ceph/pull/20774 Kefu Chai
02:44 PM Revision fc86c2b7 (ceph): Merge pull request #20774 from rishabh-d-dave/fix-tilde-expansion
config: expand tilde for ~/.ceph/$cluster.conf
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Kefu Chai <kcha...
Kefu Chai
02:43 PM Revision a1f204ed (ceph): Merge pull request #20558 from chardan/jfw-wip-show_compression_methods...
osd,compressor: Expose compression algorithms via MOSDBoot.
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Reviewed-b...
Kefu Chai
02:41 PM Revision 81b00f58 (ceph): Merge pull request #20314 from ovh/bp-librados-nntk
librados: extend C API for so it accepts keys with NUL chars
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
02:16 PM Revision 3be723d4 (ceph): ceph-volume tests create a retry script for vagrant reload
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
01:52 PM CephFS Bug #23172 (Resolved): mds: fixed MDS_FEATURE_INCOMPAT_FILE_LAYOUT_V2 definition breaks luminous ...
Nathan Cutler
01:52 PM CephFS Backport #23414 (Resolved): luminous: mds: fixed MDS_FEATURE_INCOMPAT_FILE_LAYOUT_V2 definition b...
Nathan Cutler
01:51 PM Revision 6ec72134 (ceph): Merge pull request #21001 from pdvian/wip-23414-luminous
luminous: PendingReleaseNotes: add note about upgrading MDS
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Nathan Cutler
01:50 PM Revision 6aca733c (ceph): ceph-volume tests create a retry script for vagrant reload
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
01:49 PM Revision b1b9c7a4 (ceph): ceph-volume tests use a reload script in simple functional tests
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
01:49 PM Revision a54f5037 (ceph): ceph-volume tests use a reload script in lvm functional tests
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
01:36 PM CephFS Bug #23421 (Need More Info): ceph-fuse: stop ceph-fuse if no root permissions?
Jos, can you get more detailed debug logs when this happens? It is probably not related to sudo permissions. Patrick Donnelly
01:20 PM Revision 452992b1 (ceph): mgr/dashboard: Fix objects named `default` are inaccessible
These two calls to `default()` are identical: `vpath` and
params` are both empty:
$ curl 'http://localhost/api/cp_pa...
Sebastian Wagner
01:20 PM Revision fdde9057 (ceph): mgr/dashboard: Use `@ApiController` for PerfCounters
The next commit will require that all controllers
have a `@ApiController` decorator.
Signed-off-by: Sebastian Wagner...
Sebastian Wagner
01:08 PM Revision e2fb3926 (ceph): mgr/dashboard: add task manager usage instructions to HACKING.rst
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
01:08 PM Revision 9f11a68b (ceph): mgr/dashboard: task manager unit tests implementation
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
01:08 PM Revision 404e2516 (ceph): mgr/dashboard: Asynchronous tasks implementation
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
01:08 PM Revision 6d5279dd (ceph): mgr/dashboard: async tasks controller
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
01:08 PM Revision 067b86eb (ceph): mgr/dashboard: added tasks info to summary controller
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
01:04 PM Revision 0daccfb4 (ceph): mon: mark mgr reports and osd_failure as no_reply
see also: #20517
Fixes: http://tracker.ceph.com/issues/22114
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:47 PM Revision ce8c489d (ceph): mgr/dashboard: implemented NotificationQueue listener removal
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
12:45 PM Revision 6b0afa3a (ceph): mgr/dashboard: Support for handler priorities in NotificationQueue
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
12:45 PM Revision 11b6c930 (ceph): mgr/dashboard: fix NotificationQueue waiting loop
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
12:43 PM Revision ce5fa592 (ceph): mgr/dashboard: privatize NotificationQueue methods
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
11:54 AM Revision 860ebfed (ceph): osd: correct several spell errors in comments
Signed-off-by: songweibin <song.weibin@zte.com.cn> wb song
11:51 AM Revision f9e0dafe (ceph): ceph-volume lvm.listing create a helper that lists osds
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
11:26 AM Bug #19084: Cannot Boot: A start job is running for dev-mapper-ceph\x2d\x2dos\x2droot.device
Environment: Hammer 94.10
Centos 7.3 Linux node152 3.10.0-514.el7.x86_64 #1 SMP Tue Nov 22 16:42:41 UTC 2016 x86...
Jilong li
11:05 AM Bug #23462: Out of memory on Bluestore
Wido den Hollander wrote:
> How much memory in this machine (64GB?) and how many OSDs were/are running on this node?...
Igor Fedotov
06:25 AM Bug #23462: Out of memory on Bluestore
How much memory in this machine (64GB?) and how many OSDs were/are running on this node? Wido den Hollander
11:00 AM Revision 38ee40c5 (ceph): os/bluestore: remove unused variable.
Signed-off-by: Gu Zhongyan <guzhongyan@360.cn> Gu Zhongyan
10:32 AM Dashboard Bug #23406 (Resolved): Attempt to set dashboard login credentials causes ceph-mgr to crash in Pyt...
Ricardo Dias
10:32 AM Revision b4a79550 (ceph): Merge pull request #21005 from rjfd/wip-mgr-fix-error-handling
mgr: fixes python error handling
Reviewed-by: John Spray <john.spray@redhat.com>
Reviewed-by: Kefu Chai <kchai@redha...
Ricardo Dias
10:19 AM Revision 8c195c07 (ceph): PendingReleaseNotes: add note about upgrading MDS
Fixes: https://tracker.ceph.com/issues/23172
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fr...
Patrick Donnelly
10:11 AM Revision 1754fc39 (ceph): common/hobject: compare two objects' key directly
The original implement does not appear to be a problem for two different
objects which are usually of different oids/...
xie xingguo
10:06 AM Revision 9f4a8b12 (ceph): legal: remove doc license ambiguity
The license applicable to the files under doc/ was originally declared (in the
top-level file COPYING) to be "Creativ...
Nathan Cutler
10:01 AM Revision d391dd3f (ceph): mgr/dashboard: Support aditional info on 'cd-view-cache'
Signed-off-by: Ricardo Marques <rimarques@suse.com> Ricardo Marques
09:49 AM RADOS Backport #23077: luminous: mon: ops get stuck in "resend forwarded message to leader"
might want to include https://github.com/ceph/ceph/pull/21057 also. Kefu Chai
09:49 AM RADOS Bug #22114 (Fix Under Review): mon: ops get stuck in "resend forwarded message to leader"
and https://github.com/ceph/ceph/pull/21057 Kefu Chai
09:45 AM Revision d5e54fda (ceph): Merge pull request #21024 from s0nea/wip-dashboard-return-features-list
mgr/dashboard: Convert the RBD feature names to a list of strings
Reviewed-by: Ricardo Dias <rdias@suse.com>
Reviewe...
Lenz Grimmer
09:43 AM Revision 914faf2c (ceph): Merge pull request #21004 from s0nea/wip-dashboard-skip-datapool-testcase
mgr/dashboard: skip data pool testcase for none-bluestore clusters
Reviewed-by: Sebastian Wagner <sebastian.wagner@s...
Lenz Grimmer
09:31 AM Revision 43e5097c (ceph): Merge pull request #20873 from sebastian-philipp/dashboard_v2-simple-ht...
mgr/dashboard: Add minimalistic browsable API
Reviewed-by: Patrick Nawracay <pnawracay@suse.com>
Reviewed-by: Ricard...
Lenz Grimmer
09:10 AM Revision aea3714c (ceph): signal_handler: Implementing specific messages per context
As per bug #23320, regarding the signal we receive, it could be interesting providing a specific message.
If we get ...
Erwan Velu
09:06 AM Revision c9e5d782 (ceph): Merge pull request #21047 from rjfd/wip-mgr-smart-fix-py3
mgr/smart: fix python3 module loading
Reviewed-by: John Spray <john.spray@redhat.com>
Reviewed-by: Kefu Chai <kchai@...
Ricardo Dias
09:02 AM Revision fc6eccce (ceph): signal_handler: Reports pid 0 as Kernel
When receiving a signal, get_name_by_pid() tries to find what was the process name of the sender.
As per bug #23320,...
Erwan Velu
08:14 AM Revision fe29d807 (ceph): os/bluestore: trim cache every 50ms (instead of 200ms)
In small cache size situations trimming needs to be more frequent. See
https://tracker.ceph.com/issues/22616
This i...
Sage Weil
07:41 AM Revision e6c5b7e1 (ceph): signal_handler: Implementing specific messages per context
As per bug #23320, regarding the signal we receive, it could be interesting providing a specific message.
If we get ...
Erwan Velu
07:41 AM Revision 75f14543 (ceph): signal_handler: Reports pid 0 as Linux Kernel
When receiving a signal, get_name_by_pid() tries to find what was the process name of the sender.
As per bug #23320,...
Erwan Velu
07:40 AM Revision 9f81bb80 (ceph): make-debs.sh: Changed make-debs.sh to use current architecture
Signed-off-by: Daniel Glaser <the78mole@chaintronics.com> Daniel Glaser
07:39 AM Revision 3f3ea2aa (ceph): filestore,rgw: Fix types/casts making clang on 32-Bit working
Fixing types for FS_SUPER_MAGIC from long to unsigned long in
Filestore.cc and adding some static_casts to rgw_rados ...
Daniel Glaser
07:30 AM rgw Backport #23225 (In Progress): luminous: rgw: list bilog will loop forever
https://github.com/ceph/ceph/pull/21054 Prashant D
07:18 AM mgr Backport #23224 (In Progress): luminous: mgr log spamming about down osds
https://github.com/ceph/ceph/pull/21053 Prashant D
07:16 AM Bug #23467: ceph-disk: Destroyed OSDs keeps old CRUSH weight if new device is different size
Wido den Hollander wrote:
>
> Backfilling started and Ceph went to HEALTH_OK. The admin thought everything was g...
Wido den Hollander
07:14 AM Bug #23467 (Won't Fix): ceph-disk: Destroyed OSDs keeps old CRUSH weight if new device is differe...
Before I go to the bug, let me explain where this is coming from.
In a cluster with 3.84TB Samsung SSDs a SSD fail...
Wido den Hollander
06:39 AM Revision bed92256 (ceph): rbd: add notrim option to rbd map
Add the notrim option to the rbd map command to avoid
discarding allocated blocks from a fully provisioned image,
and...
Hitoshi Kamei
05:30 AM Revision ce67665b (ceph): cls/rgw: fix bi_log_iterate_entries return wrong truncated
if there are over 1000 entries of instance keys, cls_cxx_map_get_vals
will get truncated=true, but bilogs already rea...
Tianshan Qu
05:09 AM Revision d446915e (ceph): test: remove distro_version assert in distro detect test
VERSION_ID is optional in /etc/os-release, we removed the error
log in #17787, and the test also needs to be fixed.
...
Shengjing Zhu
05:06 AM Revision 686dff79 (ceph): mgr: quieten logging on missing OSD stats
This is only cause for concern if the OSD is actually up,
and even then it can also happen at startup, so
we shouldn'...
John Spray
03:17 AM Bug #23353 (Need More Info): when compile Luminous 12.2.4, miss boost files
sorry Tave, i can hardly help without more details. both cmake script and "make-dist" download boost, if you could pr... Kefu Chai
03:16 AM Revision 394a9a6b (ceph): osd: Remove partially created pg known as DNE
Fixes: http://tracker.ceph.com/issues/21833
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from com...
David Zafman
03:05 AM Support #23396 (Closed): erasure-code pool cannot be configured as gnocchi data storage
Gnocchi makes extensive use of the “omap” interface offered by RADOS. Unfortunately, erasure coded pools don’t suppor... Greg Farnum
01:35 AM RADOS Bug #22220 (Resolved): osd/ReplicatedPG.h:1667:14: internal compiler error: in force_type_die, at...
Resolved for Fedora and just waiting on next DTS to ship on rhel/CentOS. Brad Hubbard

03/26/2018

11:27 PM RADOS Bug #23465: "Mutex.cc: 110: FAILED assert(r == 0)" ("AttributeError: 'tuple' object has no attrib...
This isn't related to that suite commit. Run manually, 'file' returns "remote/smithi150/coredump/1522085413.12350.cor... Josh Durgin
07:42 PM RADOS Bug #23465 (New): "Mutex.cc: 110: FAILED assert(r == 0)" ("AttributeError: 'tuple' object has no ...
I see latest commit https://github.com/ceph/ceph/commit/c6760eba50860d40e25483c3e4cee772f3ad4468#diff-289c6ff15fd25ac... Yuri Weinstein
09:45 PM Revision 9622def3 (ceph): Merge pull request #21031 from ceph/wip-yuriw-fix-j-x
qa/tests - Change machine type from 'vps' to 'ovh' as 'vps' does not …
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
08:50 PM Support #23254 (Closed): Clinet side write freeze for 15 Sec when one storage node rebooted
This is expected behavior, especially if you're knocking out a monitor at the same time as your OSD.
If you're try...
Greg Farnum
06:27 PM Revision 6b59fbfc (ceph): Merge pull request #21027 from cbodley/wip-qa-swift-force-branch
qa/tasks/swift: add support for the "force-branch" configurable.
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
R...
Casey Bodley
06:20 PM Revision 9e3f2eaf (ceph): ceph-volume lvv.activate allo to configure the CLI with --all
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
03:40 PM Bug #23464 (Resolved): ARMv8 feature detection broken, leading to illegal instruction crashes
The detection of ARMv8 (AArch64) features in SIMDExt.cmake is broken, incorrectly detecting features as available whe... Robin McCorkell
03:29 PM bluestore Bug #23463 (Can't reproduce): src/os/bluestore/StupidAllocator.cc: 336: FAILED assert(rm.empty())
The ceph-volume nightly tests have seen this failure on one run so far (March 25th) with 2 out of 6 OSDs deployed. We... Alfredo Deza
03:16 PM Revision 7a7a17ca (ceph): mgr/dashboard: New API tests for `perf_couters`
Added OSD and MDS tests.
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
03:16 PM Revision 80b6ce80 (ceph): mgr/dashboard: Add minimalistic browsable API
Also provides a simple HTML form to POST
data to a `RESTController`'s `create()` method.
Also added ENABLE_BROWSABLE...
Sebastian Wagner
03:16 PM Revision f959709f (ceph): mgr/dashboard: Renamed `types` as it clashes with std lib
This will lead to a name clash, when importing `types`
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
Sebastian Wagner
02:56 PM Revision d91a620a (ceph): mgr/smart: fix python3 module loading
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
02:21 PM mgr Bug #23460: mgr deadlock: _check_auth_rotating possible clock skew, rotating keys expired way too...
Raising priority since this affects a stable release (Luminous) Nathan Cutler
01:52 PM mgr Bug #23460: mgr deadlock: _check_auth_rotating possible clock skew, rotating keys expired way too...
I just found another mgr in this cluster which is "dead", but is eating 300% CPU on 3 cores:... Wido den Hollander
01:39 PM mgr Bug #23460: mgr deadlock: _check_auth_rotating possible clock skew, rotating keys expired way too...
I found another mgr in a cluster which has been down now for 4 days.... Wido den Hollander
11:05 AM mgr Bug #23460: mgr deadlock: _check_auth_rotating possible clock skew, rotating keys expired way too...
I don't think the TZ is related. In all the cases I've seen the Mon and Mgr were running on the same node.
I saw i...
Wido den Hollander
10:50 AM mgr Bug #23460: mgr deadlock: _check_auth_rotating possible clock skew, rotating keys expired way too...
This one's still a mystery to me :-/
Only initial thought is that we're in daylight-savings territory right now, c...
John Spray
08:46 AM mgr Bug #23460 (Resolved): mgr deadlock: _check_auth_rotating possible clock skew, rotating keys expi...
On Luminous v12.2.2 and v12.2.4 clusters running either CentOS or Ubuntu I've seen many Manager going offline with th... Wido den Hollander
02:17 PM Revision 072699d8 (ceph): mgr: fixes python error handling
The current `handle_pyerror` function implementation relies in the
`traceback.format_exception_only` python function ...
Ricardo Dias
02:15 PM Bug #23462 (Closed): Out of memory on Bluestore
Routine under some load:
Mar 26 10:06:29 roc04r-sc3a090 kernel: [820832.966156] tp_peering invoked oom-killer: gfp...
Alex Gorbachev
01:36 PM rgw Bug #22444 (Resolved): rgw: normalize/duplicate 'rm' vs 'remove' vs 'del' in rgw commands
Nathan Cutler
01:35 PM Revision b71eb017 (ceph): Merge pull request #19439 from chardan/jfw-wip-14363-normalize-rm
rgw, mon: normalize delete/remove in admin console (cleanup 22444)
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed...
Nathan Cutler
12:54 PM Revision 765b346a (ceph): Merge pull request #21011 from tspmelo/wip-submit-btn
mgr/dashboard: Add submit button component
Reviewed-by: Ricardo Dias <rdias@suse.com>
Reviewed-by: Ricardo Marques <...
Lenz Grimmer
12:46 PM Revision 51ac1938 (ceph): librbd: fix refuse to release lock when cookie is the same at rewatch
fix exclusive auto-mode lock refuse to release.
when rewatch, owner_id is reset.
at the same time, there is a cha...
shun song
12:29 PM rbd Support #23461 (New): which rpm package src/journal/ is in?
I want write some log in src/journal and I want to know which rpm package should I replace after I repack.
thank you!
liuzhong chen
11:52 AM Revision bf82cb20 (ceph): Merge pull request #21032 from simransinghal/fixtypo
rgw: Fix typo in comment
Reviewed-by: Jos Collin <jcollin@redhat.com>
Jos Collin
11:33 AM Revision 0754b797 (ceph): Merge pull request #21020 from trociny/wip-vstart-no-mon-config
stop.sh: use --no-mon-config when trying to unmap rbd devices
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Revi...
Kefu Chai
11:27 AM Revision 582935f2 (ceph): mgr/zabbix: Send max, min and avg PGs of OSDs to Zabbix
We already send the max, min and avg fill ratio of OSDs but
knowing the OSD with the highest amount of PGs is also us...
Wido den Hollander
10:13 AM Revision 41985581 (ceph): Merge pull request #21036 from xiexingguo/wip-wrong-tip
os/bluestore: s/bluefs_total/bluefs_free/
Reviewed-by: Igor Fedotov <ifedotov@mirantis.com>
Xie Xingguo
10:00 AM Dashboard Bug #23404 (Resolved): dashboard module does not work in Python 3-only environment
Ricardo Dias
09:59 AM Revision a392e612 (ceph): Merge pull request #21007 from rjfd/wip-dashboard-fix-py3
mgr/dashboard: fix dashboard python 3 support
Reviewed-by: Sebastian Wagner <sebastian.wagner@suse.com>
Ricardo Dias
09:58 AM Revision 58672921 (ceph): Merge pull request #21006 from rjfd/wip-dashboard-fix-auth-py3
mgr/dashboard: fixed password generation in Auth controller
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Review...
Ricardo Dias
09:53 AM rbd Support #23456 (Resolved): where is the log of src\journal\JournalPlayer.cc
Mykola Golub
09:19 AM rbd Support #23456: where is the log of src\journal\JournalPlayer.cc
@Mykola Golub OK,Than you! liuzhong chen
09:52 AM CephFS Bug #23452 (Fix Under Review): mds: assertion in MDSRank::validate_sessions
https://github.com/ceph/ceph/pull/21040 Zheng Yan
09:51 AM CephFS Bug #23380 (Fix Under Review): mds: ceph.dir.rctime follows dir ctime not inode ctime
https://github.com/ceph/ceph/pull/21039 Zheng Yan
09:11 AM RADOS Backport #23316 (Need More Info): jewel: pool create cmd's expected_num_objects is not correctly ...
To backport this to jewel, we need to skip mgr changes and qa/standalone/mon/osd-pool-create.sh related changes to be... Prashant D
09:07 AM Revision d5763de3 (ceph): Merge pull request #20865 from sebastian-philipp/dashboard_v2_pool-create
mgr/dashboard: Add Pool-create to the backend
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Reviewed-by: Ricardo Dia...
Ricardo Dias
08:43 AM CephFS Backport #23014 (In Progress): jewel: mds: LOCK_SYNC_MIX state makes "getattr" operations extreme...
https://github.com/ceph/ceph/pull/21038 Prashant D
08:40 AM mgr Bug #22226 (Rejected): ceph zabbix plugin sends incorrect motinoring info to zabbix server
I this one still active? Otherwise we can close it I think.
Setting it to Rejected for now as I think it is resolv...
Wido den Hollander
07:41 AM Revision 33e15ecd (ceph): mgr/dashboard: convert RBD features to a list of strings
Until now the API returns the features provided by an RBD as one comma
separated string. It's more usable for the fro...
Tatjana Dehler
07:24 AM Revision c45c81b2 (ceph): os/bluestore: fix some code formatting
Signed-off-by: Gu Zhongyan <guzhongyan@360.cn> Gu Zhongyan
06:32 AM Revision f723aa14 (ceph): doc: use actual entity address for clarity
Fixes: https://tracker.ceph.com/issues/23334
Signed-off-by: Rishabh Dave <ridave@redhat.com>
Rishabh Dave
03:58 AM bluestore Bug #23459: BlueStore kv_sync_thread() crash
crash dump attached Alex Gorbachev
03:55 AM bluestore Bug #23459 (Can't reproduce): BlueStore kv_sync_thread() crash
2018-03-25 06:49:02.894926 7ff4fdc97700 -1 *** Caught signal (Aborted) **
in thread 7ff4fdc97700 thread_name:bstore...
Alex Gorbachev
02:33 AM Revision 81c094b4 (ceph): os/bluestore: s/bluefs_total/bluefs_free/
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
02:22 AM rgw Backport #23223 (Need More Info): luminous: rgw: garbage collector removes objects slowly
I am getting compilation error for one of the rgw testcase:
[ 94%] Building CXX object src/rgw/CMakeFiles/rgw_a.dir/...
Prashant D

03/25/2018

08:02 PM rgw Bug #22632: radosgw - s3 keystone integration doesn't work while using civetweb as frontend
The issue was found via openstack ocata.
Relevant rgw logs:
2018-03-25 05:27:22.176125 7f864665c700 20 found cach...
Eugene Nikanorov
05:50 PM Bug #23458 (Resolved): java compile error: Source/Target option 1.5 is not supported since jdk 9
error: Source option 1.5 is no longer supported. Use 1.6 or later.
error: Target option 1.5 is no longer supported. ...
Shengjing Zhu
04:26 PM Revision 9e40cade (ceph): os/bluestore: reorder members of bluefs_extent_t to make it smaller.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
03:19 PM mgr Bug #23205: Blocked requests no longer show details
We continue to get these with no clues as to where to go next:
2018-03-25 06:58:39.693404 7fa0e9ee2700 0 log_chan...
Alex Gorbachev
01:20 PM Revision f3b3bcfb (ceph): src: Fix typo
Replace "dont" with "don't". "Dont" is not same as "Do not" or "Don't".
Signed-off-by: Simran Singhal <singhalsimran...
simransinghal
06:53 AM rbd Support #23456: where is the log of src\journal\JournalPlayer.cc
The currently configured log location can be found running:
ceph-conf log_file
or
ceph --show-config | gre...
Mykola Golub
03:44 AM rbd Support #23457 (Closed): rbd mirror: entries_behind_master will not be zero after mirror over
I have two ceph-12.2.2 cluster. Rbd mirror deamon run on cluster two. poolclz/rbdclz on cluster one is primary image ... liuzhong chen
01:44 AM Revision 3f3f8a15 (ceph): osd: don't memcpy hobject_t in PrimaryLogPG::close_op_ctx().
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
12:47 AM Revision 006bae34 (ceph): qa/tests - Change machine type from 'vps' to 'ovh' as 'vps' does not ex...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
12:44 AM Revision a49947ee (ceph): qa/tests - Change machine type from 'vps' to 'ovh' as 'vps' does not ex...
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
 

Also available in: Atom