Project

General

Profile

Activity

From 12/13/2017 to 01/11/2018

01/11/2018

11:45 PM mgr Bug #22669: KeyError: 'pg_deep' from prometheus plugin
https://github.com/ceph/ceph/pull/19929 Zack Cerza
11:43 PM mgr Bug #22669 (Duplicate): KeyError: 'pg_deep' from prometheus plugin
http://tracker.ceph.com/issues/22116 Zack Cerza
09:44 PM mgr Bug #22669 (Duplicate): KeyError: 'pg_deep' from prometheus plugin
On @12.2.2-78-g905b734-1xenial@:... Zack Cerza
11:44 PM Backport #22671 (Resolved): luminous: OSD heartbeat timeout due to too many omap entries read in ...
https://github.com/ceph/ceph/pull/19928 Josh Durgin
11:43 PM Backport #22670 (Resolved): jewel: OSD heartbeat timeout due to too many omap entries read in eac...
https://github.com/ceph/ceph/pull/19927 Josh Durgin
11:28 PM Revision 8b13643b (ceph): config: lower default omap entries recovered at once
For large omap DBs, reading 64k leads to heartbeat timeouts. There
are numerous callchains leading to this recovery ...
Josh Durgin
11:27 PM Revision 89d0c357 (ceph): osd: record final pg_pool_t when a pool is deleted
Also, prevent OSD start if we have a PG whose pool is deleted and no
stored pool info. (User should downgrade, let P...
Sage Weil
11:26 PM Revision ec401470 (ceph): config: lower default omap entries recovered at once
For large omap DBs, reading 64k leads to heartbeat timeouts. There
are numerous callchains leading to this recovery ...
Josh Durgin
11:07 PM Revision 288dcf9a (ceph): osd: tolerate startup for pg with no pool in osdmap
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
11:07 PM Revision c35ee7ab (ceph): osd/PG: drop PGPool auid member
It's at info.auid.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
11:07 PM Revision 2c719c8c (ceph): osd/PG: simplify snapmapper init
Use PGPool info; don't look at map (pool may have been deleted).
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
11:07 PM Revision fc2cd286 (ceph): osd/osd_types: tolerate pool deletion
- the epoch the pool is deleted is an interval change
- no changes are possible after that
Also, use a pg_pool_t poi...
Sage Weil
11:07 PM Revision e59e7ad2 (ceph): osd/PG: tolerate missing pool
These assertions will soon no longer be valid.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
11:07 PM Revision d77dd635 (ceph): osd: leave PG registered (and stray) during delete; reimplement pg dele...
A lot of awkward complexity is implemented in OSD to handle PGs that aren't in
pg_map and are in the process of being...
Sage Weil
11:07 PM Revision 285654c2 (ceph): osd: remove old pg removal infrastructure
Another queue bites the dust! \o/
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
11:07 PM Revision 2914e409 (ceph): osd: enqueue peering evt with pgid, not PG*
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
11:07 PM Revision 4a45a4d5 (ceph): osd/PG: carry pg ref for final pg delete txn
FileStore breaks of the Sequencer is destroyed while the txn is in flight.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
11:07 PM Revision e5a56d42 (ceph): osd: queue peering events directly, without pg lookup
We do not need to look up the PG in order to queue a peering event now
that the queue is based on spg_t and handles t...
Sage Weil
11:07 PM Revision b0874dca (ceph): osd/PG: drop dup call to publish_stats_to_osd in Active AdvMap handler
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
11:07 PM Revision 5668dee0 (ceph): osd/PG: do not publish_stats_to_osd in state exit() methods
exit() can happen due to AdvMap and a peering interval change, but it
runs before we have updated any of our internal...
Sage Weil
11:07 PM Revision adbedc9b (ceph): osd: drop advance_pg() split_pgs arg
We can do the same work inside the function and simplify the code.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
11:07 PM Revision d44dcf4e (ceph): osd: document split tracking structures a bit
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
11:07 PM Revision 24fd1e00 (ceph): osd/PG: wait for commit *and* readable before deleting more of PG
For filestore, waiting for onreadable ensures that (1) the backend has done
(all) of the deletion work (we are thrott...
Sage Weil
11:07 PM Revision 70aacb4a (ceph): osd/PG: start delete after initial delete start info is applied
This allows us to eliminate the flush in _delete_some().
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
11:07 PM Revision d153a95b (ceph): osd: do not clean up split state on deleted pools
We want the PGs to get created and then process the newer osdmap(s) to
delete themselves.
Signed-off-by: Sage Weil <...
Sage Weil
11:07 PM Revision 10b6d61c (ceph): osd: always call complete_split()
We need to complete the split regardless of whether the pg will get
removed after.
Signed-off-by: Sage Weil <sage@re...
Sage Weil
11:07 PM Revision 21e8512b (ceph): osd: clean up pending splits when removing a pg
Say we get an osdmap indicating a pg will split, but the pg is deleting and
finishes its delete before the pg consume...
Sage Weil
11:07 PM Revision b92b91b9 (ceph): osd: identify splits even if pool is eventually deleted
Previously we wouldn't bother splitting if the pool was going away; now
we walk the pg forward and will process the s...
Sage Weil
11:07 PM Revision 4fb3947e (ceph): osd/PG: use local_reserver to schedule delete
Use the reserver so that delete competes for the same slot(s) as recovery
and such.
Priority below recovery normally...
Sage Weil
11:07 PM Revision 6d004d91 (ceph): osd/PG: clear requeued peering events
Broken by fffcc8a50e684c9b67643ec002869a8b7024b01c
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from co...
Sage Weil
10:50 PM CephFS Backport #22508: luminous: MDSMonitor: inconsistent role/who usage in command help
See also: https://github.com/ceph/ceph/pull/19926 Patrick Donnelly
10:49 PM mgr Bug #22527 (Fix Under Review): mgr.x runtime_error in json_spirit on upgrade
Patrick Donnelly wrote:
> Kefu Chai wrote:
> > http://pulpito.ceph.com/kchai-2018-01-08_13:52:40-rados-wip-kefu-tes...
Patrick Donnelly
10:30 PM mgr Bug #22527: mgr.x runtime_error in json_spirit on upgrade
Kefu Chai wrote:
> http://pulpito.ceph.com/kchai-2018-01-08_13:52:40-rados-wip-kefu-testing-2018-01-08-1914-distro-b...
Patrick Donnelly
10:47 PM Revision 4042bec1 (ceph): mon: revert mds metadata argument name change
Partial revert of PR #18512: d1877b68d90163897245a9801cff0ea419ff28e4
Fixes: http://tracker.ceph.com/issues/22527
S...
Patrick Donnelly
10:29 PM CephFS Bug #21393: MDSMonitor: inconsistent role/who usage in command help
The fix for this causes upgrade tests to fail: http://tracker.ceph.com/issues/22527#note-9
We will probably need t...
Patrick Donnelly
10:14 PM Revision 4da29a07 (ceph): Merge branch 'wip-names!-in!-space!' of git://github.com/adamemerson/ceph
Reviewed-by: Jesse Williamson <jwilliamson@suse.de>
# Conflicts:
# src/cls/rbd/cls_rbd.cc
# src/cls/rbd/cls_rbd_type...
Sage Weil
09:50 PM Revision c6d66764 (ceph): Merge pull request #19099 from ifed01/wip-ifed-faster-pglog
osd: eliminate ineffective container operations
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
09:50 PM Revision 3f9deab3 (ceph): os/newstore: oh boy, it compiles.
Signed-off-by: Mark Nelson <mnelson@redhat.com> Mark Nelson
09:50 PM Feature #22255 (Resolved): tools: rados cli option to clear omap vals
Sage Weil
09:50 PM Revision c1ec2752 (ceph): Merge pull request #19180 from theanalyst/tools/rados-omap-clear
tools: rados add a cli option to clear omap keys
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Kefu Ch...
Sage Weil
09:49 PM Revision 47c925a7 (ceph): Merge pull request #19872 from tchaikov/wip-random_shuffle
osd: s/random_shuffle()/shuffle()/
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Reviewed-by: Casey Bodley <cbodley@...
Sage Weil
09:48 PM Revision c4a78818 (ceph): Merge pull request #19881 from liewegas/wip-kill-crush-location
ceph-crush-location: remove
Reviewed-by: Wido den Hollander <wido@widodh.nl>
Sage Weil
09:43 PM RADOS Bug #22668 (Resolved): osd/ExtentCache.h: 371: FAILED assert(tid == 0)
... Sage Weil
09:43 PM Revision 89c91d72 (ceph): ceph-volume: utf-8 encode crush_device_class and add a trailing newline
The newline is only so this file prints nicely in a terminal.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
09:43 PM Revision 3bb6133e (ceph): ceph-volume: adds crush_device_class to the functional tests
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
09:43 PM Revision 8e41a03d (ceph): ceph-volume: adds a --crush-device-class flag to lvm create and prepare
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
09:43 PM Revision 3c63b6c8 (ceph): ceph-volume: add crush_device_class to lvm metadata
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
09:43 PM Revision f978471f (ceph): ceph-volume: write the crush_device_class file in the osd directory
This will only happen if the --crush-device-class flag is used.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
08:29 PM Revision ac3855e9 (ceph): Merge pull request #11544 from VictorDenisov/consistency_groups_snapshots
librbd: group snapshots
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
08:27 PM Revision bbbfd27b (ceph): rbd-mirror: fix valgrind false positive from new boost release
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
07:20 PM Revision 5a602ed3 (ceph): ceph-volume: add crush_device_class to lvm metadata
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
07:20 PM Revision 37269b57 (ceph): ceph-volume: adds crush_device_class to the functional tests
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
07:20 PM Revision 11fcc5f6 (ceph): ceph-volume: adds crush_device_class to json metadata for 'osd new'
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
07:20 PM Revision eb924911 (ceph): ceph-volume: adds a --crush-device-class flag to lvm create and prepare
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
07:04 PM Revision b8a49174 (ceph): ceph-volume: adds crush_device_class to the functional tests
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
07:00 PM rgw Bug #22650 (Need More Info): couldn't fetch user stats at slave zone, return ERROR: could not syn...
if you list the user's buckets on both sides, do you see the same results?
you can check `radosgw-admin sync error...
Casey Bodley
06:55 PM rgw Bug #22666 (In Progress): rgw: cannot link a bucket to a tenanted user
Matt Benjamin
04:19 PM rgw Bug #22666 (Fix Under Review): rgw: cannot link a bucket to a tenanted user
current radosgw-admin link commands will fail to find a bucket when transferring to a tenanted user, as the command w... Abhishek Lekshmanan
06:54 PM rgw Bug #22261 (Need More Info): Object remaining in domain_root pool after delete bucket
Matt Benjamin
06:52 PM rgw Bug #22529: rgw: copy_object doubles leading underscore on object names.
Matt Benjamin
06:52 PM RADOS Bug #22351: Couldn't init storage provider (RADOS)
can you tell us the ceph pg num and pgp num setting in ceph.conf (or rather paste teh ceph.conf retracting sensitive ... Abhishek Lekshmanan
06:46 PM rgw Bug #22418: RGW doesn't check time skew in auth v4 http header request
Casey Bodley
06:33 PM rgw Bug #22632 (Need More Info): radosgw - s3 keystone integration doesn't work while using civetweb ...
Abhishek Lekshmanan
06:33 PM rgw Bug #22632: radosgw - s3 keystone integration doesn't work while using civetweb as frontend
Does the error reproduce when `rgw dns name` is commented out from ceph.conf. What happens when rgw dns name is set t... Abhishek Lekshmanan
06:13 PM Revision 6dc6be13 (ceph): ceph-volume: utf-8 encode crush_device_class and add a trailing newline
The newline is only so this file prints nicely in a terminal.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
05:57 PM Revision 492c170a (ceph): mgr/dashboard: remove non-minified bootstrap
Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commit 5ce51ebbf047e373eac624e49e2d2bcfb46f09ff)
John Spray
05:57 PM Revision 1961e32c (ceph): mgr/dashboard: remove unneeded bits of AdminLTE
AdminLTE is delivered in a handy all-in format,
but we don't need all this stuff at runtime.
Signed-off-by: John Spr...
John Spray
05:57 PM Revision 8e4cc4f9 (ceph): mgr/dashboard: re-arrange static files
Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commit 85a87da7aa46266abd8d4c42218bcbccce386316)
John Spray
05:57 PM Revision 47194cdc (ceph): mgr/dashboard: don't include remote js/css
This will help anyone running away from the internet.
Signed-off-by: John Spray <john.spray@redhat.com>
(cherry pick...
John Spray
05:57 PM Revision f081fde5 (ceph): mgr/dashboard: remove un-minified datatables source
Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commit 888f0f934e59fe28fdd97bca044702ce445bfe2e)
John Spray
05:05 PM Revision ce8ed309 (ceph): Merge pull request #19924 from rzarzynski/wip-rgw-drop-dump_uri_from_state
rgw: drop dump_uri_from_state() which isn't used anymore.
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Reviewed...
Casey Bodley
04:58 PM Revision 00886401 (ceph): librbd: ensure enums are prefixed w/ RBD_ to avoid collisions
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
04:31 PM Revision e20987c8 (ceph): rgw: multipart abort if upload meta object doesn't exist
Signed-off-by: fang yuxiang fang.yuxiang@eisoo.com fang yuxiang
04:31 PM Revision 23a31bc8 (ceph): ceph-volume: write the crush_device_class file in the osd directory
This will only happen if the --crush-device-class flag is used.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
04:05 PM RADOS Bug #22561: PG stuck during recovery, requires OSD restart
OSD 32 was running and actively serving client IO. Paul Emmerich
03:53 PM Stable releases Tasks #22665 (Resolved): luminous v12.2.3
h3. Workflow
* "Preparing the release":http://ceph.com/docs/master/dev/development-workflow/#preparing-a-new-relea...
Abhishek Lekshmanan
03:52 PM Revision 854b2bbf (ceph): librbd: fix false-positive compiler warning
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:51 PM Revision 0357a8b7 (ceph): rgw: return valid Location element, CompleteMultipartUpload
Returns URIs that should reach the server regardless of domain
configuration, and following tenant:bucket convention,...
Matt Benjamin
03:47 PM Revision f3f05b99 (ceph): rbd-mirror: rollback state transitions in image policy
Introduce an error path in state transitions for reinitiating
image mapping possibly to a new peer. Also, a minor cle...
Venky Shankar
03:38 PM Revision efb05b51 (ceph): cls_rbd: Add group snapshot operations to cls_rbd
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision c7c7e5a7 (ceph): librbd: Add group snapshot operations
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 50ca45fc (ceph): rbd: Add group snapshot command
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision d95b791e (ceph): qa/workunits/rbd: Add tests for consistency groups
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 297e3320 (ceph): cls_rbd: Address comments
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 61ff95c1 (ceph): cls_rbd: Remove h_group_create
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision c187075e (ceph): cls_rbd: initialize group state
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 74908f4b (ceph): librbd: rename group state to 'incomplete'
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 280bda2d (ceph): librbd: fixup Move function declaration
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 3087646e (ceph): librbd: remove get_snap_id_from_namespace
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision a5de40ab (ceph): librbd: Drop word consistency in librbd
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 68d70afb (ceph): librbd: use RBD_GROUP_INVALID_POOL
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision a946d6b0 (ceph): librbd: Fix indentation
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 45e85db2 (ceph): librbd: Drop consistency from pybind
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 67b7d5c8 (ceph): rbd: Drop consistency from help
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 06d496e2 (ceph): test/pybind: drop consistency from test name
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 99b996a5 (ceph): rbd: Fix section name
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision a0cdcd8a (ceph): rbd: Drop consistency from tools
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision a4304a9c (ceph): rbd: Inline options function
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision e0a88151 (ceph): rbd: Change message format
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision e9cf8871 (ceph): rbd: Add snap rm alias
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 74638595 (ceph): rbd: produce state string instead of integer
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 586ae258 (ceph): rbd: drop consistency from Info
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 2d53795d (ceph): rbd: fix cli tests
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 85f0348e (ceph): rbd: translate group pool to name
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 18ea8898 (ceph): rbd: translate pool id into name
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 2f3f6028 (ceph): rbd: wrap object section around group snap list formatter
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:38 PM Revision d7619852 (ceph): librbd: moved new snapshot API methods to separate class
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:38 PM Revision 2f838104 (ceph): librbd: added missing C API version for rbd_snap_get_group_namespace
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:38 PM Revision 75652b05 (ceph): pybind/rbd: added snap_get_group_namespace API method
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:38 PM Revision 31a382f1 (ceph): rbd: utilize '<name>@<snap>' format when creating/removing group snaps
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:38 PM Revision 8d68fa2a (ceph): librbd: fixed memory leak and use-after-free in group snap API
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:38 PM Revision 7f29a98d (ceph): librbd: fix ImageCtx::get_snap_id method
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:38 PM Revision 725722bb (ceph): cls/rbd: combined group_snap_add and group_snap_update
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:38 PM Revision f61cc574 (ceph): rbd: restore snap list by image id functionality
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:38 PM Revision edc3bd73 (ceph): librbd: group snapshots should be linked to image pool (not data pool)
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:38 PM Revision 072004ad (ceph): test/pybind: corrected failures due to test execution ordering
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:09 PM Revision 797bd655 (ceph): Merge pull request #19919 from wjwithagen/wip-wjw-rbd-ggate-fix
rbd-ggate: fix syntax error.
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
02:56 PM Revision 6e880481 (ceph): Merge pull request #19917 from yaozongyou/rgw-remove-unused-cls-user-ad...
rgw: remove unused cls_user_add_bucket
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:39 PM RADOS Support #22664 (Closed): some random OSD are down (with a Abort signal on exception) after replac...
Hello,
currently we are facing with a strange behavior, where some OSDs are got ramdomly down with a Abort signal,...
Enrico Labedzki
02:32 PM Revision 29816d22 (ceph): Merge pull request #19699 from qrGitHub/wip-rgw-useless-line
rgw: remove useless lines in RGWDeleteBucket::execute
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Ab...
Casey Bodley
02:27 PM Revision 53348dc6 (ceph): Merge pull request #19632 from Rubab-Syed/outreachy_mgr_dashboard
mgr/dashboard: Add monitor list
Reviewed-by: John Spray <john.spray@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat...
John Spray
02:02 PM Revision e32b83c3 (ceph): doc/ceph-volume create an encryption doc explaining dmcrypt workflows
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
02:02 PM Revision 4b7c93d4 (ceph): doc/ceph-volume create an encryption doc explaining dmcrypt workflows
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
12:57 PM RADOS Bug #21142: OSD crashes when loading pgs with "FAILED assert(interval.last > last)"
Recovery from non starting OSDs in this case is as following. Run OSD with debug:... Zdenek Janda
10:55 AM RADOS Bug #21142: OSD crashes when loading pgs with "FAILED assert(interval.last > last)"
Also several osds (as you can see the ceph osd tree output) are getting dumped out of the crush map. After putting th... Michal Cila
10:44 AM RADOS Bug #21142: OSD crashes when loading pgs with "FAILED assert(interval.last > last)"
More info on affected PG... Zdenek Janda
10:39 AM RADOS Bug #21142: OSD crashes when loading pgs with "FAILED assert(interval.last > last)"
I have succeeded in identifying faulty PG:... Zdenek Janda
10:17 AM RADOS Bug #21142: OSD crashes when loading pgs with "FAILED assert(interval.last > last)"
Adding last 10000 lines of strace of OSD affected by the bug.
The ABRT signal is generated right after ...
Zdenek Janda
09:45 AM RADOS Bug #21142: OSD crashes when loading pgs with "FAILED assert(interval.last > last)"
also adding our current ceph -s/ceph osd tree state:... Josef Zelenka
09:44 AM RADOS Bug #21142: OSD crashes when loading pgs with "FAILED assert(interval.last > last)"
we are also affected by this bug. we are running luminous 12.2.2 on ubuntu 16.04, 3 node cluster, 8 HDDs per node, bl... Josef Zelenka
12:48 PM Revision baab5cd2 (ceph): Merge pull request #19898 from tchaikov/wip-cmake-build-with-clang
cmake: BuildBoost.cmake: use specified compiler for building boost
Reviewed-By: Casey Bodley <cbodley@redhat.com>
Kefu Chai
12:40 PM ceph-volume Bug #22663 (Resolved): man page needs updating to explain bluestore support
It currently mentions filestore as the default, and that bluestore isn't supported which is not correct for 12.2.2 on... Alfredo Deza
12:16 PM Revision 02b3726e (ceph): rgw: drop dump_uri_from_state() which isn't used anymore.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
10:30 AM RADOS Bug #22662 (Resolved): ceph osd df json output validation reported invalid numbers (-nan) (jewel)
Hi,
we have a monitoring script which parses the 'ceph osd df -f json' output, but from time to time it will happe...
Enrico Labedzki
09:50 AM Revision 99d8c303 (ceph): client: fix cap revoke race
If caps are been revoking by the auth MDS, don't consider them as
issued even they are still issued by non-auth MDS. ...
Yan, Zheng
08:39 AM CephFS Bug #22652 (Fix Under Review): client: fails to release to revoking Fc
https://github.com/ceph/ceph/pull/19920 Zheng Yan
08:37 AM CephFS Bug #22652: client: fails to release to revoking Fc
hang fuse_reverse_inval_inode() was caused by hang page writeback. Zheng Yan
08:36 AM RADOS Bug #22661 (Triaged): Segmentation fault occurs when the following CLI is executed
Observation:
--------------
It is observed that when a user executes the CLI without providing the value of osd-u...
Debashis Mondal
08:31 AM Revision e05f1431 (ceph): client: release revoking Fc after invalidate cache
this issue is likely revealed by commit 7bc1fa04
"client: avoid adding checked inode to the delayed_caps"
Fixes: htt...
Yan, Zheng
08:29 AM Revision da69ef23 (ceph): rbd-ggate: fix syntax error.
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
08:26 AM rbd Bug #22660 (Won't Fix): Inconsistency raised while performing multiple "image rename" in parallel.
Observation :-
--------------------
It is observed that may be due to poor internal locking mechanism the image...
Debashis Mondal
07:35 AM bluestore Bug #22616: bluestore_cache_data uses too much memory
One more fact of my test to add.
I have 48 osd for the test and there were only a few of the osd's bluestore_cache_d...
frank lin
07:34 AM RADOS Bug #22659 (In Progress): During the cache tiering configuration ,ceph-mon daemon getting crashed...
Observation:
--------------
Before setting the value of "hit_set_count" Ceph health was OK but after configuring th...
Debashis Mondal
07:22 AM rgw Backport #22602 (In Progress): luminous: Bucket Policy Evaluation Logical Error
Nathan Cutler
07:15 AM Revision 9db1198c (ceph): rgw: remove unused cls_user_add_bucket
the function
`int cls_user_add_bucket(rgw_raw_obj& obj, list<cls_user_bucket_entry>& entries);`
is unsed and not impl...
Zongyou Yao
06:52 AM rgw Bug #22124: rgw: user stats increased after bucket reshard
@Orit Wasserman, the pr https://github.com/ceph/ceph/pull/19253 has introduced a new bug, after this pr, execute the ... Zongyou Yao
06:31 AM Revision 905b7344 (ceph): Merge pull request #19880 from jcsp/wip-doc-dashboard-standby-luminous
doc: update mgr/dashboard doc about standbys
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:27 AM Revision 98a38f40 (ceph): Merge pull request #19879 from jcsp/wip-doc-dashboard-standby
doc: update mgr/dashboard doc about standbys
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:50 AM Bug #21897 (Fix Under Review): OSD heartbeat timeout due to too many omap entries read in each 'c...
https://github.com/ceph/ceph/pull/19910 Kefu Chai
05:19 AM Revision fd5a5229 (ceph): cmake: check version of boost in src/boost
after bumping up the required boost version, old copy of boost in
src/boost will not work. so we need to error out ea...
Kefu Chai
05:07 AM Revision 06bbf939 (ceph): mds: handle 'inode gets queued for recovery multiple times'
Fixes: http://tracker.ceph.com/issues/22647
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Yan, Zheng
05:07 AM Revision 74f2a878 (ceph): mds: use elist to track recover queue items
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
04:08 AM Revision 2b06bff9 (ceph): cephfs-journal-tool: add usage help info for header set <field>
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
04:07 AM Revision a7c2ecd6 (ceph): mds: add error log info
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
02:54 AM RADOS Bug #22624: filestore: 3180: FAILED assert(0 == "unexpected error"): error (2) No such file or di...
OSD should reply -ENOENT for that case. should be OSD bug Zheng Yan
02:47 AM Revision 72c2076f (ceph): config: lower default omap entries recovered at once
For large omap DBs, reading 64k leads to heartbeat timeouts. There
are numerous callchains leading to this recovery ...
Josh Durgin
02:23 AM Messengers Bug #22570: out of order caused by letting old msg from down peer be processed to RESETSESSION
i wonder if http://tracker.ceph.com/issues/21287 related. mingxin liu
02:19 AM Revision 2bb1492a (ceph): Merge pull request #19642 from xiexingguo/wip-pending-new-state
osd/OSDMap.h: toss osd out if it has no more pending states
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
12:52 AM bluestore Bug #22102: BlueStore crashed on rocksdb checksum mismatch
I seem to be getting something like this also, mostly happens when the sytem is under write load. I have created the ... Mike O'Connor
12:48 AM rgw Backport #22582: jewel: multisite: 'radosgw-admin sync error list' contains temporary EBUSY errors
https://github.com/ceph/ceph/pull/19908 Prashant D
12:41 AM Revision 1eab3f0f (ceph): rgw: dont log EBUSY errors in 'sync error list'
these temporary errors get retried automatically, so no admin
intervention is required. logging them only serves to w...
Casey Bodley
12:37 AM Revision e52ae366 (ceph): HashIndex: randomize split threshold by a configurable amount
Store a random value up to the filestore_split_rand_factor for each
collection when it is created or apply-layout-set...
Josh Durgin

01/10/2018

11:38 PM RADOS Bug #22351: Couldn't init storage provider (RADOS)
Related to the ERROR: failed to initialize watch: (34) Numerical result out of range, it looks a class path issue. Th... Javier M. Mellid
11:38 PM RADOS Backport #22658 (In Progress): filestore: randomize split threshold
Josh Durgin
10:39 PM RADOS Backport #22658 (Resolved): filestore: randomize split threshold
https://github.com/ceph/ceph/pull/19906 Josh Durgin
11:25 PM rgw Feature #18800 (Resolved): rgw: support AWS4 authentication for S3 Post Object API
Merged as a part of
https://github.com/ceph/ceph/pull/14885
Javier M. Mellid
11:24 PM CephFS Backport #22590: jewel: ceph.in: tell mds does not understand --cluster
https://github.com/ceph/ceph/pull/19907 Prashant D
10:44 PM CephFS Backport #22590: jewel: ceph.in: tell mds does not understand --cluster
I'm on it. Prashant D
10:50 PM Revision e12f85e1 (ceph): ceph.in: pass RADOS inst to LibCephFS
This avoids multiple instances of the admin socket and other redundancies.
Fixes: http://tracker.ceph.com/issues/219...
Patrick Donnelly
10:16 PM RADOS Feature #15835 (Pending Backport): filestore: randomize split threshold
Josh Durgin
10:03 PM RADOS Support #22531: OSD flapping under repair/scrub after recieve inconsistent PG LFNIndex.cc: 439: F...
Can you provide a directory listing for pg 1.f? It seems a file that does not obey the internal naming rules of files... Josh Durgin
09:48 PM RADOS Bug #22561: PG stuck during recovery, requires OSD restart
Was OSD 32 running at the time? It sounds like correct behavior if OSD 32 was not reachable. It might have been marke... Josh Durgin
09:44 PM RADOS Support #22566: Some osd remain 100% CPU after upgrade jewel => luminous (v12.2.2) and some work
This is likely the singe-time startup cost of accounting for a bug in omap, where the osd has to scan the whole omap ... Josh Durgin
09:39 PM RADOS Bug #22597: "sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-0'" fails in upgrade test
IIRC we didn't have the ceph user in hammer - need to account for that in the suite if we want to keep running it at ... Josh Durgin
09:38 PM bluestore Bug #22609: thrash-eio + bluestore fails with "reached maximum tries (3650) after waiting for 219...
Is this bluestore not handling out of space conditions well? Josh Durgin
09:38 PM Revision ac274b65 (ceph): Merge pull request #19901 from vico-research-and-consulting/master
mgr/zabbix: monitoring template improvements
Reviewed-by: Wido den Hollander <wido@widodh.nl>
Sage Weil
09:37 PM Revision f8815d29 (ceph): Merge pull request #18833 from yuyuyu101/wip-async-perf
msg/async/AsyncConnection: combine multi alloc into one
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
09:36 PM RADOS Bug #22641 (Resolved): uninit condition in PrimaryLogPG::process_copy_chunk_manifest
Josh Durgin
09:22 PM RADOS Bug #22641: uninit condition in PrimaryLogPG::process_copy_chunk_manifest
myoungwon oh wrote:
> https://github.com/ceph/ceph/pull/19874
merged
Yuri Weinstein
09:24 PM Revision 9b493c8a (ceph): Merge pull request #18906 from ovh/bp-buffer-crc-improvements
common/buffer: switch crc cache to single pair instead of map
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
09:23 PM Revision 51976334 (ceph): Merge pull request #19547 from tchaikov/wip-22344
ceph.in: print all matched commands if arg missing
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Jos Collin ...
Yuri Weinstein
09:22 PM RADOS Bug #22656 (New): scrub mismatch on bytes (cache pools)
... Sage Weil
09:22 PM Revision 48c9a3fa (ceph): Merge pull request #19832 from shinobu-x/min_max_filestore
os: FileStore, Using stl min | max, MIN | MAX macros instead
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
09:22 PM Revision 9bc2a15d (ceph): Merge pull request #19874 from myoungwon/wip-fix-22641
osd: fix a valgrind issue (conditional jump depends on uninitialized value)
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
09:21 PM RADOS Bug #21557: osd.6 found snap mapper error on pg 2.0 oid 2:0e781f33:::smithi14431805-379 ... :187 ...
/a/yuriw-2018-01-09_21:50:35-rados-wip-yuri2-testing-2018-01-09-1813-distro-basic-smithi/2050823
another one.
<...
Sage Weil
09:09 PM rgw Bug #22655: rgw: Location element not returned correctly from CompleteMultipartUpload
https://github.com/ceph/ceph/pull/19902 Matt Benjamin
09:05 PM rgw Bug #22655 (Fix Under Review): rgw: Location element not returned correctly from CompleteMultipar...
Matt Benjamin
08:49 PM rgw Bug #22655 (Resolved): rgw: Location element not returned correctly from CompleteMultipartUpload
Per https://docs.aws.amazon.com/AmazonS3/latest/API/mpUploadComplete.html, the <Location> element in the HTTP respons... Matt Benjamin
09:01 PM RADOS Bug #20086: LibRadosLockECPP.LockSharedDurPP gets EEXIST
/a/yuriw-2018-01-09_21:50:35-rados-wip-yuri2-testing-2018-01-09-1813-distro-basic-smithi/2050802
Sage Weil
08:39 PM Revision 0ac7c5f5 (ceph): mgr/zabbix: monitoring template improvements
The changes need some review because i am currently not able to test this in a environment.
- added a host screen whi...
Marc Schoechlin
07:03 PM Revision 46de629c (ceph): osd: Use unqualified encode/decode
This is a portion of Part 1 of the namespace project: using ADL
properly in encode and decode so we can use namespace...
Adam Emerson
07:03 PM Revision 1cc6a6c4 (ceph): osdc: Use unqualified encode/decode
This is a portion of Part 1 of the namespace project: using ADL
properly in encode and decode so we can use namespace...
Adam Emerson
07:03 PM Revision 5fe1c6f9 (ceph): rbd_replay: Use unqualified encode/decode
This is a portion of Part 1 of the namespace project: using ADL
properly in encode and decode so we can use namespace...
Adam Emerson
07:03 PM Revision fb264d77 (ceph): rgw: Use unqualified encode/decode
This is a portion of Part 1 of the namespace project: using ADL
properly in encode and decode so we can use namespace...
Adam Emerson
07:03 PM Revision 7597b123 (ceph): tools: Use unqualified encode/decode
This is a portion of Part 1 of the namespace project: using ADL
properly in encode and decode so we can use namespace...
Adam Emerson
07:03 PM Revision 19e02981 (ceph): test: Use unqualified encode/decode
This is a portion of Part 1 of the namespace project: using ADL
properly in encode and decode so we can use namespace...
Adam Emerson
07:03 PM Revision 8da07089 (ceph): include: Remove fallback usings from encoding.h
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
07:02 PM Revision 6d658d7c (ceph): encoding: Move encode/decode functions into ceph namespace
This begins Part 1 of the Great Namespace Fix. Currently, encode/decode
does not handle types in namespaces properly....
Adam Emerson
07:02 PM Revision 2646c887 (ceph): encoding: Remove no-longer-needed #define
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
07:02 PM Revision efcdb5a6 (ceph): common: Use unqualified encoding in some files
bit_vector.hpp and bloom_filter.cc to be specific.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
07:02 PM Revision 16fbc704 (ceph): common: Use unqualified encoding in ceph_time.h
Well, actually move encode/decode into encoding.h and include ceph_time.h
from there.
Also in any function that enco...
Adam Emerson
07:02 PM Revision 271a8a8d (ceph): common: Use unqualified encoding in the rest of the files
And now we're done with this directory, for now.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
07:02 PM Revision f46f5e6c (ceph): auth: Use unqualified encode/decode
This is a portion of the namespace project.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
07:02 PM Revision 4eb497f3 (ceph): client: Use unqualified encode/decode
This is a portion of the namespace project.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
07:02 PM Revision 06aa3dd9 (ceph): cls: Use unqualified encode/decode
This is a portion of the namespace project.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
07:02 PM Revision 62c97dea (ceph): compressor: Use unqualified encode/decode
This is a portion of the namespace project.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
07:02 PM Revision a91a455f (ceph): crush: Use unqualified encode/decode
This is a portion of the namespace project.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
07:02 PM Revision 32a9f404 (ceph): include: Use unqualified encode/decode
This is a portion of the namespace project.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
07:02 PM Revision 17a887c1 (ceph): journal: Use unqualified encode/decode
This is a portion of the namespace project.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
07:02 PM Revision 4caccb33 (ceph): key_value_store: Use unqualified encode/decode
This is a portion of the namespace project.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
07:02 PM Revision 16fec46e (ceph): kv: Use unqualified encode/decode
This is a portion of the namespace project.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
07:02 PM Revision 2e70bc37 (ceph): librados: Use unqualified encode/decode
This is a portion of the namespace project.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
07:02 PM Revision 97f56e67 (ceph): rbd: Use unqualified encode/decode
This is a portion of Part 1 of the namespace project: using ADL
properly in encode and decode so we can use namespace...
Adam Emerson
07:02 PM Revision c7582b78 (ceph): mds: Use unqualified encode/decode
This is a portion of Part 1 of the namespace project: using ADL
properly in encode and decode so we can use namespace...
Adam Emerson
07:02 PM Revision f45e480e (ceph): messages: Use unqualified encode/decode
This is a portion of Part 1 of the namespace project: using ADL
properly in encode and decode so we can use namespace...
Adam Emerson
07:02 PM Revision 156c941a (ceph): mgr: Use unqualified encode/decode
This is a portion of Part 1 of the namespace project: using ADL
properly in encode and decode so we can use namespace...
Adam Emerson
07:02 PM Revision 19fb1b29 (ceph): mon: Use unqualified encode/decode
This is a portion of Part 1 of the namespace project: using ADL
properly in encode and decode so we can use namespace...
Adam Emerson
07:02 PM Revision 7ea02d32 (ceph): msg: Use unqualified encode/decode
This is a portion of Part 1 of the namespace project: using ADL
properly in encode and decode so we can use namespace...
Adam Emerson
07:02 PM Revision 5aed163b (ceph): objclass: Use unqualified encode/decode
This is a portion of Part 1 of the namespace project: using ADL
properly in encode and decode so we can use namespace...
Adam Emerson
07:02 PM Revision d942b662 (ceph): os: Use unqualified encode/decode
This is a portion of Part 1 of the namespace project: using ADL
properly in encode and decode so we can use namespace...
Adam Emerson
06:38 PM Revision 3689c0c4 (ceph): qa: synchronize kcephfs suites with fs/multimds
Fixes: http://tracker.ceph.com/issues/22627
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
06:19 PM Revision d95a7b5f (ceph): ceph-volume: add crush_device_class to lvm metadata
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
05:11 PM Revision d6175381 (ceph): doc/README: mention about ARGS in do_cmake
Add an example on how to use ARGS to override cmake builds
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
Abhishek Lekshmanan
05:02 PM Revision 9b99018b (ceph): build: do_cmake: allow ARGS to be overridden
so that one can do stuff like
ARGS="-DCMAKE_C_COMPILER=gcc-7 -D.." ./do_cmake.sh
Signed-off-by: Abhishek Lekshmanan ...
Abhishek Lekshmanan
04:41 PM CephFS Bug #22631 (Fix Under Review): mds: crashes because of old pool id in journal header
Jos Collin
04:39 PM Revision 83ef5e9b (ceph): Merge branch 'master' into wip-rgw-optimize-bucketLCPrepare
Casey Bodley
04:31 PM Revision 42c2155d (ceph): Merge pull request #19615 from qrGitHub/wip-rgw-log-adjustment2
rgw: format logs in file rgw_lc.cc
Reviewed-by: Amit Kumar <amitkuma@redhat.com>
Reviewed-by: Casey Bodley <cbodley@...
Yuri Weinstein
04:29 PM Revision aecd0e0f (ceph): Merge pull request #19740 from fangyuxiangGL/invalid-compress
rgw: keep compression type consistent between parts of s3 Multipart
Reviewed-by: Casey Bodley <cbodley@redhat.com>
R...
Yuri Weinstein
04:26 PM Revision 6ccc2b02 (ceph): Merge pull request #19753 from qrGitHub/wip-rgw-fix-cephdencoder
rgw: format rgw_bucket_dir_header in ceph-dencoder
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:25 PM Revision f64aa80f (ceph): Merge pull request #19814 from qrGitHub/wip-rgw-optimize-function3
rgw: optimize function parse_raw_oid
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:25 PM Revision 319474a3 (ceph): Merge pull request #19817 from qrGitHub/wip-rgw-useless-line2
rgw: drop useless lines
Reviewed-by: Amit Kumar <amitkuma@redhat.com>
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:02 PM bluestore Bug #22616: bluestore_cache_data uses too much memory
Sage Weil wrote:
> Writes that are in flight to disk show up under bluestore_cache_data, so even if it is not *cachi...
frank lin
02:53 PM bluestore Bug #22616 (Need More Info): bluestore_cache_data uses too much memory
Writes that are in flight to disk show up under bluestore_cache_data, so even if it is not *caching* anything you'll ... Sage Weil
03:03 AM bluestore Bug #22616: bluestore_cache_data uses too much memory

The work load of read throughput test is 6 fio server with the following parameter
[4m-seq]
description="4m-seq...
frank lin
04:00 PM Revision 1d12dd40 (ceph): Merge pull request #19882 from adamwg/awg/fix-config-docs
doc: Update config file search paths to reflect reality Sage Weil
03:41 PM CephFS Backport #22076 (In Progress): luminous: 'ceph tell mds' commands result in 'File exists' errors ...
Nathan Cutler
03:17 PM CephFS Backport #22076 (Fix Under Review): luminous: 'ceph tell mds' commands result in 'File exists' er...
Jos Collin
03:39 PM Revision 206a53e4 (ceph): Merge pull request #19441 from wumingqiao/wip-pg-on-flushed
osd/PG: handle flushed event directly
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
03:38 PM Bug #22613 (Pending Backport): simplelru does O(n) std::list::size()
Kefu Chai
03:37 PM Revision f51f0c1e (ceph): Merge pull request #19813 from xxhdx1985126/wip_xxh_low_list_size
common: compute SimpleLRU's size with contents.size() instead of lru.size()
Reviewed-by: Sage Weil <sage@redhat.com>...
Kefu Chai
03:36 PM ceph-volume Bug #22443 (Pending Backport): ceph-volume fails when centos7 image doesn't have lvm2 installed
Kefu Chai
03:35 PM Revision aab167d5 (ceph): Merge pull request #19812 from shinobu-x/osd_get_next_up_osd_after
osd: Remove redundant local variable declaration
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
03:34 PM Revision 3c34f048 (ceph): Merge pull request #19805 from tchaikov/wip-perf-counters-cleanup
common/perf_counters: remove unused parameter
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
03:34 PM RADOS Bug #22539: bluestore: New OSD - Caught signal - bstore_kv_sync
https://github.com/ceph/ceph/pull/19759 Kefu Chai
03:33 PM RADOS Bug #22539 (Pending Backport): bluestore: New OSD - Caught signal - bstore_kv_sync
Kefu Chai
03:31 PM Revision 884cd06e (ceph): Merge pull request #19759 from ifed01/wip-ifed-throttle64
common/throttle: start using 64-bit values
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
03:29 PM Revision a0cba2bb (ceph): ceph-volume: adds a --crush-device-class flag to lvm create and prepare
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
03:28 PM Revision 218df657 (ceph): Merge pull request #19529 from thmour/master
ceph-volume: Require lvm2, move to osd package
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Reviewed-by: Boris Ranto...
Kefu Chai
03:25 PM Revision 1dc26fb9 (ceph): Merge pull request #19520 from ovh/bp-snap-trimq-visibility
osd, pg, mgr: make snap trim queue problems visible
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
03:22 PM Revision 1128ac46 (ceph): Merge pull request #19374 from symptog/master
mgr/influx: Add InfluxDB SSL Option
Reviewed-by: Wido den Hollander <wido@42on.com>
Kefu Chai
03:13 PM Revision 9345a28a (ceph): cmake: BuildBoost.cmake: use specified compiler for building boost
* user-config.jam is the suggested way for adding toolset for Boost.Build.
* always specify toolset when running b2, ...
Kefu Chai
03:00 PM Messengers Bug #22570 (Resolved): out of order caused by letting old msg from down peer be processed to RESE...
actaully, see existing ticket #21143 Sage Weil
02:59 PM Messengers Bug #22570: out of order caused by letting old msg from down peer be processed to RESETSESSION
Last time I looked at this I came to the conclusion that (1) there was a fundamental problem, (2) the best hope for p... Sage Weil
02:56 PM RADOS Bug #22624: filestore: 3180: FAILED assert(0 == "unexpected error"): error (2) No such file or di...
That would be an fs bug, sure.
However, shouldn't the OSD not assert due to an object not existing?
Patrick Donnelly
02:48 PM RADOS Bug #22624: filestore: 3180: FAILED assert(0 == "unexpected error"): error (2) No such file or di...
I think the problem here is that the object doesn't exist but we're doing omap_setkeys on it.. which doesn't implicit... Sage Weil
02:53 PM Bug #22608: Missing TrackedOp events "header_read", "throttled", "all_read" and "all_read"
Sage Weil
02:46 PM ceph-volume Bug #22642: can't reuse OSD ID if ID doesn't exist in `ceph osd tree`
Sage Weil
02:45 PM CephFS Bug #22652: client: fails to release to revoking Fc
Sage Weil
01:29 PM CephFS Bug #22652: client: fails to release to revoking Fc
I reproduced it locally. it seems like kernel issue. The issue happens only when fuse_use_invalidate_cb is true. Zheng Yan
11:02 AM CephFS Bug #22652 (Resolved): client: fails to release to revoking Fc
http://pulpito.ceph.com/pdonnell-2018-01-09_21:14:38-multimds-wip-pdonnell-testing-20180109.193634-testing-basic-smit... Zheng Yan
02:45 PM ceph-volume Bug #22307 (Resolved): `ceph-volume lvm --bluestore` does not indicate success in output
merged commit 25c72da into master Alfredo Deza
02:45 PM Revision 25c72da0 (ceph): Merge pull request #19875 from ceph/wip-rm22307
ceph-volume: adds success messages for lvm prepare/activate/create
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
02:26 PM Bug #22654 (Resolved): PGLog: avoid using list::size
https://github.com/ceph/ceph/pull/18755 Sage Weil
02:18 PM ceph-volume Feature #22653 (Resolved): add a --destroy flag to forcefully remove the underlying vg/lv when za...
A new flag should be added to `lvm zap` that allows destroying the vg/lv/pv when zapping, since it is possible an ope... Alfredo Deza
02:10 PM Revision 3f45280a (ceph): Merge pull request #19393 from tchaikov/wip-no-more-gcc-4.8
rgw,common,rbd: s/boost::regex/std::regex/
Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
Kefu Chai
01:37 PM Revision a67ab5ec (ceph): msg/simple: s/ceph::size/std::size/
this should fix the build on platforms without pipe2(2)
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:07 PM Revision eb353a18 (ceph): Revert "osd/osd_type: kill log.approx_size()"
This reverts commit 46bfe362ed3fff41cee878e685e0d95cd1e41fcf.
Signed-off-by: Adam Kupczyk <akupczyk@redhat.com>
Adam Kupczyk
01:01 PM Revision bac997a9 (ceph): Merge pull request #19622 from majianpeng/bluestore-check-obj-max-siz
os/bluestore: using macro OBJECT_MAX_SIZE to check osd_max_object_size.
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:01 PM Revision c9c2244a (ceph): Merge pull request #19707 from shinobu-x/pick_address_a
common/pick_address.cc: Cleanup
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:01 PM Revision a7dc2245 (ceph): Merge pull request #19796 from LiumxNL/fix-ooo-caused-con-reset
osd: fix out of order caused by letting old msg from down osd be processed
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:00 PM Revision 58170f50 (ceph): Merge pull request #19820 from yaozongyou/silence-maybe-uninitialized-w...
osd: silence maybe-uninitialized false positives
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
01:00 PM Revision 71b8e4b2 (ceph): Merge pull request #19864 from rzarzynski/wip-bs-no-blobrefing-in-do_read
os/bluestore: avoid unneeded BlobRefing in _do_read().
Reviewed-by: Igor Fedotov <ifedotov@mirantis.com>
Sage Weil
12:59 PM Revision 588516fa (ceph): Merge pull request #19866 from liewegas/wip-bluestore-error-injection
os/bluestore: fix data read error injection in bluestore
Reviewed-by: Igor Fedotov <ifedotov@mirantis.com>
Reviewed-...
Sage Weil
12:59 PM Revision 0d263b25 (ceph): Merge pull request #19869 from liewegas/wip-log-desc
common/options: long description for log_stderr_prefix
Reviewed-by: Joao Eduardo Luis <joao@suse.de>
Sage Weil
09:37 AM Linux kernel client Bug #21355: kcephfs: mount.ceph: unrecognized mount option "norequire_active_mds", passing to kernel
should run the test with "-k testing" Kefu Chai
09:37 AM Linux kernel client Bug #21355 (Duplicate): kcephfs: mount.ceph: unrecognized mount option "norequire_active_mds", pa...
Kefu Chai
09:26 AM rgw Bug #22650 (Need More Info): couldn't fetch user stats at slave zone, return ERROR: could not syn...
at master:
[root@sx-3f3r-ceph-s3-c1-03 conf]# radosgw-admin user stats --sync-stats --uid=Ymliu
{
"stats": ...
Amine Liu
09:00 AM Revision 02a720b6 (ceph): cmake: link against ceph-common instead of common
this change repeats e6695bb and partially reverts df9a598.
it's always nice to reuse shared library: smaller size of ...
Kefu Chai
08:57 AM RADOS Bug #22438 (Fix Under Review): mon: leak in lttng dlopen / __tracepoints__init
https://github.com/ceph/teuthology/pull/1143 Kefu Chai
08:51 AM Revision 41bdc351 (ceph): osd: giving back approx_size function
Signed-off-by: Adam Kupczyk <akupczyk@redhat.com> Adam Kupczyk
08:50 AM Revision 7cf39a19 (ceph): Revert "osd/PrimaryLogPG: do not use approx_size() for log trimming"
This reverts commit 024b5bcbf0259eeecba234cff882564947c3a525.
Signed-off-by: Adam Kupczyk <akupczyk@redhat.com>
Adam Kupczyk
08:16 AM RADOS Bug #22525 (Fix Under Review): auth: ceph auth add does not sanity-check caps
Jos Collin
07:08 AM Revision a2f38be9 (ceph): osd: s/random_shuffle()/shuffle()/
random_shuffle() is deprecated in C++14, and is removed in C++17
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
Sig...
Kefu Chai
05:54 AM CephFS Bug #22647 (Fix Under Review): mds: unbalanced auth_pin/auth_unpin in RecoveryQueue code
https://github.com/ceph/ceph/pull/19891 Zheng Yan
02:34 AM CephFS Bug #22647 (Resolved): mds: unbalanced auth_pin/auth_unpin in RecoveryQueue code
... Zheng Yan
04:05 AM Revision 637bf125 (ceph): qa: Add blocking versions of scrub and deep-scrub
Signed-off-by: Brad Hubbard <bhubbard@redhat.com> Brad Hubbard
03:20 AM rbd Support #22649 (Closed): rbd-mirror use ceph public_network
As the document of Ceph Community,rbd mirror use public_work which is used by client and mon too。There is a problem t... liuzhong chen
03:17 AM Revision c3c88d84 (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
03:16 AM rgw Bug #22648: rgw: secondary site's lc configuration erased by multisite sync
https://github.com/ceph/ceph/pull/19889 fang yuxiang
03:12 AM rgw Bug #22648 (Fix Under Review): rgw: secondary site's lc configuration erased by multisite sync
one can reproduce by steps:
1.set up multisite
2.create a bucket named bkt in secondary site
3.configure lc for bk...
fang yuxiang
02:24 AM Revision 626e42b8 (ceph): mds: ignore MClientCaps::FLAG_NO_CAPSNAP
checking the flags is racy because client may create cap snap after
sending cap message
Signed-off-by: "Yan, Zheng" ...
Yan, Zheng
02:24 AM bluestore Backport #22633 (In Progress): luminous: OSD crushes with FAILED assert(used_blocks.size() > coun...
https://github.com/ceph/ceph/pull/19888 Prashant D
01:34 AM rgw Backport #22638 (Fix Under Review): jewel: rgw:lc: set LifecycleConfiguration without "Rule" tag ...
The RGWLifecycleConfiguration_S3 class is not defined in jewel codebase. Need to get code for LifeCycle feature in je... Prashant D
01:28 AM Revision b4e2f322 (ceph): rgw: add time skew check in function parse_v4_auth_header
* In auth v4 http header request, RGW doesn't check time skew, while AWS
* does.
Fixes: http://tracker.ceph.com/issu...
Bingyin Zhang
01:17 AM rgw Backport #22636 (In Progress): jewel: s3cmd move object error
https://github.com/ceph/ceph/pull/19887 Prashant D
01:14 AM Revision f59380e1 (ceph): os/bluestore: add asserts for fsck's used_blocks bitmap access as
boost doesn't always handle out-of-range access properly.
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry pi...
Igor Fedotov
01:12 AM Revision f919061a (ceph): os/bluestore: refactor FreeListManager to get clearer view on the number
of alloc units it tracks.
This also fixes out-of-range access for fsck's used_blocks bitmap that
might happen when ch...
Igor Fedotov
01:08 AM CephFS Bug #22629 (Fix Under Review): client: avoid recursive lock in ll_get_vino
Patrick Donnelly
01:05 AM CephFS Bug #22562 (Pending Backport): mds: fix dump last_sent
Patrick Donnelly
01:05 AM CephFS Bug #22546 (Pending Backport): client: dirty caps may never get the chance to flush
Patrick Donnelly
01:04 AM CephFS Bug #22536 (Pending Backport): client:_rmdir() uses a deleted memory structure(Dentry) leading a ...
Patrick Donnelly
01:02 AM Revision a7e77525 (ceph): OSD: fix dpdk worker references issue
DPDK worker support local listen table, so missed update worker->references
in get_worker(), this will cause assert(o...
chunmei Liu
12:56 AM Revision 1f32d63e (ceph): Merge PR #18424 into master
* refs/pull/18424/head:
mds: create snaprealm for quota enabled inode
Reviewed-by: Patrick Donnelly <pdonnell@redha...
Patrick Donnelly
12:56 AM Revision 6a97e254 (ceph): Merge PR #19572 into master
* refs/pull/19572/head:
client: add log when we got unexpected flush ack
Reviewed-by: Patrick Donnelly <pdonnell@re...
Patrick Donnelly
12:56 AM Revision e73e5edb (ceph): Merge PR #19672 into master
* refs/pull/19672/head:
ceph-fuse: ::rmdir() uses a deleted memory structure of dentry leads a core
Reviewed-by: Zh...
Patrick Donnelly
12:56 AM Revision 2cdf087d (ceph): Merge PR #19693 into master
* refs/pull/19693/head:
mds: use session.get_client()
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-...
Patrick Donnelly
12:56 AM Revision 8b24b57b (ceph): Merge PR #19696 into master
* refs/pull/19696/head:
client: avoid adding checked inode to the delayed_caps
Reviewed-by: Patrick Donnelly <pdonn...
Patrick Donnelly
12:56 AM Revision 8ab4c18e (ceph): Merge PR #19702 into master
* refs/pull/19702/head:
client: avoid remove same cap twice
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Rev...
Patrick Donnelly
12:56 AM Revision a2feda18 (ceph): Merge PR #19703 into master
* refs/pull/19703/head:
client: make mark_caps_clean and mark_caps_dirty as member function to Inode
client: fix di...
Patrick Donnelly
12:55 AM Revision 117c9ec9 (ceph): Merge PR #19723 into master
* refs/pull/19723/head:
mds: clean up log's function name for CDir.cc and Beacon.cc
mds: clean up log's function na...
Patrick Donnelly
12:55 AM Revision 6143563b (ceph): Merge PR #19730 into master
* refs/pull/19730/head:
mds: Using stl min | max, MIN | MAX macros instead
Reviewed-by: Patrick Donnelly <pdonnell@...
Patrick Donnelly
12:55 AM Revision 5f595143 (ceph): Merge PR #19762 into master
* refs/pull/19762/head:
mds: fix dump last_sent
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
12:55 AM Revision 1bb91f41 (ceph): Merge PR #19767 into master
* refs/pull/19767/head:
client: enhance log for _closed_mds_session
Reviewed-by: Patrick Donnelly <pdonnell@redhat....
Patrick Donnelly
12:48 AM Revision f8c275b8 (ceph): qa: increase osd count for ec testing
Missing in d0732fc96fbc6849dd51b391d85f765c74cfb593.
Fixes: http://tracker.ceph.com/issues/22646
Signed-off-by: Patr...
Patrick Donnelly
12:48 AM Revision e8a0f1c5 (ceph): qa: add missing openstack configs
First introduced in: ec6fb28eaf8e2db327e4afc115879a40c7664e07
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
12:44 AM CephFS Bug #22646: qa: qa/cephfs/clusters/fixed-2-ucephfs.yaml has insufficient osds
https://github.com/ceph/ceph/pull/19885 Patrick Donnelly
12:40 AM CephFS Bug #22646 (Resolved): qa: qa/cephfs/clusters/fixed-2-ucephfs.yaml has insufficient osds
This causes startup to fail for ec pool configurations.
(This was included in my fix for #22627 but I'm breaking i...
Patrick Donnelly

01/09/2018

11:58 PM rgw Backport #22637 (In Progress): luminous: rgw:lc: set LifecycleConfiguration without "Rule" tag re...
https://github.com/ceph/ceph/pull/19884 Prashant D
10:52 PM rgw Backport #22637: luminous: rgw:lc: set LifecycleConfiguration without "Rule" tag return OK
I'm on it. Prashant D
11:26 AM rgw Backport #22637 (Resolved): luminous: rgw:lc: set LifecycleConfiguration without "Rule" tag retur...
https://github.com/ceph/ceph/pull/19884 Nathan Cutler
11:43 PM Revision e64e37c6 (ceph): rgw: add xml output header in RGWCopyObj_ObjStore_S3 response msg
Fixes: http://tracker.ceph.com/issues/22416
Signed-off-by: Enming Zhang <enming.zhang@umcloud.com>
(cherry picked fr...
Enming Zhang
11:37 PM Revision d9a4914b (ceph): rgw:lc: RGWPutLC return ERR_MALFORMED_XML when missing <Rule> tag in l...
Fixes: http://tracker.ceph.com/issues/21377
Signed-off-by: Shasha Lu <lu.shasha@eisoo.com>
(cherry picked from commi...
lu.shasha
11:34 PM rgw Backport #22635 (In Progress): luminous: s3cmd move object error
https://github.com/ceph/ceph/pull/19883 Prashant D
10:51 PM rgw Backport #22635: luminous: s3cmd move object error
I'm on it Prashant D
11:24 AM rgw Backport #22635 (Resolved): luminous: s3cmd move object error
https://github.com/ceph/ceph/pull/19883 Nathan Cutler
11:07 PM Revision 75d6b377 (ceph): doc: Update config file search paths to reflect reality
The config file paths listed in the docs don't match the config file
paths actually searched by ceph (see `src/common...
Adam Wolfe Gordon
11:00 PM rgw Backport #22636: jewel: s3cmd move object error
I'm on it. Prashant D
11:24 AM rgw Backport #22636 (Resolved): jewel: s3cmd move object error
https://github.com/ceph/ceph/pull/19887 Nathan Cutler
10:57 PM Revision 31bd4ee9 (ceph): rgw: add xml output header in RGWCopyObj_ObjStore_S3 response msg
Fixes: http://tracker.ceph.com/issues/22416
Signed-off-by: Enming Zhang <enming.zhang@umcloud.com>
(cherry picked fr...
Enming Zhang
10:39 PM RADOS Bug #22064: "RadosModel.h: 865: FAILED assert(0)" in rados-jewel-distro-basic-smithi
Actually, I may have seen an instance of the failure in a run that did not include 17815, so please don't take what I... Nathan Cutler
10:38 PM Revision fb3220ff (ceph): ceph-crush-location: remove
This script is pointless. It is equivalent to the built-in default
behavior, which makes it only useful as a sample ...
Sage Weil
10:35 PM Revision 3904bc01 (ceph): doc/rados/operations/crush-map: drop ceph-crush-location reference
Explain how to write a location hook; do not reference the old sample one.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
10:28 PM Revision 60d3312d (ceph): init-ceph: drop crush location update
OSD.cc does this on its own; no need for this script to be involved.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
10:25 PM Revision 723b0f20 (ceph): doc: update mgr/dashboard doc about standbys
Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commit fa14812cbb584b61cb2ce687ae4c14225eecd9fe)
John Spray
10:23 PM Revision fa14812c (ceph): doc: update mgr/dashboard doc about standbys
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
09:20 PM ceph-volume Bug #22642 (Resolved): can't reuse OSD ID if ID doesn't exist in `ceph osd tree`
ceph-volume will skip adding the auth required, the monitor will not know about the OSD and it will end up with the O... Alfredo Deza
09:07 PM rgw Bug #18260: When uploading a large number of objects constantly, the objects number of bucket is ...
I looked through the code and I do not believe this issue is related to https://bugzilla.redhat.com/show_bug.cgi?id=1... J. Eric Ivancich
08:18 PM Revision 0ccf50fc (ceph): rgw: RGWRadosGetOmapKeysCR uses omap_get_keys2
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
08:10 PM Revision 2f94f63e (ceph): rgw: RGWRadosGetOmapKeysCR uses completion return code
when this operates on a nonexistent object, the osd will reject the
request with ENOENT before trying to process the ...
Casey Bodley
06:52 PM Messengers Bug #22570: out of order caused by letting old msg from down peer be processed to RESETSESSION
Do you have logs or more about how this happened? There are a bunch of guards to prevent exactly this in cases where ... Greg Farnum
06:40 PM rbd Bug #20054: librbd memory overhead when used with KVM
Quick update from my side: we started to disable the writeback cache through the appropriate Qemu block device option... Christian Theune
06:22 PM Revision b8dcc5ab (ceph): rgw: Fix swift object expiry not deleting objects
In cls_timeindex_list() though `to_index` has expired for a timespan, the marker is set for a subsequent index during... Pavan Rallabhandi
06:21 PM Revision 87c6ed14 (ceph): ceph-volume: adds success message to ceph-volume simple activate
This used to only show the message if systemd was not being used, now
it will show this always if the command is succ...
Andrew Schoen
05:49 PM RADOS Bug #21557: osd.6 found snap mapper error on pg 2.0 oid 2:0e781f33:::smithi14431805-379 ... :187 ...
Not 100% sure if that's the same issue but we have a customer who faces an assert in SnapMapper::get_snaps()
2018-01...
Igor Fedotov
05:30 PM Revision a5159a45 (ceph): Merge pull request #18788 from amitkumar50/cov-mon-1
mon: NULL check of logger before use
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
05:30 PM Revision c231b9c8 (ceph): Merge pull request #19054 from cbodley/wip-librados-asio
librados: add async interfaces for use with Networking TS
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Ada...
Yuri Weinstein
05:16 PM Revision 28b2079e (ceph): Merge pull request #19852 from yaozongyou/rgw-remove-unused-function
rgw: remove unused function get_system_obj_attrs
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman
05:11 PM Revision ad3502f4 (ceph): Merge pull request #16383 from mikulely/1-ban-change-swift-obj-placement
rgw: drop the unnecessary handling of Swift's X-Storage-Policy on objects
Reviewed-by: Radoslaw Zarzynski <rzarzyns@...
Yuri Weinstein
05:10 PM rgw Bug #21377: rgw:lc: set LifecycleConfiguration without "Rule" tag return OK
shasha lu wrote:
> https://github.com/ceph/ceph/pull/17683
merged
Yuri Weinstein
05:10 PM Revision ee5c1c30 (ceph): Merge pull request #17683 from shashalu/fix-lc-xml
rgw: RGWPutLC return ERR_MALFORMED_XML when missing <Rule> tag in lifecycle.xml
Reviewed-by: Daniel Gryniewicz <dan...
Yuri Weinstein
05:05 PM Revision 43378e3a (ceph): Merge pull request #17873 from amitkumar50/cov-rgw-8
rgw: Returning when dst_ioctx.operate() returns error
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
05:04 PM Revision 4e3a9c9c (ceph): Merge pull request #18861 from gaosibei/wip-fix-null-pointer
rgw: fix null pointer crush
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Yuri Weinstein
05:04 PM rgw Bug #21583: "radosgw-admin zonegroup set" requires realm
samon lv wrote:
> https://github.com/ceph/ceph/pull/19061
merged
Yuri Weinstein
05:04 PM Revision 1f1c4451 (ceph): Merge pull request #19061 from Leeshine/wip-rgw-bug-21583
rgw: fix the bug of radowgw-admin zonegroup set requires realm
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Yuri Weinstein
04:53 PM Revision b5bd4332 (ceph): debian: add -dbg packages for python-{rados,rgw,rbd,cephfs}
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
04:15 PM Revision cb0f1aa0 (ceph): Merge pull request #19854 from fangyuxiangGL/doc-sync-err
rgw: add radosgw-admin sync error trim to trim sync error log
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
04:11 PM ceph-volume Bug #22307 (Fix Under Review): `ceph-volume lvm --bluestore` does not indicate success in output
https://github.com/ceph/ceph/pull/19875 Andrew Schoen
04:03 PM CephFS Bug #22631: mds: crashes because of old pool id in journal header
https://github.com/ceph/ceph/pull/19860 dongdong tao
08:38 AM CephFS Bug #22631: mds: crashes because of old pool id in journal header
through the code, we found it is because of the old pool id in the journal header.
my solution is
add "set pool_id"...
dongdong tao
08:35 AM CephFS Bug #22631 (Resolved): mds: crashes because of old pool id in journal header
we have use rados cppool command to copy the cephfs metadata pool
but,after copy done, mds would keep crashing when ...
dongdong tao
04:02 PM RADOS Bug #22641: uninit condition in PrimaryLogPG::process_copy_chunk_manifest
https://github.com/ceph/ceph/pull/19874 Myoungwon Oh
02:43 PM RADOS Bug #22641 (Resolved): uninit condition in PrimaryLogPG::process_copy_chunk_manifest
... Sage Weil
04:01 PM Revision 64fd1b77 (ceph): osd: fix a vargrind issue
Fixes: http://tracker.ceph.com/issues/22641
Signed-off-by: Myoungwon Oh <omwmw@sk.com>
myoungwon oh
04:00 PM Revision d30928d7 (ceph): ceph-volume: add success message for ceph-volume lvm activate
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
04:00 PM Revision 0185d93c (ceph): ceph-volume: add success message for ceph-volume lvm create
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
04:00 PM Revision 75c460f6 (ceph): ceph-volume: add success message for ceph-volume lvm prepare
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
03:54 PM RADOS Bug #22278: FreeBSD fails to build with WITH_SPDK=ON
patch merged in DPDK. waiting for SPDK to pick up the latest DPDK. Kefu Chai
03:52 PM Revision 8fb44c11 (ceph): ceph-volume: add success message for ceph-volume lvm create
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
03:49 PM RADOS Support #22520 (Closed): nearfull threshold is not cleared when osd really is not nearfull.
You need to change this in the osd map, not the config. "ceph osd set-nearfull-ratio" or something similar. Greg Farnum
03:48 PM Revision 69c5389d (ceph): ceph-volume: add success message for ceph-volume lvm activate
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
03:45 PM Revision 4fc20289 (ceph): ceph-volume: add success message for ceph-volume lvm prepare
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
03:16 PM Revision 877cd687 (ceph): Merge pull request #19809 from liu-chunmei/fix_dpdk_mzname_setting_issue
osd: fix dpdk memzon mz_name setting issue
Reviewed-By: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:59 PM RADOS Bug #22409 (Resolved): ceph_objectstore_tool: no flush before collection_empty() calls; ObjectSto...
Kefu Chai
02:58 PM Revision f473d570 (ceph): librados: add async interfaces for use with Networking TS
Defines asynchronous librados operations that satisfy all of the
"Requirements on asynchronous operations" imposed by...
Casey Bodley
02:54 PM Messengers Bug #18664: ceph_test_msgr SIGABRT in decode_message, SimpleMessenger, can't decode unknown messa...
/a/sage-2018-01-09_00:16:55-rados-wip-sage-testing-2018-01-08-1631-distro-basic-smithi/2044757 Sage Weil
02:53 PM CephFS Backport #21948 (In Progress): luminous: MDSMonitor: mons should reject misconfigured mds_blackli...
Nathan Cutler
02:44 PM Revision 0cdb6a74 (ceph): Merge pull request #19616 from ifed01/wip-ifed-revert-extents
osd: get rid off extent map in object_info
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:44 PM Revision e1cd4b5a (ceph): Merge pull request #19764 from ifed01/wip-ifed-storetest-cempty
objectstore/store_test: fix lack of flush prior to collection_empty()…
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:44 PM Revision ddd5a6a7 (ceph): Merge pull request #19841 from rzarzynski/wip-bs-dump-onode-by-ref
os/bluestore: _dump_onode() don't prolongate Onode anymore.
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:43 PM CephFS Backport #21874 (In Progress): luminous: qa: libcephfs_interface_tests: shutdown race failures
Nathan Cutler
02:43 PM CephFS Backport #21870 (In Progress): luminous: Assertion in EImportStart::replay should be a damaged()
Nathan Cutler
02:39 PM Revision c3a78951 (ceph): debian/rules: strip ceph-base libraries
This includes rados classes and ec plugins.
Fixes: http://tracker.ceph.com/issues/22640
Signed-off-by: Sage Weil <sa...
Sage Weil
02:38 PM Bug #22640 (Resolved): ceph-base symbols not stripped in debs
https://github.com/ceph/ceph/pull/19870 Sage Weil
02:25 PM Linux kernel client Bug #22639: cephfs may fail to trim as many caps as MDS asked for
https://github.com/ceph/ceph-client/commit/4f9b2bc31681f41fe73ddbabc6e9b9fd047af126 Zheng Yan
02:24 PM Linux kernel client Bug #22639 (Resolved): cephfs may fail to trim as many caps as MDS asked for
trim_caps() can't trim inode if it has null child dentries. If there are lots of memory, trim_cache() may never trim ... Zheng Yan
02:24 PM Revision 3b2f7a0a (ceph): common/options: long description for log_stderr_prefix
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:41 PM Revision 6ea6ccec (ceph): os/bluestore: using macro OBJECT_MAX_SIZE to check object max size.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> Jianpeng Ma
01:40 PM rgw Backport #22592 (In Progress): jewel: radosgw refuses upload when Content-Type missing from POST ...
Nathan Cutler
01:35 PM rgw Backport #22591 (In Progress): luminous: radosgw refuses upload when Content-Type missing from PO...
Nathan Cutler
01:35 PM Revision 2adc133b (ceph): RGW: S3 POST policy should not require Content-Type
In the current implementation, putting a key in the acting
RGWPolicyEnv makes it required in RGWPolicyEnv::match_poli...
Matt Benjamin
01:29 PM Revision 554dc279 (ceph): ceph-volume: Require lvm2, move to osd package
Fixes: http://tracker.ceph.com/issues/22443
Signed-off-by: Theofilos Mouratidis <t.mour@cern.ch>
Theofilos Mouratidis
01:29 PM Revision 7e3f7b38 (ceph): ceph-volume: Require lvm2, move to osd package
Fixes: http://tracker.ceph.com/issues/22443
Signed-off-by: Theofilos Mouratidis <t.mour@cern.ch>
Theofilos Mouratidis
01:28 PM rgw Backport #22588 (In Progress): luminous: rgw: put cors operation returns 500 unknown error (ops a...
Nathan Cutler
01:27 PM rgw Backport #22589 (In Progress): jewel: rgw: put cors operation returns 500 unknown error (ops are ...
Nathan Cutler
01:26 PM rgw Backport #22575 (In Progress): jewel: Random 500 errors in Swift PutObject
Nathan Cutler
01:20 PM Revision be32d15a (ceph): os/bluestore: fix data read error injection in bluestore
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:17 PM Bug #22231 (Resolved): assert(0 == "old msgs despite reconnect_seq feature")
Sage Weil
01:02 PM CephFS Feature #22545 (Fix Under Review): add dump inode command to mds
Nathan Cutler
12:57 PM mgr Backport #22634 (In Progress): luminous: ceph-mgr dashboard has dependency on python-jinja2
Nathan Cutler
11:24 AM mgr Backport #22634 (Resolved): luminous: ceph-mgr dashboard has dependency on python-jinja2
https://github.com/ceph/ceph/pull/19865
https://github.com/ceph/ceph/pull/21233 (follow-on fix)
Nathan Cutler
12:57 PM Revision 6cc4a339 (ceph): packaging: explicit jinja2 dependency for dashboard
We were getting this via python-flask, when mgr was
installed on nodes with ceph-mon, but for correctness
in general ...
John Spray
12:03 PM Revision 3e2bbdfa (ceph): os/bluestore: avoid unneeded BlobRefing in _do_read().
The hottest place in the terms of CPU cycles according to `perf annotate`:
```
| intrusive_ptr(intrus...
Radoslaw Zarzynski
11:26 AM rgw Backport #22638 (Rejected): jewel: rgw:lc: set LifecycleConfiguration without "Rule" tag return OK
Nathan Cutler
11:24 AM bluestore Backport #22633 (Resolved): luminous: OSD crushes with FAILED assert(used_blocks.size() > count) ...
https://github.com/ceph/ceph/pull/19888 Nathan Cutler
11:13 AM mgr Bug #22615 (Resolved): luminous: pg coloring broke in dashboard
John Spray
11:13 AM Revision 0e57572c (ceph): Merge pull request #19844 from jcsp/wip-22615
luminous: mgr/dashboard: Fix PG status coloring
Reviewed-by: Wido den Hollander <wido@42on.com>
Reviewed-by: John Sp...
John Spray
09:38 AM rgw Bug #22632 (Need More Info): radosgw - s3 keystone integration doesn't work while using civetweb ...
I am using radosgw 12.2.2 with keystone integration enabled and serving s3 api through civetweb.
It works with users...
Mateusz Los
09:29 AM Revision 002a2234 (ceph): tools/{rbd_nbd,rbd}: s/boost::regex/std::regex/
* src/tools/rbd/*: s/boost::regex/std::regex/
* */CMakeLists.txt: do not link against Boost_REGEX_LIBRARY
anymore...
Kefu Chai
09:29 AM Revision 48375835 (ceph): Revert "rgw: Support certain archaic and antiquated distributions"
This reverts commit af8d9bdf07ab97b9d9387f68ba0fedccce803073.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:29 AM Revision 38cbf095 (ceph): test: s/boost::regex/std::regex/
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
09:29 AM Revision b662f3cd (ceph): common: s/boost::regex/std::regex/
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
09:29 AM Revision 5ad86335 (ceph): rgw: s/boost::regex/std::regex/
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
09:29 AM Revision 73681795 (ceph): mon: s/boost::regex/std::regex/
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
09:29 AM Revision 142f2a56 (ceph): cmake: do not build/install boost::regex
we now use std::regex now, since we've dropped the support of GCC 4.8
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:18 AM CephFS Backport #22630 (Resolved): doc: misc fixes for CephFS best practices
This is a backport of: https://github.com/ceph/ceph/pull/19791 Jos Collin
08:13 AM CephFS Backport #22630 (Resolved): doc: misc fixes for CephFS best practices
https://github.com/ceph/ceph/pull/19858 Jos Collin
09:16 AM Revision 0706e9b8 (ceph): Merge pull request #19858 from joscollin/wip-luminous-doc-misc-fixes
luminous: doc: misc fixes for CephFS best practices
Reviewed-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
Jos Collin
08:47 AM rgw Bug #22556: failed to take a lock on datalog.sync-status.f608ce2b-5584-45af-b0c5-f4896995bd22
Tave liu wrote:
> Tave liu wrote:
> > sync failed when initial multip rgws at the same time.
>
>
> if set rgw...
Amine Liu
08:39 AM Revision b3a5e313 (ceph): cephfs-journal-tool: add "set pool_id" option
Fixes: http://tracker.ceph.com/issues/22631
Signed-off-by: dongdong tao <tdd21151186@gmail.com>
dongdong tao
08:22 AM Revision 0f0df7db (ceph): doc: misc fixes
misc fixes for best-practices.
Signed-off-by: Jos Collin <jcollin@redhat.com>
(cherry picked from commit ecacd1078db...
Jos Collin
08:21 AM rgw Bug #22529: rgw: copy_object doubles leading underscore on object names.
I should update this a bit. I made this PR, https://github.com/ceph/ceph/pull/19652 which worked with my slightly ou... Marcus Watts
08:21 AM Revision 2e7c4023 (ceph): doc: fix heading
Fixed 'Which kernel version?' heading not having brown color background.
Signed-off-by: Jos Collin <jcollin@redhat.c...
Jos Collin
08:05 AM Revision 67149edf (ceph): rgw: silence not allow register storage class specifier warning
The register keyword was deprecated in C++11, so remove it.
Signed-off-by: Yao Zongyou <yaozongyou@vip.qq.com>
Zongyou Yao
07:48 AM Revision fdfbe40c (ceph): client: avoid recursive lock in ll_get_vino
Fixes: http://tracker.ceph.com/issues/22629
Signed-off-by: dongdong tao <tdd21151186@gmail.com>
dongdong tao
07:47 AM CephFS Bug #22629: client: avoid recursive lock in ll_get_vino
https://github.com/ceph/ceph/pull/19837 dongdong tao
07:47 AM CephFS Bug #22629 (Resolved): client: avoid recursive lock in ll_get_vino
ll_get_vino would lock the client_lock.
the caller must not have it.
dongdong tao
06:24 AM Revision 233a4d23 (ceph): rgw: add radosgw-admin sync error trim to trim sync error log
Signed-off-by: fang yuxiang fang.yuxiang@eisoo.com fang yuxiang
06:14 AM Revision a61e62cf (ceph): mon/OSDMonitor.cc : set erasure-code-profile to "" when create replicat...
when we create a pool specify a rule, for example "ceph osd pool create foo replicated 10 rule_foo",
we will set pool...
爱国 邹
04:54 AM CephFS Bug #21991 (Resolved): mds: tell session ls returns vanila EINVAL when MDS is not active
Jos Collin
04:45 AM Revision 7829d226 (ceph): Merge PR #19791 into master
* refs/pull/19791/head:
doc: misc fixes
doc: fix heading
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
04:39 AM Revision ecacd107 (ceph): doc: misc fixes
misc fixes for best-practices.
Signed-off-by: Jos Collin <jcollin@redhat.com>
Jos Collin
04:19 AM CephFS Bug #22627 (Fix Under Review): qa: kcephfs lacks many configurations in the fs/multimds suites
https://github.com/ceph/ceph/pull/19856 Patrick Donnelly
04:17 AM CephFS Bug #22627 (Resolved): qa: kcephfs lacks many configurations in the fs/multimds suites
In particular:
o Not using the common overrides/
o Not using 8 OSDs for EC configurations
o Not using openstack ...
Patrick Donnelly
04:05 AM rbd Backport #22594 (In Progress): jewel: [ FAILED ] TestLibRBD.RenameViaLockOwner
https://github.com/ceph/ceph/pull/19855 Prashant D
12:03 AM rbd Backport #22594: jewel: [ FAILED ] TestLibRBD.RenameViaLockOwner
I'm on it. Prashant D
03:48 AM CephFS Bug #22626 (Rejected): mds: sessionmap version mismatch when replay esessions
Zhang, we are not accepting bugs for multimds clusters on jewel. You can still seek help/advice on ceph-users if you ... Patrick Donnelly
03:21 AM CephFS Bug #22626 (Rejected): mds: sessionmap version mismatch when replay esessions
We used ceph 10.2.10 and backported this PR: https://github.com/ceph/ceph/commit/a49726e10ef23be124d92872470fd258a193... Zhi Zhang
03:46 AM CephFS Bug #22551: client: should flush dirty caps on backgroud
that's what i'm concerned about, maybe it's not been flushed periodically, it should be easy to verify, will do it dongdong tao
03:43 AM CephFS Bug #22551: client: should flush dirty caps on backgroud
Dirty metadata should be flushed when the cap is released. It may also happen periodically (I'm not certain). Patrick Donnelly
01:59 AM CephFS Bug #22551: client: should flush dirty caps on backgroud
i will write a case to verify it. dongdong tao
01:49 AM CephFS Bug #22551: client: should flush dirty caps on backgroud
i'm not sure if i'm right, if there is only one client and opened a file write some data and did not close it. i know... dongdong tao
03:36 AM rbd Backport #22593 (In Progress): luminous: [ FAILED ] TestLibRBD.RenameViaLockOwner
Prashant D
03:36 AM rbd Backport #22593: luminous: [ FAILED ] TestLibRBD.RenameViaLockOwner
https://github.com/ceph/ceph/pull/19853 Prashant D
03:34 AM Revision 9d788c6a (ceph): Merge pull request #19662 from tchaikov/wip-denc-cxx-17
denc: use constexpr-if to replace some SFINAE impls
Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
Kefu Chai
03:31 AM Revision a60e7f3b (ceph): rgw: remove unused function get_system_obj_attrs
Signed-off-by: Yao Zongyou <yaozongyou@vip.qq.com> Zongyou Yao
03:01 AM Revision 965c9d24 (ceph): rgw: optimize function bucket_lc_prepare
* 1. Initialize variable "marker" at the end of each batch;
* 2. Return failure when cls_rgw_lc_set_entry fails;
Sig...
Bingyin Zhang
02:58 AM mgr Bug #22527: mgr.x runtime_error in json_spirit on upgrade
http://pulpito.ceph.com/kchai-2018-01-08_13:52:40-rados-wip-kefu-testing-2018-01-08-1914-distro-basic-mira/2042789/
...
Kefu Chai
02:15 AM rbd Feature #22625 (New): rbd-mirrror support compression
The rbd-mirror module are used to asynchronously mirrored between two Ceph clusters. The two ceph clusters are deploy... tao chang
01:54 AM Revision 09f68052 (ceph): denc: use constexpr-if to replace some SFINAE impls
more readable this way IMO.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:52 AM RADOS Bug #22351: Couldn't init storage provider (RADOS)
Orit Wasserman wrote:
> what is your pool configuration?
all default, just a default pool 'rbd'.
Amine Liu
01:09 AM CephFS Bug #22607 (Rejected): client: should delete cap in remove_cap
The cap is deleted via "in->caps.erase(mds)". The session xlist entry is deleted in the Cap destructor. Patrick Donnelly
12:19 AM Revision 7a097b24 (ceph): rgw: fix s3website redirect location string length
Signed-off-by: yuliyang <yuliyang@cmss.chinamobile.com> joke lee
12:17 AM Revision d4770b9f (ceph): Fix cluster config
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
12:01 AM Revision a8c69a86 (ceph): librbd: filter out potential race with image rename
Fixes: http://tracker.ceph.com/issues/18435
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman

01/08/2018

11:54 PM RADOS Bug #22624 (Duplicate): filestore: 3180: FAILED assert(0 == "unexpected error"): error (2) No suc...
... Patrick Donnelly
11:49 PM Revision 17aa16dc (ceph): librbd: filter out potential race with image rename
Fixes: http://tracker.ceph.com/issues/18435
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
11:44 PM Backport #22622 (In Progress): luminous: rgw opslog didn't compatible with s3
Prashant D
10:06 PM Backport #22622: luminous: rgw opslog didn't compatible with s3
included in https://github.com/ceph/ceph/pull/19848 Casey Bodley
10:02 PM Backport #22622 (Resolved): luminous: rgw opslog didn't compatible with s3
https://github.com/ceph/ceph/pull/19848 Casey Bodley
11:43 PM rgw Backport #22621 (In Progress): luminous: compilation failures with boost 1.66
Prashant D
10:06 PM rgw Backport #22621: luminous: compilation failures with boost 1.66
https://github.com/ceph/ceph/pull/19848
building radosgw with boost 1.66 on luminous required a lot of extra bac...
Casey Bodley
09:57 PM rgw Backport #22621 (Resolved): luminous: compilation failures with boost 1.66
https://github.com/ceph/ceph/pull/19848 Casey Bodley
11:43 PM rgw Backport #22623 (In Progress): luminous: rgw opslog cannot record referrer when using curl as client
Prashant D
10:06 PM rgw Backport #22623: luminous: rgw opslog cannot record referrer when using curl as client
included in https://github.com/ceph/ceph/pull/19848 Casey Bodley
10:02 PM rgw Backport #22623 (Resolved): luminous: rgw opslog cannot record referrer when using curl as client
https://github.com/ceph/ceph/pull/19848 Casey Bodley
11:41 PM rbd Backport #22593: luminous: [ FAILED ] TestLibRBD.RenameViaLockOwner
I'm on it. Prashant D
10:39 PM Revision 9d617b4e (ceph): mon/LogMonitor: add mon_cluster_log_to_stderr
Optionally send cluster log messages to stderr (prefixed by the
channel).
Signed-off-by: Sage Weil <sage@redhat.com>...
Sage Weil
10:39 PM Revision acc76d71 (ceph): log: add log_stderr_prefix option
Allows you to set a prefix for debug log messages send to stderr (e.g.,
"debug ").
Signed-off-by: Sage Weil <sage@re...
Sage Weil
10:28 PM CephFS Documentation #22599 (Resolved): doc: mds memory tracking of cache is imprecise by a constant factor
Patrick Donnelly
10:27 PM Revision cdea5475 (ceph): Merge PR #19807 into master
* refs/pull/19807/head:
mds: warn for mds_cache_memory_limit bug in doc
Reviewed-by: Zheng Yan <zyan@redhat.com>
Patrick Donnelly
10:14 PM Revision 733d21f5 (ceph): mds: warn for mds_cache_memory_limit bug in doc
Fixes: http://tracker.ceph.com/issues/22599
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
10:02 PM rgw Bug #20935 (Pending Backport): rgw opslog cannot record referrer when using curl as client
Casey Bodley
10:01 PM Bug #20971 (Pending Backport): rgw opslog didn't compatible with s3
Casey Bodley
09:55 PM rgw Bug #22600 (Pending Backport): compilation failures with boost 1.66
Casey Bodley
09:49 PM Revision 473f12d4 (ceph): cmake: add WITH_BOOST_CONTEXT option
adds a more specific option for this boost::context dependency, which was
previously only used by the radosgw beast f...
Casey Bodley
09:41 PM Revision b1ad4b1e (ceph): cmake: remove Beast submodule and include path
the beast library is included in boost 1.66
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from com...
Casey Bodley
09:41 PM Revision eb6f0896 (ceph): rgw: update beast frontend for boost 1.66
Fixes: http://tracker.ceph.com/issues/22600
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from com...
Casey Bodley
09:41 PM Revision b1bfa824 (ceph): cmake: update minimum boost version to 1.66
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 0e47a339dface3807ab0061f9ce62fe1d2654d29)
Casey Bodley
09:31 PM Revision 5ddc90eb (ceph): Merge pull request #19657 from adamemerson/wip-hypermodern
The Day Has Come!
Update language standard version to C++17 and remove backported standard library features.
Review...
Adam Emerson
09:30 PM Revision 1d2e15ac (ceph): submodule: update Beast to ceph/ceph-master branch
pulls beast submodule up from v116 tag to v124, with an additional bug
fix for async_read_some()
Signed-off-by: Case...
Casey Bodley
09:30 PM Revision acb49cfc (ceph): rgw: RGWEnv::set() takes std::string
the beast frontend will either pass a string_ref or a string_view,
depending on the boost version. we can't overload ...
Casey Bodley
09:30 PM Revision 0f08d3d9 (ceph): rgw: fix for pause in beast frontend
pause_for_new_config() was only stopping the listener on pause, but
existing keepalive connections would keep trying ...
Casey Bodley
09:30 PM Revision 3d79dadf (ceph): qa/rgw: add beast frontend to some rgw suites
added a qa/rgw_frontend directory for civetweb.yaml and the new
beast.yaml. the rgw suites for multifs and singleton ...
Casey Bodley
09:29 PM Revision 30b4d2bb (ceph): rgw: beast frontend discards unread body before next header
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit c6bc7e1b0cbaf553f000aaa2893fa1486fc02a75)
Casey Bodley
09:29 PM Revision c3bb0bae (ceph): rgw: remove boost::coroutine and context deps
the beast frontend no longer uses stackful coroutines, so these
dependencies aren't necessary
Signed-off-by: Casey B...
Casey Bodley
09:29 PM Revision 53ff61f9 (ceph): rgw: ask beast parser about keepalive/close
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 5d7f154a77eb2cf82b6e4e49d20687c8ed839113)
Casey Bodley
09:29 PM Revision 1bc2728d (ceph): rgw: update beast frontend/submodule to v116
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 746c218c620d7681f6c9d769631ee1ac0d2b5987)
Casey Bodley
09:29 PM Revision 0a024c97 (ceph): rgw: set header/body size limits on beast parser
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 1f72684eb4c6fb9fd021240ae55812894afc19e9)
Casey Bodley
09:29 PM Revision c897636f (ceph): rgw: beast frontend uses callbacks instead of coroutines
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 7767d8d88aecac8e88ed4c87a187c7a2ed67cf48)
Casey Bodley
09:29 PM Revision 2dd6512c (ceph): rgw: fix opslog uri as per Amazon s3
According to s3[1], current Request-URI opslog entry are missing:
+ request method
+ query string
+ http version num...
Jiaying Ren
09:28 PM Revision e7bd12a3 (ceph): rgw: fix opslog can't record referrer when using curl as client
Fixes: http://tracker.ceph.com/issues/20935
Reported-by: Zhang Shaowen <zhangshaowen@cmss.chinamobile.com>
Signed-of...
Jiaying Ren
09:18 PM Revision e747d24c (ceph): Merge pull request #19823 from trociny/wip-ggate-list-xml
rbd-ggate: make list command produce valid xml format output
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
08:54 PM Revision ad62acef (ceph): Merge pull request #19846 from fangyuxiangGL/compress-info
rgw: make radosgw object stat RGW_ATTR_COMPRESSION dump readable
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
08:51 PM Revision b63708c7 (ceph): Merge pull request #19732 from shinobu-x/using_find_primarylogpg
osd: Making use of find to reduce computational complexity
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
08:50 PM Bug #22614: tests: force backfill test can conflict with pool removal
Sage Weil wrote:
> https://github.com/ceph/ceph/pull/19765
merged
Yuri Weinstein
01:18 PM Bug #22614 (Resolved): tests: force backfill test can conflict with pool removal
https://github.com/ceph/ceph/pull/19765 Sage Weil
08:50 PM Revision c30eca51 (ceph): Merge pull request #19765 from liewegas/wip-force-backfill-cleanups
qa: tolerate failure to force backfill
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
08:49 PM Revision 57847793 (ceph): Merge pull request #19786 from dillaman/wip-osd-class-cap
osd: support class method whitelisting within caps
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Yuri Weinstein
08:42 PM rgw Bug #22538: The http status code in civetweb frontend's access log is always 1
Radoslaw, do you know if this needs a luminous backport? Casey Bodley
08:30 PM Revision ad038df0 (ceph): common: Remove backported typedefs
Since they're no longer needed.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
08:30 PM Revision 3a9ec5fc (ceph): common: Remove backported C++17 functions
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
08:30 PM Revision 22d52655 (ceph): common: Remove backport_std.h entirely
And use the experimental ostream joiner provided with the library.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
08:30 PM Revision 6580d0a6 (ceph): dout: Remove VLA sanity check
This doesn't seem to be able to work for C++17 under both GCC and
Clang. Maybe there's a better way to do it. I might...
Adam Emerson
08:30 PM Revision 79b19aac (ceph): {common,osd,mds,rbd}: Remove unused captures
If we aren't referencing a variable, don't capture it. (This makes the
lambdas smaller, too, modulo Sufficiently Smar...
Adam Emerson
08:30 PM Revision da1457cd (ceph): build: Bump language to C++17
Fix up all of the fallout from that.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
08:10 PM ceph-volume Bug #22620 (Resolved): ceph-volume simple dmcrypt support
Implement the dmcrypt support for decrypting devices in the same way ceph-disk allowed it. This is required for the s... Alfredo Deza
08:01 PM ceph-volume Feature #22619 (Resolved): ceph-volume lvm dmcrypt support
* Enable the --dmcrypt flag when creating OSDs
* Detect encrypted devices and decrypt accordingly when activating
*...
Alfredo Deza
07:15 PM ceph-volume Bug #22554 (Rejected): bluestore osd cannot authenticate when created with --osd-id option
Alfredo Deza
07:15 PM ceph-volume Bug #22554: bluestore osd cannot authenticate when created with --osd-id option
The `--osd-id` option is only meant to be used for *reusing* an OSD ID, not for using one from scratch. From the help... Alfredo Deza
06:57 PM Revision 623c6bd5 (ceph): osd: fix dpdk memzon mz_name setting issue
Signed-off-by: chunmei Liu <chunmei.liu@intel.com> chunmei Liu
06:44 PM rgw Backport #22618 (Fix Under Review): luminous: put bucket policy panics RGW process
https://github.com/ceph/ceph/pull/19847 Adam Emerson
06:32 PM rgw Backport #22618 (Resolved): luminous: put bucket policy panics RGW process
https://github.com/ceph/ceph/pull/19847 Adam Emerson
06:33 PM Revision 9db61c8b (ceph): rgw: put bucket policy panics RGW process
Fixes: http://tracker.ceph.com/issues/22541
Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn>
(cherry picked fro...
Bingyin Zhang
06:31 PM rgw Bug #22541 (Pending Backport): put bucket policy panics RGW process
Adam Emerson
06:23 PM rgw Bug #21377 (Pending Backport): rgw:lc: set LifecycleConfiguration without "Rule" tag return OK
Matt Benjamin
06:17 PM rgw Bug #22416 (Pending Backport): s3cmd move object error
Matt Benjamin
04:58 PM rgw Bug #22416: s3cmd move object error
Enming Zhang wrote:
> https://github.com/ceph/ceph/pull/19475
mergedscienceluo <luo.kexue@zte.com.cn>
Yuri Weinstein
05:37 PM Revision d1a2235a (ceph): rgw: add an rgw-admin option to clear usage stats for the cluster
Add an option that can clear all the usage stats recorded so far, this
is more efficient than calling usage trim, sin...
Abhishek Lekshmanan
05:37 PM Revision c8127181 (ceph): rgw: add an option to clear usage entries for all oids
Calling the cls_rgw_usage_log_clear() which in turn calls an omap clear
to clear all the omap entries on an oid
Sign...
Abhishek Lekshmanan
05:36 PM Revision 61600c41 (ceph): cls/rgw: implement usage clear
This calls the omap clear api to clear all omap entries on an object
which is useful if we ever want to fully reset t...
Abhishek Lekshmanan
05:30 PM Revision f669fcdf (ceph): objectstore/store_test: fix lack of flush prior to collection_empty() call
Fixes: http://tracker.ceph.com/issues/22409
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
Igor Fedotov
05:23 PM CephFS Backport #22392 (Resolved): luminous: mds: tell session ls returns vanila EINVAL when MDS is not ...
Jos Collin
05:22 PM Revision 3de49aa9 (ceph): Merge pull request #19505 from shinobu-x/wip-22392-luminous
luminous: mds: tell session ls returns vanila EINVAL when MDS is not active
Reviewed-by: Jos Collin <jcollin@redhat....
Jos Collin
05:16 PM rgw Bug #22617 (Need More Info): ceph rgw can't delete some object
I put some files on ceph and when i delete files "s3cmd rm s3://fpq/fpq.mp3",and i check on ceph culster “rados -p de... fpq f
05:10 PM Revision 89e43115 (ceph): osd: get rid off extent map in object_info
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
05:10 PM Revision 1653bcca (ceph): qa/standalone/scrub/osd-scrub-repair.sh: remove extents flag from objec...
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
04:58 PM bluestore Bug #22616 (Resolved): bluestore_cache_data uses too much memory
I was running a read throughput test and then found some of my osds were killed by oom killer and restarted.
I found...
frank lin
04:57 PM Revision 585ffbec (ceph): Merge pull request #19475 from ZVampirEM77/wip-em-copyobj-ret
rgw: add xml output header in RGWCopyObj_ObjStore_S3 response msg
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Rev...
Yuri Weinstein
04:55 PM Revision f6953235 (ceph): Merge pull request #19824 from qrGitHub/wip-rgw-useless-line3
rgw: drop useless type conversion Matt Benjamin
04:55 PM Revision 55813f3c (ceph): Merge pull request #19570 from yaozongyou/rgw-remove-unused-variable
cls/rgw: remove unused variable bl
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:54 PM Revision a5896e5c (ceph): rgw: make radosgw object stat RGW_ATTR_COMPRESSION dump readable
Signed-off-by: fang yuxiang fang.yuxiang@eisoo.com fang yuxiang
04:54 PM Revision 8096752c (ceph): Merge pull request #19575 from Liuchang0812/rgw-tier-type-check
rgw: proper error message when tier_type does not exist
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yuri Weinstein
04:53 PM Revision 4032b1a4 (ceph): Merge pull request #19582 from qrGitHub/wip-rgw-redundant-readingAttrs
rgw: remove get_system_obj_attrs in function RGWDeleteLC::execute and RGWDeleteCORS::execute
Reviewed-by: Casey Bodl...
Yuri Weinstein
04:52 PM Revision d095ab2a (ceph): Merge pull request #19676 from qrGitHub/wip-rgw-redundant-compare
rgw: remove redundant signature compare in LocalEngine::authenticate
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redha...
Yuri Weinstein
04:51 PM Revision 26e17404 (ceph): Merge pull request #19678 from yaozongyou/rgw-civetweb-status-code
rgw: log the right http status code in civetweb frontend's access log
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redh...
Yuri Weinstein
04:49 PM Revision 240ead68 (ceph): Merge pull request #19687 from qrGitHub/wip-rgw-bucketPolicy-invalidEffect
rgw: put bucket policy panics RGW process
Reviewed-by: Adam Emerson <aemerson@redhat.com>
Yuri Weinstein
04:49 PM Revision 7ecef5ba (ceph): Merge pull request #19700 from qrGitHub/wip-rgw-optimize-function
rgw: optimize function RGWHandler::do_init_permissions
Reviewed-by: Adam Emerson <aemerson@redhat.com>
Yuri Weinstein
04:46 PM Revision b712b75e (ceph): Merge pull request #19710 from qrGitHub/wip-rgw-optimize-function2
rgw: optimize function abort_bucket_multiparts
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yuri Weinstein
04:46 PM Revision 205320b2 (ceph): Merge pull request #19772 from fangyuxiangGL/quota
rgw: update quota is inconsistent at add/del object with compression
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:46 PM Revision e57055c7 (ceph): Merge pull request #19773 from chuang-he/fix_create_form_headers
rgw: fix the return type is wrong
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:20 PM mgr Bug #22612 (Duplicate): ceph-mgr's prometheus module crashes when osd is out
Should be fixed by:... John Spray
12:33 PM mgr Bug #22612 (Duplicate): ceph-mgr's prometheus module crashes when osd is out
Using ceph-mgr-12.2.2-0.el7.x86_64 when an osd is out (`ceph osd out <id>`) and one curls the metrcis, I get the folo... Tobias Florek
04:18 PM Revision 907a7246 (ceph): Merge pull request #19831 from pdvian/wip-22576-luminous
luminous: qa: configure zabbix properly before selftest
Reviewed-by: John Spray <john.spray@redhat.com>
Reviewed-by:...
John Spray
04:16 PM mgr Bug #22615 (Fix Under Review): luminous: pg coloring broke in dashboard
https://github.com/ceph/ceph/pull/19844 John Spray
04:14 PM mgr Bug #22615 (Resolved): luminous: pg coloring broke in dashboard
https://github.com/ceph/ceph/pull/19431 John Spray
04:15 PM Revision 2042881c (ceph): mgr/dashboard: Fix PG status coloring
This was broken in the 12.2.2 release and PGs would not get a
color anymore.
This commit also makes sure pools/PGs a...
Wido den Hollander
04:13 PM Revision 5ae196e4 (ceph): Merge pull request #19431 from wido/mgr-pg-status
mgr/dashboard: Fix PG status coloring
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
02:55 PM Revision a913358d (ceph): Merge pull request #19294 from myoungwon/wip-manifest-ref-flush
osd: flush operations for chunked objects
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:45 PM CephFS Bug #22610 (In Progress): MDS: assert failure when the inode for the cap_export from other MDS ha...
Patrick Donnelly
08:04 AM CephFS Bug #22610: MDS: assert failure when the inode for the cap_export from other MDS happened not in ...
Fire a pull request: https://github.com/ceph/ceph/pull/19836 Jianyu Li
07:57 AM CephFS Bug #22610 (Resolved): MDS: assert failure when the inode for the cap_export from other MDS happe...
We use two active MDS in our online environment, recently mds.1 restarted and during its rejoin phase, mds.0 met asse... Jianyu Li
02:43 PM CephFS Bug #22551 (Need More Info): client: should flush dirty caps on backgroud
Dongdong, can you explain more what the problem is? Do you have an issue you've observed? Patrick Donnelly
02:40 PM CephFS Bug #21419: client: is ceph_caps_for_mode correct for r/o opens?
No, I've not had time to look at it. For now, I'll just mark this as low priority until I can revisit ir. Jeff Layton
02:16 PM Revision 351a689d (ceph): Merge pull request #19840 from joscollin/wip-jewel-backport-22569-2
jewel: doc: clarify Path Restriction instructions
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Jos Collin
01:27 PM CephFS Backport #22569: jewel: doc: clarify path restriction instructions
Added follow-on cherry-pick https://github.com/ceph/ceph/pull/19840 Nathan Cutler
11:59 AM CephFS Backport #22569: jewel: doc: clarify path restriction instructions
Commit 85ac1cd which was a cherry-pick of d1277f1 fixing tracker issue http://tracker.ceph.com/issues/16906 introduce... Jos Collin
11:16 AM CephFS Backport #22569 (Resolved): jewel: doc: clarify path restriction instructions
Nathan Cutler
05:16 AM CephFS Backport #22569 (In Progress): jewel: doc: clarify path restriction instructions
Jos Collin
04:24 AM CephFS Backport #22569 (Resolved): jewel: doc: clarify path restriction instructions
Jos Collin
01:20 PM Revision 76a64d8d (ceph): doc: hyperlink fix
Signed-off-by: Drunkard Zhang <gongfan193@gmail.com>
(cherry picked from commit f763bacab3ea66ab13b4d62ad883c365a8e0a...
Drunkard Zhang
01:17 PM Bug #22613 (Resolved): simplelru does O(n) std::list::size()
https://github.com/ceph/ceph/pull/19813 Sage Weil
12:35 PM RADOS Bug #22409 (Fix Under Review): ceph_objectstore_tool: no flush before collection_empty() calls; O...
Igor Fedotov
12:35 PM RADOS Bug #22409: ceph_objectstore_tool: no flush before collection_empty() calls; ObjectStore/StoreTes...
https://github.com/ceph/ceph/pull/19764 Igor Fedotov
08:21 AM RADOS Bug #22409: ceph_objectstore_tool: no flush before collection_empty() calls; ObjectStore/StoreTes...
sage, i am taking this ticket from you. as it's simple enough and it won't cause too much duplication of efforts.
...
Kefu Chai
12:27 PM Revision 49a4c51e (ceph): os/bluestore: _dump_onode() don't prolongate Onode anymore.
Before the patch `BlueStore::_dump_onode()` takes `OnodeRef`
by value effectively extending the object's life time.
...
Radoslaw Zarzynski
12:05 PM Dashboard Feature #22521 (In Progress): dashboard: performance counter browser
John Spray
11:51 AM Revision c9c821cb (ceph): Merge pull request #19428 from tchaikov/wip-erasure-cleanup
erasure-code: use std::count() instead
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
11:16 AM CephFS Documentation #16906 (Resolved): doc: clarify path restriction instructions
Nathan Cutler
11:10 AM Backport #22611 (In Progress): luminous: "Transaction check error" in upgrade:client-upgrade-krak...
https://github.com/ceph/ceph/pull/19839 Kefu Chai
11:09 AM Backport #22611 (Resolved): luminous: "Transaction check error" in upgrade:client-upgrade-kraken-...
https://github.com/ceph/ceph/pull/19839 Kefu Chai
11:09 AM Bug #22558 (Pending Backport): "Transaction check error" in upgrade:client-upgrade-kraken-luminous
Kefu Chai
07:04 AM Bug #22558: "Transaction check error" in upgrade:client-upgrade-kraken-luminous
Yuri, Kraken was EOL in August 2017. why were you testing the upgrade path from kraken to luminous? Kefu Chai
11:08 AM Revision 0a347506 (ceph): rpm: adjust ceph-{osdomap,kvstore,monstore}-tool feature move
this is the rpm's counterpart of debian/control changes related to the
ceph-{osdomap,kvstore,monstore}-tool feature m...
Kefu Chai
11:07 AM Revision f69516e1 (ceph): Merge pull request #19777 from tchaikov/wip-rpm-fix-upgrade
rpm: adjust ceph-{osdomap,kvstore,monstore}-tool feature move
Reviewed-by: Boris Ranto <branto@redhat.com>
Reviewed-...
Kefu Chai
10:15 AM Revision 70755a02 (ceph): Merge pull request #19787 from linuxbox2/luminous-21984
rgw: fix rewrite a versioning object create a new object bug Yehuda Sadeh
10:07 AM rgw Bug #22331: Luminous 12.2.2 multisite sync failed when objects bigger than 4MB
Casey Bodley wrote:
> Can you share the output of 'radosgw-admin sync status'? The 'Device or resource busy' error y...
Amine Liu
07:57 AM bluestore Bug #22609 (Can't reproduce): thrash-eio + bluestore fails with "reached maximum tries (3650) aft...
http://pulpito.ceph.com/yuriw-2018-01-06_17:10:23-rados-wip-yuri-master_1.5.18-testing-basic-smithi/2036088... Kefu Chai
07:22 AM RADOS Bug #22415 (Duplicate): 'pg dump' fails after mon rebuild
Kefu Chai
07:17 AM Bug #22412 (Resolved): packages have unmet dependencies in upgrade:jewel-x-luminous-distro-basic-...
https://github.com/ceph/ceph-build/pull/942 Kefu Chai
07:13 AM rgw Bug #22556: failed to take a lock on datalog.sync-status.f608ce2b-5584-45af-b0c5-f4896995bd22
Tave liu wrote:
> sync failed when initial multip rgws at the same time.
if set rgw_cache_enabled = false, the...
Amine Liu
03:31 AM rgw Bug #22556: failed to take a lock on datalog.sync-status.f608ce2b-5584-45af-b0c5-f4896995bd22
sync failed when initial multip rgws at the same time. Amine Liu
03:06 AM rgw Bug #22556: failed to take a lock on datalog.sync-status.f608ce2b-5584-45af-b0c5-f4896995bd22
Tave liu wrote:
> if set rgw_override_bucket_index_max_shards value as:
> rgw_override_bucket_index_max_shards = 3,...
Amine Liu
05:27 AM mgr Backport #22585 (In Progress): luminous: Prometheus exporter can't get metrics after update to 12...
https://github.com/ceph/ceph/pull/19834 Prashant D
05:14 AM Revision b338154b (ceph): os: FileStore, Using stl min | max, MIN | MAX macros instead
Signed-off-by: Shinobu Kinjo <shinobu@redhat.com> Shinobu Kinjo
04:49 AM mgr Backport #22576 (In Progress): luminous: zabbix throws exception
https://github.com/ceph/ceph/pull/19831 Prashant D
04:38 AM Revision b5892a13 (ceph): pybind/mgr/prometheus: fix metric type undef -> untyped
Fixes "Prometheus exporter can't get metrics after update to 12.2.2"
Fixes: http://tracker.ceph.com/issues/22313
Sig...
Ilya Margolin
04:34 AM Revision 567bd5ac (ceph): qa: configure zabbix properly before selftest
Even though the selftest routine doesn't care about
the settings, we should set them to avoid emitting
nasty log/heal...
John Spray
04:31 AM CephFS Backport #22587 (In Progress): luminous: mds: mdsload debug too high
Prashant D
03:32 AM CephFS Backport #22587 (Need More Info): luminous: mds: mdsload debug too high
https://github.com/ceph/ceph/pull/19827 Prashant D
04:21 AM Revision 85ac1cd3 (ceph): Merge pull request #19795 from joscollin/wip-jewel-backport-22569
jewel: doc: clarify Path Restriction instructions
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Jos Collin
04:12 AM CephFS Backport #22579: luminous: mds: check for CEPH_OSDMAP_FULL is now wrong; cluster full flag is obs...
https://github.com/ceph/ceph/pull/19830 Shinobu Kinjo
04:12 AM CephFS Backport #22579: luminous: mds: check for CEPH_OSDMAP_FULL is now wrong; cluster full flag is obs...
Shinobu Kinjo wrote:
-> fix already in luminous
-
Shinobu Kinjo
03:58 AM CephFS Backport #22579: luminous: mds: check for CEPH_OSDMAP_FULL is now wrong; cluster full flag is obs...
fix already in luminous Shinobu Kinjo
04:08 AM Revision 98e3e2a7 (ceph): mds: check metadata pool not cluster is full
CEPH_OSDMAP_FULL flag was obsoleted by
b4ca5ae462c6f12ca48b787529938862646282cd. So, check if the metadata pool is
fu...
Patrick Donnelly
04:01 AM Bug #22608: Missing TrackedOp events "header_read", "throttled", "all_read" and "all_read"
I've just submitted a PR: https://github.com/ceph/ceph/pull/19828 Xuehan Xu
03:29 AM Bug #22608 (Resolved): Missing TrackedOp events "header_read", "throttled", "all_read" and "all_r...
Recently, when trying to locate some performance bottleneck, we opened the OpTracker. However, we found that events "... Xuehan Xu
03:37 AM CephFS Backport #22573 (In Progress): luminous: AttributeError: 'LocalFilesystem' object has no attribut...
https://github.com/ceph/ceph/pull/19829 Prashant D
01:47 AM Revision c5c0435e (ceph): vstart_runner: set ec_profile attribute
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 0f507d88559e7060e86a4a3ea9fcffb02c01...
Patrick Donnelly
01:47 AM Revision dd6b6626 (ceph): vstart_runner: ignore failed dentry invalidation
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit cd1e5f53f0a732e4398efadbbf5b6ce914dd...
Patrick Donnelly
01:43 AM Revision e97399d2 (ceph): mds: reduce debugging level for balancer messages
Fixes: http://tracker.ceph.com/issues/21853
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly
01:02 AM Revision 95bb4e93 (ceph): rgw: drop useless type conversion
* variable 'max_buckets' is already 'uint64_t', so the type conversion is useless.
Signed-off-by: Bingyin Zhang <zha...
Bingyin Zhang

01/07/2018

11:38 PM Revision 01edf5e8 (ceph): mgr/dashboard: add monitor listing
Signed-off-by: Rubab Syed<rubab.syed21@gmail.com> Rubab Syed
03:49 PM Revision 158f3173 (ceph): Merge pull request #18827 from TaewoongKim/anticipation_timeout
osd: Make dmclock's anticipation timeout be configurable
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: myoun...
Eric Ivancich
02:04 PM Revision 50ef9aff (ceph): Merge pull request #19704 from trociny/wip-nbd-format
rbd-nbd: output format support for list-mapped command
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:56 PM Revision ff889ea5 (ceph): Merge pull request #19722 from Songweibin/wip-rbd-import
rbd: replace positional_path parameter with arg_index in get_path()
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:42 PM Revision 3a568704 (ceph): osd: fix ObjectContextRef leak
To avoid ObjectContextRef leak, drop ObjectContextRef
before send a flush request to low tier
Signed-off-by: Myoungw...
myoungwon oh
01:42 PM Revision 085f1caa (ceph): osd: fix updating wrong object size
Signed-off-by: Myoungwon Oh <omwmw@sk.com> myoungwon oh
01:42 PM Revision 6273c2ff (ceph): osd: use stop_block() if the object is blocked
This commit prevents double free in finish_flush()
(stop_block() -> cancel_flush())
Signed-off-by: Myoungwon Oh <omw...
myoungwon oh
01:41 PM Revision fca74efe (ceph): src/test: remove version check and add data alignment for chunk_read test
Signed-off-by: Myoungwon Oh <omwmw@sk.com> myoungwon oh
01:41 PM Revision c97fc50a (ceph): src/test: add chunked object unit test
Signed-off-by: Myoungwon Oh <omwmw@sk.com> myoungwon oh
01:41 PM Revision e5cc4634 (ceph): osd: add ordered flag if the object is flushing
Signed-off-by: Myoungwon Oh <omwmw@sk.com> myoungwon oh
01:40 PM Revision 2e3af00a (ceph): osd: add flush() for the chunked object.
If all chunks are dirty, the cheunked object will be flushed
Signed-off-by: Myoungwon Oh <omwmw@sk.com>
myoungwon oh
01:40 PM Revision 437bb83c (ceph): osd: set dirty flag if chunks are overwritten
Signed-off-by: Myoungwon Oh <omwmw@sk.com> myoungwon oh
12:44 PM Revision 44cc0248 (ceph): rbd-ggate: make list command produce valid xml format output
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
12:38 PM Revision 691757c5 (ceph): rbd-ggate: fix parsing ceph global options
Previously it did parse ceph options like '--debug-rbd' but
failed for options like '--cluster' or '--id'.
Signed-of...
Mykola Golub
11:04 AM rgw Backport #22584 (In Progress): jewel: rgw: chained cache size is growing above rgw_cache_lru_size...
Nathan Cutler
11:03 AM rgw Backport #22583 (In Progress): luminous: rgw: chained cache size is growing above rgw_cache_lru_s...
Nathan Cutler
10:30 AM rgw Backport #22601 (Fix Under Review): luminous: S3 API Policy Conditions IpAddress and NotIpAddress...
Adam Emerson
08:21 AM rgw Backport #22601 (In Progress): luminous: S3 API Policy Conditions IpAddress and NotIpAddress do n...
Nathan Cutler
07:39 AM rgw Backport #22601 (Fix Under Review): luminous: S3 API Policy Conditions IpAddress and NotIpAddress...
Backport! https://github.com/ceph/ceph/pull/19819 Adam Emerson
06:52 AM rgw Backport #22601 (In Progress): luminous: S3 API Policy Conditions IpAddress and NotIpAddress do n...
Adam Emerson
10:15 AM Revision 5bf8d710 (ceph): rgw: Policies now properly evaluate the X-Forwarded-For header.
Signed-off-by: John Gibson <jgibson@mitre.org>
(cherry picked from commit 5f7d9c4ff6c78f65d074dbdf8a181cb9ae09851e)
John Gibson
10:14 AM Revision ac3e81b8 (ceph): rgw: Test of proper parsing of the X-Forwarded-For header for policies.
Signed-off-by: John Gibson <jgibson@mitre.org>
(cherry picked from commit e02facbf5c7b06b4d1d628ddb83ee74935493def)
John Gibson
10:14 AM Revision 65b515b9 (ceph): rgw: Bucket IP address policy evaluation now uses rgw_remote_addr_param.
Previously bucket policy ip address restrictions were only being evaluated
against the REMOTE_ADDR environment variab...
John Gibson
10:13 AM Revision a75908b8 (ceph): rgw: rgw_iam test harness can now stringify() the fake identity.
Signed-off-by: John Gibson <jgibson@mitre.org>
(cherry picked from commit 557bdb617e6eb78f9f0e6d6ba35b79b318a6c275)
John Gibson
10:13 AM Revision 1d8f684a (ceph): rgw: Fixed several bugs in policies related to IPv6 addresses.
The IPv6 conversion was not properly converting the address to host byte
order.
The text conversion of IPv6 addresses...
John Gibson
10:12 AM Revision 9f7aeb4b (ceph): rgw: Fixed several bugs in policies related to IP Addresses.
Comparisons of two individual IP addresses caused an assertion error.
The text conversion of IPv4 addresses was using...
John Gibson
10:11 AM Revision e4a5cf95 (ceph): rgw: Added support for testing the wildcard principal in policies.
Signed-off-by: John Gibson <jgibson@mitre.org>
(cherry picked from commit e83b647d44153a7775647693fca1848e592ee107)
John Gibson
10:11 AM Revision 5fbb50c1 (ceph): rgw: Added tests for S3 Policy IP Address feature.
Signed-off-by: John Gibson <jgibson@mitre.org>
(cherry picked from commit 3d260f26e6826182b4de520878b548a28a96e81b)
John Gibson
10:11 AM Revision 7cca4a6c (ceph): rgw: implement ipv4 aws:SourceIp condition for bucket policy
Signed-off-by: yuliyang <yuliyang@cmss.chinamobile.com>
(cherry picked from commit 2fb445b6f7c1e997e83b1c7da2a1fecdde...
joke lee
10:10 AM Revision e49bf088 (ceph): rgw: simplify use of map::emplace in iam
the piecewise_construct overloads of map::emplace() are only needed when
there's ambiguity around which arguments go ...
Casey Bodley
10:10 AM Revision 8eb36333 (ceph): rgw: policy: support for s3 conditionals in ListBucket
This adds support for s3:prefix,delimeter & maxkeys identifiers when
specified as conditionals in policy.
Signed-off...
Abhishek Lekshmanan
10:10 AM Revision 3f8ab0b8 (ceph): rgw: fix opslog can not record remote_addr
Fixes: http://tracker.ceph.com/issues/20931
Reported-by: Zhang Shaowen <zhangshaowen@cmss.chinamobile.com>
Signed-of...
Jiaying Ren
08:25 AM Revision b637f7b8 (ceph): osd: silence maybe-uninitialized false positives
Signed-off-by: Yao Zongyou <yaozongyou@vip.qq.com> Zongyou Yao
07:12 AM rgw Bug #20991 (Pending Backport): S3 API Policy Conditions IpAddress and NotIpAddress do not work
Adam Emerson
07:07 AM Revision 322d2a57 (ceph): Merge pull request #17010 from jgibson/bugfix-rgw-s3-policy-ip-address-...
rgw: S3 Bucket Policy Conditions IpAddress and NotIpAddress do not work
Reviewed-By: Adam C. Emerson <aemerson@redha...
Adam Emerson
06:54 AM rgw Backport #22026 (Fix Under Review): luminous: Policy parser may or may not dereference uninitiali...
Adam Emerson
06:51 AM rgw Backport #22574 (Fix Under Review): luminous: Random 500 errors in Swift PutObject
Adam Emerson
04:48 AM CephFS Bug #22607: client: should delete cap in remove_cap
https://github.com/ceph/ceph/pull/19782 dongdong tao
04:48 AM CephFS Bug #22607 (Rejected): client: should delete cap in remove_cap
I think the cap should be deleted.
so that the cap can be removed from session->caps
dongdong tao
01:33 AM Revision e0a05d23 (ceph): rgw: drop useless lines
* There is no 'break' statement in the for loop, so 'eiter' must be equal to 'ent_map.end()' in this place.
Signed-o...
Bingyin Zhang

01/06/2018

05:29 PM Revision 25550823 (ceph): Merge pull request #19354 from shinobu-x/osd_atomic
osd: Use specializations, typedefs instead
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Yuri Weinstein
05:28 PM Revision 392314d9 (ceph): Merge pull request #19549 from bi-shun/brotli-compressor
compressor: Add Brotli Compressor
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
05:28 PM Revision 93891902 (ceph): Merge pull request #19564 from kungf/list_bucket_osd
mon/OSDMonitor: list osd tree in named bucket
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
05:19 PM Revision 94cce089 (ceph): Add simple rbd performance tests
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
04:25 PM Bug #22596 (Resolved): qa/standalone/osd/osd-config.sh fails
Sage Weil
11:46 AM Bug #22596 (Fix Under Review): qa/standalone/osd/osd-config.sh fails
https://github.com/ceph/ceph/pull/19816 Kefu Chai
04:25 PM Revision 0973c371 (ceph): Merge pull request #19816 from tchaikov/wip-22596
qa/standalone: remove osd-map-max-advance related tests
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:50 PM Revision 057a95a8 (ceph): doc/mds: add generated files into the /etc/ceph/
Fixes: 16906
Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn>
(cherry picked from commit d1277f116cd297bae8da7b3e...
huanwen ren
12:00 PM Revision b07aa210 (ceph): rpm: adjust ceph-{osdomap,kvstore,monstore}-tool feature move
this is the rpm's counterpart of debian/control changes related to the
ceph-{osdomap,kvstore,monstore}-tool feature m...
Kefu Chai
11:40 AM Revision e7097593 (ceph): qa/standalone: remove osd-map-max-advance related tests
this setting was removed in 8967b73
Fixes: http://tracker.ceph.com/issues/22596
Signed-off-by: Kefu Chai <kchai@redh...
Kefu Chai
11:29 AM Revision e4b6a1d1 (ceph): mds: get rid of unnecessary if condition
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
11:09 AM Bug #22465 (Resolved): packages have unmet dependencies in upgrade:client-upgrade-kraken-luminous
Kefu Chai
09:10 AM rbd Feature #22605 (Resolved): Create per-object-prefix performance counters
The problem:
There is no way to collect per RBD-image runtime statistics (IOPS, MB/s and so on ).
Solution:
1. I...
Марк Коренберг
06:38 AM Revision 3e0e1a02 (ceph): rgw: optimize function parse_raw_oid
* drop redundant checks
Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn>
Bingyin Zhang
03:35 AM Revision 077351fa (ceph): Merge pull request #19808 from cbodley/wip-boost-1.66
cmake: update minimum boost version to 1.66
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:42 AM Revision 7e0a27a5 (ceph): common: compute SimpleLRU's size with contents.size() instead of lru.si...
As libstdc++ earlier than version 5 implement the list::size() as a O(n) operation,
this should be needed to avoid re...
Xuehan Xu
02:27 AM Revision fa796a05 (ceph): mds: clean up log's function name for CDir.cc and Beacon.cc
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
02:26 AM Revision dc2ed131 (ceph): mds: clean up log's function name for CDentry.cc
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
02:26 AM Revision d5f11b19 (ceph): mds: clean up log's function name for CInode.cc
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
02:06 AM Revision e691a27d (ceph): osd: Remove redundant local variable declaration
Signed-off-by: Shinobu Kinjo <shinobu@redhat.com> Shinobu Kinjo
01:29 AM RADOS Bug #22220: osd/ReplicatedPG.h:1667:14: internal compiler error: in force_type_die, at dwarf2out....
For DTS this should be fixed in the 7.1 release. Brad Hubbard
12:35 AM RADOS Bug #20439: PG never finishes getting created
Same thing in http://pulpito.ceph.com/yuriw-2018-01-04_20:43:14-rados-wip-yuri4-testing-2018-01-04-1750-distro-basic-... Josh Durgin

01/05/2018

10:37 PM rgw Feature #22604 (Resolved): Command to inspect the RGW cache
Easiest to do first, I'll just walk the cache, print the name of each object and what hangs off it. Maybe dump the co... Adam Emerson
10:35 PM Revision 5b9f1281 (ceph): rgw: Fix evaluation of bucket management permissions
I spent some more time looking through the documentation of how work
is evaluated, and the examples on
<http://docs....
Adam Emerson
10:29 PM rgw Feature #22603 (Resolved): Command to invalidate cache
The original request was to use the radosgw-admin tool to invalidate cache, but this doesn't fit the RGW architecture... Adam Emerson
10:23 PM rgw Backport #22026: luminous: Policy parser may or may not dereference uninitialized boost::optional...
Backport is the same as that for another bug:
https://github.com/ceph/ceph/pull/19810
Adam Emerson
12:33 PM rgw Backport #22026 (In Progress): luminous: Policy parser may or may not dereference uninitialized b...
Nathan Cutler
09:56 PM rgw Bug #22600: compilation failures with boost 1.66
i'm conflicted about what to backport for luminous. there have been quite a few beast frontend changes in radosgw tha... Casey Bodley
08:57 PM rgw Bug #22600 (Fix Under Review): compilation failures with boost 1.66
Casey Bodley
07:56 PM rgw Bug #22600: compilation failures with boost 1.66
https://github.com/ceph/ceph/pull/19808 Casey Bodley
07:54 PM rgw Bug #22600 (Resolved): compilation failures with boost 1.66
Boost 1.66 includes major updates to boost::asio, along with the first release of boost::beast. Both of these changes... Casey Bodley
09:43 PM rgw Backport #22214 (Fix Under Review): luminous: Bucket policy evaluation is not carried out for Del...
https://github.com/ceph/ceph/pull/19810 Adam Emerson
12:34 PM rgw Backport #22214 (In Progress): luminous: Bucket policy evaluation is not carried out for DeleteBu...
Nathan Cutler
09:40 PM CephFS Bug #22051 (Need More Info): tests: Health check failed: Reduced data availability: 5 pgs peering...
Patrick Donnelly
09:37 PM CephFS Bug #21575 (Resolved): mds: client caps can go below hard-coded default (100)
Patrick Donnelly
09:34 PM rgw Backport #22602 (Fix Under Review): luminous: Bucket Policy Evaluation Logical Error
Adam Emerson
09:34 PM rgw Backport #22602 (Resolved): luminous: Bucket Policy Evaluation Logical Error
https://github.com/ceph/ceph/pull/19810 Adam Emerson
09:34 PM CephFS Feature #20752 (Resolved): cap message flag which indicates if client still has pending capsnap
Patrick Donnelly
09:33 PM rgw Bug #21901 (Pending Backport): Bucket Policy Evaluation Logical Error
Adam Emerson
09:32 PM CephFS Bug #21419 (Need More Info): client: is ceph_caps_for_mode correct for r/o opens?
Jeff, any update on this? Patrick Donnelly
09:30 PM CephFS Documentation #21172: doc: Export over NFS
Ramana, any update on this? Patrick Donnelly
09:30 PM Revision febd39cf (ceph): rgw: Refactor checking of some ops
Since some operations check the user against the bucket owner in the
absence of a policy, rather than open-coding tha...
Adam Emerson
09:26 PM rgw Bug #21582 (Resolved): s3:GetBucketLocation bucket policy fails with 403
Adam Emerson
09:26 PM rgw Backport #21634 (Resolved): luminous: s3:GetBucketLocation bucket policy fails with 403
Adam Emerson
09:24 PM rgw Bug #21389 (Resolved): policy checks missing from Get/SetRequestPayment operations
Adam Emerson
09:23 PM rgw Backport #21652 (Resolved): luminous: policy checks missing from Get/SetRequestPayment operations
Adam Emerson
09:18 PM rgw Backport #22601 (Resolved): luminous: S3 API Policy Conditions IpAddress and NotIpAddress do not ...
https://github.com/ceph/ceph/pull/19819 Adam Emerson
09:16 PM rgw Bug #20991: S3 API Policy Conditions IpAddress and NotIpAddress do not work
Adam Emerson
08:58 PM rgw Bug #21578 (Resolved): s3:GetBucketCORS/s3:PutBucketCORS policy fails with 403
Adam Emerson
08:57 PM rgw Backport #21635 (Resolved): luminous: s3:GetBucketCORS/s3:PutBucketCORS policy fails with 403
Backport in https://github.com/ceph/ceph/pull/18444 Adam Emerson
08:53 PM rgw Bug #21597 (Resolved): s3:GetBucketWebsite/PutBucketWebsite fails with 403
Adam Emerson
08:52 PM rgw Backport #21633 (Resolved): luminous: s3:GetBucketWebsite/PutBucketWebsite fails with 403
https://github.com/ceph/ceph/pull/18445 Adam Emerson
08:49 PM Revision d1ec5234 (ceph): Merge pull request #19358 from taoCH/wip-librgw-multitenancy
librgw: export multitenancy support Matt Benjamin
07:55 PM Revision d85f42dd (ceph): cmake: remove Beast submodule and include path
the beast library is included in boost 1.66
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
07:55 PM Revision b589b73c (ceph): cmake: add WITH_BOOST_CONTEXT option
adds a more specific option for this boost::context dependency, which was
previously only used by the radosgw beast f...
Casey Bodley
07:55 PM Revision a66a6449 (ceph): rgw: update beast frontend for boost 1.66
Fixes: http://tracker.ceph.com/issues/22600
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
07:40 PM rgw Backport #22584: jewel: rgw: chained cache size is growing above rgw_cache_lru_size limit
https://github.com/ceph/ceph/pull/19469 Adam Emerson
12:17 PM rgw Backport #22584 (Resolved): jewel: rgw: chained cache size is growing above rgw_cache_lru_size limit
https://github.com/ceph/ceph/pull/19469 Nathan Cutler
07:38 PM rgw Backport #22583: luminous: rgw: chained cache size is growing above rgw_cache_lru_size limit
Pull Request is in: https://github.com/ceph/ceph/pull/19785 Adam Emerson
01:09 PM rgw Backport #22583 (In Progress): luminous: rgw: chained cache size is growing above rgw_cache_lru_s...
Nathan Cutler
12:17 PM rgw Backport #22583 (Resolved): luminous: rgw: chained cache size is growing above rgw_cache_lru_size...
https://github.com/ceph/ceph/pull/19785 Nathan Cutler
07:34 PM rgw Backport #22589: jewel: rgw: put cors operation returns 500 unknown error (ops are ECANCELED)
The jewel backport is currently an umerged PR: https://github.com/ceph/ceph/pull/19769 J. Eric Ivancich
12:19 PM rgw Backport #22589 (Resolved): jewel: rgw: put cors operation returns 500 unknown error (ops are ECA...
https://github.com/ceph/ceph/pull/19769 Nathan Cutler
07:34 PM rgw Backport #22588: luminous: rgw: put cors operation returns 500 unknown error (ops are ECANCELED)
The luminous backport is currently an umerged PR: https://github.com/ceph/ceph/pull/19788 J. Eric Ivancich
12:19 PM rgw Backport #22588 (Resolved): luminous: rgw: put cors operation returns 500 unknown error (ops are ...
https://github.com/ceph/ceph/pull/19788 Nathan Cutler
07:32 PM rgw Bug #21560: rgw: put cors operation returns 500 unknown error (ops are ECANCELED)
The luminous backport is currently a PR waiting to be merged: https://github.com/ceph/ceph/pull/19788
The jewel ba...
J. Eric Ivancich
07:29 PM Revision 01f9b599 (ceph): Merge pull request #19806 from cbodley/wip-common-escape
common: add streaming interfaces for json/xml escaping
Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
Casey Bodley
07:25 PM CephFS Documentation #22599 (Fix Under Review): doc: mds memory tracking of cache is imprecise by a cons...
https://github.com/ceph/ceph/pull/19807 Patrick Donnelly
07:19 PM CephFS Documentation #22599 (In Progress): doc: mds memory tracking of cache is imprecise by a constant ...
Patrick Donnelly
07:19 PM CephFS Documentation #22599 (Resolved): doc: mds memory tracking of cache is imprecise by a constant factor
MDS currently can use up much more memory than its mds_cache_memory_limit. This is more noticable in deployments of a... Patrick Donnelly
06:52 PM Revision 0e47a339 (ceph): cmake: update minimum boost version to 1.66
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
06:44 PM CephFS Bug #22548 (Need More Info): mds: crash during recovery
Patrick Donnelly
06:26 PM Revision 688cc257 (ceph): common: add streaming interfaces for json/xml escaping
adds stream output operators that escape json/xml strings without having
to allocate a separate output buffer
Signed...
Casey Bodley
05:38 PM Revision dff95620 (ceph): test: EscapeJson.Utf8 uses json instead of xml
the xml version does not escape the \n, while json does
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
05:38 PM Revision b2960e47 (ceph): test: use hex string literals
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
05:09 PM CephFS Bug #21539 (Resolved): man: missing man page for mount.fuse.ceph
Jos Collin
02:51 PM CephFS Bug #21539: man: missing man page for mount.fuse.ceph
follow-on fix: https://github.com/ceph/ceph/pull/19792 Nathan Cutler
05:09 PM CephFS Backport #22398 (Resolved): luminous: man: missing man page for mount.fuse.ceph
Jos Collin
05:07 PM Revision c859483f (ceph): Merge pull request #19449 from smithfarm/wip-22398-luminous
luminous: doc: man page for mount.fuse.ceph
Reviewed-by: Jos Collin <jcollin@redhat.com>
Jos Collin
04:42 PM Revision 135c0a01 (ceph): Merge pull request #19279 from taoCH/wip-fix-librgw-shutdown-err
librgw: fix shutdown err with resources uncleaned
Reviewed-by: Matt Benjamin <mbenjami@redhat.com>
Yuri Weinstein
04:41 PM Revision 3b033d8e (ceph): Merge pull request #19394 from zhangsw/cleanup-rgw-datasync-lease_cr
rgw: lease_cr->go_down is called twice, remove the needless one.
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:26 PM bluestore Bug #22543: OSDs can not start after shutdown, killed by OOM killer during PGs load
Sage,
Unfortunately we could not wait so long and re-deployed Ceph cluster on 12/30/2017.
We have managed to sta...
Volodymyr Blokhin
02:53 PM bluestore Bug #22543 (Need More Info): OSDs can not start after shutdown, killed by OOM killer during PGs load
The mempool dump shows 58GB (!) of pg logs. Can you restart the osd with 'debug bluestore = 20' so we can see if it i... Sage Weil
04:16 PM rgw Backport #22574: luminous: Random 500 errors in Swift PutObject
I have
https://github.com/ceph/ceph/pull/19788
(Sorry for not opening up a backport before writing this, I havn...
Adam Emerson
01:09 PM rgw Backport #22574 (In Progress): luminous: Random 500 errors in Swift PutObject
Nathan Cutler
12:16 PM rgw Backport #22574 (Resolved): luminous: Random 500 errors in Swift PutObject
https://github.com/ceph/ceph/pull/19788 Nathan Cutler
04:15 PM rgw Backport #22575: jewel: Random 500 errors in Swift PutObject
Here's Matt's jewel backport. I beefed up the description on the original bug.
https://github.com/ceph/ceph/pull/1...
Adam Emerson
03:36 PM rgw Backport #22575: jewel: Random 500 errors in Swift PutObject
looking at this ticket now, would it help if we beefed up the description and maybe reproducer hints? @adamemerson, ... Matt Benjamin
03:33 PM rgw Backport #22575: jewel: Random 500 errors in Swift PutObject
basically, in my judgment, yes. these fixes arise from experience with multi-gateway setups in the field. note that... Matt Benjamin
03:29 PM rgw Backport #22575 (Need More Info): jewel: Random 500 errors in Swift PutObject
The changes seem too extensive for jewel. Is the jewel backport really necessary? Nathan Cutler
12:16 PM rgw Backport #22575 (Resolved): jewel: Random 500 errors in Swift PutObject
https://github.com/ceph/ceph/pull/19769 Nathan Cutler
04:11 PM Revision 767fec1e (ceph): rgw: retry CORS put/delete operations on ECANCELLED
Fixes: http://tracker.ceph.com/issues/22517
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
(cherry picked from ...
Adam Emerson
04:11 PM Revision 5ceb7cb9 (ceph): rgw: Add expiration in the object cache
We had it in the chained caches, but it doesn't do much good if
they just fetch objects out of the object cache.
Fix...
Adam Emerson
04:11 PM Revision 34864fe7 (ceph): rgw: Plumb refresh logic into object cache
Now when we force a refetch of bucket info it will actually go to the
OSD rather than simply using the objects in the...
Adam Emerson
04:10 PM rgw Bug #22517: Cache never becoming consistent after failed updates
The behavior that's been reported shows the cache being out of date when updates to bucket metadata are attempted, le... Adam Emerson
04:00 PM rgw Bug #22517: Cache never becoming consistent after failed updates
basically, in my judgment, yes. note that there were additional changes originally in this series that just optimized... Matt Benjamin
03:32 PM rgw Bug #22517: Cache never becoming consistent after failed updates
Ken Dreyer has it in his list of Things to Do For This Bug. Adam Emerson
03:29 PM rgw Bug #22517: Cache never becoming consistent after failed updates
Luminous backport staged.
The changes seem too extensive for jewel. Is the jewel backport really necessary?
Nathan Cutler
04:08 PM CephFS Documentation #2206 (Resolved): Need a control command to gracefully shutdown an active MDS prior...
Sage Weil
04:02 PM Revision 92eae109 (ceph): Merge pull request #19725 from shinobu-x/osd_max_object_size
osd,os/bluestore: Display current size of osd_max_object_size
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
04:01 PM bluestore Bug #22535 (Pending Backport): OSD crushes with FAILED assert(used_blocks.size() > count) during ...
Kefu Chai
03:59 PM Revision 6a817b90 (ceph): Merge pull request #19718 from ifed01/wip-ifed-freelist-cleanup
os/bluestore: refactor FreeListManager to get clearer view on the number
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
03:57 PM Revision bfd4091f (ceph): rgw: Expire entries in bucket info cache
To bound the degree to which an RGW instance can go out to lunch if
the watch/notify breaks down, force refresh of an...
Adam Emerson
03:57 PM RADOS Bug #22597 (Resolved): "sudo chown -R ceph:ceph /var/lib/ceph/osd/ceph-0'" fails in upgrade test
http://pulpito.ceph.com/kchai-2018-01-05_15:34:38-upgrade-wip-kefu-testing-2018-01-04-1836-distro-basic-mira/
<pre...
Kefu Chai
03:52 PM Revision b99dae03 (ceph): Merge pull request #18324 from Jeegn-Chen/wip-bucket-quota-api
rgw: Admin API Support for bucket quota change
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
03:52 PM Revision 58fe27eb (ceph): common/perf_counters: remove unused parameter
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:50 PM Revision 44bbb372 (ceph): Merge pull request #19719 from shinobu-x/bluestore_extentmap_dup
bluestore: BlueStore::ExtentMap::dup impl
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
03:43 PM Revision 2775cc9a (ceph): Merge pull request #19698 from Liuchang0812/cleanup-ceph-tool
ceph: add the right bracket to watch-channel argument in the help message
Reviewed-by: Sage Weil <sage@redhat.com>
R...
Kefu Chai
03:35 PM Revision 16a1a02e (ceph): Merge pull request #19660 from cfanz/tmp
include/encoding: fix compat version error message
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:16 PM Revision b77ad3ae (ceph): Merge pull request #19654 from yaozongyou/test-fix-memory-leak
test: fix unittest memory leak to silence valgrind
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:15 PM mgr Bug #22457 (Pending Backport): ceph-mgr dashboard has dependency on python-jinja2
Kefu Chai
03:15 PM Revision 4fda7cc5 (ceph): Merge pull request #19598 from jcsp/wip-22457
packaging: explicit jinja2 dependency for dashboard
Reviewed-by: Wido den Hollander <wido@42on.com>
Kefu Chai
03:13 PM Bug #22596 (Resolved): qa/standalone/osd/osd-config.sh fails
/kchai-2018-01-04_11:59:52-rados-wip-kefu-testing-2018-01-04-1836-distro-basic-smithi/2025314/ Kefu Chai
03:02 PM CephFS Bug #22595 (Resolved): doc: mount.fuse.ceph is missing in index.rst
Nathan Cutler
02:56 PM CephFS Bug #22595 (Closed): doc: mount.fuse.ceph is missing in index.rst
Luminous backport handled via #21539 Nathan Cutler
01:57 PM CephFS Bug #22595 (Fix Under Review): doc: mount.fuse.ceph is missing in index.rst
Jos Collin
01:57 PM CephFS Bug #22595: doc: mount.fuse.ceph is missing in index.rst
https://github.com/ceph/ceph/pull/19792 Jos Collin
01:56 PM CephFS Bug #22595 (Resolved): doc: mount.fuse.ceph is missing in index.rst
mount.fuse.ceph is missing in http://docs.ceph.com/docs/master/cephfs/ Jos Collin
02:59 PM Revision ce1fe248 (ceph): doc: fix typo
Signed-off-by: Jos Collin <jcollin@redhat.com>
(cherry picked from commit a925bb4520797376b4b169bbcfe613cd1fa36429)
Jos Collin
02:59 PM Revision fa86f789 (ceph): doc: add mount.fuse.ceph to index
Added mount.fuse.ceph to index.rst
Fixes: http://tracker.ceph.com/issues/22595
Signed-off-by: Jos Collin <jcollin@re...
Jos Collin
02:59 PM Revision e21b3af6 (ceph): doc: doc for mount.fuse.ceph
Created doc for mount.fuse.ceph.
Fixes: http://tracker.ceph.com/issues/21539
Signed-off-by: Jos Collin <jcollin@redh...
Jos Collin
02:58 PM Revision bdeaae01 (ceph): Merge pull request #19792 from joscollin/wip-doc-cephfs
doc: add mount.fuse.ceph to index
Reviewed-by: Yan, Zheng <zyan@redhat.com>
Reviewed-by: Nathan Cutler <ncutler@suse...
Nathan Cutler
02:56 PM bluestore Bug #22102 (Need More Info): BlueStore crashed on rocksdb checksum mismatch
Have you seen any other instances of this? this is the first time i've heard of this particular crash. It looks lik... Sage Weil
02:54 PM bluestore Bug #21736 (Can't reproduce): Cannot create bluestore OSD
Sage Weil
02:07 PM Revision a925bb45 (ceph): doc: fix typo
Signed-off-by: Jos Collin <jcollin@redhat.com> Jos Collin
01:59 PM Revision db23f4ce (ceph): doc: add mount.fuse.ceph to index
Added mount.fuse.ceph to index.rst
Fixes: http://tracker.ceph.com/issues/22595
Signed-off-by: Jos Collin <jcollin@re...
Jos Collin
01:49 PM rbd Backport #21691 (In Progress): jewel: [qa] rbd_mirror_helpers.sh request_resync_image function sa...
Nathan Cutler
01:48 PM Revision c384f302 (ceph): qa/workunits/rbd: fixed variable name for resync image id
Fixes: http://tracker.ceph.com/issues/21663
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
01:48 PM rbd Backport #21690 (In Progress): luminous: [qa] rbd_mirror_helpers.sh request_resync_image function...
Nathan Cutler
01:48 PM Revision 88c987cd (ceph): qa/workunits/rbd: fixed variable name for resync image id
Fixes: http://tracker.ceph.com/issues/21663
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
01:47 PM rbd Backport #21688 (In Progress): luminous: Possible deadlock in 'list_children' when refresh is req...
Nathan Cutler
01:45 PM rbd Bug #21353 (Resolved): upgrade to luminous results in seemingly corrupt images in QEMU
doc/release-notes.rst is maintained in master only - dropping the backport Nathan Cutler
01:39 PM rbd Bug #21559 (Resolved): [rbd-mirror] resync isn't properly deleting non-primary image
Nathan Cutler
01:39 PM rbd Backport #21640 (Resolved): luminous: [rbd-mirror] resync isn't properly deleting non-primary image
Nathan Cutler
01:38 PM rbd Bug #21567 (Resolved): rbd does not delete snaps in (ec) data pool
Nathan Cutler
01:38 PM rbd Backport #21639 (Resolved): luminous: rbd does not delete snaps in (ec) data pool
Nathan Cutler
01:22 PM rbd Backport #21642 (In Progress): jewel: rbd ls -l crashes with SIGABRT
Nathan Cutler
01:22 PM Revision 24f768dc (ceph): librbd: hold cache_lock while clearing cache nonexistence flags
When transitioning from a snapshot that had an associated parent
to a snapshot where the parent was flattened and rem...
Jason Dillaman
01:20 PM rbd Backport #21641 (In Progress): luminous: rbd ls -l crashes with SIGABRT
Nathan Cutler
01:20 PM Revision a15eb7df (ceph): librbd: hold cache_lock while clearing cache nonexistence flags
When transitioning from a snapshot that had an associated parent
to a snapshot where the parent was flattened and rem...
Jason Dillaman
01:17 PM rgw Backport #22581 (In Progress): luminous: multisite: 'radosgw-admin sync error list' contains temp...
Nathan Cutler
12:16 PM rgw Backport #22581 (Resolved): luminous: multisite: 'radosgw-admin sync error list' contains tempora...
https://github.com/ceph/ceph/pull/19799 Nathan Cutler
01:16 PM Revision 84fff7ac (ceph): rgw: dont log EBUSY errors in 'sync error list'
these temporary errors get retried automatically, so no admin
intervention is required. logging them only serves to w...
Casey Bodley
12:39 PM rgw Backport #22571 (Resolved): luminous: Stale bucket index entry remains after object deletion
Nathan Cutler
12:16 PM rgw Backport #22571 (Resolved): luminous: Stale bucket index entry remains after object deletion
https://github.com/ceph/ceph/pull/18794 Nathan Cutler
12:37 PM rgw Backport #22506 (In Progress): luminous: rgw usage trim only trims a few entries
Nathan Cutler
12:35 PM rgw Backport #22388 (In Progress): luminous: rgw: 501 is returned When init multipart is using V4 sig...
Nathan Cutler
12:34 PM rgw Backport #22215 (In Progress): luminous: rgw: bucket index object not deleted after radosgw-admin...
Nathan Cutler
12:34 PM rgw Backport #22210 (In Progress): luminous: radosgw-admin zonegroup get and zone get should return d...
Nathan Cutler
12:34 PM rgw Backport #22187 (In Progress): luminous: rgw: add cors header rule check in cors option request
Nathan Cutler
12:33 PM rgw Backport #22184 (In Progress): luminous: Dynamic bucket indexing, resharding and tenants seems to...
Nathan Cutler
12:33 PM rgw Backport #22027 (In Progress): luminous: multisite: destination zone does not compress synced obj...
Nathan Cutler
12:32 PM rgw Backport #21949 (In Progress): luminous: rgw: null instance mtime incorrect when enable versioning
Nathan Cutler
12:32 PM rgw Backport #21919 (In Progress): luminous: rgw_file: full enumeration needs new readdir whence str...
Nathan Cutler
12:31 PM rgw Backport #21851 (Need More Info): luminous: rgw: Missing error handling when gen_rand_alphanumeri...
Nathan Cutler
12:30 PM rgw Backport #21631 (In Progress): luminous: remove region from "INSTALL CEPH OBJECT GATEWAY"
Nathan Cutler
12:20 PM rbd Backport #22594 (Resolved): jewel: [ FAILED ] TestLibRBD.RenameViaLockOwner
https://github.com/ceph/ceph/pull/19855 Nathan Cutler
12:20 PM rbd Backport #22593 (Resolved): luminous: [ FAILED ] TestLibRBD.RenameViaLockOwner
https://github.com/ceph/ceph/pull/19853 Nathan Cutler
12:20 PM rgw Backport #22592 (Resolved): jewel: radosgw refuses upload when Content-Type missing from POST policy
https://github.com/ceph/ceph/pull/19635
Nathan Cutler
12:20 PM rgw Backport #22591 (Resolved): luminous: radosgw refuses upload when Content-Type missing from POST ...
https://github.com/ceph/ceph/pull/19784
https://github.com/ceph/ceph/pull/19867
(two identical PRs were merged in...
Nathan Cutler
12:19 PM CephFS Backport #22590 (Resolved): jewel: ceph.in: tell mds does not understand --cluster
https://github.com/ceph/ceph/pull/19907 Nathan Cutler
12:18 PM CephFS Backport #22587 (Resolved): luminous: mds: mdsload debug too high
https://github.com/ceph/ceph/pull/19827 Nathan Cutler
12:18 PM rgw Backport #22586 (Resolved): luminous: RGWBug: rewrite a versioning object create a new object
https://github.com/ceph/ceph/pull/19787 Nathan Cutler
12:17 PM CephFS Backport #22563 (In Progress): luminous: mds: optimize CDir::_omap_commit() and CDir::_committed(...
Nathan Cutler
12:17 PM CephFS Backport #22564 (In Progress): luminous: Locker::calc_new_max_size does not take layout.stripe_co...
Nathan Cutler
12:17 PM mgr Backport #22585 (Resolved): luminous: Prometheus exporter can't get metrics after update to 12.2.2
https://github.com/ceph/ceph/pull/19834 Nathan Cutler
12:16 PM rgw Backport #22582 (Resolved): jewel: multisite: 'radosgw-admin sync error list' contains temporary ...
-https://github.com/ceph/ceph/pull/19638-
https://github.com/ceph/ceph/pull/19908
Nathan Cutler
12:16 PM CephFS Backport #22580 (Resolved): luminous: qa: full flag not set on osdmap for tasks.cephfs.test_full....
https://github.com/ceph/ceph/pull/19962 Nathan Cutler
12:16 PM CephFS Backport #22579 (Resolved): luminous: mds: check for CEPH_OSDMAP_FULL is now wrong; cluster full ...
https://github.com/ceph/ceph/pull/19830 Nathan Cutler
12:16 PM rbd Backport #22578 (Resolved): jewel: [test] rbd-mirror split brain test case can have a false-posit...
https://github.com/ceph/ceph/pull/21205 Nathan Cutler
12:16 PM rbd Backport #22577 (Resolved): luminous: [test] rbd-mirror split brain test case can have a false-po...
https://github.com/ceph/ceph/pull/20205 Nathan Cutler
12:16 PM mgr Backport #22576 (Resolved): luminous: zabbix throws exception
https://github.com/ceph/ceph/pull/19831 Nathan Cutler
12:16 PM CephFS Backport #22573 (Resolved): luminous: AttributeError: 'LocalFilesystem' object has no attribute '...
https://github.com/ceph/ceph/pull/19829 Nathan Cutler
12:16 PM rgw Backport #22572 (Resolved): jewel: Stale bucket index entry remains after object deletion
https://github.com/ceph/ceph/pull/20293 Nathan Cutler
11:26 AM Messengers Bug #22570: out of order caused by letting old msg from down peer be processed to RESETSESSION
assert(repop_queue.front() == repop); mingxin liu
11:19 AM Messengers Bug #22570 (Resolved): out of order caused by letting old msg from down peer be processed to RESE...
1.slave ack two op(op1,op2) to primary
2.op1 was dropped by con reset
3.op2 was sent to primary
4.primary use serv...
mingxin liu
10:56 AM Revision dc279bdd (ceph): osd: use next_map to determine if peer is down
or peer was once down after this msg had been sent out
Signed-off-by: Mingxin Liu <mingxin@xsky.com>
Mingxin Liu
10:10 AM CephFS Backport #22569 (Fix Under Review): jewel: doc: clarify path restriction instructions
https://github.com/ceph/ceph/pull/19795 Jos Collin
09:39 AM CephFS Backport #22569 (Resolved): jewel: doc: clarify path restriction instructions
https://github.com/ceph/ceph/pull/19795 and https://github.com/ceph/ceph/pull/19840 Jos Collin
09:51 AM RADOS Bug #22525: auth: ceph auth add does not sanity-check caps
-https://github.com/ceph/ceph/pull/19794- Jing Li
09:39 AM CephFS Documentation #16906 (Pending Backport): doc: clarify path restriction instructions
Jos Collin
08:50 AM Revision 06071401 (ceph): ceph.in: Add blocking mode for scrub and deep-scrub
Signed-off-by: Brad Hubbard <bhubbard@redhat.com> Brad Hubbard
08:44 AM rgw Bug #20201: radosgw refuses upload when Content-Type missing from POST policy
The s3-tests patch/commit will need to be backported to the "ceph-jewel" and "ceph-luminous" branches along with the ... Nathan Cutler
07:48 AM rgw Bug #22556: failed to take a lock on datalog.sync-status.f608ce2b-5584-45af-b0c5-f4896995bd22
if set rgw_override_bucket_index_max_shards value as:
rgw_override_bucket_index_max_shards = 3, or othe int, reappea...
Amine Liu
06:13 AM rgw Bug #22568: rgw: update quota is inconsistent at add/del object with compression
https://github.com/ceph/ceph/pull/19772 fang yuxiang
06:12 AM rgw Bug #22568 (New): rgw: update quota is inconsistent at add/del object with compression
one can reproduce as bellow:
first: setup
1. enable compression
2. create a user 'tt'
3. create a bucket 'ttb'
...
fang yuxiang
06:10 AM Revision 69edaa1e (ceph): rgw: update quota is inconsistent at add/del object with compression
Fixes: http://tracker.ceph.com/issues/22568
Signed-off-by: fang yuxiang fang.yuxiang@eisoo.com
fang yuxiang
05:54 AM Revision a068fd84 (ceph): doc: fix heading
Fixed 'Which kernel version?' heading not having brown color background.
Signed-off-by: Jos Collin <jcollin@redhat.com>
Jos Collin
05:46 AM rgw Bug #22469: creating a zone with mistake tier-type is not exit
https://github.com/ceph/ceph/pull/19575 Chang Liu
03:58 AM Revision e4a0cb58 (ceph): Merge pull request #19559 from liu-chunmei/fix_dpdk_bug_base_spdk
osd: fix dpdk runtime issue based on spdk/dpdk libarary
Reviewed-by: Haomai Wang <haomai@xsky.com>
Haomai Wang
03:18 AM Revision 06ce6137 (ceph): client: make mark_caps_clean and mark_caps_dirty as member function to ...
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
03:15 AM Revision aeb920be (ceph): client: fix dirty caps might never be flushed
Fixes: http://tracker.ceph.com/issues/22546
Signed-off-by: dongdong tao <tdd21151186@gmail.com>
dongdong tao
02:15 AM rgw Bug #22567: rgw: stack overflow in JSONFormatter::print_quoted_string
https://github.com/ceph/ceph/pull/19771 fang yuxiang
02:15 AM rgw Bug #22567 (New): rgw: stack overflow in JSONFormatter::print_quoted_string
one can reproduce by steps:
configure compression for rgw
upload a big zero bytes object(>= 1G)
use radosgw-admi...
fang yuxiang
02:06 AM Revision fd6dda08 (ceph): use retry instead of bash while loop which can block indefinitly
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
02:00 AM Revision 4de16979 (ceph): gitlab changed from osas to gitlab.cee.redhat.com
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
01:48 AM Revision 0cbd26e8 (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
12:42 AM CephFS Bug #22483 (Pending Backport): mds: check for CEPH_OSDMAP_FULL is now wrong; cluster full flag is...
https://github.com/ceph/ceph/pull/19602 Patrick Donnelly
12:40 AM CephFS Bug #22475 (Pending Backport): qa: full flag not set on osdmap for tasks.cephfs.test_full.TestClu...
Patrick Donnelly

01/04/2018

10:50 PM Revision e51e1fa4 (ceph): rgw: Handle stale bucket info in RGWDeleteBucketPolicy
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
(cherry picked from commit e397b7e6d0c49d625fb2b2363311e6486f204...
Adam Emerson
10:46 PM Revision 08bf9c07 (ceph): rgw: Handle stale bucket info in RGWPutBucketPolicy
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
(cherry picked from commit 1738b4f6b726b462abb436f78026c1577b55f...
Adam Emerson
10:42 PM Revision 3f2fa364 (ceph): rgw: Handle stale bucket info in RGWDeleteBucketWebsite
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
(cherry picked from commit f4d274248e43cb38ff2b27782c010b2c35b12...
Adam Emerson
10:36 PM Revision b2667551 (ceph): rgw: Handle stale bucket info in RGWSetBucketWebsite
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
(cherry picked from commit b2b7385f194def1025a8947bab876c9856b06...
Adam Emerson
10:36 PM Revision 672eea5d (ceph): rgw: Handle stale bucket info in RGWSetBucketVersioning
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
(cherry picked from commit a0a1e7c2ef992b8758bcfb20d893730c1b202...
Adam Emerson
10:36 PM Revision fc271e4e (ceph): rgw: Handle stale bucket info in RGWPutMetadataBucket
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
(cherry picked from commit ebb86301b20098e15824f469001f6153b2796...
Adam Emerson
10:35 PM Revision dea29460 (ceph): rgw: Add retry_raced_bucket_write
If the OSD informs us that our bucket info is out of date when we need
to write, we should have a way to update it.
...
Adam Emerson
10:04 PM Revision 4a79dd90 (ceph): rgw: fix rewrite a versioning object create a new object bug
Fixes: http://tracker.ceph.com/issues/21984
Signed-off-by: Enming Zhang <enming.zhang@umcloud.com>
(cherry picked fr...
Enming Zhang
09:56 PM Revision f691ad1b (ceph): doc/rados: document new class method whitelisting cap syntax
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
09:52 PM Revision 2e3a89f0 (ceph): rgw: Add try_refresh_bucket_info function
Sometimes operations fail with -ECANCELED. This means we got raced. If
this happens we should update our bucket info ...
Adam Emerson
09:52 PM Revision 8ced644c (ceph): osd: caps now support whitelisting execution of class methods
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
09:38 PM Revision c9051fba (ceph): osd: fix dpdk runtime issue based on spdk/dpdk libarary
1.misunderstand mbuf_overhead before, so correct it.
2.spdk/dpdk library will set refcnt, so needn't set it here.
3.a...
chunmei Liu
09:37 PM Revision 132624da (ceph): osd: track class methods when evaluating caps
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
09:03 PM Revision c49417d8 (ceph): rgw: fix chained cache invalidation to prevent cache size growth
above the rgw_cache_lru_size limit
Fixes: http://tracker.ceph.com/issues/22410
Signed-off-by: Mark Kogan <mkogan@re...
Mark Kogan
08:54 PM Revision bd5bc6d4 (ceph): Merge pull request #48 from immesys/master
Get luminous working Noah Watkins
08:49 PM Revision ad0ea9fa (ceph): RGW: S3 POST policy should not require Content-Type
In the current implementation, putting a key in the acting
RGWPolicyEnv makes it required in RGWPolicyEnv::match_poli...
Matt Benjamin
08:11 PM rgw Backport #22182: jewel: rgw segfaults after running radosgw-admin data sync init
https://github.com/ceph/ceph/pull/19783 Orit Wasserman
08:00 PM Revision 8d6b89cc (ceph): rgw: data sync: set num_shards when building full maps
When radosgw-admin data sync init is called on a cluster, the next run
of rgw crashes as when it processes ListBucket...
Abhishek Lekshmanan
07:32 PM CephFS Bug #22562 (Fix Under Review): mds: fix dump last_sent
Patrick Donnelly
03:57 AM CephFS Bug #22562: mds: fix dump last_sent
https://github.com/ceph/ceph/pull/19762 dongdong tao
03:57 AM CephFS Bug #22562 (Resolved): mds: fix dump last_sent
last_sent in capability is an integer dongdong tao
07:31 PM Revision 7705e59a (ceph): Merge PR #19766 into master
* refs/pull/19766/head:
mds: fix typo
Reviewed-by: John Spray <john.spray@redhat.com>
Reviewed-by: Patrick Donnelly...
Patrick Donnelly
07:27 PM Revision c0b59f20 (ceph): rgw: set num_shards on 'radosgw-admin data sync init'
Fixes: http://tracker.ceph.com/issues/22083
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from com...
Casey Bodley
07:25 PM rgw Bug #22560 (Resolved): segfault in ObjectCache::touch_lru()
moving to resolved - see http://tracker.ceph.com/issues/22517 for backport tracker Casey Bodley
06:39 PM rgw Bug #22560 (Pending Backport): segfault in ObjectCache::touch_lru()
Matt Benjamin
07:24 PM rgw Bug #22517: Cache never becoming consistent after failed updates
The pr https://github.com/ceph/ceph/pull/19581 backport needs to include the fix in https://github.com/ceph/ceph/pull... Casey Bodley
06:39 PM rgw Bug #22517 (Pending Backport): Cache never becoming consistent after failed updates
Matt Benjamin
07:21 PM rgw Bug #22444 (Fix Under Review): rgw: normalize/duplicate 'rm' vs 'remove' vs 'del' in rgw commands
Orit Wasserman
07:21 PM rgw Bug #22444: rgw: normalize/duplicate 'rm' vs 'remove' vs 'del' in rgw commands
master pr: https://github.com/ceph/ceph/pull/19439 Abhishek Lekshmanan
07:16 PM rgw Bug #22261: Object remaining in domain_root pool after delete bucket
If you use multisite than the bucket metadata and index won't be deleted.
Orit Wasserman
07:13 PM RADOS Bug #22351 (Need More Info): Couldn't init storage provider (RADOS)
what is your pool configuration? Orit Wasserman
07:05 PM rgw Bug #21397 (Resolved): permission denied rados gateway multi-size meta search integration Elastic...
Casey Bodley
07:04 PM rgw Bug #21368 (Resolved): rados gateway failed to sync with openstack keystone
Casey Bodley
07:03 PM rgw Bug #22094 (Closed): Lots of reads on default.rgw.usage pool
Orit Wasserman
07:01 PM rgw Bug #22274 (Won't Fix): Luminous's radosgw cant decide if it's 32 or 64bit
Casey Bodley
06:59 PM rgw Bug #22331 (Need More Info): Luminous 12.2.2 multisite sync failed when objects bigger than 4MB
Casey Bodley
06:59 PM rgw Bug #22331: Luminous 12.2.2 multisite sync failed when objects bigger than 4MB
Can you share the output of 'radosgw-admin sync status'? The 'Device or resource busy' error you see is unrelated (th... Casey Bodley
06:54 PM rgw Bug #22312 (In Progress): ERROR: keystone revocation processing returned error r=-22 on keystone ...
@marcus, could you take a look when able? Matt Benjamin
06:53 PM rgw Bug #22296: Librgw shutdown uncorreclty
Casey Bodley
06:51 PM Revision 647ce338 (ceph): When a system object is created exclusively, do not distribute the
cache information to the other rados gateways and instead let them
lazily retrieve the information when they need it....
J. Eric Ivancich
06:48 PM rgw Bug #22541: put bucket policy panics RGW process
Matt Benjamin
06:45 PM rgw Bug #18260: When uploading a large number of objects constantly, the objects number of bucket is ...
@eric, could you try to evaluate this? looks novemberish Matt Benjamin
06:43 PM rgw Bug #21560 (Pending Backport): rgw: put cors operation returns 500 unknown error (ops are ECANCELED)
Matt Benjamin
06:42 PM rgw Bug #21591 (Resolved): RGW multisite does not sync all objects
Casey Bodley
06:40 PM rgw Bug #20201 (Pending Backport): radosgw refuses upload when Content-Type missing from POST policy
Orit Wasserman
06:10 PM Revision 20629691 (ceph): rgw: keep compression type consistent between parts of s3 Multipart
Signed-off-by: fang yuxiang fang.yuxiang@eisoo.com fang yuxiang
05:58 PM Revision 79e83d27 (ceph): Merge pull request #19756 from shinobu-x/objecter_unique_lock
osdc: Do not use lock_guard as unique_lock
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Reviewed-by: Adam C. Emerso...
Greg Farnum
05:46 PM mgr Bug #22527 (Resolved): mgr.x runtime_error in json_spirit on upgrade
Fixed by f6e1a797d45d7d646835bad8e258908407b2695b. Patrick Donnelly
02:57 AM mgr Bug #22527: mgr.x runtime_error in json_spirit on upgrade
+1 for revert Zheng Yan
05:42 PM Revision f6e1a797 (ceph): Revert "Merge PR #19369 into master"
This reverts commit 3189ba19a779e4a54265aa831a57d686a7911187, reversing
changes made to b7620de0200bdbac6a1a7abbdfbaf...
Patrick Donnelly
05:11 PM Revision 4edaf0ac (ceph): Merge pull request #19763 from tchaikov/wip-cmake
cmake: pass static linkflags to the linker who links libcommon
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Sage Weil
04:54 PM Revision 82b9b838 (ceph): Avoid the assert failure when the inode for the cap_export from other M...
Signed-off-by: Jianyu Li <joannyli@tencent.com> Jianyu Li
03:58 PM Revision a819f5ec (ceph): rgw: Plumb refresh logic into object cache
Now when we force a refetch of bucket info it will actually go to the
OSD rather than simply using the objects in the...
Adam Emerson
02:58 PM rgw Bug #22015: Civetweb reports bad response code.
Looks solved: https://github.com/ceph/ceph/pull/19678 Jarek Owsiewski
02:55 PM Revision f309180b (ceph): admin/build-doc: support renamed python2 RPMs
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
02:42 PM RADOS Bug #22354: v12.2.2 unable to create bluestore osd using ceph-disk
So my OSDs had the default Bluestore layout the first time around, i.e. a 100MB DB/WAL (xfs) partition followed by th... Jon Heese
07:06 AM RADOS Bug #22354: v12.2.2 unable to create bluestore osd using ceph-disk
Jon Heese wrote:
> Unfortunately, `ceph-disk zap /dev/sde` does not wipe enough of the disk to avoid this issue. As...
Hua Liu
02:35 PM RADOS Bug #22266 (Pending Backport): mgr/PyModuleRegistry.cc: 139: FAILED assert(map.epoch > 0)
Kefu Chai
02:32 PM RADOS Bug #22266 (Resolved): mgr/PyModuleRegistry.cc: 139: FAILED assert(map.epoch > 0)
Sage Weil
01:23 PM RADOS Bug #22266 (Fix Under Review): mgr/PyModuleRegistry.cc: 139: FAILED assert(map.epoch > 0)
http://tracker.ceph.com/issues/22266 Kefu Chai
02:32 PM Revision b3319127 (ceph): Merge pull request #19780 from tchaikov/wip-22266
tools/ceph_monstore_tool: include mgrmap in initial paxos epoch
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:52 PM RADOS Support #22566 (New): Some osd remain 100% CPU after upgrade jewel => luminous (v12.2.2) and some...
h1. I have some OSDs that remain at 100% startup without any debug info in the logs :... David Casier
01:30 PM rgw Feature #22565 (New): Multiple Data Pool Support for a Bucket
https://etherpad.net/p/multiple-data-pool-support-for-a-bucket Jeegn Chen
01:21 PM Revision f3f2a8ba (ceph): tools/ceph_monstore_tool: include mgrmap in initial paxos epoch
before this change, the "mgr" map is not included paxos, thus why the
peon mon fails to have the mgr map after it is ...
Kefu Chai
12:30 PM bluestore Bug #22467: osd boot has stuck for 10min because of clear_temp_object
Josh Durgin wrote:
> This is bluestore, right? It sounds like you've got too large/slow a rocksdb - you want that me...
jinxiang cheng
11:44 AM Revision 75c5e5cc (ceph): cmake: pass static linkflags to the linker who links libcommon
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
08:33 AM Bug #22558 (Fix Under Review): "Transaction check error" in upgrade:client-upgrade-kraken-luminous
https://github.com/ceph/ceph/pull/19777 Kefu Chai
07:45 AM Bug #22558: "Transaction check error" in upgrade:client-upgrade-kraken-luminous
it is a regression caused by #21762 's luminous backport. Kefu Chai
08:07 AM Dashboard Feature #22521: dashboard: performance counter browser
Chang Liu wrote:
> John Spray wrote:
> > Hi Chang -- this feature is currently being worked on by Rubab Syed, who i...
Chang Liu
07:48 AM Dashboard Feature #22521: dashboard: performance counter browser
John Spray wrote:
> Hi Chang -- this feature is currently being worked on by Rubab Syed, who is an outreachy intern....
Chang Liu
07:15 AM CephFS Backport #22564 (Resolved): luminous: Locker::calc_new_max_size does not take layout.stripe_count...
https://github.com/ceph/ceph/pull/19776 Zheng Yan
07:12 AM Revision 08edb163 (ceph): mds: respect mds_client_writeable_range_max_inc_objs config
get_layout_size_increment() return layout.get_period(). A period
contain layout.stripe_count objects.
The config is ...
Yan, Zheng
07:12 AM RADOS Support #22422: Block fsid does not match our fsid
See, [[http://tracker.ceph.com/issues/22354]] Hua Liu
07:10 AM CephFS Backport #22563 (Resolved): luminous: mds: optimize CDir::_omap_commit() and CDir::_committed() f...
https://github.com/ceph/ceph/pull/19775 Zheng Yan
07:08 AM Revision 8d6c2c2d (ceph): mds: track dirty dentries in separate list
this should improve performance of large directory
Fixes: http://tracker.ceph.com/issues/19578
Signed-off-by: "Yan, ...
Yan, Zheng
06:56 AM Revision b2893d17 (ceph): rgw: Admin API Support for bucket quota change
Allow admin to change the quota of a individual bucket through Admin API
Fixes: http://tracker.ceph.com/issues/21811...
Jeegn Chen
06:56 AM Revision 46b1186f (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
06:48 AM Revision 77c7013a (ceph): rgw: fix the return type is wrong
invalid acl header will also be successful
Signed-off-by: hechuang <hechuang@xsky.com>
chuang he
05:23 AM Revision e96b55fd (ceph): rbd: replace positional_path parameter with arg_index in get_path()
Signed-off-by: songweibin <song.weibin@zte.com.cn> wb song
04:47 AM Revision 67a19801 (ceph): client: add log when we got unexpected flush ack
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
04:43 AM Revision b96df5ff (ceph): mds: use session.get_client()
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
04:35 AM Revision 7bc1fa04 (ceph): client: avoid adding checked inode to the delayed_caps
no need to check again in delayed_caps
Signed-off-by: dongdong tao <tdd21151186@gmail.com>
dongdong tao
03:57 AM Revision 3d3df18b (ceph): mds: fix dump last_sent
issue: http://tracker.ceph.com/issues/22562
Signed-off-by: dongdong tao <tdd21151186@gmail.com>
dongdong tao
03:47 AM Revision 11ed05c7 (ceph): mds: fix typo
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
03:46 AM CephFS Bug #22542 (Resolved): doc: epoch barrier mechanism not found
Jos Collin
03:41 AM Revision b8c3c695 (ceph): client: avoid remove same cap twice
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
03:34 AM Revision 585d1ac3 (ceph): client: enhance log for _closed_mds_session
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
03:26 AM CephFS Bug #22523: Jewel10.2.10 cephfs journal corrupt,later event jump into previous position.
can't find any 'osd_op ... write' in mds logs. So I can't find any clue how the corruption happened. Zheng Yan
01:48 AM CephFS Bug #22523: Jewel10.2.10 cephfs journal corrupt,later event jump into previous position.
Zheng Yan wrote:
> can't any log for "2017-12-16". next time you do experiment,please set debug_ms=1 for mds
Dear...
鹏 张
02:25 AM Revision ce7cd1d5 (ceph): rgw: Add expiration in the object cache
We had it in the chained caches, but it doesn't do much good if
they just fetch objects out of the object cache.
Fix...
Adam Emerson
02:25 AM Revision 371683a1 (ceph): rgw: retry CORS put/delete operations on ECANCELLED
Fixes: http://tracker.ceph.com/issues/22517
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
(cherry picked from...
Adam Emerson
01:38 AM Revision 213bc895 (ceph): common: Do not use unique_lock, if manual lock/unlock are not necessary
Signed-off-by: Shinobu Kinjo <shinobu@redhat.com> Shinobu Kinjo
01:07 AM RADOS Bug #22561 (New): PG stuck during recovery, requires OSD restart
We are sometimes encountering issues with PGs getting stuck in recovery.
For example, we ran some stress tests wit...
Paul Emmerich
12:31 AM Revision 106061fd (ceph): rgw: Expire entries in bucket info cache
To bound the degree to which an RGW instance can go out to lunch if
the watch/notify breaks down, force refresh of an...
Adam Emerson
12:30 AM Revision 72a103b4 (ceph): rgw: Handle stale bucket info in RGWDeleteBucketWebsite
Fixes: http://tracker.ceph.com/issues/22517
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
(cherry picked from...
Adam Emerson
12:30 AM Revision 66df0d45 (ceph): rgw: Handle stale bucket info in RGWSetBucketWebsite
Fixes: http://tracker.ceph.com/issues/22517
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
(cherry picked from...
Adam Emerson
12:28 AM Revision 04dbb579 (ceph): rgw: Handle stale bucket info in RGWSetBucketVersioning
Fixes: http://tracker.ceph.com/issues/22517
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
(cherry picked from...
Adam Emerson
12:26 AM Revision ea7e2fd7 (ceph): rgw: Handle stale bucket info in RGWPutMetadataBucket
Fixes: http://tracker.ceph.com/issues/22517
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
(cherry picked from...
Adam Emerson
12:10 AM Bug #22549: admin/build-doc is asking the already installed packages
Jos Collin wrote:
> admin/build-doc is always asking the already installed packages.
>
> $ admin/build-doc
> ad...
Jos Collin

01/03/2018

11:26 PM mgr Bug #22527: mgr.x runtime_error in json_spirit on upgrade
+1 -- I'd revert that. The original format with the dicts is kind of ugly, but I don't think there's a strong enough... John Spray
10:12 PM mgr Bug #22527: mgr.x runtime_error in json_spirit on upgrade
I'm inclined to revert [1] as it's not worth the trouble it's caused. There isn't a clean way to make the upgrade tes... Patrick Donnelly
11:12 PM Revision cf322e65 (ceph): mds: Using stl min | max, MIN | MAX macros instead
Signed-off-by: Shinobu Kinjo <shinobu@redhat.com> Shinobu Kinjo
10:19 PM Revision 6b72f456 (ceph): Merge pull request #19768 from cbodley/wip-rgw-cache-dedeque
rgw: change ObjectCache::lru from deque back to list Matt Benjamin
09:38 PM rgw Bug #22560 (In Progress): segfault in ObjectCache::touch_lru()
https://github.com/ceph/ceph/pull/19768 Casey Bodley
07:12 PM rgw Bug #22560 (Resolved): segfault in ObjectCache::touch_lru()
when running vstart.sh with RGW=1, the `radosgw-admin user create --uid testid` command crashes:... Casey Bodley
09:29 PM Revision 25b27b5c (ceph): rgw: add invalidate_lru() call back to ObjectCache::put()
the removal of this line was causing s3test failures independently of
the change from list-deque
Signed-off-by: Case...
Casey Bodley
09:28 PM RADOS Bug #22064: "RadosModel.h: 865: FAILED assert(0)" in rados-jewel-distro-basic-smithi
So Nathan seems to have narrowed it down to https://github.com/ceph/ceph/pull/17815 - can you look at this when you'r... Josh Durgin
09:23 PM RADOS Support #22422: Block fsid does not match our fsid
It looks like you may have had a partial prepare there in the past - if you're sure it's the right disk, wipe it with... Josh Durgin
09:22 PM RADOS Bug #22438 (Resolved): mon: leak in lttng dlopen / __tracepoints__init
Josh Durgin
09:17 PM RADOS Support #22466 (Closed): PG failing to map to any OSDs
Josh Durgin
09:17 PM bluestore Bug #22467: osd boot has stuck for 10min because of clear_temp_object
This is bluestore, right? It sounds like you've got too large/slow a rocksdb - you want that metadata on an ssd. Josh Durgin
09:08 PM RADOS Support #22553: ceph-object-tool can not remove metadata pool's object
Is there possibly something wrong with that disk? Josh Durgin
08:28 PM Revision 57bee5fc (ceph): rgw: Add retry_raced_bucket_write
If the OSD informs us that our bucket info is out of date when we need
to write, we should have a way to update it.
...
Adam Emerson
08:27 PM Revision 2c14cf0a (ceph): rgw: Add try_refresh_bucket_info function
Sometimes operations fail with -ECANCELED. This means we got raced. If
this happens we should update our bucket info ...
Adam Emerson
07:39 PM Revision 3fa6a3fa (ceph): rgw: change ObjectCache::lru from deque back to list
ObjectCacheEntry stores an lru_iter into this lru, and depends on that
iterator remaining valid as other entries are ...
Casey Bodley
06:11 PM CephFS Bug #22536 (Fix Under Review): client:_rmdir() uses a deleted memory structure(Dentry) leading a ...
Patrick Donnelly
05:53 PM Dashboard Bug #22557 (Fix Under Review): Dashboard on backup MGRs always redirects to /, breaking reverse p...
https://github.com/ceph/ceph/pull/19758 John Spray
03:25 PM Dashboard Bug #22557 (Resolved): Dashboard on backup MGRs always redirects to /, breaking reverse proxy sup...
The backup MGRs always redirect to / on the active MGR. This means if the proxy hits an active MGR for /, the dashboa... Nick Erdmann
05:40 PM CephFS Bug #22546 (Fix Under Review): client: dirty caps may never get the chance to flush
Patrick Donnelly
05:07 PM Bug #21930 (Resolved): Dead jobs at "Finished running handlers" in upgrade:jewel-x-luminous
Sage Weil
05:07 PM Revision bccb4839 (ceph): Merge pull request #19243 from liewegas/wip-fix-statfs-luminous
mon/Monitor: fix statfs handling before luminous switchover happens
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Re...
Sage Weil
04:41 PM Bug #22558 (Resolved): "Transaction check error" in upgrade:client-upgrade-kraken-luminous
Seems centos related
Run: http://pulpito.ceph.com/teuthology-2018-01-03_05:50:02-upgrade:client-upgrade-kraken-lumin...
Yuri Weinstein
04:40 PM Revision 4bb5c856 (ceph): radosgw: fix doubled underscore with s3/swift server-side copy
A name is almost an oid. Except that if a name starts
with a _, the corresponding oid starts with a double _.
The co...
Marcus Watts
04:21 PM Bug #22465: packages have unmet dependencies in upgrade:client-upgrade-kraken-luminous
ubuntu seems fixed, but centos is still failing:
http://pulpito.ceph.com/teuthology-2018-01-03_05:50:02-upgrade:c...
Yuri Weinstein
04:04 PM Revision 819a3578 (ceph): Merge tag 'v13.0.1'
Sage Weil
04:03 PM Revision 9cce2427 (ceph): v13.0.1
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:44 PM rgw Bug #22410 (Pending Backport): rgw: chained cache size is growing above rgw_cache_lru_size limit
Ken Dreyer
03:28 PM RADOS Bug #22354: v12.2.2 unable to create bluestore osd using ceph-disk
Jon Heese wrote:
> Unfortunately, `ceph-disk zap /dev/sde` does not wipe enough of the disk to avoid this issue. As...
Curt Bruns
03:23 PM Revision ab076edf (ceph): ceph.in: print all matched commands if arg missing
so if only a single command matches, the "Invalid command:" error
message is
printed, otherwise, the top 10 matched c...
Kefu Chai
02:42 PM CephFS Feature #16775 (Fix Under Review): MDS command for listing open files
https://github.com/ceph/ceph/pull/19760 John Spray
01:04 PM CephFS Feature #16775: MDS command for listing open files
could you please have a look at this pr
https://github.com/ceph/ceph/pull/19760
dongdong tao
02:37 PM Revision 78b7f10d (ceph): mgr/DaemonServer: fix error string
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:37 PM Revision 8651e15c (ceph): qa/tasks/ceph_manager: tolerate failure to force backfill/recoery
The pool may have been deleted out from underneath us.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
02:04 PM CephFS Bug #22523: Jewel10.2.10 cephfs journal corrupt,later event jump into previous position.
can't any log for "2017-12-16". next time you do experiment,please set debug_ms=1 for mds Zheng Yan
10:10 AM CephFS Bug #22523: Jewel10.2.10 cephfs journal corrupt,later event jump into previous position.
Zheng Yan wrote:
> please upload ceph cluster log. So I can check timestamp of mds failovers
Dear zheng:
I ha...
鹏 张
03:45 AM CephFS Bug #22523: Jewel10.2.10 cephfs journal corrupt,later event jump into previous position.
please upload ceph cluster log. So I can check timestamp of mds failovers Zheng Yan
01:18 PM Revision 3f11a475 (ceph): osd/PrimryLogPG: avoid repetitive lookups on waiting_for_ondisk in eval...
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
01:18 PM Revision 3ad6456d (ceph): osd/pglog: avoid excessive lookups in unindex method
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
01:18 PM Revision dfcdf7cf (ceph): osd/PG: avoid excessive lookups in share_pg_info()
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
01:17 PM Revision 6df13e65 (ceph): osd/PGLog: refactor 'trimmed' container processing to use 'move' semant...
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
12:44 PM Revision e372e949 (ceph): rbd-nbd: output format support for list-mapped command
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
12:44 PM Revision 742187ac (ceph): rbd-nbd: 'id' instead of 'pid' as column name in list-mapped output
(to make output look similar to krbd)
Signed-off-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
12:12 PM rbd Feature #18480 (Resolved): rbd-mirror: support cloning an image from a non-primary snapshot
Mykola Golub
12:11 PM Revision a5fd0e71 (ceph): Merge pull request #19724 from dillaman/wip-18480
rbd: support cloning an image from a non-primary snapshot
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
11:45 AM Revision 01cda746 (ceph): os/Transaction: print keys when dumping omap_removekeys transaction
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
11:45 AM Revision b40131a2 (ceph): os/bluestore: distinguish regular and pgmeta omaps when generating DB
histogram
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
Igor Fedotov
11:16 AM Revision fa37ed1a (ceph): common/throttle: start using 64-bit values
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
11:08 AM Revision 0abcf578 (ceph): Merge pull request #19750 from badone/wip-dump_loads-formatter-null-check
mds: Remove redundant null pointer check Zheng Yan
09:19 AM Revision dae91f36 (ceph): osdc: Do not use lock_guard as unique_lock
Signed-off-by: Shinobu Kinjo <shinobu@redhat.com> Shinobu Kinjo
09:17 AM bluestore Bug #22510: osd: BlueStore.cc: BlueStore::_balance_bluefs_freespace: assert(0 == "allocate failed...
Seems that is same as described here for bitmap allocator:
https://www.spinics.net/lists/ceph-devel/msg32462.html
...
Aleksei Gutikov
08:08 AM rgw Bug #22556 (Closed): failed to take a lock on datalog.sync-status.f608ce2b-5584-45af-b0c5-f489699...
2018-01-03 15:53:54.081272 7ffae4959700 0 -- 172.18.216.129:0/3441061439 submit_message mon_subscribe({osdmap=202}) ... Amine Liu
07:49 AM Revision 07c30aaf (ceph): rgw: format rgw_bucket_dir_header in ceph-dencoder
* "new_instance" doesn't belong to field "stats", so put it in another section
Signed-off-by: Bingyin Zhang <zhangbi...
Bingyin Zhang
07:46 AM Revision 37282f21 (ceph): Merge pull request #19752 from Liuchang0812/cleanup-dev-doc
doc: fix CFLAGS in doc/dev/cpu-profiler.rst
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:19 AM Revision 489ef0f2 (ceph): doc: fix CFLAGS in doc/dev/cpu-profiler.rst
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
05:52 AM Bug #22549 (Fix Under Review): admin/build-doc is asking the already installed packages
https://github.com/ceph/ceph/pull/19751 Kefu Chai
03:50 AM Bug #22549: admin/build-doc is asking the already installed packages
Hi,
I only get a warnning to install python-pip, while I installed python2-pip.
-PR: https://github.com/ceph/ce...
Jing Li
04:00 AM CephFS Bug #22547: active mds session miss for client
Zheng Yan wrote:
> Sorry. the while the process is:
>
> mds close client connection
> client's remote_reset call...
dongdong tao
02:51 AM CephFS Bug #22547: active mds session miss for client
Sorry. the while the process is:
mds close client connection
client's remote_reset callback gets called
client s...
Zheng Yan
03:43 AM Revision 65fcccc0 (ceph): ceph-fuse: ::rmdir() uses a deleted memory structure of dentry leads a ...
we should add the dentry ref immediately after "get_or_create" in
case of the ref be put to zero.
Fixes: http://trac...
YunfeiGuan
03:06 AM Revision 5132a1ce (ceph): mds: Remove redundant null pointer check
Resolves Coverity CID 1426746
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
Brad Hubbard
01:41 AM RADOS Bug #22346 (Resolved): OSD_ORPHAN issues after jewel->luminous upgrade, but orphaned osds not in ...
Not for me.
$ crushtool -d crushmap.bad -o crushmap.bad.txt
$ crushtool -d crushmap.good -o crushmap.good.txt
$ ...
Brad Hubbard
01:35 AM Revision e4b8ae34 (ceph): Merge pull request #19666 from trociny/wip-nbd-unmap-by-image
rbd-nbd: allow to unmap by image or snap spec
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman

01/02/2018

11:03 PM Revision 79c0e753 (ceph): osd: Making use of find to reduce computational complexity
Signed-off-by: Shinobu Kinjo <shinobu@redhat.com> Shinobu Kinjo
11:03 PM Revision fe7d4150 (ceph): rgw: optimize function abort_bucket_multiparts
* 1. common_prefixes is useless, so drop it;
* 2. RGWMPObj object is enough, so change RGWMultipartUploadEntry to RGW...
Bingyin Zhang
10:23 PM Revision 840cc7b1 (ceph): Merge pull request #19746 from ceph/wip-use-installer0-luminous2
qa/tests - Added options to use both cases: mon.a and installer.0 vasukulkarni
10:22 PM Revision 5d7813f6 (ceph): Merge pull request #19745 from ceph/wip-use-installer0-master2
qa/tests - Added options to use both cases: mon.a and installer.0 vasukulkarni
09:19 PM Bug #21493 (Duplicate): ceph-disk prepare cannot find paritition that does exist
Ken Dreyer
09:18 PM Bug #21493: ceph-disk prepare cannot find paritition that does exist
Thanks for confirming. In that case I will go ahead and mark this as a dup of the ticket where we tracked the backpor... Ken Dreyer
09:03 PM RADOS Bug #22539: bluestore: New OSD - Caught signal - bstore_kv_sync
Alright, that fixed it!
It also fixed the heavy IO issue as well as the rather large amount of consumption I was s...
Brian Woods
06:20 PM RADOS Bug #22539: bluestore: New OSD - Caught signal - bstore_kv_sync
Sorry for the spam.
That broke it good!!!...
Brian Woods
06:15 PM RADOS Bug #22539: bluestore: New OSD - Caught signal - bstore_kv_sync
Was able to out them all:... Brian Woods
06:14 PM RADOS Bug #22539: bluestore: New OSD - Caught signal - bstore_kv_sync
I can't mark the OSDs out.... Brian Woods
03:42 PM RADOS Bug #22539: bluestore: New OSD - Caught signal - bstore_kv_sync
Hard to say excatly, but I would not be surprised to see any manner of odd behaviors with a huge map like that--we ha... Sage Weil
08:55 PM Revision 2928e2cf (ceph): qa/tests - Added options to use both cases: mon.a and installer.0
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
(cherry picked from commit 10fc85089c3bb64ced8c3a0ea17987e9ec5f46...
Yuri Weinstein
08:53 PM Revision b48fb03e (ceph): qa/tests - Added options to use both cases: mon.a and installer.0
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
(cherry picked from commit 10fc85089c3bb64ced8c3a0ea17987e9ec5f46a2)
Yuri Weinstein
08:53 PM Revision 322966a6 (ceph): qa/tests: run ceph-ansible task on installer.0 role/node
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
(cherry picked from commit 3b2a26d919c173c887fd193f186ea56c33fcd9ae)
Yuri Weinstein
08:03 PM Revision 0875bc7d (ceph): osd: Sanity check, if too full or not
Signed-off-by: Shinobu Kinjo <shinobu@redhat.com> Shinobu Kinjo
07:16 PM Revision e56d4d42 (ceph): rgw: don't leak S3 LDAPHelper on shutdown
Adds a static shutdown() method to rgw::auth::s3::LDAPEngine, and
calls it from main.
Signed-off-by: Matt Benjamin <...
Matt Benjamin
06:12 PM Revision 10fc8508 (ceph): qa/tests - Added options to use both cases: mon.a and installer.0
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
05:57 PM Revision 81fc8e03 (ceph): Merge pull request #19512 from Liuchang0812/wip-dashboard-rgw
mgr/dashboard: RGW page
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
05:54 PM Revision 089e287e (ceph): Merge pull request #19645 from tchaikov/wip-install-deps
install-deps: use DTS-7 on aarch64 and only download mirrored package indexes
Reviewed-by: Ken Dreyer <kdreyer@redha...
Sage Weil
05:47 PM bluestore Bug #20557: segmentation fault with rocksdb|BlueStore and jemalloc
Hi, this happens with RockDB anf filestore on luminous 12.2 on ubuntu 16.04.
Commenting /etc/default/ceph line LD_PR...
Alejandro Comisario
05:26 PM Revision afdea9f3 (ceph): Merge pull request #19375 from qrGitHub/wip-rgw-redundant-parenthesis
rgw: remove redundant parenthesis in logs
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Casey Bodley
05:18 PM Revision 18ffd752 (ceph): pybind/mgr/prometheus: add StandbyModule; return empty answer
Signed-off-by: Jan Fajerski <jfajerski@suse.com> Jan Fajerski
05:18 PM Revision eda9f15d (ceph): pybind/mgr/prometheus: return 503 if MON cluster is down
Signed-off-by: Jan Fajerski <jfajerski@suse.com> Jan Fajerski
04:38 PM Revision 423b3457 (ceph): qa/tests - Added options to use both cases: mon.a and installer.0
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
04:37 PM Revision 2e8facbf (ceph): Added options to use both cases: mon.a and installer.0
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
04:30 PM Revision b9db7639 (ceph): Merge branch 'master' of https://github.com/ceph/ceph into wip-use-inst...
Yuri Weinstein
04:28 PM RADOS Bug #22354: v12.2.2 unable to create bluestore osd using ceph-disk
Unfortunately, `ceph-disk zap /dev/sde` does not wipe enough of the disk to avoid this issue. As I mentioned above, ... Jon Heese
04:16 PM Revision 48a5b34a (ceph): Merge pull request #19650 from yaozongyou/fix-erasure-code-memory-leak
erasure-code: use jerasure_free_schedule to properly free a schedule
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:15 PM Revision 6791e67f (ceph): erasure-code: use jerasure_free_schedule to properly free a schedule
Signed-off-by: Yao Zongyou <yaozongyou@vip.qq.com>
(cherry picked from commit 8113fa522d223a2e6708c345a5f216cbe4a5e758)
Zongyou Yao
04:14 PM Revision e950f5db (ceph): common/dns_resolve: fix memory leak
Signed-off-by: Yao Zongyou <yaozongyou@vip.qq.com>
(cherry picked from commit d7c3b5940fae5a474a27b7eee72582223e1b0504)
Zongyou Yao
04:12 PM Revision cfba91fc (ceph): Merge pull request #19649 from yaozongyou/fix-dns-resolve-memory-leak
common/dns_resolve: fix memory leak
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:09 PM mgr Bug #22514 (Pending Backport): zabbix throws exception
Kefu Chai
04:09 PM Revision 5e659a63 (ceph): Merge pull request #19659 from Songweibin/wip-doc-rbd
doc/rbd: add missing several commands in rbd CLI man page
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Jas...
Jason Dillaman
04:09 PM Revision 0cd700e6 (ceph): Merge pull request #19634 from jcsp/wip-22514
qa: configure zabbix properly before selftest
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
04:07 PM rgw Bug #22555 (Pending Backport): Stale bucket index entry remains after object deletion
https://github.com/ceph/ceph/pull/18709 Casey Bodley
04:07 PM rgw Bug #22555 (Resolved): Stale bucket index entry remains after object deletion
We have a race condition:... Casey Bodley
04:07 PM Revision 9acaa5bd (ceph): Merge pull request #19599 from yaozongyou/config-cleanup
common/config: cleanup remove some unused macros
Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
Kefu Chai
04:04 PM rgw Bug #21984 (Pending Backport): RGWBug: rewrite a versioning object create a new object
not sure about backport to jewel. i don't think it will apply cleanly, and it's not clear that it even reproduces on ... Casey Bodley
04:01 PM Revision 05bcf0cf (ceph): Merge pull request #19581 from adamemerson/wip-cache-on-the-barrelhead
Cache on the barrelhead Matt Benjamin
04:00 PM Revision 2d0a5dc5 (ceph): Merge pull request #19546 from ZVampirEM77/wip-em-pg-cleanup3
osd/PG: some cleanups && add should_gather filter for loop logging
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed...
Kefu Chai
03:59 PM mgr Bug #22313 (Pending Backport): Prometheus exporter can't get metrics after update to 12.2.2
Kefu Chai
03:58 PM Revision d3d1e4e0 (ceph): Merge pull request #19524 from fungusakafungus/fix-22313
pybind/mgr/prometheus: fix metric type undef -> untyped
Reviewed-by: John Spray <jspray@redhat.com>
Kefu Chai
03:58 PM Revision 2a6650d9 (ceph): Merge pull request #19519 from ifed01/wip-ifed-fix-col-split
os/bluestore: fix potential assert when splitting collection.
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Kefu Chai
03:56 PM Revision 9fb89a83 (ceph): Merge pull request #19452 from wido/mgr-zabbix-runtimerror
mgr/Zabbix: Various fixes to Zabbix module
Reviewed-by: John Spray <john.spray@redhat.com>
Kefu Chai
03:40 PM CephFS Bug #22547: active mds session miss for client
Zheng Yan wrote:
> dongdong tao wrote:
> > zheng, if a client has been evicted by mds, the client should still thin...
dongdong tao
01:47 AM CephFS Bug #22547: active mds session miss for client
dongdong tao wrote:
> zheng, if a client has been evicted by mds, the client should still think the connection is av...
Zheng Yan
03:22 PM Revision 5095b493 (ceph): Merge pull request #19735 from shinobu-x/osd_oprequest_xlist
osd: Remove unnecessary headers
Reviewed-by: Willem Jan Withagen <wjw@digiware.nl>
Sage Weil
03:20 PM Revision 34596a82 (ceph): Merge pull request #19738 from lixiaoy1/minor_fix
msg/async: use device before checking
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
03:17 PM CephFS Backport #22552 (Resolved): luminous: doc: epoch barrier mechanism not found
Sage Weil
11:34 AM CephFS Backport #22552 (Fix Under Review): luminous: doc: epoch barrier mechanism not found
Jos Collin
10:57 AM CephFS Backport #22552: luminous: doc: epoch barrier mechanism not found
https://github.com/ceph/ceph/pull/19741 Jos Collin
10:43 AM CephFS Backport #22552 (Resolved): luminous: doc: epoch barrier mechanism not found
Jos Collin
03:17 PM Revision d94942cd (ceph): Merge pull request #19741 from joscollin/luminous
luminous: doc: update Blacklisting and OSD epoch barrier Sage Weil
03:12 PM Revision cb3b94f7 (ceph): test/rbd: new unit test cases for clone request state machine
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:11 PM Revision 76d80bb7 (ceph): librbd: switching to pool mode shouldn't affect existing mirrored images
Previously, non-primary images within a pool would prevent the switch from
image-mode to pool-mode mirroring.
Signed...
Jason Dillaman
03:11 PM Revision c7c15b68 (ceph): librbd: permit creation of clones against non-primary images
Fixes: http://tracker.ceph.com/issues/18480
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
02:40 PM devops Tasks #17628 (Closed): ceph-iscsi-ansible repo under ceph
Duplicate of #22143 Jason Dillaman
02:28 PM Revision 41c6b17b (ceph): msg/async: use device before checking
Signed-off-by: Xiaoyan Li <xiaoyan.li@intel.com> Xiaoyan Li
02:22 PM rgw Bug #22517 (Fix Under Review): Cache never becoming consistent after failed updates
Orit Wasserman
02:21 PM rgw Bug #22517 (Pending Backport): Cache never becoming consistent after failed updates
Orit Wasserman
01:59 PM ceph-volume Bug #22554 (Rejected): bluestore osd cannot authenticate when created with --osd-id option
When you try to create/prepare new bluestore OSD of particular ID (new one) with ceph-volume command it fails to acti... Jakub Sliva
01:01 PM RADOS Support #22553 (New): ceph-object-tool can not remove metadata pool's object
i put an object to the rbd pool
rados -p rbd put qinli.sh
then stop osd and remove it
[root@lab71 ~]# ceph-objec...
peng zhang
11:17 AM ceph-volume Bug #22443: ceph-volume fails when centos7 image doesn't have lvm2 installed
https://github.com/ceph/ceph/pull/19529
I think we need to back port the fix to luminous.
Kefu Chai
11:14 AM CephFS Bug #22523: Jewel10.2.10 cephfs journal corrupt,later event jump into previous position.
Jos Collin wrote:
> I don't see anything in the URLs provided. Additionally, this looks like a Support Case.
can ...
Yong Wang
11:10 AM CephFS Bug #22523: Jewel10.2.10 cephfs journal corrupt,later event jump into previous position.
wangyong wang wrote:
> Hi all.
> ==============================
> version: jewel 10.2.10 (professional rpms)
> no...
Yong Wang
10:47 AM Revision eb9b1c04 (ceph): doc: fix grammar mistake
Fixed grammar mistake in a sentence.
Signed-off-by: Jos Collin <jcollin@redhat.com>
Jos Collin
10:41 AM Revision 0e43f0f0 (ceph): doc: update Blacklisting and OSD epoch barrier
Updated missing OSD epoch barrier section, which is referenced by http://docs.ceph.com/docs/luminous/cephfs/full/#ham... Jos Collin
10:23 AM bluestore Bug #22467: osd boot has stuck for 10min because of clear_temp_object
i always got this problem , restart ceph cluster ,the OSD witch have 15000pgs ,cost almost 25min to become up state. ... jinxiang cheng
08:20 AM Revision c65eb5b6 (ceph): Merge pull request #19737 from tchaikov/wip-dedup-rgw-admin-opt
doc: remove duplicated --max-buckets option desc
Reviewed-by: Jos Collin <jcollin@redhat.com>
Kefu Chai
04:46 AM Revision 0667c1ae (ceph): doc: remove duplicated --max-buckets option desc
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai

01/01/2018

09:51 PM Dashboard Feature #22521: dashboard: performance counter browser
Hi Chang -- this feature is currently being worked on by Rubab Syed, who is an outreachy intern. John Spray
11:56 AM CephFS Bug #22547 (Need More Info): active mds session miss for client
Jos Collin
09:59 AM Revision 54349a76 (ceph): osd: Remove unnecessary headers
Signed-off-by: Shinobu Kinjo <shinobu@redhat.com> Shinobu Kinjo
09:03 AM Revision 2d7cf82e (ceph): Merge pull request #46 from tchaikov/wip-osx
ioctx: compiles on osx Kefu Chai
06:47 AM CephFS Bug #22542 (Pending Backport): doc: epoch barrier mechanism not found
Jos Collin

12/31/2017

11:13 PM RADOS Bug #21388: inconsistent pg but repair does nothing reporting head data_digest != data_digest fro...
I'm working on fixing all my inconsistent pgs but I'm having issues with rados get... hopefully I'm just doing the co... Ryan Anstey
10:37 AM rgw Bug #22538 (In Progress): The http status code in civetweb frontend's access log is always 1
Radoslaw Zarzynski

12/30/2017

10:44 PM Revision 52c75312 (ceph): rgw: remove useless lines in RGWDeleteBucket::execute
Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn> Bingyin Zhang
10:20 PM Revision 88080cea (ceph): osd, bluestore: Display current size of osd_max_object_size
It is better to show current value than showing same value twice.
Signed-off-by: Shinobu Kinjo <shinobu@redhat.com>
Shinobu Kinjo
08:13 PM rbd Feature #18480 (Fix Under Review): rbd-mirror: support cloning an image from a non-primary snapshot
*PR*: https://github.com/ceph/ceph/pull/19724 Jason Dillaman
08:12 PM Revision c4905daa (ceph): Merge pull request #19721 from tchaikov/wip-luminous-boost-un-submodule
luminous: boost un-submodule
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
06:27 PM Bug #21622: Cannot build .deb's on ARM
K van Man, did you look into dmesg? I think this is a "out of memory" error. To successfilly complete a building proc... Konstantin Salnikov
04:50 PM Bug #21622: Cannot build .deb's on ARM
Hi,
I've got the same message on my Odroid HC1 (UX4)
root@hc1:/u01# lscpu
Architecture: armv7l
Byte ...
Anonymous
05:35 PM Revision a97ce4a0 (ceph): ioctx: replace functions unimplemented on luminous
Michael Andersen
03:20 PM Revision 45781602 (ceph): install-deps.sh: do not download i18n apt index
and do not fail the `apt-get update` command, if any mirror is not
reachable.
Signed-off-by: Kefu Chai <kchai@redhat...
Kefu Chai
03:20 PM Revision 2d44ba7d (ceph): install-deps.sh: only download mirrored package index
E: Failed to fetch http://mirror.cs.uchicago.edu/ubuntu-toolchain-r/dists/xenial/main/binary-i386/Packages 404 Not ... wangsongbo
03:20 PM Revision d38a9370 (ceph): install-deps: bump DTS version on aarch64 to 7
see https://bugs.centos.org/view.php?id=14078
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:20 PM Revision 85a1fa68 (ceph): ceph.spec.in: use DTS-7 on aarch64 also
see https://bugs.centos.org/view.php?id=14078
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:20 PM Revision 7bb8f66c (ceph): install-deps.sh: check if have access to stdout
$- is "hB" if launched via command line, and it is "himBH" only when
we are actually *in* an interactive shell. so ch...
Kefu Chai
03:45 AM Revision 5ec37f1f (ceph): make-dist: exclude unused bits in boost
the docs, examples and tests are not used. so drop them. we could go
further by removing unused components in boost. ...
Kefu Chai
03:45 AM Revision 9e49711c (ceph): make-dist,cmake: Try multiple URLs to download boost before failing
Remove SPOF during boost download for make-dist and later cmake > 3.7
Signed-off-by: Brad Hubbard <bhubbard@redhat.c...
Brad Hubbard
03:45 AM Revision 5eb42af8 (ceph): make-dist: repackage boost in the correct path
before this change, boost is put into ./src. after this change, it is
put into $outfile/src. i.e. something like
ceph...
Kefu Chai
03:45 AM Revision 3c6f83bb (ceph): boost: remove boost submodule
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 6b23056cf8d0d1bbd269bc96eef33dc27c25fd9e)
Kefu Chai
03:45 AM Revision b798225c (ceph): make-dist: download and repackage boost
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit f04436b189376cf7b53d710ab2f2bf01d47482ad)
Kefu Chai
03:45 AM Revision 7929ff7f (ceph): make-dist,cmake: move boost tarball location to download.ceph.com
Sourceforge is down. Also, we can hammer our servers instead of
theirs.
Signed-off-by: Sage Weil <sage@redhat.com>
...
Sage Weil
02:30 AM RADOS Bug #22539: bluestore: New OSD - Caught signal - bstore_kv_sync
I had no idea the ID would impact the map calculations that way (makes sense now)!!! Very good to know! And those I... Brian Woods
01:00 AM bluestore Bug #22535: OSD crushes with FAILED assert(used_blocks.size() > count) during the first start aft...
Submitted https://github.com/ceph/ceph/pull/19718 to fix that in master.
IMO the root cause is a bug in out-of-range...
Igor Fedotov
12:42 AM Revision 121c4028 (ceph): os/bluestore: add asserts for fsck's used_blocks bitmap access as
boost doesn't always handle out-of-range access properly.
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
Igor Fedotov
12:42 AM Revision f64c236f (ceph): os/bluestore: refactor FreeListManager to get clearer view on the number
of alloc units it tracks.
This also fixes out-of-range access for fsck's used_blocks bitmap that
might happen when ch...
Igor Fedotov

12/29/2017

11:39 PM Revision ac36254c (ceph): bluestore: BlueStore::ExtentMap::dup impl
Signed-off-by: Shinobu Kinjo <shinobu@redhat.com> Shinobu Kinjo
10:34 PM RADOS Bug #22539 (In Progress): bluestore: New OSD - Caught signal - bstore_kv_sync
Brian, note that one reason why this triggered is that your osdmap is huge... because you have some osds with very la... Sage Weil
08:06 PM Revision 24bc4189 (ceph): Merge pull request #19010 from shinobu-x/src_cls_func
cls_acl/_crypto: Add modeline Sage Weil
07:48 PM Revision 14227857 (ceph): Merge pull request #15855 from linuxbox2/wip-nfs-docsync
RGW NFS: mount cmdline example missing -osync
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Sage Weil
07:40 PM Revision 874ac9c2 (ceph): Merge pull request #16932 from amitkumar50/cov-cls-rgw-1
cls/rgw: Initialization of uninitialized members Sage Weil
07:38 PM Revision acf4ea1c (ceph): Merge branch 'master' into lc-time-disable
Sage Weil
07:37 PM Revision b525fe55 (ceph): Merge pull request #17089 from amitkumar50/test-cov-journal-1
test/journal: Initialize member variable m_work_queue Sage Weil
07:37 PM Revision f86f7186 (ceph): Merge pull request #17090 from amitkumar50/test-cov-messages-8
messages: Initializing variable ceph_mds_reply_head Sage Weil
07:35 PM Revision cc4aebf2 (ceph): Merge pull request #17367 from amitkumar50/cov-rgw-5
rgw: unreachable return in RGWRados::trim_bi_log_entries
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Sage Weil
07:34 PM Revision 1839dfd1 (ceph): Merge pull request #17369 from amitkumar50/cov-test-5
test: Initialization of *comp_racing_read class CopyFromOp
Reviewed-by: Jos Collin <jcollin@redhat.com>
Sage Weil
06:01 PM Revision 12733fe0 (ceph): Merge pull request #17439 from ClemPi/wip-doc-radosgw-admin-max-buckets
doc: add --max-buckets to radosgw-admin(8)
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
06:01 PM Revision cb43b4f9 (ceph): Merge branch 'master' into wip-doc-radosgw-admin-max-buckets
Sage Weil
06:00 PM Revision 8ae76820 (ceph): Merge pull request #17535 from emmericp/mon-session-show-client-features
mon: show feature flags when printing MonSession
Reviewed-by: Joao Eduardo Luis <joao@suse.de>
Sage Weil
05:59 PM Revision 8a75d21e (ceph): Merge pull request #17563 from amitkumar50/cov-rbd-5
rbd: Initializing m_finalize_ctx
Reviewed-by: Jos Collin <jcollin@redhat.com>
Sage Weil
05:53 PM Revision 4d08f03a (ceph): Merge pull request #18886 from BlaineEXE/update-kube-helm-start-doc
doc: Add newbie-friendly updates to Helm start doc
Reviewed-by: Alex Marangone <amarango@redhat.com>
Sage Weil
05:47 PM Revision ceda2b08 (ceph): Merge pull request #19028 from shinobu-x/src_mon_monmapmonitor
mon: Drop redundant access specifier, etc (cleanup)
Reviewed-by: Joao Eduardo Luis <joao@suse.de>
Sage Weil
05:46 PM Revision 58e18f3f (ceph): Merge branch 'master' into src_mon_monmapmonitor
Sage Weil
05:46 PM Revision f8b6709f (ceph): Merge pull request #19049 from shinobu-x/primarylogpg_warning
osd/PrimaryLogPG: derr when object size becomes over osd_max_object_size
Reviewed-by: Kefu Chai <kchai@redhat.com>
R...
Sage Weil
05:43 PM Revision 4a1eabb0 (ceph): Merge pull request #19268 from shinobu-x/vstart_picking_up_random_port
vstart.sh: drop .ceph_port and use randomly selected available port
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewe...
Sage Weil
05:27 PM Revision 7aa78f01 (ceph): Merge pull request #19680 from tchaikov/wip-luminous-22220
luminous: install-deps.sh: revert gcc to the one shipped by distro
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed...
Nathan Cutler
05:27 PM Revision f3962590 (ceph): Merge pull request #19656 from tchaikov/wip-install-deps-jewel
jewel: install-deps.sh: update g++ symlink also
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
04:45 PM Revision 6dc41a2b (ceph): Merge pull request #19605 from ceph/wip-use-installer0-master
qa/tests: run ceph-ansible task on installer.0 role/node Sage Weil
04:44 PM Revision 3d11f085 (ceph): Merge pull request #19603 from ceph/wip-jewel-ansible-branch
qa/tests: use 'stable-2.1' branch for jewel testing Sage Weil
04:43 PM Revision e8cb560b (ceph): Merge pull request #19643 from shinobu-x/address_helper_a
common: cleanup address_helper
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
04:37 PM Revision ea8c5ef7 (ceph): Merge pull request #19671 from joscollin/wip-rgw-commented-functions
rgw: drop commented functions Sage Weil
04:31 PM Revision 1a9a4424 (ceph): Merge pull request #19679 from trociny/wip-ggate-list-unmap
rbd-ggate: small fixes and improvements
Reviewed-by: Willem Jan Withagen <wjw@digiware.nl>
Sage Weil
04:28 PM Revision f52cd177 (ceph): Merge pull request #19689 from chnmagnus/wip-bug-on-config-metavariables
rgw: the metavariables in frontends-related config won't be expanded
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
04:28 PM Revision e47e5fa6 (ceph): Merge pull request #19692 from hikycool/master
doc: Add introduction about different way to run rbd-mirror Sage Weil
04:17 PM CephFS Feature #22545: add dump inode command to mds
I just notice, it's almost same with 11172 dongdong tao
03:35 PM CephFS Bug #22542 (Resolved): doc: epoch barrier mechanism not found
Sage Weil
03:35 PM Revision d1a27db2 (ceph): Merge pull request #19701 from joscollin/wip-tracker-22542
doc: update Blacklisting and OSD epoch barrier
Reviewed-by: Yan, Zheng <zyan@redhat.com>
Sage Weil
03:28 PM Revision fa2b059b (ceph): Merge pull request #19713 from Leeshine/wip-rgw-typo
rgw: fix typo in GetOmapKeysCR
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
10:22 AM Revision f0aa2266 (ceph): Compressor: Add Brotli Compressor
Signed-off-by: BI SHUN KE <aionshun@livemail.tw> BI SHUN KE
02:01 AM Revision b30650ba (ceph): rgw: fix typo in GetOmapKeysCR
Signed-off-by: lvshanchun <lvshanchun@gmail.com> lvshanchun
01:40 AM CephFS Bug #22551 (Need More Info): client: should flush dirty caps on backgroud
the dirty data would have a background thread to do the flush,so we may need to flush dirty caps backgroud too dongdong tao

12/28/2017

11:02 PM RADOS Bug #22539: bluestore: New OSD - Caught signal - bstore_kv_sync
I'm a bit lost hence trying to re-arrange things:
Let's handle the crash first.
IMO it's caused by throttle value...
Igor Fedotov
08:20 PM rbd Feature #20762 (Fix Under Review): rbdmap should support other block devices
PR: https://github.com/ceph/ceph/pull/19711 Mykola Golub
02:12 PM rbd Feature #20762 (In Progress): rbdmap should support other block devices
Mykola Golub
03:29 PM CephFS Bug #22550 (New): mds: FAILED assert(probe->known_size[p->oid] <= shouldbe) when mds start

I stop the mds while coping files to the cluster, then I try to start mds later, I encounter a failed assertion.
...
jianxiong shao
02:05 PM CephFS Bug #22548: mds: crash during recovery
Just once.
It took a little long time during recovery and then crashed. There are about 10M files in the file syst...
wei jin
01:46 PM CephFS Bug #22548: mds: crash during recovery
this probably can be fixed by. How many times do you encounter this issue... Zheng Yan
07:15 AM CephFS Bug #22548: mds: crash during recovery
Zheng Yan wrote:
> which line trigger the assertion
Hi, yan
this line:
0> 2017-12-27 23:27:05.892112 7f0...
wei jin
07:04 AM CephFS Bug #22548: mds: crash during recovery
which line trigger the assertion Zheng Yan
04:42 AM CephFS Bug #22548 (Need More Info): mds: crash during recovery
2017-12-27 23:27:05.919710 7f08483d0700 -1 *** Caught signal (Aborted) **
in thread 7f08483d0700 thread_name:ms_dis...
wei jin
12:53 PM CephFS Bug #22547: active mds session miss for client
by saying evicted, i means due to the auto_close_timeout. dongdong tao
12:50 PM CephFS Bug #22547: active mds session miss for client
zheng, if a client has been evicted by mds, the client should still think the connection is available,
and when that...
dongdong tao
10:25 AM CephFS Bug #22547: active mds session miss for client
wei jin wrote:
> Ok. I will do it soon.
>
I can not reproduce it after open the log and it will have an impact ...
wei jin
07:21 AM CephFS Bug #22547: active mds session miss for client
Ok. I will do it soon.
This happened after I restarted mds daemon last night. And also there is another crash(bug ...
wei jin
07:10 AM CephFS Bug #22547: active mds session miss for client
please set debug_mds=10 and check why mds evicted the client. it's likely that docker host went to sleep or there was... Zheng Yan
04:34 AM CephFS Bug #22547 (Need More Info): active mds session miss for client
Our user case: k8s docker mounts cephfs using cephfs kernel client.
If we do not use the 'mounted dir', after a wh...
wei jin
09:21 AM Revision 28c79fac (ceph): Merge pull request #19709 from luomuyao/dev
rgw: drop unused iter in XMLObj::find_first
Reviewed-by: Jos Collin <jcollin@redhat.com>
Jos Collin
09:09 AM Bug #22549 (Resolved): admin/build-doc is asking the already installed packages
admin/build-doc is always asking the already installed packages.
$ admin/build-doc
admin/build-doc: missing requ...
Jos Collin
08:24 AM Revision 88cc8fee (ceph): rgw: drop unused variable iter in XMLObj::find_first
Signed-off-by: luomuyao <luo.muyao@zte.com.cn> luomuyao
07:24 AM Revision 1ceef7c2 (ceph): rgw: drop unused variable bucket_instance_ids in
RGWRados::list_bi_log_entries
Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn>
Bingyin Zhang
07:11 AM Revision b7618874 (ceph): rgw: format logs in file rgw_lc.cc
Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn> Bingyin Zhang
06:58 AM CephFS Feature #21156: mds: speed up recovery with many open inodes
thanks, that can explain the senerio we have met,
sometimes my standby-replay mds spend too much time in rejoin stat...
dongdong tao
06:56 AM CephFS Feature #21156: mds: speed up recovery with many open inodes
besides, when there are lots of open inodes, it's not efficient to journal all of them in each log segment. Zheng Yan
02:46 AM CephFS Feature #21156: mds: speed up recovery with many open inodes
mds need to open all inodes with client caps during recovery. some of these inode may be not in the journal Zheng Yan
02:00 AM CephFS Feature #21156: mds: speed up recovery with many open inodes
hi zheng,
i'm not sure if i understand this correctlly, do you mean the mds can not recover the openning inode jus...
dongdong tao
04:04 AM Revision 19d44696 (ceph): doc: fix grammar mistake
Fixed grammar mistake in a sentence.
Signed-off-by: Jos Collin <jcollin@redhat.com>
Jos Collin
04:03 AM Revision 7454cb0f (ceph): doc: update Blacklisting and OSD epoch barrier
Updated missing OSD epoch barrier section, which is referenced by http://docs.ceph.com/docs/master/cephfs/full/#hamme... Jos Collin
02:58 AM Revision 05a3c326 (ceph): ceph: add the right bracket to watch-channel argument in the help message
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
02:51 AM Revision f3388e71 (ceph): pick_address.cc: Cleanup
Signed-off-by: Shinobu Kinjo <shinobu@redhat.com> Shinobu Kinjo

12/27/2017

09:42 PM bluestore Bug #22535: OSD crushes with FAILED assert(used_blocks.size() > count) during the first start aft...
Igor Fedotov wrote:
> Could you please set bluestore debug level to 10 and provide a log for reproduced issue.
Sure...
Vladimir Drobyshevskiy
08:29 PM Revision 8e0f40aa (ceph): rbd-ggate: extended info when listing devices
This matches nbd and krbd drivers output.
Signed-off-by: Mykola Golub <to.my.trociny@gmail.com>
Mykola Golub
08:29 PM Revision be87e8b1 (ceph): rbd-ggate: allow to unmap by image or snap spec
(to match the behaviour of krbd unmap)
Signed-off-by: Mykola Golub <to.my.trociny@gmail.com>
Mykola Golub
04:32 PM CephFS Bug #22546: client: dirty caps may never get the chance to flush
https://github.com/ceph/ceph/pull/19703
dongdong tao
04:05 PM CephFS Bug #22546 (Resolved): client: dirty caps may never get the chance to flush
currently, we flush the caps in function Client::flush_caps_sync
but there is a bug in this funcion.
because the ...
dongdong tao
03:54 PM CephFS Feature #22545: add dump inode command to mds
pull request:
https://github.com/ceph/ceph/pull/19677
dongdong tao
03:53 PM CephFS Feature #22545 (Duplicate): add dump inode command to mds
1 when the mds cache is really big. it's hard to dump all the cache
2 most of the time, we only want to know a speci...
dongdong tao
10:58 AM CephFS Bug #22542 (Fix Under Review): doc: epoch barrier mechanism not found
Jos Collin
10:21 AM CephFS Bug #22542: doc: epoch barrier mechanism not found
https://github.com/ceph/ceph/pull/19701 Jos Collin
10:53 AM Revision 8a48b64f (ceph): Merge pull request #19691 from MrStupnikov/fix_logic
doc: Improved hitset parameters description
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:26 AM Revision e19b0cd6 (ceph): doc: Improve parameters description in cache_tiering article
hit_set parameters aren't described in a sequence they introduced.
This patch effecrively changes the sequence to imp...
Alexey Stupnikov
08:36 AM Revision f3e822dc (ceph): rgw: optimize function RGWHandler::do_init_permissions
* When rgw_build_bucket_policies fails we needn't to invoke
* rgw_build_iam_environment, because the caller returns i...
Bingyin Zhang
04:46 AM RADOS Bug #22539: bluestore: New OSD - Caught signal - bstore_kv_sync
A chunk from the mon log:
https://pastebin.com/MA1BStEc
Some screenshots of the IO:
https://imgur.com/a/BOKWc
...
Brian Woods
04:29 AM RADOS Bug #22544 (Resolved): objecter cannot resend split-dropped op when racing with con reset
@
if (split && con && con->has_features(CEPH_FEATUREMASK_RESEND_ON_SPLIT)) {
return RECALC_OP_TARGET_NEED_RES...
mingxin liu
02:52 AM Revision 6d610761 (ceph): Merge pull request #19690 from Songweibin/wip-doc-librbdpy
doc/rbd: correct the path of librbd python APIs
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:08 AM Revision a6b371be (ceph): doc: correct the path of librbd python APIs
* update the API Documentation page for librbdpy with the
correct path.
* fix a typo.
Signed-off-by: songweibin <s...
wb song

12/26/2017

11:03 PM RADOS Bug #22539: bluestore: New OSD - Caught signal - bstore_kv_sync
UI Lag seems to be related to heavy load to the OS SSD from the monitor services. The monitor service does a lot of I... Brian Woods
10:51 PM RADOS Bug #22539: bluestore: New OSD - Caught signal - bstore_kv_sync
Edit, UI is lagging again. But its odd. SOME things lag, but GLXGears isn't. IO blocking of some sort? Adding mor... Brian Woods
10:47 PM RADOS Bug #22539: bluestore: New OSD - Caught signal - bstore_kv_sync
Confirmed the line was there. Added the extra debug line, but this time when I started it is came right online (almo... Brian Woods
09:18 PM RADOS Bug #22539: bluestore: New OSD - Caught signal - bstore_kv_sync
Given the object names in action it looks like that's osd map update or something that triggers the issue. Not the us... Igor Fedotov
06:41 PM RADOS Bug #22539: bluestore: New OSD - Caught signal - bstore_kv_sync
Additional note, there is no data on the cluster other than the built in pools. So there is very little information ... Brian Woods
05:46 PM RADOS Bug #22539: bluestore: New OSD - Caught signal - bstore_kv_sync
This will make only the fourth OSD in the cluster. Would that impact the overflowed value? What can I do to capture... Brian Woods
01:22 PM RADOS Bug #22539: bluestore: New OSD - Caught signal - bstore_kv_sync
As a workaround one can try to set (temporarily until initial rebuild completes?) bluestore_throttle_bytes = 0 at the... Igor Fedotov
01:07 PM RADOS Bug #22539: bluestore: New OSD - Caught signal - bstore_kv_sync
32-bit value in throttle_bytes is overflowed - see:
2017-12-25 13:18:06.783304 7f37a7a2a700 10 bluestore(/var/lib/ce...
Igor Fedotov
09:59 PM Revision c4c24ca9 (ceph): rgw: Bucket IP address policy evaluation now uses rgw_remote_addr_param.
Previously bucket policy ip address restrictions were only being evaluated
against the REMOTE_ADDR environment variab...
John Gibson
09:59 PM Revision e02facbf (ceph): rgw: Test of proper parsing of the X-Forwarded-For header for policies.
Signed-off-by: John Gibson <jgibson@mitre.org> John Gibson
09:59 PM Revision 5f7d9c4f (ceph): rgw: Policies now properly evaluate the X-Forwarded-For header.
Signed-off-by: John Gibson <jgibson@mitre.org> John Gibson
09:59 PM Revision e83b647d (ceph): rgw: Added support for testing the wildcard principal in policies.
Signed-off-by: John Gibson <jgibson@mitre.org> John Gibson
09:59 PM Revision 3d260f26 (ceph): rgw: Added tests for S3 Policy IP Address feature.
Signed-off-by: John Gibson <jgibson@mitre.org> John Gibson
09:59 PM Revision ca21596c (ceph): rgw: Fixed several bugs in policies related to IP Addresses.
Comparisons of two individual IP addresses caused an assertion error.
The text conversion of IPv4 addresses was using...
John Gibson
09:59 PM Revision a25ca374 (ceph): rgw: Fixed several bugs in policies related to IPv6 addresses.
The IPv6 conversion was not properly converting the address to host byte
order.
The text conversion of IPv6 addresses...
John Gibson
09:59 PM Revision 557bdb61 (ceph): rgw: rgw_iam test harness can now stringify() the fake identity.
Signed-off-by: John Gibson <jgibson@mitre.org> John Gibson
06:00 PM bluestore Bug #22543 (Can't reproduce): OSDs can not start after shutdown, killed by OOM killer during PGs ...
Hello,
After shutdown all OSDs can not start. During load_pgs stage ceph-osd process consumes all available virtua...
Volodymyr Blokhin
03:15 PM mgr Bug #22457: ceph-mgr dashboard has dependency on python-jinja2
John that is exactly right, I did not install ceph-mgr on the MON. Ben England
02:42 PM bluestore Bug #22535 (Need More Info): OSD crushes with FAILED assert(used_blocks.size() > count) during th...
Could you please set bluestore debug level to 10 and provide a log for reproduced issue. Igor Fedotov
02:16 PM Revision f7c6af5a (ceph): [DOC]Add introduction about different way to run rbd-mirror
Add a way to run rbd-mirror process in foregroup.
This way is useful to run rbd-mirror in a container when you don't
...
Shengzuo Yu
12:14 PM Revision 5cded0a6 (ceph): rgw: the metavariables in frontends-related config won't be expanded
When using metavariables in frontends-related config, I found that metavariables won't be expanded. Such as:
the `nam...
root
10:17 AM CephFS Bug #22542 (Resolved): doc: epoch barrier mechanism not found
[[http://docs.ceph.com/docs/master/cephfs/full/]] says "For more on the epoch barrier mechanism, see Ceph filesystem ... Jos Collin
09:28 AM rgw Bug #22541 (Fix Under Review): put bucket policy panics RGW process
https://github.com/ceph/ceph/pull/19687 Jos Collin
08:59 AM rgw Bug #22541 (Resolved): put bucket policy panics RGW process
When put bucket policy with invalid effect, the RGW process panics with "Segmentation fault".
Example bucket polic...
芽亮 豆
09:19 AM Revision f93f56ed (ceph): mds: create snaprealm for quota enabled inode
this simplifies client code for find quota enabled inode
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Yan, Zheng
09:06 AM Revision f05a044c (ceph): rgw: put bucket policy panics RGW process
Fixes: http://tracker.ceph.com/issues/22541
Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn>
Bingyin Zhang
08:46 AM Revision 63240c08 (ceph): Merge pull request #19255 from JianyuLi/joa-mdbalancer
MDS: make rebalancer evaluate the overload state of each mds with the same criterion Zheng Yan
04:18 AM Revision fed91755 (ceph): Merge pull request #19591 from qrGitHub/wip-rgw-unused-variable3
rgw: drop marker in RGWLC::process()
Reviewed-by: Jos Collin <jcollin@redhat.com>
Reviewed-by: Amit Kumar <amitkuma@...
Jos Collin
03:33 AM bluestore Bug #22540 (Won't Fix): bluestore crush when deleting pool
I was testing 4K random write. when i delete my test pool, osd crush, and never get up.... hongpeng lu
03:33 AM Revision 67795516 (ceph): Merge pull request #19675 from qrGitHub/wip-rgw-typo-complete
rgw: fix typo compete to complete
Reviewed-by: Jos Collin <jcollin@redhat.com>
Jos Collin
02:47 AM Dashboard Feature #22521: dashboard: performance counter browser
that sounds great. John, are you working on it now? if not, I'm very happy to achieve this feature. Chang Liu

12/25/2017

10:35 PM Revision 68d9cde5 (ceph): rgw: fix typo compete to completes
Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn> Bingyin Zhang
09:27 PM RADOS Bug #22539: bluestore: New OSD - Caught signal - bstore_kv_sync
Added to ceph.conf:
debug bluestore = 20
debug osd = 20
Waited for crash, captured log, but its too large even c...
Brian Woods
08:46 PM RADOS Bug #22539 (Resolved): bluestore: New OSD - Caught signal - bstore_kv_sync
After rebuilding a demo cluster, OSD on one node can no longer be created.
Looking though the log I see this error...
Brian Woods
05:28 PM mgr Bug #21904 (Resolved): mgr[zabbix] float division by zero (osd['kb'] = 0)
Kefu Chai
05:28 PM mgr Backport #22196 (Resolved): luminous: mgr[zabbix] float division by zero (osd['kb'] = 0)
Kefu Chai
05:27 PM Revision f5191455 (ceph): Merge pull request #19048 from shinobu-x/wip-22196-luminous
luminous: mgr[zabbix] float division by zero (osd['kb'] = 0)
Reviewed-by: John Spray <john.spray@redhat.com>
Kefu Chai
05:13 PM Revision 84d60ae5 (ceph): install-deps.sh: update g++ symlink also
we need to update g++ symlink also, if it points to the wrong version
http://tracker.ceph.com/issues/22220
Signed-of...
Kefu Chai
05:12 PM Revision 54abba8c (ceph): install-deps.sh: readlink /usr/bin/gcc not /usr/bin/x86_64-linux-gnu-gcc
See: http://tracker.ceph.com/issues/22220
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 5be6...
Kefu Chai
05:11 PM Revision 2d377d35 (ceph): install-deps.sh: point gcc to the one shipped by distro
to define a struct in a method is legal in C++11, but it causes internal
compiler error due to https://gcc.gnu.org/bu...
Kefu Chai
03:52 PM Revision 02bc369e (ceph): ceph-volume: Require lvm2, move to osd package
Fixes: http://tracker.ceph.com/issues/22443
Signed-off-by: Theofilos Mouratidis <t.mour@cern.ch>
Theofilos Mouratidis
03:35 PM Revision 3905b6e1 (ceph): rbd-ggate: output error on map failure
Signed-off-by: Mykola Golub <to.my.trociny@gmail.com> Mykola Golub
03:19 PM Revision 47e38ca1 (ceph): qa/workunits/rbd: bench-write is part of exclusive option test
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
03:19 PM Revision 02e211c2 (ceph): rbd-nbd: allow to unmap by image or snap spec
(to match the behaviour of krbd unmap)
Signed-off-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
12:52 PM Bug #22465 (Fix Under Review): packages have unmet dependencies in upgrade:client-upgrade-kraken-...
https://github.com/ceph/ceph-build/pull/942 Kefu Chai
12:35 PM Revision 53ab5fcc (ceph): rgw: log the right http status code in civetweb frontend's access log
Fixes: http://tracker.ceph.com/issues/22538
Signed-off-by: Yao Zongyou <yaozongyou@vip.qq.com>
Zongyou Yao
12:34 PM rgw Bug #22538: The http status code in civetweb frontend's access log is always 1
https://github.com/ceph/ceph/pull/19678 Zongyou Yao
12:34 PM rgw Bug #22538 (In Progress): The http status code in civetweb frontend's access log is always 1
The http status code in civetweb frontend's access log is always 1, which is not right:
127.0.0.1 - - [25/Dec/2017...
Zongyou Yao
12:11 PM Bug #22412 (In Progress): packages have unmet dependencies in upgrade:jewel-x-luminous-distro-bas...
Kefu Chai
11:05 AM Revision 412a3c4c (ceph): rbd-ggate: honor rbd_default_pool config setting
Signed-off-by: Mykola Golub <to.my.trociny@gmail.com> Mykola Golub
09:20 AM rgw Bug #22537 (New): Post objects to bucket,but return HTTP Error 405: Method Not Allowed

#!/usr/bin/env python
# -*- coding: utf-8 -*-
import base64, hmac, sha
from poster.encode import multipart_e...
Amine Liu
09:12 AM Revision 0477f4bc (ceph): rgw: remove redundant signature compare in LocalEngine::authenticate
Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn> Bingyin Zhang
03:57 AM CephFS Bug #22536: client:_rmdir() uses a deleted memory structure(Dentry) leading a core
fixed by https://github.com/ceph/ceph/pull/19672 Ivan Guan
03:45 AM CephFS Bug #22536 (Resolved): client:_rmdir() uses a deleted memory structure(Dentry) leading a core
Version: ceph-10.2.2
Bug description:
"::rmdir()" acquires the Dentry structure "by get_or_create(dir, name, &de...
Ivan Guan
03:32 AM Revision 045a9fde (ceph): test: fix unittest memory leak to make valgrind silence
Signed-off-by: Yao Zongyou <yaozongyou@vip.qq.com> Zongyou Yao
03:26 AM Revision 841d2490 (ceph): rgw: drop commented functions
Dropped commented functions.
Signed-off-by: Jos Collin <jcollin@redhat.com>
Jos Collin
03:24 AM RADOS Support #22466: PG failing to map to any OSDs
When delete the osds outside of the default root , the problem's solved. Amine Liu
03:12 AM Revision 2113ebe0 (ceph): Merge pull request #19583 from qrGitHub/wip-rgw-unused-variable
rgw: drop iter in rgw_op.cc
Reviewed-by: Jos Collin <jcollin@redhat.com>
Jos Collin
12:32 AM Revision c40faab2 (ceph): Merge pull request #19667 from trociny/wip-affiliation
mailmap: update affiliation for Mykola Golub
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Xie Xingguo

12/24/2017

11:20 PM Revision 6f729bfb (ceph): rgw: remove unused variable iter in file rgw_op.cc
Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn> Bingyin Zhang
11:07 PM Revision cd4aae74 (ceph): rgw: remove get_system_obj_attrs in function RGWDeleteLC::execute and
RGWDeleteCORS::execute
* After function init_permissions, the xattr of bucket instance object
* is already in "s->bu...
Bingyin Zhang
07:10 PM rbd Documentation #22533: [iscsi-gw]Incorrect package version is specified
I meant that there are no packages to install. Alexey Stupnikov
06:26 PM bluestore Bug #22535 (Resolved): OSD crushes with FAILED assert(used_blocks.size() > count) during the firs...
Hello!
I'm trying to upgrade Ceph Luminous cluster from 12.2.1 to 12.2.2. mon/mds/mgr restarts went flawlessly, bu...
Vladimir Drobyshevskiy
06:17 PM mgr Bug #22527: mgr.x runtime_error in json_spirit on upgrade
hey Patrick, could you take a look? Kefu Chai
06:08 PM mgr Bug #22527: mgr.x runtime_error in json_spirit on upgrade
it's caused by https://github.com/ceph/ceph/pull/19369. also this change breaks the upgrade test in a different way: ... Kefu Chai
06:14 PM rbd Bug #18435 (Pending Backport): [ FAILED ] TestLibRBD.RenameViaLockOwner
Mykola Golub
06:13 PM Revision 9c254f96 (ceph): Merge pull request #19618 from dillaman/wip-18435
librbd: filter out potential race with image rename
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
02:49 PM Revision 97f60f52 (ceph): mailmap: update affiliation for Mykola Golub
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
02:16 PM Revision 8249ffd7 (ceph): Merge pull request #19536 from dillaman/wip-rbd-mirror-trash
rbd-mirror: support deferred deletions of mirrored images
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
01:21 AM Revision dd826a4d (ceph): rbd: add missing right parenthesis and fix typo
Signed-off-by: songweibin <song.weibin@zte.com.cn> wb song
01:21 AM Revision b00047ac (ceph): doc: add missing several commands in rbd CLI man page
fix: http://tracker.ceph.com/issues/14539
Signed-off-by: songweibin <song.weibin@zte.com.cn>
wb song

12/23/2017

09:50 PM bluestore Bug #22534: Debian's bluestore *rocksdb* does not support neither fast CRC nor compression
Seems something related to https://github.com/ceph/rocksdb/pull/24 Марк Коренберг
09:35 PM bluestore Bug #22534: Debian's bluestore *rocksdb* does not support neither fast CRC nor compression
src/rocksdb/util/crc32c.cc:
has_fast_crc = isSSE42()
my processor: Intel(R) Core(TM) i5-4590T CPU @ 2.00GHz
...
Марк Коренберг
09:29 PM bluestore Bug #22534 (Resolved): Debian's bluestore *rocksdb* does not support neither fast CRC nor compres...
from osd logs:... Марк Коренберг
09:16 PM bluestore Bug #20842: Ceph 12.1 BlueStore low performance
Please reopen. Difference of performance between full and empty cases is only the second problem.
First one is about...
Марк Коренберг
07:50 PM bluestore Bug #22115: OSD SIGABRT on bluestore_prefer_deferred_size = 104857600: assert(_buffers.size() <= ...
Unfortunatelly, no. It's not reproduced now. This happened only on one node, and by some miracle disappeared after so... Марк Коренберг
07:24 PM rbd Feature #22333 (Resolved): rbd-nbd: support optionally setting the device timeout
Mykola Golub
05:18 PM rbd Documentation #22533 (Resolved): [iscsi-gw]Incorrect package version is specified
It is stated in docs/rbd/iscsi-target-cli.rst that *tcmu-runner-1.3.0 or newer package* should be installed. On the o... Alexey Stupnikov
03:03 PM mgr Bug #22527: mgr.x runtime_error in json_spirit on upgrade
/a/kchai-2017-12-23_05:58:55-rados-wip-kefu-testing-2017-12-23-1241-distro-basic-mira/1996509 Kefu Chai
06:44 AM Revision 74745ef4 (ceph): include/encoding: fix compat version error message
The compatv parameter can not behave as expected.
Using std::to_string instead of a macro pound sign.
Signed-off-by: ...
Xinying Song
06:09 AM mgr Documentation #22532 (Resolved): mgr: balancer: missed documentation
In Luminous silently introduced "mgr balancer module":https://marc.info/?l=ceph-devel&m=150121390205884&w=2
Some fol...
Konstantin Shalygin
04:48 AM Revision d7c3b594 (ceph): common/dns_resolve: fix memory leak
Signed-off-by: Yao Zongyou <yaozongyou@vip.qq.com> Zongyou Yao
01:44 AM Revision c23574b1 (ceph): Merge pull request #19623 from chnmagnus/wip-a-tiny-error
msg: drop duplicate include
Reviewed-by: Jos Collin <jcollin@redhat.com>
Xie Xingguo

12/22/2017

03:18 PM Revision 248a1576 (ceph): install-deps.sh: update g++ symlink also
we need to update g++ symlink also, if it points to the wrong version
http://tracker.ceph.com/issues/22220
Signed-of...
Kefu Chai
02:15 PM RADOS Support #22531 (New): OSD flapping under repair/scrub after recieve inconsistent PG LFNIndex.cc: ...
Hi.
I have a problem when repairing PG 1.f under copy from OSD.3 on OSD.0. During the upgrade to 12.2.2, all OSDs we...
Jan Michlik
01:11 PM RADOS Bug #21262: cephfs ec data pool, many osds marked down
This looks like a Support Case rather than a Tracker Bug. Jos Collin
11:47 AM CephFS Bug #22523 (Need More Info): Jewel10.2.10 cephfs journal corrupt,later event jump into previous ...
I don't see anything in the URLs provided. Additionally, this looks like a Support Case. Jos Collin
09:58 AM RADOS Bug #22530: pool create cmd's expected_num_objects is not correctly interpreted
fix: https://github.com/ceph/ceph/pull/19651... Honggang Yang
09:52 AM RADOS Bug #22530 (Resolved): pool create cmd's expected_num_objects is not correctly interpreted
1. disable merge... Honggang Yang
09:56 AM Revision 0741dbd7 (ceph): rgw/dashboard: supports url_prefix in rgw page
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
09:54 AM rgw Bug #22529: rgw: copy_object doubles leading underscore on object names.
After tracing the code, I believe the problem is that when RGWRados::copy_obj_data()
creates an instance of RGWPutOb...
Marcus Watts
09:50 AM rgw Bug #22529 (Resolved): rgw: copy_object doubles leading underscore on object names.
swift and s3 have server-side copy functions. When these are applied to an object whose name starts with a leading _... Marcus Watts
09:40 AM Revision ccae16d6 (ceph): Merge pull request #19601 from adamemerson/wip-CORS-of-course
rgw: retry CORS put/delete operations on ECANCELLED Matt Benjamin
09:16 AM CephFS Bug #22524 (Resolved): NameError: global name 'get_mds_map' is not defined
We don't need to backport this fix to luminous. The commit that introduced
this bug, https://github.com/ceph/ceph/co...
Ramana Raja
04:53 AM CephFS Bug #22524 (Pending Backport): NameError: global name 'get_mds_map' is not defined
Patrick Donnelly
09:11 AM RADOS Bug #22354: v12.2.2 unable to create bluestore osd using ceph-disk
The problem of "ceph-disk activation issue in 12.2.2" has been catched ,It can be solved by this:
1. delete osd
2...
Hua Liu
08:44 AM Revision 8113fa52 (ceph): erasure-code: use jerasure_free_schedule to properly free a schedule
Signed-off-by: Yao Zongyou <yaozongyou@vip.qq.com> Zongyou Yao
08:05 AM Revision a926481c (ceph): doc: make rbd commads arranged in alphabetical order
Signed-off-by: songweibin <song.weibin@zte.com.cn> wb song
07:21 AM Revision 5ae3122b (ceph): doc: RBD quick start guide will fail due to default image features
fix: http://tracker.ceph.com/issues/16999
Signed-off-by: songweibin <song.weibin@zte.com.cn>
wb song
07:20 AM Revision ffdc050b (ceph): rgw/dashboard: move some logic from JS to Python side, some cleanups
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
07:19 AM Revision c7e2ab54 (ceph): mgr/dashboard: simplify URL routing, /rgw/detail/<id> -> /rgw/<id>
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
05:33 AM RADOS Bug #21388: inconsistent pg but repair does nothing reporting head data_digest != data_digest fro...
I'm also having this issue. I'm getting new scrub errors every few days. No idea what's going on. This is something n... Ryan Anstey
05:17 AM Bug #22301 (Fix Under Review): aarch64 missing DTS-7 (no SCL on aarch64/centos)
https://github.com/ceph/ceph/pull/19645 Kefu Chai
04:55 AM CephFS Bug #22338 (Resolved): mds: ceph mds stat json should use array output for info section
Patrick Donnelly
04:55 AM CephFS Bug #21853 (Pending Backport): mds: mdsload debug too high
Patrick Donnelly
04:55 AM CephFS Feature #19578 (Pending Backport): mds: optimize CDir::_omap_commit() and CDir::_committed() for ...
Patrick Donnelly
04:54 AM CephFS Bug #22492 (Pending Backport): Locker::calc_new_max_size does not take layout.stripe_count into a...
Patrick Donnelly
04:49 AM CephFS Backport #22503 (In Progress): luminous: mds: read hang in multiple mds setup
https://github.com/ceph/ceph/pull/19646 Prashant D
02:37 AM CephFS Backport #22503: luminous: mds: read hang in multiple mds setup
I'm on it. Prashant D
04:32 AM rbd Backport #22498 (In Progress): jewel: [rbd-mirror] new pools might not be detected
Prashant D
04:30 AM rbd Backport #22498: jewel: [rbd-mirror] new pools might not be detected
https://github.com/ceph/ceph/pull/19644 Prashant D
02:36 AM rbd Backport #22498: jewel: [rbd-mirror] new pools might not be detected
I'm working on it Prashant D
04:21 AM Revision 3189ba19 (ceph): Merge PR #19369 into master
* refs/pull/19369/head:
qa: update handling of fs status format
PendingReleaseNotes: add note for format change
md...
Patrick Donnelly
04:20 AM Revision fbbb7a77 (ceph): githubmap: update contributors
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
04:20 AM Revision b7620de0 (ceph): Merge PR #19378 into master
* refs/pull/19378/head:
mds,rgw: Initializing standby_reply, sync_tracer
Reviewed-by: Patrick Donnelly <pdonnell@re...
Patrick Donnelly
04:20 AM Revision edbe063c (ceph): Merge PR #19556 into master
* refs/pull/19556/head:
mds: reduce debugging level for balancer messages
Reviewed-by: Zheng Yan <zyan@redhat.com>
Patrick Donnelly
04:19 AM Revision 928afd59 (ceph): Merge PR #19574 into master
* refs/pull/19574/head:
mds: track dirty dentries in separate list
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
04:19 AM Revision 83056328 (ceph): Merge PR #19587 into master
* refs/pull/19587/head:
mds: add "client." before cap->get_client()
Reviewed-by: Patrick Donnelly <pdonnell@redhat....
Patrick Donnelly
04:19 AM Revision dc939758 (ceph): Merge PR #19609 into master
* refs/pull/19609/head:
mds: respect mds_client_writeable_range_max_inc_objs config
Reviewed-by: Patrick Donnelly <...
Patrick Donnelly
04:19 AM Revision a2d74d48 (ceph): Merge PR #19633 into master
* refs/pull/19633/head:
ceph_volume_client: fix usage of get_mds_map()
Reviewed-by: Patrick Donnelly <pdonnell@redh...
Patrick Donnelly
03:42 AM Revision ba9d07f0 (ceph): common: cleanup address_helper
Signed-off-by: Shinobu Kinjo <shinobu@redhat.com> Shinobu Kinjo
03:10 AM Revision caa0aefc (ceph): rbd-mirror: cluster watcher should ensure it has latest OSD map
Fixes: http://tracker.ceph.com/issues/22461
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
02:56 AM Revision 1643d5a4 (ceph): mds: properly eval locks after importing inode
We should call Locker:eval() for all imported inodes who have non-zero
'wanted caps'. MDS does not properly handle fo...
Yan, Zheng
02:45 AM Revision 793af6cb (ceph): osd/OSDMap.h: toss osd out if it has no more pending states
So we don't push an empty entry into new_state map,
which is inefficient.
Signed-off-by: xie xingguo <xie.xingguo@zt...
xie xingguo
12:28 AM CephFS Bug #22357: mds: read hang in multiple mds setup
https://github.com/ceph/ceph/pull/19414 Patrick Donnelly

12/21/2017

11:45 PM CephFS Bug #22487: mds: setattr blocked when metadata pool is full
right. full test should have no problem Zheng Yan
10:27 PM CephFS Bug #22487: mds: setattr blocked when metadata pool is full
Presumably that would be because with the vstart config the MDS writes cannot actually be written whereas with the te... Patrick Donnelly
02:35 PM CephFS Bug #22487: mds: setattr blocked when metadata pool is full
I reproduced this locally.
It was caused by stuck log flush ...
Zheng Yan
10:38 PM CephFS Bug #22526 (Pending Backport): AttributeError: 'LocalFilesystem' object has no attribute 'ec_prof...
Fixed by: https://github.com/ceph/ceph/pull/19533 Patrick Donnelly
02:19 PM CephFS Bug #22526 (Resolved): AttributeError: 'LocalFilesystem' object has no attribute 'ec_profile'
Hit an error while running a ceph_volume_client test on a vstart Ceph cluster using the command
LD_LIBRARY_PATH=`pwd...
Ramana Raja
09:32 PM mgr Bug #22511 (Duplicate): Dashboard showing stale health data
Ah, that suspect piece of code was already updated in master for http://tracker.ceph.com/issues/22142 which is curren... John Spray
09:27 PM mgr Bug #22511: Dashboard showing stale health data
Hmm, so the mon is showing you the same health status that the mgr is sending in DaemonServer::send_report, which is ... John Spray
09:16 PM Revision 1a549a01 (ceph): Merge pull request #19588 from batrick/i22475
qa: check pool full flags
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
09:16 PM Revision c461d595 (ceph): Merge pull request #19602 from batrick/i22483
mds: check metadata pool not cluster is full
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
08:47 PM Revision afa51dea (ceph): rgw: Cache data structure cleanup
Do not use std::list for the LRU.
And really don't cons up a std::list just to pass a variable number of
arguments t...
Adam Emerson
08:47 PM Revision b48753b6 (ceph): rgw: Use unordered_map for cache_map
This should get us better look up speeds.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
08:47 PM Revision 306c0233 (ceph): opt: Rename rgw_bucket_info_cache_expiry_interval
Rename it to rgw_cache_expiry_interval, to be specific. It already
controls the user cache, and will expire objects i...
Adam Emerson
08:47 PM Revision 82a7e6ca (ceph): rgw: Add expiration in the object cache
We had it in the chained caches, but it doesn't do much good if
they just fetch objects out of the object cache.
Fix...
Adam Emerson
08:47 PM Revision d997f657 (ceph): rgw: Plumb refresh logic into object cache
Now when we force a refetch of bucket info it will actually go to the
OSD rather than simply using the objects in the...
Adam Emerson
08:44 PM Revision d622aa0e (ceph): rgw: Have ChainedCacheImpl::find return an optional
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
08:15 PM rgw Bug #22473 (Pending Backport): multisite: 'radosgw-admin sync error list' contains temporary EBUS...
Matt Benjamin
07:51 PM Revision f9eea16a (ceph): Merge pull request #19580 from cbodley/wip-22473
rgw: dont log EBUSY errors in 'sync error list' Matt Benjamin
07:29 PM Revision 8f5a5e37 (ceph): Merge pull request #19455 from mkogan1/wip-rgw-swift_container_create_m...
rgw: fix chained cache invalidation to prevent cache size growth Matt Benjamin
06:35 PM Revision 1f1a2a27 (ceph): qa: update handling of fs status format
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
04:54 PM RADOS Bug #22346: OSD_ORPHAN issues after jewel->luminous upgrade, but orphaned osds not in crushmap
That did clean it up, thanks.
It is curious though that if I decompile the crushmap to text, it appears the same b...
Graham Allan
04:13 PM CephFS Bug #22357: mds: read hang in multiple mds setup
i don't see any merged pr. Shinobu Kinjo
04:12 PM RADOS Feature #22528 (New): objects should not be promoted when locked
Hello,
We faced with immediate object promotion when call lock on object.
This behavior makes very hard to understa...
Aleksei Zakharov
04:08 PM rgw Backport #22506: luminous: rgw usage trim only trims a few entries
https://github.com/ceph/ceph/pull/19636 Shinobu Kinjo
04:06 PM Revision e3bb2152 (ceph): test/cls: add a basic test for rgw usage log
A basic test for cls_rgw for usage that sets 512 usage log entries,
reads them and deletes them
Signed-off-by: Abhis...
Abhishek Lekshmanan
04:06 PM Revision 7810567f (ceph): cls/rgw: trim all usage entries in cls_rgw
Currently trim usage will only trim upto 128 omap entries, since we need
to run this in a loop until we're done, actu...
Abhishek Lekshmanan
03:18 PM mgr Bug #22527 (Resolved): mgr.x runtime_error in json_spirit on upgrade
... Sage Weil
02:57 PM RADOS Bug #21557: osd.6 found snap mapper error on pg 2.0 oid 2:0e781f33:::smithi14431805-379 ... :187 ...
/a/sage-2017-12-21_07:24:12-rados-wip-sage3-testing-2017-12-20-2253-distro-basic-smithi/1989672
but didn't have th...
Sage Weil
02:47 PM ceph-volume Feature #22287: ceph-volume lvm deactivate
+1 and btw how does one do this manually today? Dan van der Ster
02:14 PM bluestore Bug #22510: osd: BlueStore.cc: BlueStore::_balance_bluefs_freespace: assert(0 == "allocate failed...

Probably that's the same as https://github.com/ceph/ceph/pull/18494
Igor Fedotov
07:49 AM bluestore Bug #22510: osd: BlueStore.cc: BlueStore::_balance_bluefs_freespace: assert(0 == "allocate failed...
Probably bluestore_max_alloc_size will not help because it is not used in code of BlueStore.
Aleksei Gutikov
02:11 PM RADOS Bug #18698: BlueFS FAILED assert(0 == "allocate failed... wtf")
There is a PR#18494 addressing an issue with the symptoms similar to ones reported in comment #9 (assert during _bala... Igor Fedotov
01:36 PM Revision af0a65e4 (ceph): RGW: S3 POST policy should not require Content-Type
In the current implementation, putting a key in the acting
RGWPolicyEnv makes it required in RGWPolicyEnv::match_poli...
Matt Benjamin
01:30 PM mgr Bug #22514 (Fix Under Review): zabbix throws exception
https://github.com/ceph/ceph/pull/19634 John Spray
12:54 PM mgr Bug #22514 (In Progress): zabbix throws exception
Hmm, probably better to update the test to set some dummy values (it's a bit naughty that it switches on the module w... John Spray
01:28 PM Revision c64c9ff0 (ceph): qa: configure zabbix properly before selftest
Even though the selftest routine doesn't care about
the settings, we should set them to avoid emitting
nasty log/heal...
John Spray
01:04 PM CephFS Bug #22524 (Fix Under Review): NameError: global name 'get_mds_map' is not defined
https://github.com/ceph/ceph/pull/19633 Ramana Raja
12:48 PM CephFS Bug #22524 (Resolved): NameError: global name 'get_mds_map' is not defined
Hit a error while running test_volume_client on a dev vstart cluster (Ceph master) using
# LD_LIBRARY_PATH=`pwd`/lib...
Ramana Raja
12:51 PM Revision 181e3ea6 (ceph): ceph_volume_client: fix usage of get_mds_map()
get_mds_map() is an instance method, and not a global
function. Use it as such.
Fixes: http://tracker.ceph.com/issue...
Ramana Raja
12:50 PM RADOS Bug #22525 (Resolved): auth: ceph auth add does not sanity-check caps
When adding a keyring with "ceph auth add -i <keyring> <entity>", it does not verify that the contained capability st... Fabian Vogt
12:05 PM CephFS Bug #22523: Jewel10.2.10 cephfs journal corrupt,later event jump into previous position.
type :fs
version:10.2.10
Yong Wang
11:59 AM CephFS Bug #22523 (Closed): Jewel10.2.10 cephfs journal corrupt,later event jump into previous position.
Hi all.
==============================
version: jewel 10.2.10 (professional rpms)
nodes : 3 centos7.3
cephfs : k...
Yong Wang
11:55 AM Dashboard Feature #22522 (Resolved): dashboard: configuration setting browser
Ceph stores the configuration for all its daemons according to a schema defined within the C++ code in src/common/opt... John Spray
11:42 AM RADOS Support #22520: nearfull threshold is not cleared when osd really is not nearfull.
When I was delete some data from this osds, nearfull flag was also deleted.... Konstantin Shalygin
10:56 AM RADOS Support #22520 (Closed): nearfull threshold is not cleared when osd really is not nearfull.
Today one of my osd is reached nearfull ratio. mon_osd_nearfull_ratio: '.85'. I increased mon_osd_nearfull_ratio to '... Konstantin Shalygin
11:40 AM Dashboard Feature #22521 (Resolved): dashboard: performance counter browser
Each ceph daemon exposes a collection of performance counters. Currently if someone wants to inspect the counters, t... John Spray
10:23 AM Backport #22509 (In Progress): luminous: osd: "sudo cp /var/lib/ceph/osd/ceph-0/fsid ..." fails
https://github.com/ceph/ceph/pull/19631 Shinobu Kinjo
10:19 AM Revision 7ffe8c41 (ceph): memstore: write fsid to fsid not fs_fsid
Fixes: http://tracker.ceph.com/issues/20736
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly
10:17 AM bluestore Backport #22507 (In Progress): luminous: bluestore: do not crash on over-large objects
https://github.com/ceph/ceph/pull/19630 Shinobu Kinjo
10:16 AM Revision ce54fd9b (ceph): os/bluestore: prevent mount if osd_max_object_size >= 4G
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit f284bbb0593eafc25013c01c8aa7b8bdfc39d906)
Sage Weil
10:10 AM RADOS Backport #22502 (In Progress): luminous: Pool Compression type option doesn't apply to new OSD's
-https://github.com/ceph/ceph/pull/19629- Shinobu Kinjo
10:08 AM CephFS Backport #22501: luminous: qa: CommandFailedError: Command failed on smithi135 with status 22: 's...
https://github.com/ceph/ceph/pull/19628 Shinobu Kinjo
10:07 AM Revision 47f74bcd (ceph): qa: don't configure ec data pool with memstore
Fixes: http://tracker.ceph.com/issues/22436
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly
10:05 AM CephFS Backport #22500: luminous: cephfs: potential adjust failure in lru_expire
https://github.com/ceph/ceph/pull/19627 Shinobu Kinjo
10:04 AM Revision 6eea7520 (ceph): cephfs: potential adjust failure in lru_expire
Fix: the first adjust is no needed,it will never take real effect.
the second 'adjust' may never get the chance ...
root
10:03 AM CephFS Backport #22499: luminous: cephfs-journal-tool: tool would miss to report some invalid range
https://github.com/ceph/ceph/pull/19626 Shinobu Kinjo
10:02 AM Revision d0d66c73 (ceph): cephfs-journal-tool: tool would miss to report some invalid range
Fixes: http://tracker.ceph.com/issues/22459
Signed-off-by: dongdong tao <tdd21151186@gmail.com>
(cherry picked from c...
root
10:01 AM rbd Backport #22497: luminous: [rbd-mirror] new pools might not be detected
https://github.com/ceph/ceph/pull/19625 Shinobu Kinjo
09:59 AM Revision 3d0f4fa7 (ceph): rbd-mirror: cluster watcher should ensure it has latest OSD map
Fixes: http://tracker.ceph.com/issues/22461
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
09:59 AM mgr Backport #22496 (In Progress): luminous: KeyError: ('name',) in balancer rm
https://github.com/ceph/ceph/pull/19624 Shinobu Kinjo
09:57 AM Revision 40954a9c (ceph): mgr/balancer: fix KeyError in balancer rm
Fix the typo in the plan name which leads to a KeyError in balancer
rm.
Signed-off-by: Dan van der Ster <daniel.vand...
Dan van der Ster
09:44 AM Revision 49559663 (ceph): mds: track dirty dentries in separate list
this should improve performance of large directory
Fixes: http://tracker.ceph.com/issues/19578
Signed-off-by: "Yan, ...
Yan, Zheng
09:36 AM Revision 7b83966e (ceph): msg: the #include "include/assert.h" statement is repeated in src/msg/D...
Signed-off-by: chnmagnus chnmagnus@qq.com /bin/bash
09:30 AM Revision f5b3bb35 (ceph): mgr/dashboard: logging when loads json failed
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
09:27 AM Revision d6bc960c (ceph): mgr/dashboard: remove redundant python modules re/rados
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
09:24 AM Revision c16472d7 (ceph): mgr/dashbaord: uses fa-cloud-download as RGW's icon
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
08:36 AM CephFS Bug #22374 (Duplicate): luminous: mds: SimpleLock::num_rdlock overloaded
Nathan Cutler
06:20 AM Support #22471: osd op
This problem seems to be network related,we add debug in AsyncConnection::process and find it takes a long time in th... zhou yang
04:32 AM Revision 25d9473e (ceph): PendingReleaseNotes: add note for format change
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly

12/20/2017

10:41 PM Revision bff7e61c (ceph): rgw: retry CORS put/delete operations on ECANCELLED
Fixes: http://tracker.ceph.com/issues/22517
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
10:11 PM rgw Bug #22517: Cache never becoming consistent after failed updates
https://github.com/ceph/ceph/pull/19601 Adam Emerson
09:47 PM rgw Bug #22517 (Resolved): Cache never becoming consistent after failed updates
This seems to happen with redundant POST/PUT requests on an existing container. The issue has been found during uploa... Adam Emerson
09:56 PM rbd Bug #18435 (Fix Under Review): [ FAILED ] TestLibRBD.RenameViaLockOwner
*PR*: https://github.com/ceph/ceph/pull/19618 Jason Dillaman
09:52 PM rbd Bug #18435 (In Progress): [ FAILED ] TestLibRBD.RenameViaLockOwner
Jason Dillaman
09:55 PM Revision 001d2fc3 (ceph): librbd: filter out potential race with image rename
Fixes: http://tracker.ceph.com/issues/18435
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
09:18 PM rgw Bug #20201 (Fix Under Review): radosgw refuses upload when Content-Type missing from POST policy
Matt Benjamin
09:18 PM rgw Bug #20201: radosgw refuses upload when Content-Type missing from POST policy
Candidate test s3tests.functional.test_s3:test_post_object_authenticated_no_content_type pushed https://github.com/ce... Matt Benjamin
09:12 PM Revision 3b2a26d9 (ceph): qa/tests: run ceph-ansible task on installer.0 role/node
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
09:08 PM Revision f33ab7e0 (ceph): Merge remote-tracking branch 'gh/mimic-dev1'
Sage Weil
09:05 PM rbd Bug #22363 (Need More Info): Watchers are lost on active RBD image with running client
Need a gcore dump of the affected process or aggressive logging enabled (debug ms = 1, debug objecter = 20). Jason Dillaman
09:05 PM Revision f7fbdd53 (ceph): qa/tests: run ceph-ansible task on installer.0 role/node
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
09:01 PM rbd Bug #22411 (Resolved): [test] valgrind of python tests results in "definitely lost" failure
Jason Dillaman
08:59 PM RADOS Bug #22415: 'pg dump' fails after mon rebuild
/a/yuriw-2017-12-19_20:36:31-rados-wip-yuri4-testing-2017-12-19-1722-distro-basic-smithi/1980900 Sage Weil
08:58 PM Revision cd31bf91 (ceph): Merge pull request #19600 from liewegas/wip-mimic-trusty-backports
qa: mimic-dev1 backports to avoid trusty nodes Sage Weil
08:58 PM RADOS Bug #22515 (Resolved): osd-config.sh fails with /usr/bin/ceph-authtool: unexpected '1000'
https://github.com/ceph/ceph/pull/19544 Sage Weil
07:56 PM RADOS Bug #22515 (Resolved): osd-config.sh fails with /usr/bin/ceph-authtool: unexpected '1000'
... Sage Weil
08:57 PM Revision 64463039 (ceph): Merge pull request #19544 from tchaikov/mimic-qa-pass-options-the-right...
qa/stanalone: pass options using --<option-name>=<value>
Revewed-by: Alfredo Deza <adeza@redhat.com>
Sage Weil
08:57 PM Revision 596d30f7 (ceph): qa/tests: run ceph-ansible task on insatller.0 role/node
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
08:47 PM Revision 1fe34afd (ceph): Merge pull request #19617 from liewegas/wip-rbd-socket-failures
qa/suites/rbd: fewer socket failures Sage Weil
08:24 PM RADOS Bug #22408: objecter: sent out of order ops
/a/yuriw-2017-12-19_20:40:29-rbd-wip-yuri4-testing-2017-12-19-1722-distro-basic-smithi/1981037
rbd/basic/{base/ins...
Sage Weil
08:19 PM RADOS Bug #22369 (Resolved): out of order reply on set-chunks.yaml workload
Sage Weil
08:17 PM Revision a3a911f9 (ceph): qa/suites/rbd: fewer socket failures
500 makes the mgr fail. Fewer failures, and whitelist them if they
happen.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
07:54 PM mgr Bug #22514 (Resolved): zabbix throws exception
... Sage Weil
06:41 PM CephFS Backport #22493 (In Progress): luminous: mds: crash during exiting
Nathan Cutler
02:47 AM CephFS Backport #22493 (Resolved): luminous: mds: crash during exiting
https://github.com/ceph/ceph/pull/19610 Zheng Yan
05:01 PM Feature #22512 (New): Please support windows Server 2016
This might be easier with the windows subsystem for linux
https://docs.microsoft.com/en-us/windows/wsl/install-on-...
Aaron Stainback
04:11 PM mgr Bug #22511: Dashboard showing stale health data
Sure, see ceph-post-file: 217cba9a-5ae9-42b4-8e7a-76ba016397e0
At this moment, the dashboard displays:...
Dan van der Ster
04:03 PM mgr Bug #22511: Dashboard showing stale health data
Hmm, I've seen a couple of things vaguely similar to this: can you do a "ceph tell mgr.<id> config set debug_mgr 20" ... John Spray
03:42 PM mgr Bug #22511 (Duplicate): Dashboard showing stale health data
In 12.2.2 with a HEALTH_WARN cluster, the dashboard is showing stale health data.
The dashboard shows:...
Dan van der Ster
03:39 PM bluestore Bug #22510 (Triaged): osd: BlueStore.cc: BlueStore::_balance_bluefs_freespace: assert(0 == "alloc...
Sage Weil
01:28 PM bluestore Bug #22510 (Resolved): osd: BlueStore.cc: BlueStore::_balance_bluefs_freespace: assert(0 == "allo...
luminous 12.2.2 osd crash during deep scrubbing after 7 days of workload.
Same as http://tracker.ceph.com/issues/1...
Aleksei Gutikov
03:37 PM Revision 106fd5f9 (ceph): Merge pull request #19508 from cfanz/wip-mulizone-correct-comment
rgw: correct log output for metadata section name in RGWListBucketIndexesCR
Reviewed-by: Casey Bodley <cbodley@redha...
Casey Bodley
03:29 PM rgw Bug #21583: "radosgw-admin zonegroup set" requires realm
Casey Bodley
02:05 PM Revision 80fd0719 (ceph): mon/OSDMonitor: list osd tree in named bucket
Signed-off-by: kungf <yang.wang@easystack.cn> yang wang
01:46 PM rbd Bug #22485 (Pending Backport): [test] rbd-mirror split brain test case can have a false-positive ...
Mykola Golub
01:45 PM Revision 9a1f52e8 (ceph): Merge pull request #19604 from dillaman/wip-22485
qa/workunits/rbd: simplify split-brain test to avoid potential race
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
01:12 PM Revision 98f955ed (ceph): mds: add "client." before cap->get_client()
unify the log and make it easy to search
Signed-off-by: dongdong tao <tdd21151186@gmail.com>
root
01:11 PM RADOS Bug #18698: BlueFS FAILED assert(0 == "allocate failed... wtf")
Reproduced with 12.2.2 during deep scrubbing after 7 days of workload.
36 ssds, 200G each contain 400G of rbds and...
Aleksei Gutikov
11:56 AM Backport #22509 (Resolved): luminous: osd: "sudo cp /var/lib/ceph/osd/ceph-0/fsid ..." fails
Nathan Cutler
11:56 AM CephFS Backport #22508 (Closed): luminous: MDSMonitor: inconsistent role/who usage in command help
Nathan Cutler
11:54 AM bluestore Backport #22507 (Resolved): luminous: bluestore: do not crash on over-large objects
Nathan Cutler
11:54 AM rgw Backport #22506 (Resolved): luminous: rgw usage trim only trims a few entries
https://github.com/ceph/ceph/pull/19636 Nathan Cutler
11:54 AM CephFS Backport #22505 (Rejected): jewel: client may fail to trim as many caps as MDS asked for
Nathan Cutler
11:54 AM CephFS Backport #22504 (Resolved): luminous: client may fail to trim as many caps as MDS asked for
https://github.com/ceph/ceph/pull/24119 Nathan Cutler
11:54 AM CephFS Backport #22503 (Resolved): luminous: mds: read hang in multiple mds setup
https://github.com/ceph/ceph/pull/19646 Nathan Cutler
11:54 AM RADOS Backport #22502 (Resolved): luminous: Pool Compression type option doesn't apply to new OSD's
https://github.com/ceph/ceph/pull/20106 Nathan Cutler
11:54 AM CephFS Backport #22501 (Resolved): luminous: qa: CommandFailedError: Command failed on smithi135 with st...
https://github.com/ceph/ceph/pull/19628 Nathan Cutler
11:54 AM CephFS Backport #22500 (Resolved): luminous: cephfs: potential adjust failure in lru_expire
https://github.com/ceph/ceph/pull/19627
Nathan Cutler
11:54 AM CephFS Backport #22499 (Resolved): luminous: cephfs-journal-tool: tool would miss to report some invalid...
https://github.com/ceph/ceph/pull/19626 Nathan Cutler
11:53 AM rbd Backport #22498 (Resolved): jewel: [rbd-mirror] new pools might not be detected
https://github.com/ceph/ceph/pull/19644 Nathan Cutler
11:53 AM rbd Backport #22497 (Resolved): luminous: [rbd-mirror] new pools might not be detected
https://github.com/ceph/ceph/pull/19625 Nathan Cutler
11:53 AM mgr Backport #22496 (Resolved): luminous: KeyError: ('name',) in balancer rm
Nathan Cutler
11:43 AM rgw Bug #22234 (Pending Backport): rgw usage trim only trims a few entries
Nathan Cutler
11:39 AM CephFS Backport #21947 (In Progress): luminous: mds: preserve order of requests during recovery of multi...
Nathan Cutler
07:03 AM Revision e5ca8992 (ceph): simplify mds overload judgement logic
Signed-off-by: Jianyu Li <joannyli@tencent.com> Jianyu Li
07:02 AM Revision 9a276c27 (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
06:04 AM Revision dc54d393 (ceph): rgw: fix collect()'s return in coroutine
Return true when the rgw_spawned_stack is not fully checked.
Signed-off-by: Xinying Song <songxinying@cloudin.cn>
Xinying Song
05:31 AM Dashboard Feature #22495 (Resolved): mgr: dashboard: show per pool io
It will be useful if pools will show ('Activity' in health.html) ['read_op_per_sec', 'write_op_per_sec'] in per pool ... Konstantin Shalygin
05:01 AM Revision 286336a9 (ceph): Merge pull request #19608 from luomuyao/dev
rgw: fix a typo in comment
Reviewed-by: Jos Collin <jcollin@redhat.com>
Jos Collin
03:41 AM CephFS Backport #22494 (Fix Under Review): jewel: unsigned integer overflow in file_layout_t::get_period
https://github.com/ceph/ceph/pull/19611 Zheng Yan
03:35 AM CephFS Backport #22494 (Resolved): jewel: unsigned integer overflow in file_layout_t::get_period
A customer encountered this
https://bugzilla.redhat.com/show_bug.cgi?id=1527548
Zheng Yan
03:36 AM Revision 1f864e74 (ceph): include/fs_types: fix unsigned integer overflow
stats image has (stripe_count * object_size) > UINT32_MAX results following exception:
...
5: (()+0xc3391) [0x7f7...
runsisi hust
02:38 AM Revision 5a40ef22 (ceph): osdc/Journaler: introduce STATE_STOPPING state
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
02:38 AM Revision 05397e40 (ceph): osdc/Journaler: add 'stopping' check to various finish callbacks
These callbacks are executed by finisher. When they are being executed,
Journaler can be in stopping state.
Fixes: h...
Yan, Zheng
02:09 AM CephFS Bug #22492 (Fix Under Review): Locker::calc_new_max_size does not take layout.stripe_count into a...
https://github.com/ceph/ceph/pull/19609 Zheng Yan
02:07 AM CephFS Bug #22492 (Resolved): Locker::calc_new_max_size does not take layout.stripe_count into account
if layout.stripe_count is N, size_increment is actually 'N * mds_client_writeable_range_max_inc_objs' objects Zheng Yan
02:07 AM Revision ee11b6cd (ceph): mds: respect mds_client_writeable_range_max_inc_objs config
get_layout_size_increment() return layout.get_period(). A period
contain layout.stripe_count objects.
The config is ...
Yan, Zheng
01:43 AM Revision 5334f469 (ceph): cleanup: rgw: fix a typo in comment
Signed-off-by: luomuyao <luo.muyao@zte.com.cn> luomuyao
01:09 AM CephFS Bug #22360 (Pending Backport): mds: crash during exiting
Patrick Donnelly
01:08 AM Revision 64430227 (ceph): Merge PR #19424 into master
* refs/pull/19424/head:
osdc/Journaler: introduce STATE_STOPPING state
osdc/Journaler: add 'stopping' check to vari...
Patrick Donnelly
12:35 AM CephFS Backport #22490 (In Progress): luminous: mds: handle client session messages when mds is stopping
Patrick Donnelly
12:35 AM CephFS Backport #22490 (Resolved): luminous: mds: handle client session messages when mds is stopping
https://github.com/ceph/ceph/pull/19585 Patrick Donnelly

12/19/2017

11:45 PM CephFS Feature #22446: mds: ask idle client to trim more caps
Zheng Yan wrote:
> Idle client holds so many caps is wasteful, because it increase the chance that mds trim other re...
Patrick Donnelly
10:38 PM Revision d678415b (ceph): mds: check metadata pool not cluster is full
CEPH_OSDMAP_FULL flag was obsoleted by
b4ca5ae462c6f12ca48b787529938862646282cd. So, check if the metadata pool is
fu...
Patrick Donnelly
10:26 PM Revision de57814f (ceph): Merge pull request #18898 from Leeshine/wip-rgw-bug-22080
rgw: create sync-module instance when execute radosgw-admin data sync run
Reviewed-by: Orit Wasserman <owasserm@redh...
Casey Bodley
10:06 PM Revision 50a32580 (ceph): qa/tests: run ceph-ansible task on insatller.0 role/node
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
10:05 PM Revision 58ab8349 (ceph): qa/tests: run ceph-ansible task on insatller.0 role/node
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
10:01 PM Revision 600a90c9 (ceph): Trying to run ceph-ansible task on a stand alone node insatller.0
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
09:58 PM Revision 10c7cf2e (ceph): Trying to run ceph-ansible task on a stand alone node insatller.0
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
09:55 PM CephFS Bug #22488 (New): mds: unlink blocks on large file when metadata pool is full
With both of these PRs on mimic-dev1:
https://github.com/ceph/ceph/pull/19588
https://github.com/ceph/ceph/pull/1...
Patrick Donnelly
09:53 PM CephFS Bug #22487 (Rejected): mds: setattr blocked when metadata pool is full
With both of these PRs on mimic-dev1:
https://github.com/ceph/ceph/pull/19588
https://github.com/ceph/ceph/pull/1...
Patrick Donnelly
09:45 PM Revision 85ca00fd (ceph): Trying to run ceph-ansible task on a stand alone node insatller.0
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
09:33 PM Revision ce50c5ba (ceph): Trying to run ceph-ansible task on a stand alone node insatller.0
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
09:31 PM rbd Bug #22485 (Fix Under Review): [test] rbd-mirror split brain test case can have a false-positive ...
*PR*: https://github.com/ceph/ceph/pull/19604 Jason Dillaman
08:50 PM rbd Bug #22485 (Resolved): [test] rbd-mirror split brain test case can have a false-positive failure ...
The "split-brain" test under teuthology has two running rbd-mirror daemons (one for each cluster) which can result in... Jason Dillaman
09:30 PM Revision 8c2ee6dd (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>
Jason Dillaman
09:26 PM Revision fd8461b0 (ceph): doc: expand developer documentation of unit tests
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
09:18 PM RADOS Bug #22486: ceph shows wrong MAX AVAIL with hybrid (chooseleaf firstn 1, chooseleaf firstn -1) CR...
Forgot to put the output in code tags, sadly I can't edit the original, so here it is again to make it more readable:... Patrick Fruh
09:14 PM RADOS Bug #22486 (New): ceph shows wrong MAX AVAIL with hybrid (chooseleaf firstn 1, chooseleaf firstn ...
I have the following configuration of OSDs:
ID CLASS WEIGHT REWEIGHT SIZE USE AVAIL %USE VAR PGS
0 hdd 5...
Patrick Fruh
09:08 PM Revision afabd494 (ceph): qa/tests: use 'stable-2.1' branch for jewel testing
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
09:04 PM Revision 416e3019 (ceph): use 'stable-2.1' branch for jewel testing
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
07:25 PM CephFS Bug #22483 (In Progress): mds: check for CEPH_OSDMAP_FULL is now wrong; cluster full flag is obso...
Patrick Donnelly
07:12 PM CephFS Bug #22483 (Resolved): mds: check for CEPH_OSDMAP_FULL is now wrong; cluster full flag is obsolete
https://github.com/ceph/ceph/blob/06b7707cee87a54517630def0ad274340325a677/src/mds/Server.cc#L1742
since: b4ca5ae4...
Patrick Donnelly
06:56 PM CephFS Bug #22482 (Won't Fix): qa: MDS can apparently journal new file on "full" metadata pool
... Patrick Donnelly
05:55 PM Revision 06b7707c (ceph): Merge pull request #19456 from liewegas/wip-22373
qa/standalone/ceph-helpers: pass --verbose to ceph-disk Sage Weil
05:35 PM Revision 77dd0737 (ceph): Merge pull request #19584 from qrGitHub/wip-rgw-unused-variable2
rgw: drop variable bl in rgw_op.cc
Reviewed-by: Amit Kumar <amitkuma@redhat.com>
Reviewed-by: Casey Bodley <cbodley@...
Casey Bodley
05:34 PM Revision 0c7042b3 (ceph): Merge pull request #17967 from tone-zhang/bug_21554
rgw: add "Accept-Ranges" to response header of Swift API
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Revie...
Yuri Weinstein
05:33 PM Revision acd856a9 (ceph): Merge pull request #19274 from badone/wip-rgw_sync_log_trim-uninit-errors
rgw: Silence maybe-uninitialized false positives
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
05:32 PM Revision 95a8b33f (ceph): Merge pull request #19310 from qrGitHub/wip-rgw-auth-retVal
rgw: fix return value of auth v2/v4
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Yuri Weinstein
05:32 PM Revision f424d213 (ceph): Merge pull request #19401 from yaozongyou/rgw-admin-improve-bucket-stats
rgw-admin: properly filtering bucket stats by user_id or bucket_name
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
05:31 PM Revision 4c33f4fa (ceph): Merge pull request #19474 from qrGitHub/wip-rgw-redundant-S3AnonymousEn...
rgw: remove redundant S3AnonymousEngine
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Yuri Weinstein
05:31 PM Revision 69ffdd41 (ceph): Merge pull request #19511 from qrGitHub/wip-rgw-optimize-timeSkewCheck
rgw: optimize time skew check
Reviewed-by: Matt Benjamin <mbenjami@redhat.com>
Reviewed-by: Radoslaw Zarzynski <rzar...
Yuri Weinstein
05:12 PM Revision eb330c52 (ceph): test/docker-test: drop support for ubuntu 14.04 and centos 6
* we cannot build on centos 6. and we are dropping the support for ubuntu
14.04 also.
* add ubuntu 17.04: this rele...
Kefu Chai
05:12 PM Revision 18fe2879 (ceph): qa/suites/hadoop: switch from trusty to ubuntu latest
use the ubuntu_face.yaml facet for the distro used for testing. since we
are dropping the support for trusty.
Signed...
Kefu Chai
05:12 PM Revision 0d1f3d26 (ceph): qa/suites/fs: use ubuntu_latest for multiclient tasks
instead of using ubuntu 14.04, since we want to drop the support of this
release.
Signed-off-by: Kefu Chai <kchai@re...
Kefu Chai
05:12 PM Revision 4ec785b9 (ceph): qa/suites/fs: use ubuntu_latest for libcephfs_java
* instead of using ubuntu 14.04, use ubuntu_latest.since we want
to drop the support of this release.
* refactor th...
Kefu Chai
05:12 PM Revision 4d266e33 (ceph): qa/tasks: remove test_buildpackages
the buildpackages feature is not part of ceph. and its test was moved to
teuthology in 5a43f8d5. let's remove the lef...
Kefu Chai
05:00 PM CephFS Fix #15064 (Closed): multifs: tweak text on "flag set enable multiple"
Okay, thanks for the info John. I'll just close this then. Patrick Donnelly
03:36 PM CephFS Fix #15064: multifs: tweak text on "flag set enable multiple"
I think there was an idea that the message ought to be scarier, but I'm not sure we need that at this point John Spray
03:05 PM CephFS Fix #15064 (Need More Info): multifs: tweak text on "flag set enable multiple"
Not sure what the problem is here. Patrick Donnelly
04:08 PM rgw Bug #22481 (New): radosgw-admin crashes when the key has wrong permissions
How to reproduce: remove permissions for the 'default.rgw.meta' pool from the key used by radosgw-admin, then run 'ra... Paul Emmerich
03:58 PM rgw Bug #22416: s3cmd move object error
Casey Bodley
03:41 PM Revision 1946e3d0 (ceph): Merge pull request #19576 from qrGitHub/wip-rgw-log-adjustment
rgw: adjust log format for lifecycle
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Casey Bodley
03:35 PM RADOS Bug #22266: mgr/PyModuleRegistry.cc: 139: FAILED assert(map.epoch > 0)
/a/sage-2017-12-19_06:01:05-rados-wip-sage2-testing-2017-12-18-2147-distro-basic-smithi/1979661
saw this again on ...
Sage Weil
03:33 PM bluestore Bug #22161 (Pending Backport): bluestore: do not crash on over-large objects
Sage Weil
03:33 PM Revision 54cf9c11 (ceph): Merge pull request #19043 from liewegas/wip-22161
os/bluestore: prevent mount if osd_max_object_size >= 4G
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Reviewed-...
Sage Weil
03:31 PM Messengers Bug #22480 (Resolved): msg/simple: rados bench segv in ceph::buffer::list::iterator_impl::advance...
... Sage Weil
03:16 PM Revision b2e431d0 (ceph): Merge pull request #19273 from qrGitHub/wip-rgw-typo-UNKNOWN
rgw: correct typo UNKOWN to UNKNOWN
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
03:13 PM CephFS Tasks #22479 (Closed): multifs: review testing coverage
Patrick Donnelly
03:11 PM CephFS Feature #22478 (Rejected): multifs: support snapshots for shared data pool
If two file systems use the same data pool with different RADOS namespaces, it is necessary for them to cooperate on ... Patrick Donnelly
03:08 PM CephFS Feature #22477 (Resolved): multifs: remove multifs experimental warnings
Once all sub-tasks are complete. Patrick Donnelly
02:38 PM Revision d7a09ff0 (ceph): mgr/zabbix: Fix a small typo in the Python code
Signed-off-by: Wido den Hollander <wido@42on.com> Wido den Hollander
02:22 PM Revision d35fed9e (ceph): Merge pull request #18196 from liewegas/wip-bluestore-sync-onreadable
os/bluestore: synchronous on_applied completions
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Sage Weil
02:22 PM Revision 2a8ab2d2 (ceph): rbd-mirror: propagate deletion only if remote image doesn't exist
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
02:09 PM Revision 62998f3d (ceph): rbd-mirror: watch notifications for images added to trash
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
02:09 PM Revision 8f485ec8 (ceph): rbd-mirror: async mirroring trash move state machine
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
02:09 PM Revision 1afc6f50 (ceph): rbd-mirror: new 'rbd_mirroring_delete_delay' configuration option
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
02:09 PM Revision e6330a41 (ceph): rbd-mirror: integrate trash watcher within image deleter
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
02:09 PM Revision 2b509523 (ceph): rbd-mirror: move images to trash when propagating deletions
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
02:09 PM Revision 3ccdc3f9 (ceph): rbd-mirror: image deleter now only removes images from the trash
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
02:09 PM Revision f3978ba5 (ceph): rbd-mirror: only the leader should initialize the image deleter
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
02:09 PM Revision ed147192 (ceph): test/librados_test_stub: add mock version of `create`
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
02:09 PM Revision 86a4b33d (ceph): librbd: async trash move state machine
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
02:09 PM Revision 4466800c (ceph): librbd: watch/notify types for trash add/remove events
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
02:09 PM Revision 1a40d7ca (ceph): librbd: incorporate new trash notification messages
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
02:09 PM Revision 2a549a59 (ceph): librbd: async journal reset state machine
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
02:09 PM Revision f3affb66 (ceph): rbd-mirror: free memory after image deleter fails to open image
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
02:09 PM Revision a3705f10 (ceph): rbd-mirror: avoid logging an error for expected bootstrap failures
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
02:09 PM Revision 01f2d887 (ceph): rbd-mirror: use one image deleter per pool
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:38 PM mgr Bug #22472: restful module: Unresponsive restful API after marking MGR as failed
John Spray wrote:
> When the system is in the bugged state, are there then two ceph-mgr processes running on the pro...
Patrick Seidensal
12:57 PM mgr Bug #22472: restful module: Unresponsive restful API after marking MGR as failed
When the system is in the bugged state, are there then two ceph-mgr processes running on the problematic node? It so... John Spray
01:19 PM Revision 318c62f8 (ceph): common/config: cleanup remove some unused macros
Signed-off-by: Yao Zongyou <yaozongyou@vip.qq.com> Zongyou Yao
12:58 PM mgr Bug #22230 (Fix Under Review): mgr zabbix module need init default key when module loaded

Fix is part of https://github.com/ceph/ceph/pull/19452
John Spray
03:02 AM mgr Bug #22230: mgr zabbix module need init default key when module loaded
Done. See pr. jianguo bao
12:57 PM Revision 9f525b28 (ceph): mgr/zabbix: Improve logging of Zabbix module
Just to make sure more logging can be done when needed.
Signed-off-by: Wido den Hollander <wido@42on.com>
Wido den Hollander
12:57 PM Revision c9bb2f02 (ceph): mgr/zabbix: Optimize configuration of Zabbix module
The module refused to run/start if not all configuration was properly set
This commit makes sure the module is initi...
Wido den Hollander
12:56 PM Revision 35cc8794 (ceph): rgw: proper error message when tier_type does not exist
at now, creating a zone does not check whether the sync module exists. we
should make sure that tier_type is valid.
...
Chang Liu
12:53 PM Revision 2281bfd5 (ceph): mgr/zabbix: Use fsid as identifier with Zabbix if none is set
Users can still override this parameter, but by default the fsid
of the cluster will be used to send data to Zabbix.
...
Wido den Hollander
12:36 PM Revision f5efaa2f (ceph): Add InfluxDB SSL Option
Add possibility to connect to InfluxDB via https.
Also adding the option for verifying the https cert.
Signed-off-by...
Tobias Gall
12:18 PM RADOS Bug #22445: ceph osd metadata reports wrong "back_iface"
Hmm, this could well be the first time anyone's really tested the IPv6 path here. John Spray
11:56 AM RADOS Support #22466: PG failing to map to any OSDs
More info will be needed to work out if this is a bug -- are the CRUSH rules customized? What is the topology ("ceph... John Spray
11:53 AM mgr Bug #22457 (Fix Under Review): ceph-mgr dashboard has dependency on python-jinja2
https://github.com/ceph/ceph/pull/19598 John Spray
11:50 AM mgr Bug #22457: ceph-mgr dashboard has dependency on python-jinja2
Oh, flask is actually a mon dependency (for ceph-rest-api), so perhaps you had a mgr on a non-mon node? John Spray
11:45 AM mgr Bug #22457: ceph-mgr dashboard has dependency on python-jinja2
On CentOS 7.4, I get python-jinja2 as a dependency of python-flask (which ceph does depend on explicitly).
What OS...
John Spray
11:52 AM Revision 87399bea (ceph): packaging: explicit jinja2 dependency for dashboard
We were getting this via python-flask, when mgr was
installed on nodes with ceph-mon, but for correctness
in general ...
John Spray
11:40 AM mgr Bug #22470 (Pending Backport): KeyError: ('name',) in balancer rm
John Spray
11:27 AM mgr Bug #22470 (Fix Under Review): KeyError: ('name',) in balancer rm
John Spray
11:40 AM Revision dc236764 (ceph): Merge pull request #19578 from cernceph/dvanders_brm
mgr/balancer: fix KeyError in balancer rm
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
11:36 AM rgw Bug #22476 (New): rgw_file: struct rgw_file_handle incompatibility because of rgw_fh_type
in include/rados/rgw_file.h
before v10.2.8, v12.0.2
enum rgw_fh_type {
RGW_FS_TYPE_FILE = 0,
RGW_FS_TYPE_...
Tianshan Qu
10:50 AM Revision e2c252d1 (ceph): mon: align lspools output
Aligned 'osd lspools' output
Signed-off-by: Jos Collin <jcollin@redhat.com>
Jos Collin
10:40 AM Revision 8ed5fc35 (ceph): rgw: optimize next start time for lifecycle
* If the scheduling time of lifecycle is after the current time, the
* processing of lifecycle should not be postpone...
Bingyin Zhang
09:26 AM CephFS Bug #22475: qa: full flag not set on osdmap for tasks.cephfs.test_full.TestClusterFull.test_full_...
Flagging for luminous backport because b4ca5ae (which presumably introduced the test failure this is fixing (?)) was ... Nathan Cutler
05:51 AM CephFS Bug #22475 (Fix Under Review): qa: full flag not set on osdmap for tasks.cephfs.test_full.TestClu...
Patrick Donnelly
05:51 AM CephFS Bug #22475: qa: full flag not set on osdmap for tasks.cephfs.test_full.TestClusterFull.test_full_...
https://github.com/ceph/ceph/pull/19588 Patrick Donnelly
05:25 AM CephFS Bug #22475 (Resolved): qa: full flag not set on osdmap for tasks.cephfs.test_full.TestClusterFull...
... Patrick Donnelly
09:04 AM Revision ba59ffa1 (ceph): rgw: remove unused varialbe "marker" in function RGWLC::process
Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn> Bingyin Zhang
08:57 AM Revision 8412a65e (ceph): options, Mon: monitor the snap trim queues
If new option "mon osd snap trim queue warn on" is set to value larger
than 0 (32768 by default), cluster will go int...
Piotr Dalek
08:50 AM Revision d2ea0b50 (ceph): osd: Make dmclock's anticipation timeout be configurable
Signed-off-by: Taewoong Kim <taewoong.kim@sk.com> Taewoong Kim
05:59 AM Revision 6e046dfc (ceph): qa: check pool full flags
Cluster-wide flag removed in b4ca5ae462c6f12ca48b787529938862646282cd.
Fixes: http://tracker.ceph.com/issues/22475
...
Patrick Donnelly
05:53 AM CephFS Bug #22436 (Pending Backport): qa: CommandFailedError: Command failed on smithi135 with status 22...
https://github.com/ceph/ceph/pull/19534 Patrick Donnelly
05:31 AM Revision 2f7765a8 (ceph): Merge PR #19534 into mimic-dev1
* refs/pull/19534/head:
qa: don't configure ec data pool with memstore
Reviewed-by: Zheng Yan <zyan@redhat.com>
Patrick Donnelly
05:12 AM Revision b2284f23 (ceph): qa: don't configure ec data pool with memstore
Fixes: http://tracker.ceph.com/issues/22436
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
03:55 AM Revision 6e905de9 (ceph): Merge pull request #19586 from liewegas/wip-22231
Revert "msg/async/AsyncConnection: unregister connection when racing happened" Haomai Wang
03:41 AM Bug #22231: assert(0 == "old msgs despite reconnect_seq feature")
https://github.com/ceph/ceph/pull/19586 Sage Weil
03:39 AM Bug #22231: assert(0 == "old msgs despite reconnect_seq feature")
Seeing a dozen+ of these in a single run. Presumably 5216309c25522e9e4a3c3a03ceb927079de91e9b, which was just merged. Sage Weil
03:28 AM Bug #22231: assert(0 == "old msgs despite reconnect_seq feature")
/a/sage-2017-12-18_22:56:18-rados-wip-sage-testing-2017-12-18-1406-distro-basic-smithi/1976735 Sage Weil
03:40 AM Revision 01dd3dd7 (ceph): Revert "msg/async/AsyncConnection: unregister connection when racing ha...
This reverts commit 5216309c25522e9e4a3c3a03ceb927079de91e9b. Seeing many
many instances of
0> 2017-12-19 00:0...
Sage Weil
03:29 AM RADOS Bug #21218: thrash-eio + bluestore (hangs with unfound objects or read_log_and_missing assert)
/a/sage-2017-12-18_22:56:18-rados-wip-sage-testing-2017-12-18-1406-distro-basic-smithi/1976871
description: rados/si...
Sage Weil
03:09 AM CephFS Bug #22460: mds: handle client session messages when mds is stopping
luminous RP: https://github.com/ceph/ceph/pull/19585 Zheng Yan
02:53 AM Revision 416cdfc7 (ceph): rgw: create sync-module instance when execute radosgw-admin data sync run
Signed-off-by: lvshanchun <lvshanchun@gmail.com> lvshanchun
02:24 AM Revision 49438990 (ceph): mds: handle client session messages when mds is stopping
handle session messages except CEPH_SESSION_REQUEST_OPEN. The problem
I found is that mds ignores CEPH_SESSION_REQUES...
Yan, Zheng
02:01 AM CephFS Bug #22353: kclient: ceph_getattr() return zero st_dev for normal inode
https://github.com/ceph/ceph-client/commit/a2a44b35146e6ccf099e4326bc1a7e2cdaf02f65 Zheng Yan
01:37 AM Revision 6ed481cc (ceph): rgw: remove unused variable bl in file rgw_op.cc
Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn> Bingyin Zhang
12:24 AM Bug #20736 (Pending Backport): osd: "sudo cp /var/lib/ceph/osd/ceph-0/fsid ..." fails
Merged into mimic-dev1. Patrick Donnelly

12/18/2017

09:25 PM Revision 88b4534a (ceph): Merge pull request #18771 from ceph/wip-yuriw-22048-luminous
tests - Initial checkin for luminous point-to-point upgrade
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
07:58 PM rgw Backport #22178 (Rejected): jewel: rgw: lifecycle process may block RGWRealmReloader::reload
No lifecycle in jewel. Removing the "copied from" link to #22099. Nathan Cutler
07:50 PM Revision 435babe4 (ceph): mds: reduce debugging level for balancer messages
Fixes: http://tracker.ceph.com/issues/21853
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
07:11 PM Revision b5eaa02a (ceph): Merge pull request #19129 from qrGitHub/wip-rgw-unused-param
rgw: remove unused param in get_bucket_instance_policy_from_attr
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
05:35 PM mgr Bug #22474 (Duplicate): prometheus plugin breaks if an osd is out
John Spray
05:23 PM mgr Bug #22474: prometheus plugin breaks if an osd is out
Sorry, that's a duplicate of http://tracker.ceph.com/issues/22337 Ilya Margolin
05:06 PM mgr Bug #22474 (Duplicate): prometheus plugin breaks if an osd is out
I've taken out an osd (ceph osd out osd.10203) and requested http://mgr:9283/metrics while having degraded PGs, which... Ilya Margolin
05:08 PM Bug #22412: packages have unmet dependencies in upgrade:jewel-x-luminous-distro-basic-smithi
@kefu can you take a look at this pls ? Yuri Weinstein
05:08 PM Bug #22465: packages have unmet dependencies in upgrade:client-upgrade-kraken-luminous
@kefu can you take a look at this pls ? Yuri Weinstein
04:48 PM rgw Bug #21984: RGWBug: rewrite a versioning object create a new object
Enming Zhang wrote:
> Fix in https://github.com/ceph/ceph/pull/18662
merged
Yuri Weinstein
04:48 PM Revision 054c364f (ceph): Merge pull request #18662 from ZVampirEM77/wip-em-rewriteobj
rgw: fix rewrite a versioning object create a new object bug
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:47 PM rgw Bug #22234: rgw usage trim only trims a few entries
Abhishek Lekshmanan wrote:
> master pr: https://github.com/ceph/ceph/pull/19131
merged
Yuri Weinstein
04:47 PM Revision a00a0082 (ceph): Merge pull request #19131 from theanalyst/usage-trim
cls/rgw: trim all usage entries in cls_rgw
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:46 PM Revision 53f47285 (ceph): Merge pull request #19272 from cfanz/wip2-optimize-get_obj_vals
cls_rgw: use more effective container operations in get_obj_vals
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:46 PM Revision 53b0a7b4 (ceph): Merge pull request #19438 from cbodley/wip-qa-rgw-multisite-trim
qa/rgw: disable log trim in multisite suite Yuri Weinstein
04:45 PM rgw Bug #22473 (Fix Under Review): multisite: 'radosgw-admin sync error list' contains temporary EBUS...
https://github.com/ceph/ceph/pull/19580 Casey Bodley
03:48 PM rgw Bug #22473 (Resolved): multisite: 'radosgw-admin sync error list' contains temporary EBUSY errors
Multisite sync encounters temporary EBUSY errors in normal operation, and will gracefully retry the operations until ... Casey Bodley
04:45 PM Revision db6349b6 (ceph): Merge pull request #17482 from yaozongyou/rgw-admin-process-all-gc-objects
rgw-admin: support for processing all gc objects including unexpired.
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yuri Weinstein
04:42 PM Revision ca4510bc (ceph): rgw: dont log EBUSY errors in 'sync error list'
these temporary errors get retried automatically, so no admin
intervention is required. logging them only serves to w...
Casey Bodley
03:40 PM Revision 0f700e7d (ceph): rgw: Returning when dst_ioctx.operate() returns error
** 1396179 Unused value
CID 1396179 (#1 of 1): Unused value (UNUSED_VALUE)
returned_value: Assigning value from dst_i...
Amit Kumar
03:09 PM rbd Bug #20054: librbd memory overhead when used with KVM
Christian Theune wrote:
> @Florian: So I guess extreme memory overhead (in the range of multiple GiBs) hasn't hit yo...
Florian Haas
02:53 PM CephFS Bug #22460 (Pending Backport): mds: handle client session messages when mds is stopping
Patrick Donnelly
02:53 PM Revision a313e6fe (ceph): Merge PR #19234 into master
* refs/pull/19234/head:
mds: handle client session messages when mds is stopping
Reviewed-by: Patrick Donnelly <pdo...
Patrick Donnelly
02:49 PM CephFS Bug #22428: mds: don't report slow request for blocked filelock request
Perhaps reclassify the slow requests blocked by locks as "clients not releasing file locks" or similar to be differen... Patrick Donnelly
02:47 PM CephFS Bug #22374: luminous: mds: SimpleLock::num_rdlock overloaded
This is also fixed in master already by one of Zheng's commits. We need to link to the commit in master where this is... Patrick Donnelly
02:44 PM rbd Feature #18480 (In Progress): rbd-mirror: support cloning an image from a non-primary snapshot
Jason Dillaman
02:41 PM CephFS Bug #22353 (In Progress): kclient: ceph_getattr() return zero st_dev for normal inode
Patrick Donnelly
01:32 PM Support #22471: osd op
ceph 12.2.1
rbd ec-overwrite.
Some times, osd op was blocked for a long time (such as 106 seconds) from initiated...
zhou yang
01:19 PM Support #22471 (Closed): osd op

[root@localhost ~]# ceph daemon osd.106 dump_historic_slow_ops
{
"num to keep": 20,
"threshold to ...
zhou yang
01:27 PM mgr Bug #22472 (New): restful module: Unresponsive restful API after marking MGR as failed
After configuring the restful module (enabling the module, creating self-signed certificate), I tried to see how the ... Patrick Seidensal
01:18 PM Revision 213af8b6 (ceph): Merge pull request #19533 from batrick/vstart-runner-fixes
vstart_runner: fixes for recent cephfs changes
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
12:54 PM mgr Bug #22470: KeyError: ('name',) in balancer rm
https://github.com/ceph/ceph/pull/19578 Dan van der Ster
12:53 PM mgr Bug #22470 (Resolved): KeyError: ('name',) in balancer rm
In 12.2.2:... Dan van der Ster
12:53 PM Revision 4f581e73 (ceph): mgr/balancer: fix KeyError in balancer rm
Fix the typo in the plan name which leads to a KeyError in balancer
rm.
Signed-off-by: Dan van der Ster <daniel.vand...
Dan van der Ster
10:10 AM Revision bafe561e (ceph): rgw: adjust log format for lifecycle
Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn> Bingyin Zhang
09:35 AM rgw Bug #22469: creating a zone with mistake tier-type is not exit
... Chang Liu
08:53 AM rgw Bug #22469 (Resolved): creating a zone with mistake tier-type is not exit
... Chang Liu
09:26 AM CephFS Feature #19578 (Fix Under Review): mds: optimize CDir::_omap_commit() and CDir::_committed() for ...
https://github.com/ceph/ceph/pull/19574 Zheng Yan
07:07 AM RADOS Bug #22468 (New): unblock backoff contend with cancel proxy write lead to out of order
1.cache primary send several proxy write to base primary
2.base pg haven't peered, backoff these op
3.base finish p...
mingxin liu
06:27 AM Revision 779e9648 (ceph): doc: doc/radosgw/s3.rst: Adding AWS S3 `Storage Class` as `Not Supported`
Signed-off-by: Katie Holly <git@meo.ws> Katie Holly
03:50 AM Revision 9a06b8ce (ceph): cls/rgw: remove unused variable bl
Signed-off-by: Yao Zongyou <yaozongyou@vip.qq.com> Zongyou Yao
03:47 AM bluestore Bug #22467 (Can't reproduce): osd boot has stuck for 10min because of clear_temp_object
rebooting a host,osd will run to the function of osd::init => clear_temp_objects => collection_list => _collection_l... zhongshuai huang
01:59 AM Revision 065b7bb8 (ceph): mds/MDSMap : use arrary_section for mds stat
http://tracker.ceph.com/issues/22338
Signed-off-by: You Ji <youji@ebay.com>
Ji You
01:48 AM RADOS Support #22466 (Closed): PG failing to map to any OSDs

osdmap e88997 pg 9.d07 (9.d07) -> up [] acting []
health HEALTH_ERR
319 pgs are stuck inacti...
Amine Liu
01:09 AM Revision 559fdcae (ceph): mds: handle client session messages when mds is stopping
handle session messages except CEPH_SESSION_REQUEST_OPEN. The problem
I found is that mds ignores CEPH_SESSION_REQUES...
Yan, Zheng
01:06 AM Revision f383470a (ceph): osdc/Journaler: introduce STATE_STOPPING state
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
12:10 AM CephFS Bug #22459 (Pending Backport): cephfs-journal-tool: tool would miss to report some invalid range
Patrick Donnelly
12:10 AM Revision 80c186f2 (ceph): Merge PR #19421 into master
* refs/pull/19421/head:
cephfs-journal-tool: tool would miss to report some invalid range
Reviewed-by: Patrick Donn...
Patrick Donnelly
12:09 AM CephFS Bug #22458 (Pending Backport): cephfs: potential adjust failure in lru_expire
Patrick Donnelly
12:08 AM Revision 62d2e2e3 (ceph): Merge PR #19277 into master
* refs/pull/19277/head:
cephfs: potential adjust failure in lru_expire
Reviewed-by: Patrick Donnelly <pdonnell@redh...
Patrick Donnelly

12/17/2017

04:47 PM Bug #22465 (Resolved): packages have unmet dependencies in upgrade:client-upgrade-kraken-luminous
Run:http://pulpito.ceph.com/teuthology-2017-12-08_05:50:02-upgrade:client-upgrade-kraken-luminous-distro-basic-ovh/
...
Yuri Weinstein
01:40 PM bluestore Bug #22464: Bluestore: many checksum errors, always 0x6706be76 (which matches a zero block)
Excerpt from ceph osd logfiles:
2017-12-10 02:48:43.948386 7fed88c8a700 -1 bluestore(/var/lib/ceph/osd/ceph-0) _ve...
Martin Preuss
01:37 PM bluestore Bug #22464 (Won't Fix): Bluestore: many checksum errors, always 0x6706be76 (which matches a zero ...
I'm new to Ceph. I started a ceph cluster from scratch on Debian 9,
consisting of 3 hosts, each host has 3-4 OSDs (u...
Martin Preuss
09:03 AM rbd Backport #22454 (In Progress): luminous: cluster resource agent ocf:ceph:rbd - wrong permissions
Nathan Cutler
04:10 AM RADOS Backport #22450: luminous: Visibility for snap trim queue length
Nathan Cutler wrote:
> Shinobu Kinjo wrote:
> > unmerged pr can't be cherry-picked anyway...
>
> Actually, it ca...
Shinobu Kinjo
04:08 AM RADOS Backport #22450: luminous: Visibility for snap trim queue length
Shinobu Kinjo wrote:
> unmerged pr can't be cherry-picked anyway...
Actually, it can, but we definitely don't wan...
Nathan Cutler

12/16/2017

04:52 PM Revision 886af910 (ceph): Merge pull request #19548 from tchaikov/mimic-gcc-7
build mimic-dev1 with gcc 7 Sage Weil
02:33 PM rbd Bug #22461 (Pending Backport): [rbd-mirror] new pools might not be detected
Mykola Golub
02:32 PM Revision 43b88419 (ceph): Merge pull request #19550 from dillaman/wip-22461
rbd-mirror: cluster watcher should ensure it has latest OSD map
Reviewed-by: Mykola Golub <to.my.trociny@gmail.com>
Mykola Golub
01:38 PM Revision 4ee0e9eb (ceph): Merge pull request #19458 from wido/ceph-volume-eol
ceph-volume: Add linesep/newline at end of JSON file when writing
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
12:31 PM Revision e8a82611 (ceph): ceph-volume: Add linesep/newline at end of JSON file when writing
Instead of:
"systemd": "",
"type": "bluestore",
"whoami": "0"
}root@alpha:~#
A newline is added to th...
Wido den Hollander
12:27 PM Revision 9bb5acb7 (ceph): ceph-volume: Require lvm2, move to osd package
Fixes: http://tracker.ceph.com/issues/22443
Signed-off-by: Theofilos Mouratidis <t.mour@cern.ch>
Theofilos Mouratidis
08:26 AM ceph-volume Bug #22435: fail to create bluestore osd with ceph-volume command on ubuntu 14.04 with ceph 12.2.2
Alfredo,
Thanks for you reply. I understand that, but, from documents from http://www.ceph.com, it says Luminous r...
Bruce Jiang
04:32 AM Revision 7459713c (ceph): Merge pull request #19518 from jcsp/wip-mgr-access-denied
mgr: fix "access denied" message
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:31 AM Revision 258b10cc (ceph): Merge pull request #19515 from tchaikov/wip-cmake-lttng-leak
cmake: link libcommon with libstdc++ statically if WITH_STATIC_LIBSTDCXX
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Kefu Chai
04:31 AM Revision 419a1822 (ceph): Merge pull request #19490 from adamemerson/wip-hypomodern
Update C++ standard to 14 and clean up
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:30 AM RADOS Bug #22419 (Pending Backport): Pool Compression type option doesn't apply to new OSD's
Kefu Chai
04:29 AM Revision 5ad7efd6 (ceph): Merge pull request #19486 from liewegas/wip-22419
osd: pass pool options to ObjectStore on pg create
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Igor Fedot...
Kefu Chai
04:27 AM Revision 5d9dd9e1 (ceph): Merge pull request #19385 from liewegas/wip-stdout-logs
mon: allow cluter and debug logs to go to stderr, with appropriate prefix
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:27 AM RADOS Bug #22093 (Resolved): osd stuck in loop processing resent ops due to ms inject socket failures: 500
Kefu Chai
04:27 AM Revision 6c13ea9a (ceph): Merge pull request #19542 from tchaikov/mimic-22093
qa: decrease the msg_inject_socket_failures from 1/500 to 1/1000
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Revie...
Kefu Chai
03:56 AM Revision 7708bff4 (ceph): cephfs-journal-tool: tool would miss to report some invalid range
Fixes: http://tracker.ceph.com/issues/22459
Signed-off-by: dongdong tao <tdd21151186@gmail.com>
root
03:44 AM Revision 590c39ea (ceph): cephfs: potential adjust failure in lru_expire
Fix: the first adjust is no needed,it will never take real effect.
the second 'adjust' may never get the chance ...
root
03:25 AM Bug #22231: assert(0 == "old msgs despite reconnect_seq feature")
/a/kchai-2017-12-15_11:03:39-rados-wip-kefu-testing-2017-12-15-1528-distro-basic-mira/1967917 Kefu Chai
02:21 AM RADOS Backport #22406 (In Progress): jewel: osd: deletes are performed inline during pg log processing
Josh Durgin
01:50 AM Revision 9d2456fc (ceph): Merge pull request #19464 from myoungwon/wip-bug-fix-22369
osd: fix unordered read bug (for chunked object)
Reviewed-by: Sage Weil <sage@redhat.com>
myoungwon oh
12:48 AM RADOS Bug #22462 (Resolved): mon: unknown message type 1537 in luminous->mimic upgrade tests
http://pulpito.ceph.com/teuthology-2017-12-14_22:26:40-upgrade:luminous-x:point-to-point-x-master-distro-basic-ovh/
...
Josh Durgin
12:01 AM CephFS Feature #22446: mds: ask idle client to trim more caps
no about recovery time, clients already trim their cache aggressively when mds recovers.
Idle client holds so many...
Zheng Yan

12/15/2017

11:31 PM Revision 634a2ccb (ceph): Merge PR #19535 into master
* refs/pull/19535/head:
doc: clarify type of client in config ref
Reviewed-by: Jos Collin <jcollin@redhat.com>
Patrick Donnelly
10:24 PM CephFS Bug #21853 (Fix Under Review): mds: mdsload debug too high
https://github.com/ceph/ceph/pull/19556 Patrick Donnelly
10:22 PM RADOS Backport #22450: luminous: Visibility for snap trim queue length
unmerged pr can't be cherry-picked anyway... Shinobu Kinjo
12:05 PM RADOS Backport #22450: luminous: Visibility for snap trim queue length
master PR https://github.com/ceph/ceph/pull/19520 has not been merged yet - do not backport! (this backport ticket wa... Nathan Cutler
08:16 AM RADOS Backport #22450 (Resolved): luminous: Visibility for snap trim queue length
https://github.com/ceph/ceph/pull/20098 Piotr Dalek
09:50 PM RADOS Bug #22354: v12.2.2 unable to create bluestore osd using ceph-disk
So I dug a little deeper on this, and followed this gentleman's efforts to manually set up bluestore OSDs (although h... Jon Heese
08:27 PM mgr Backport #22455 (In Progress): luminous: balancer crush-compat sends "foo" command
https://github.com/ceph/ceph/pull/19555 Shinobu Kinjo
11:47 AM mgr Backport #22455 (Resolved): luminous: balancer crush-compat sends "foo" command
Nathan Cutler
08:26 PM CephFS Feature #22446: mds: ask idle client to trim more caps
Ah, the problem is recovery of the MDS takes too long. (from follow-up posts to "[ceph-users] cephfs mds millions of ... Patrick Donnelly
08:16 PM CephFS Feature #22446: mds: ask idle client to trim more caps
What's the goal? Prevent the situation where the client has ~1M caps for an indefinite period like what we saw on the... Patrick Donnelly
01:42 AM CephFS Feature #22446 (Resolved): mds: ask idle client to trim more caps
we can add decay counter to client session, tracking the rate we add new cap to the client Zheng Yan
08:26 PM Revision bb3d091b (ceph): mgr/balancer: don't use 'foo' tags on commands
This looks weird in logs when code elsewhere logs
that it didn't handle a command with tag 'foo'
Fixes: http://track...
John Spray
08:24 PM rbd Backport #22454: luminous: cluster resource agent ocf:ceph:rbd - wrong permissions
https://github.com/ceph/ceph/pull/19554 Shinobu Kinjo
11:47 AM rbd Backport #22454 (Resolved): luminous: cluster resource agent ocf:ceph:rbd - wrong permissions
https://github.com/ceph/ceph/pull/19554 Nathan Cutler
08:23 PM Revision 2b9bbf60 (ceph): build/ops: rpm: set permissions 0755 on rbd resource agent
Fixes: http://tracker.ceph.com/issues/22362
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commi...
Nathan Cutler
08:22 PM mgr Backport #22453 (In Progress): luminous: mgr/balancer/upmap_max_iterations must be cast to integer
https://github.com/ceph/ceph/pull/19553 Shinobu Kinjo
11:47 AM mgr Backport #22453 (Resolved): luminous: mgr/balancer/upmap_max_iterations must be cast to integer
Nathan Cutler
08:20 PM Revision c5cb0cab (ceph): mgr/balancer: cast config vals to int or float
upmap_max_iterations and other config vals need to be numeric.
Cast them appropriately.
Signed-off-by: Dan van der S...
Dan van der Ster
08:19 PM Backport #22452 (In Progress): luminous: msg/async: unregister connection failed when racing happ...
https://github.com/ceph/ceph/pull/19552 Shinobu Kinjo
11:47 AM Backport #22452 (Resolved): luminous: msg/async: unregister connection failed when racing happened
Nathan Cutler
08:17 PM Revision 9a9ed272 (ceph): msg/async/AsyncConnection: unregister connection when racing happened
Signed-off-by: Haomai Wang <haomai@xsky.com>
(cherry picked from commit 5216309c25522e9e4a3c3a03ceb927079de91e9b)
Haomai Wang
08:06 PM rbd Bug #22461 (Fix Under Review): [rbd-mirror] new pools might not be detected
*PR*: https://github.com/ceph/ceph/pull/19550 Jason Dillaman
07:49 PM rbd Bug #22461 (Resolved): [rbd-mirror] new pools might not be detected
The 'Rados::pool_list2' command will not necessarily ask for the latest OSD map, so the list it returns might be out-... Jason Dillaman
07:51 PM Revision 9eb24796 (ceph): rbd-mirror: cluster watcher should ensure it has latest OSD map
Fixes: http://tracker.ceph.com/issues/22461
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
07:30 PM CephFS Bug #21393 (Pending Backport): MDSMonitor: inconsistent role/who usage in command help
Patrick Donnelly
07:30 PM CephFS Bug #22293 (Pending Backport): client may fail to trim as many caps as MDS asked for
Patrick Donnelly
07:30 PM CephFS Bug #22357 (Pending Backport): mds: read hang in multiple mds setup
Patrick Donnelly
07:29 PM CephFS Bug #21764 (Resolved): common/options.cc: Update descriptions and visibility levels for MDS/clien...
Patrick Donnelly
07:08 PM Revision d1877b68 (ceph): Merge PR #18512 into master
* refs/pull/18512/head:
mon,mgr,doc,test: standardize argument as role
Reviewed-by: Patrick Donnelly <pdonnell@redh...
Patrick Donnelly
07:08 PM Revision 0e1835a7 (ceph): Merge PR #18899 into master
* refs/pull/18899/head:
mds: add asok command that dumps metadata popularity
Reviewed-by: Patrick Donnelly <pdonnel...
Patrick Donnelly
07:08 PM Revision 95846746 (ceph): Merge PR #19170 into master
* refs/pull/19170/head:
mds: Improve the log info for read pointers
Reviewed-by: Patrick Donnelly <pdonnell@redhat....
Patrick Donnelly
07:08 PM Revision 199f9d4c (ceph): Merge PR #19271 into master
* refs/pull/19271/head:
client: update Dir::num_null_dentries in Dentry::{link,unlink}
client: drop null child dent...
Patrick Donnelly
07:08 PM Revision 0f48b3d2 (ceph): Merge PR #19414 into master
* refs/pull/19414/head:
mds: properly eval locks after importing inode
Reviewed-by: Patrick Donnelly <pdonnell@redh...
Patrick Donnelly
07:07 PM Revision ee9d5f9a (ceph): Merge PR #19440 into master
* refs/pull/19440/head:
mds: update mds option descriptions
mds: obsolete MDSMap option configs
mds: organize File...
Patrick Donnelly
07:02 PM CephFS Bug #22460 (Resolved): mds: handle client session messages when mds is stopping
https://github.com/ceph/ceph/pull/19234 Patrick Donnelly
06:59 PM CephFS Bug #22459 (Resolved): cephfs-journal-tool: tool would miss to report some invalid range
https://github.com/ceph/ceph/pull/19421 Patrick Donnelly
06:58 PM CephFS Bug #22458 (Resolved): cephfs: potential adjust failure in lru_expire
https://github.com/ceph/ceph/pull/19277 Patrick Donnelly
05:18 PM Revision 18b92192 (ceph): Merge pull request #19540 from dillaman/wip-rbd-trash-list-enoent
rbd: 'trash list --long' will return a failure on non-cloned images
Reviewed-by: Mykola Golub <to.my.trociny@gmail.com>
Mykola Golub
05:08 PM mgr Bug #22457: ceph-mgr dashboard has dependency on python-jinja2
here's what you get if you don't do it, from /var/log/ceph/ceph-mgr*log:
2017-12-15 17:06:50.846617 7f4b6eebf700 ...
Ben England
05:06 PM mgr Bug #22457 (Resolved): ceph-mgr dashboard has dependency on python-jinja2
I have to install python-jinja2 package on ceph-mgr host before I can enable the dashboard module with:
ceph mgr m...
Ben England
05:05 PM ceph-volume Bug #22435 (Rejected): fail to create bluestore osd with ceph-volume command on ubuntu 14.04 with...
Unfortunately, there is no way to make this work with ceph-volume. We are testing with ceph-ansible which also doesn'... Alfredo Deza
02:47 PM RADOS Feature #22456 (New): efficient snapshot rollback
#21305 :
> Rolling back images is painfully slow. Yes, I know, "rbd clone", but this creates another image and au...
Марк Коренберг
02:08 PM rbd Feature #21305: Just discard changed data since snapshot in "rbd rollback" command
There is nothing RBD can do -- you can perhaps open a new ticket against RADOS to optimize snap rollback directly. Jason Dillaman
06:16 AM rbd Feature #21305: Just discard changed data since snapshot in "rbd rollback" command
I don't understand cause why this would not be implemented. Maybe open this issue until someone be able to fix it ? Марк Коренберг
02:43 AM rbd Feature #21305 (Rejected): Just discard changed data since snapshot in "rbd rollback" command
I quickly hacked this up and it turns out the OSDs don't actually allow you to do this. The low-level, internal trans... Jason Dillaman
01:32 AM rbd Feature #21305 (In Progress): Just discard changed data since snapshot in "rbd rollback" command
Jason Dillaman
02:06 PM Revision bed33560 (ceph): rbd: 'trash list --long' will return a failure on non-cloned images
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
12:52 PM Revision 5bef6fa3 (ceph): Merge pull request #19522 from ceph/wip-ceph-disk-deprecation-revert
Revert "ceph-disk add deprecation warnings in favor of ceph-volume"
Reviewed-By: Nathan Cutler <ncutler@suse.com>
Re...
Kefu Chai
12:10 PM RADOS Feature #22448: Visibility for snap trim queue length
@Nathan: yeah, sorry, I thought this process is more manual. Piotr Dalek
12:08 PM RADOS Feature #22448: Visibility for snap trim queue length
@Piotr: It's OK to add e.g. "jewel, luminous" to the "Backport" field right from the beginning, though.
When the ...
Nathan Cutler
12:07 PM RADOS Feature #22448 (Fix Under Review): Visibility for snap trim queue length
master PR is https://github.com/ceph/ceph/pull/19520 Nathan Cutler
12:06 PM RADOS Feature #22448: Visibility for snap trim queue length
@Piotr: Please wait until the master PR is merged before starting the backporting process. Thanks. Nathan Cutler
08:11 AM RADOS Feature #22448 (Resolved): Visibility for snap trim queue length
We observed unexplained, constant disk space usage increase on a few of our prod clusters. At first we thought that i... Piotr Dalek
12:09 PM Backport #22451 (Closed): luminous: balancer crush-compat sends "foo" command
Nathan Cutler
10:03 AM Backport #22451 (Closed): luminous: balancer crush-compat sends "foo" command
Shinobu Kinjo
12:04 PM RADOS Backport #22449: jewel: Visibility for snap trim queue length
master PR https://github.com/ceph/ceph/pull/19520 has not been merged yet - do not backport! (this backport ticket wa... Nathan Cutler
08:13 AM RADOS Backport #22449 (Resolved): jewel: Visibility for snap trim queue length
https://github.com/ceph/ceph/pull/21200 Piotr Dalek
11:54 AM Backport #22447: luminous: msg/async: unregister connection failed when racing happened
One last suggestion, for helping with backports. Right now we are facing test failures in the "jewel" branch, which n... Nathan Cutler
11:52 AM Backport #22447: luminous: msg/async: unregister connection failed when racing happened
Also, a reminder to check out http://tracker.ceph.com/projects/ceph/issues?query_id=127 if you're looking for backpor... Nathan Cutler
11:49 AM Backport #22447: luminous: msg/async: unregister connection failed when racing happened
The correctly-linked backport issue is ready for you now at http://tracker.ceph.com/issues/22452 :-) Nathan Cutler
11:48 AM Backport #22447 (Closed): luminous: msg/async: unregister connection failed when racing happened
@Shinobu - please use the "copy" function in Redmine to create backport issues manually, so they are linked properly ... Nathan Cutler
07:27 AM Backport #22447 (Closed): luminous: msg/async: unregister connection failed when racing happened
Shinobu Kinjo
11:16 AM Revision c8690546 (ceph): cmake: add WITH_STATIC_LIBSTDCXX option
to link libceph-common with libstdc++ if it is enabled.
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked f...
Kefu Chai
11:16 AM Revision 76ed2c40 (ceph): cmake: link executables against ceph-common
so they can have access to libstdc++ if it is linked statically.
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry...
Kefu Chai
11:16 AM Revision f40a3fb8 (ceph): cmake: link global-static against common
* as global-static references symbols offered by common.
* and remove DPDK_LIBRARIES from global, as it is libcommon ...
Kefu Chai
11:16 AM Revision 77f083fb (ceph): cmake: link libcommon with libstdc++ statically if WITH_STATIC_LIBSTDCXX
this matches the linkage of libceph-common, because valgrind reports
Leak_StillReachable if daemons are linked agains...
Kefu Chai
11:11 AM Revision eba0fca4 (ceph): install-deps.sh: avoid re-installing g++-7
* add ubuntu-toolchain-r mirrors in case the ppa.launchpad.net is not
accessible
* add ppa repo manually, it's fast...
Kefu Chai
11:11 AM Revision 020f641b (ceph): install-deps.sh: use tee for writing a file
because the stdout redirect is performed by current shell not `$SUDO
cat`, so $SUDO does not help here. use `$SUDO te...
Kefu Chai
11:11 AM Revision dba0028b (ceph): install-deps.sh: always use yum-config-manager for consistency
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit eccc961c728153c928baa4478e9c8d5a1139a834)
Kefu Chai
11:11 AM Revision 0b7b53a4 (ceph): install-deps.sh: use gcc-7 on trusty
* always install gcc-7 on trusty
* point g++ to g++-7 if not yet
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry...
Kefu Chai
11:11 AM Revision c2d1e026 (ceph): install-deps.sh: install centos-release-scl-rh on aarch64
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 84660c977cc7511290a3c5497468052b3eaccf43)
Kefu Chai
11:11 AM Revision b936ac82 (ceph): install-deps.sh: use DTS on centos if GCC is too old
please note, run-make-check.sh sources install-deps.sh here to import
the $PATH and other environmental variables, wh...
Kefu Chai
11:11 AM Revision ebe7ed68 (ceph): install-deps.sh: enable testing repo on centos on aarch64
the DTS-6 is only available in the testing repo
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from comm...
Kefu Chai
11:11 AM Revision f95ab869 (ceph): install-deps.sh: install new gcc as the default the right way
* should install software-properties-common beforehand, otherwise
the `add-apt-repository` command will not be avai...
Kefu Chai
11:11 AM Revision acfc3510 (ceph): install-deps.sh: use GCC-7 on xenial also
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 8a0935988fb845d0b88d97470b08e93a8709a03d)
Kefu Chai
11:11 AM Revision a2f66901 (ceph): install-deps.sh: install devtoolset-7 for centos/rhel
ready them for gcc7 and libstdc++-7 for better performance.
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry pick...
Kefu Chai
11:07 AM Revision 4ddd6b5b (ceph): cmake: disable FAIL_ON_WARNINGS for rocksdb
otherwise -Werror=implicit-fallthrough will fail the build with GCC-7
Signed-off-by: Kefu Chai <kchai@redhat.com>
(c...
Kefu Chai
10:31 AM mgr Bug #22441 (Duplicate): mgr prometheus module failed on 12.2.2
Nathan Cutler
05:16 AM mgr Bug #22441: mgr prometheus module failed on 12.2.2
Raising priority because this would be a regression, if confirmed. Nathan Cutler
10:11 AM rgw Bug #22272: S3 API: incorrect error code on GET website bucket
I don't have "Copy" button. :(
OK, next time I'll do as you say.
Dmitry Plyakin
05:06 AM rgw Bug #22272: S3 API: incorrect error code on GET website bucket
> That's ok! And what should i do next time? Wait for script? I can't link issues by myself...
The links get creat...
Nathan Cutler
10:09 AM Revision 58669bed (ceph): pybind/mgr/prometheus: fix metric type undef -> untyped
Fixes "Prometheus exporter can't get metrics after update to 12.2.2"
Fixes: http://tracker.ceph.com/issues/22313
Sig...
Ilya Margolin
09:25 AM Revision 2704ac74 (ceph): ceph-volume: Require lvm2, move to osd package
Fixes: http://tracker.ceph.com/issues/22443
Signed-off-by: Theofilos Mouratidis <t.mour@cern.ch>
Theofilos Mouratidis
08:44 AM mgr Bug #22313 (Fix Under Review): Prometheus exporter can't get metrics after update to 12.2.2
https://github.com/ceph/ceph/pull/19524 Kefu Chai
08:19 AM Revision 2ceff9eb (ceph): qa/stanalone: pass options using --<option-name>=<value>
not "--<option-name> <value>', otherwise `ceph-authtool` would error
out:
$ CEPH_ARGS='--osd-map-max-advance 1000' b...
Kefu Chai
07:23 AM mgr Bug #22361 (Pending Backport): balancer crush-compat sends "foo" command
Kefu Chai
07:23 AM mgr Bug #22429 (Pending Backport): mgr/balancer/upmap_max_iterations must be cast to integer
Kefu Chai
07:22 AM Revision 5043e4b4 (ceph): Merge pull request #19493 from cernceph/dvanders_balancer
mgr/balancer: cast config vals to int or float
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: John Spray <joh...
Kefu Chai
07:18 AM Revision a6547d64 (ceph): rgw: Silence maybe-uninitialized false positives
Signed-off-by: Brad Hubbard <bhubbard@redhat.com> Brad Hubbard
07:16 AM Revision 633704b8 (ceph): Merge pull request #19482 from jcsp/wip-22361
mgr/balancer: don't use 'foo' tags on commands
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
07:16 AM Revision e9626080 (ceph): Merge pull request #19465 from shinobu-x/no_copy_ctor_assignment
common,mds,osd: Explicitly delete copy ctor if noncopyable
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Kef...
Kefu Chai
07:05 AM Revision 08f8826b (ceph): Merge pull request #19211 from ZVampirEM77/wip-em-pg-cleanup
osd: fix typos and some cleanups
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:04 AM Messengers Bug #22437 (Pending Backport): msg/async: unregister connection failed when racing happened
Kefu Chai
07:04 AM Revision 81537efa (ceph): Merge pull request #19013 from yuyuyu101/wip-fix-racing
msg/async/AsyncConnection: unregister connection when racing happened
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:23 AM RADOS Bug #22093 (Fix Under Review): osd stuck in loop processing resent ops due to ms inject socket fa...
https://github.com/ceph/ceph/pull/19542 Kefu Chai
06:21 AM Revision 6b3d0f61 (ceph): qa: decrease the msg_inject_socket_failures from 1/500 to 1/1000
Fixes: http://tracker.ceph.com/issues/22093
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:02 AM RADOS Bug #22346: OSD_ORPHAN issues after jewel->luminous upgrade, but orphaned osds not in crushmap
Hi Graham,
The consensus is that this was caused by a bug in a previous release which failed to remove the devices...
Brad Hubbard
06:02 AM Revision 51eb2a04 (ceph): Merge pull request #19521 from tchaikov/wip-22220-jewel
jewel: install-deps.sh: readlink /usr/bin/gcc not /usr/bin/x86_64-linux-gnu-gcc
Signed-off-by: Nathan Cutler <ncutle...
Kefu Chai
05:53 AM RADOS Bug #22440: New pgs per osd hard limit can cause peering issues on existing clusters
We could definitely add a health warning for when we hit that condition in maybe_wait_for_max_pg()? that should show ... Brad Hubbard
05:31 AM rgw Backport #22434 (In Progress): luminous: rgw: user stats increased after bucket reshard
Nathan Cutler
03:48 AM Revision 29f64442 (ceph): PG: clean up repeated calling and use __func__ in dout
Signed-off-by: Enming Zhang <enming.zhang@umcloud.com> Enming Zhang
03:17 AM Revision 182c25f3 (ceph): Merge pull request #19361 from Songweibin/wip-init-image-id
pybind/rbd: support open the image by image_id
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
03:17 AM Revision ae98ee63 (ceph): Merge pull request #19317 from shinobu-x/journaler_trivial_cleanup
journal: trivial cleanup
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
03:16 AM Revision a36f26d4 (ceph): Merge pull request #19406 from trociny/wip-deep-copy-pybind
pybind/rbd: add deep_copy method
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
03:16 AM Revision aa80cb99 (ceph): Merge pull request #19436 from trociny/wip-22333
rbd-nbd: support optionally setting device timeout
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:32 AM rbd Feature #21216 (Closed): Method to release all rbd locks
Jason Dillaman
01:27 AM rbd Feature #4086 (Resolved): rbd: rate-limiting
Jason Dillaman
01:26 AM rbd Bug #18938 (Won't Fix): Unable to build 11.2.0 under i686
Closing since 11.x.y is an EOLed release. Jason Dillaman
01:24 AM rbd Bug #22119 (Can't reproduce): Possible deadlock in librbd
Jason Dillaman
01:23 AM rbd Bug #22411 (Fix Under Review): [test] valgrind of python tests results in "definitely lost" failure
*PR*: https://github.com/ceph/teuthology/pull/1139 Jason Dillaman

12/14/2017

11:01 PM Revision d33f42b5 (ceph): Merge pull request #19477 from wido/mgr-int-json
ceph-volume: Try to cast OSD metadata to int while scanning directory
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
10:54 PM rgw Backport #22434: luminous: rgw: user stats increased after bucket reshard
https://github.com/ceph/ceph/pull/19538 Shinobu Kinjo
10:50 PM Revision eb0c60f7 (ceph): rgw: reshard should not update stats when linking new bucket instance
Fixes: http://tracker.ceph.com/issues/22124
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
(cherry picked from c...
Orit Wasserman
10:24 PM Revision d223a8f1 (ceph): tests - Initial checkin for luminous point-to-point upgrade
Fixes http://tracker.ceph.com/issues/22048
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
09:39 PM RADOS Bug #22354: v12.2.2 unable to create bluestore osd using ceph-disk
I am getting the exact same behavior during @ceph-deploy osd activate@ (which uses @ceph-disk activate@) on a newly-d... Jon Heese
09:27 PM RADOS Bug #22440: New pgs per osd hard limit can cause peering issues on existing clusters
Sure that makes sense.
If not a new state, how about something that would show up in pg query. I queried the pg wi...
Nick Fisk
09:19 PM RADOS Bug #22440: New pgs per osd hard limit can cause peering issues on existing clusters
I'm inclined to think we just need to surface this better (perhaps as a new state?) rather than try and let it peer i... Greg Farnum
11:45 AM RADOS Bug #22440 (Resolved): New pgs per osd hard limit can cause peering issues on existing clusters
During upgrade of OSD's in a cluster from Filestore to Bluestore, the CRUSH layout changed in my cluster. This result... Nick Fisk
09:03 PM Revision d268faf2 (ceph): Merge pull request #19532 from ceph/luminous-rm22297
luminous ceph-volume handle inline comments in the ceph.conf file
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
08:50 PM Revision d242b1c7 (ceph): Merge pull request #19530 from ceph/luminous-rm22326
luminous ceph-volume: warn on missing ceph.conf file
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
08:37 PM Revision 61215892 (ceph): doc: clarify type of client in config ref
The kernel configuration is different.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
08:17 PM RADOS Bug #22445 (New): ceph osd metadata reports wrong "back_iface"
ceph osd metadata reports wrong "back_iface". Example: ceph osd metadata 0
{
"id": 0,
"arch": "x86_64",
...
Stefan Kooman
08:05 PM RADOS Feature #22260: osd: recover after network outages
Thanks Joao for fielding Shinobu's question. Anonymous
07:53 PM ceph-volume Bug #22297: ceph-volume should handle inline comments in the ceph.conf file
Luminous backport https://github.com/ceph/ceph/pull/19532 Alfredo Deza
07:50 PM Revision fb3b176a (ceph): ceph-volume configuration allow inlined comments for # and ;
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit aec5f5042a684952c2b07922695e7675e13645ec)
Alfredo Deza
07:50 PM Revision 8fad755d (ceph): ceph-volume tests verify that INI comments can be inlined
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit fe6c4c0d6055c46baadd89723c0a2b78b5ffb7f8)
Alfredo Deza
07:45 PM ceph-volume Bug #22281: ceph-volume lvm create fails at vgcreate on leftover partition table
Luminous backport https://github.com/ceph/ceph/pull/19531 Alfredo Deza
07:45 PM Revision 3a08f388 (ceph): ceph-volume lvm.create fallback to bluestore when objectstore is not sp...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 6781d6498e01bfc89189c235540e5c2a2e6bc8ca)
Alfredo Deza
07:45 PM Revision fd61f611 (ceph): ceph-volume lvm.create rollback osd creation when prepare or activate f...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 07be6fe0ab7981ebdc34779a8ccd6220d640a549)
Alfredo Deza
07:45 PM Revision 14607f1e (ceph): ceph-volume lvm.common create a rollback_osd utility to cleanup failed ...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit e533792e0dbafc160238c0f5783f4430e2705571)
Alfredo Deza
07:45 PM Revision bac86204 (ceph): ceph-volume lvm.prepare rollback osd when prepare fails and an osd id w...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 579d12806b2ffc693a4e70ba3eaf663fa281d35e)
Alfredo Deza
07:45 PM Revision 6d2ff1f6 (ceph): ceph-volume lvm.prepare fallback to bluestore when objectstore is not s...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 9b17ad2f8fe617d219fdb2f46dd2675669f32f08)
Alfredo Deza
07:22 PM rgw Bug #22444 (Resolved): rgw: normalize/duplicate 'rm' vs 'remove' vs 'del' in rgw commands
Commands in RGW have a similar issue as the original description (for the "ceph" command) below.
Original report f...
Jesse Williamson
06:48 PM Revision dd24747b (ceph): Merge pull request #19525 from ceph/backport-19363
luminous: ceph-volume: removed the explicit use of sudo
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
06:48 PM ceph-volume Bug #22326: When using a custom cluster name OSDs fail to start on reboot.
Luminous backport https://github.com/ceph/ceph/pull/19530 Alfredo Deza
06:47 PM Revision 1018f803 (ceph): ceph-volume test logging ignored ceph.conf file
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 69482d1d8059c3b264532f7623c9e6592c57b7c3)
Alfredo Deza
06:47 PM Revision 72dfb268 (ceph): ceph-volume main warn on inability to load ceph.conf, don't raise
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 44c768db0da0163340b52643122b66ecebbefe23)
Alfredo Deza
05:30 PM Revision e3f0c349 (ceph): Merge pull request #19528 from ceph/luminous-rm22305
luminous ceph-volume should be able to handle multiple LVM (VG/LV) tags
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
05:26 PM Revision 49094372 (ceph): Merge pull request #19527 from ceph/luminous-rm22299
luminous ceph-volume Format correctly when vg/lv cannot be used
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
05:22 PM Revision d87dbedc (ceph): Merge pull request #19526 from ceph/luminous-rm22280
luminous ceph-volume: handle leading whitespace/tabs in ceph.conf
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
05:17 PM Revision d3dadebc (ceph): PG: use __func__ instead of an explicit function name in dout
Signed-off-by: Enming Zhang <enming.zhang@umcloud.com> Enming Zhang
05:16 PM Revision 9591fa41 (ceph): tests - Initial checkin for luminous point-to-point upgrade
Fixes http://tracker.ceph.com/issues/22048
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
05:13 PM Revision 9306bc90 (ceph): tests - Initial checkin for luminous point-to-point upgrade
Fixes http://tracker.ceph.com/issues/22048
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
05:11 PM Revision 10f8b9e6 (ceph): PG: add should_gather filter before for loop logging in choose_acting
Signed-off-by: Enming Zhang <enming.zhang@umcloud.com> Enming Zhang
04:57 PM Revision b936f583 (ceph): tests - Initial checkin for luminous point-to-point upgrade
Fixes http://tracker.ceph.com/issues/22048
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
04:56 PM ceph-volume Bug #22305: ceph-volume should be able to handle multiple LVM (VG/LV) tags
Luminous backport https://github.com/ceph/ceph/pull/19528 Alfredo Deza
04:55 PM Revision 47d46678 (ceph): ceph-volume api.lvm only consider 'ceph.' tags in logical volumes
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit a7e7df14602a10190a2830262a67202e7ad38f49)
Alfredo Deza
04:55 PM Revision 2b06a7f4 (ceph): ceph-volume tests.api ensure that we can handle non-ceph tags in lvs
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit c98731ecede09d8d15dca99c57e331212747060e)
Alfredo Deza
04:55 PM ceph-volume Bug #22443 (Resolved): ceph-volume fails when centos7 image doesn't have lvm2 installed
As you can see in the following message:
[17:16][root@ceph-xxx-osd001 ~]# ceph-volume lvm create --bluestore --dat...
Theofilos Mouratidis
04:42 PM ceph-volume Bug #22299: Cannot complete string formatting when raising errors on invalid input for --data
Luminous backport https://github.com/ceph/ceph/pull/19527 Alfredo Deza
04:41 PM Revision 21924133 (ceph): ceph-volume tests verify proper formatting of RuntimeError on vg/lv error
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit d7320313a15ad8bb948e501382269c8f33a8cb70)
Alfredo Deza
04:41 PM Revision 9119839d (ceph): ceph-volume lvm.prepare correctly format argument for vg/lv error
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 7c0b00615d46a9451cb3a7731594cd7864eabc07)
Alfredo Deza
04:40 PM Revision b280bf40 (ceph): common: Remove backported max and make_unique
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
04:40 PM Revision 2d45f808 (ceph): common: Get rid of artifact filename
Since we're on C++14, we're just backporting from future standards
generally.
Signed-off-by: Adam C. Emerson <aemers...
Adam Emerson
04:40 PM Revision e08a1cd8 (ceph): common: Switch from boost::shared_mutex to std::shared_mutex
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
04:20 PM ceph-volume Bug #22282: ceph-volume fails when sudo is not installed
backporting to luminous here https://github.com/ceph/ceph/pull/19525 Andrew Schoen
04:17 PM Bug #22280: ceph-volume - ceph.conf parsing error, due to whitespace
Luminous backport https://github.com/ceph/ceph/pull/19526 Alfredo Deza
04:16 PM Revision 89c9183a (ceph): ceph-volume trim tabbed/whitespaced configuration files when loading them
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 9706e8cc9eb53d0f01fc78978625c1d18bf4667e)
Alfredo Deza
04:16 PM Revision 775369d5 (ceph): ceph-volume test leading whitespace is handled in configurations
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit ec7f8a27b8c51e1e1d02a2a13d9219bbb1a58c26)
Alfredo Deza
04:09 PM Revision 8748c8fb (ceph): ceph-volume: removed the explicit use of sudo
This will allow users to run ceph-volume on systems that do
not have sudo installed.
Fixes: http://tracker.ceph.com/...
Andrew Schoen
04:08 PM RADOS Feature #22442 (New): ceph daemon mon.id mon_status -> ceph daemon mon.id status
ceph mon_status is not consistent with the status command for all other daemons. It would bring consistency to ceph w... Stefan Kooman
04:02 PM Revision 4eb2fe49 (ceph): Merge pull request #19516 from tchaikov/wip-install-deps
install-deps.sh: use tee for writing a file
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
Kefu Chai
03:49 PM rbd Bug #20054: librbd memory overhead when used with KVM
@Florian: So I guess extreme memory overhead (in the range of multiple GiBs) hasn't hit you on a noticeable scale? Christian Theune
03:03 PM rgw Bug #22439 (In Progress): The return value of auth v2/v4 in RGW is wrong when Expires/X-Amz-Expir...
https://github.com/ceph/ceph/pull/19310 Radoslaw Zarzynski
07:45 AM rgw Bug #22439 (Resolved): The return value of auth v2/v4 in RGW is wrong when Expires/X-Amz-Expires ...
The return value of auth v2/v4 in RGW is different from that in AWS:
* When 'Expires' is missing in auth v2 query st...
芽亮 豆
02:55 PM mgr Bug #22313: Prometheus exporter can't get metrics after update to 12.2.2
We have the same problem Ilya Margolin
02:44 PM mgr Bug #22431: balancer: calc_pg_upmaps not upmapping the correct pool
> - upmap treats all pgs the same. it doesn't factor in how well populated the pool(s) are--it just balances pg count... Dan van der Ster
02:15 PM Revision 5be6ff11 (ceph): install-deps.sh: readlink /usr/bin/gcc not /usr/bin/x86_64-linux-gnu-gcc
See: http://tracker.ceph.com/issues/22220
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:58 PM mgr Bug #22441 (Duplicate): mgr prometheus module failed on 12.2.2
After upgrade 12.2.1 -> 12.2.2 prometheus module is not working.... Sergey Kharlamov
01:28 PM Revision e134317b (ceph): Revert "ceph-disk add deprecation warnings in favor of ceph-volume"
This reverts commit b8bf0d047868054135592188c7ebe186181310c5.
Deprecation warnings for ceph-disk will no longer be p...
Alfredo Deza
12:42 PM RADOS Bug #22064: "RadosModel.h: 865: FAILED assert(0)" in rados-jewel-distro-basic-smithi
Pushed https://shaman.ceph.com/builds/ceph/wip-jewel-22064/ pointing to 900e8cfc0d3a8057c3528b5e1787560bb6c2f198 whic... Nathan Cutler
12:28 PM RADOS Bug #22064: "RadosModel.h: 865: FAILED assert(0)" in rados-jewel-distro-basic-smithi
I'm going through the jewel rados nightlies now to figure out when it started. Here is a list of SHA1s where the bug ... Nathan Cutler
11:12 AM RADOS Bug #22064: "RadosModel.h: 865: FAILED assert(0)" in rados-jewel-distro-basic-smithi
Raising priority because this is readily reproducible in baseline jewel. (By "baseline jewel" I mean jewel HEAD, curr... Nathan Cutler
12:36 PM RADOS Bug #21997 (Resolved): thrashosds defaults to min_in 3, some ec tests are (2,2)
Nathan Cutler
12:34 PM RADOS Backport #22391 (Resolved): luminous: thrashosds defaults to min_in 3, some ec tests are (2,2)
Nathan Cutler
02:13 AM RADOS Backport #22391 (Closed): luminous: thrashosds defaults to min_in 3, some ec tests are (2,2)
d21809b is already in luminous. Shinobu Kinjo
12:32 PM rgw Backport #22397 (In Progress): luminous: rgw: radosgw-admin reshard command argument error.
Nathan Cutler
12:31 PM rgw Backport #22401 (In Progress): luminous: rgw: make HTTP dechunking compatible with Amazon S3
Nathan Cutler
12:29 PM Revision f1082ee5 (ceph): os/bluestore: fix potential assert when splitting collection.
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
12:28 PM Revision 992860db (ceph): Merge pull request #19461 from tchaikov/wip-22220-jewel
jewel: install-deps.sh: point gcc to the one shipped by distro
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Kefu Chai
12:08 PM Revision 3a48c891 (ceph): Merge pull request #19517 from qrGitHub/wip-rgw-typo-signle
rgw: fix typo signle to single
Reviewed-by: Jos Collin <jcollin@redhat.com>
Jos Collin
12:08 PM Revision 022d246f (ceph): osd, PG: share the snaptrimq.size() within pg_stat_t
That way it will be unnecessary to go through all pgs separately
to find pgs with excessively long snap trim queues. ...
Piotr Dalek
11:41 AM Revision 3283ed58 (ceph): mgr: fix "access denied" message
As pointed out on https://github.com/ceph/ceph/pull/18716
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
11:38 AM Revision d45db4e6 (ceph): Merge pull request #18716 from shinobu-x/sk-mgr_daemonserver
mgr/DaemonServer: [Cleanup] Remove redundant code
Reviewed-by: John Spray <john.spray@redhat.com>
Reviewed-by: Sage ...
John Spray
11:35 AM Revision ccc4dea9 (ceph): install-deps.sh: point gcc to the one shipped by distro
to define a struct in a method is legal in C++11, but it causes internal
compiler error due to https://gcc.gnu.org/bu...
Kefu Chai
11:21 AM Revision 5f4a923b (ceph): rgw: fix typo signle to single
Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn> Bingyin Zhang
11:06 AM Revision 0beb846e (ceph): install-deps.sh: use tee for writing a file
because the stdout redirect is performed by current shell not `$SUDO
cat`, so $SUDO does not help here. use `$SUDO te...
Kefu Chai
11:05 AM Revision cd66ea52 (ceph): Merge pull request #19492 from dillaman/wip-rbd-mirror-dashboard
rbd-mirror: ensure unique service daemon name is utilized
Reviewed-by: Mykola Golub <to.my.trociny@gmail.com>
Mykola Golub
11:05 AM RADOS Bug #22438 (Fix Under Review): mon: leak in lttng dlopen / __tracepoints__init
https://github.com/ceph/ceph/pull/19515 Kefu Chai
10:17 AM RADOS Bug #22438: mon: leak in lttng dlopen / __tracepoints__init
now daemons are linked against ceph-common, and when ceph-common is dlopen'ed @__tracepoints__init()@ is called; when... Kefu Chai
02:18 AM RADOS Bug #22438 (Resolved): mon: leak in lttng dlopen / __tracepoints__init
In the 3 valgrind failures here: http://pulpito.ceph.com/yuriw-2017-12-12_20:47:55-rados-wip-yuri2-testing-2017-12-12... Josh Durgin
11:02 AM Stable releases Tasks #21742: jewel v10.2.11
h3. jewel baseline
Test Run: teuthology-2017-12-09_02:00:03-rados-jewel-distro-basic-smithi
info: http://pul...
Nathan Cutler
11:01 AM Revision df9a5989 (ceph): cmake: link libcommon with libstdc++ statically if WITH_STATIC_LIBSTDCXX
this matches the linkage of libceph-common, because valgrind reports
Leak_StillReachable if daemons are linked agains...
Kefu Chai
11:01 AM Revision a2cad3bb (ceph): cmake: link global-static against common
* as global-static references symbols offered by common.
* and remove DPDK_LIBRARIES from global, as it is libcommon ...
Kefu Chai
10:54 AM Revision 4ed4d4a3 (ceph): global: remove unused header
the asock functionality was moved into ceph_context.cc in 12f6e8f1.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:37 AM Bug #15454: bad rados_buffer_free from librados python bindings
Kefu Chai wrote:
> [...]
>
> mon.a did return a MPing with payload.
-The Python crash is not happening on <cod...
Nathan Cutler
10:23 AM Revision 40136078 (ceph): common/mds/osd: Explicitly delete if no copy, and remove incorrect comment
Signed-off-by: Shinobu Kinjo <shinobu@redhat.com> Shinobu Kinjo
09:21 AM Revision 10578ba6 (ceph): mgr/dashboard: create RGW page
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
09:10 AM rgw Bug #22272: S3 API: incorrect error code on GET website bucket
Nathan Cutler wrote:
> Sorry for the confusion - the issues you created were not linked to this one via "Copied to" ...
Dmitry Plyakin
08:43 AM Revision 2c97b0ce (ceph): rgw: optimize time skew check
* Move query string check out of function is_time_skew_ok;
Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn>
Bingyin Zhang
08:38 AM Revision ce42f1e8 (ceph): rgw: fix return value of auth v2/v4
* The return value of auth v2/v4 in RGW is different from that in AWS:
* 1. When 'Expires' is missing in auth v2 ...
Bingyin Zhang
07:48 AM RADOS Backport #22400 (In Progress): jewel: PR #16172 causing performance regression
Nathan Cutler
07:16 AM Revision 361838d7 (ceph): ceph-dencoder: add missing begin_iter & end_iter item for RGWObjManifest
Signed-off-by: Songbo Wang wangsongbo@cloudin.cn wangsongbo
07:14 AM RADOS Bug #22220: osd/ReplicatedPG.h:1667:14: internal compiler error: in force_type_die, at dwarf2out....
Kefu Chai
02:20 AM RADOS Bug #22220: osd/ReplicatedPG.h:1667:14: internal compiler error: in force_type_die, at dwarf2out....
How does https://github.com/ceph/ceph/pull/19461 fix the bug in gcc7? Brad Hubbard
06:44 AM Revision 36e5dc34 (ceph): rgw: correct log output for metadata section name in RGWListBucketIndex...
Signed-off-by: Xinying Song <songxinying@cloudin.cn> Xinying Song
06:39 AM Revision bbe0afff (ceph): common: Swap C++14 template type aliases for variables
C++14 provides the ability to define template variables, which the C++17
library puts to good use. We define those sa...
Adam Emerson
05:45 AM Revision b6ca7f3b (ceph): rgw: add "Accept-Ranges" to response header of Swift API
"Accept-ranges" is missing from the Response header of swift API
returned by Ceph rgw.
Fixes: http://tracker.ceph.co...
tone-zhang
03:39 AM Revision 70da1eed (ceph): build: Uplevel to C++14
Fix a couple problems.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
03:16 AM Messengers Bug #22437: msg/async: unregister connection failed when racing happened
https://github.com/ceph/ceph/pull/19013 Kefu Chai
01:39 AM Messengers Bug #22437 (Resolved): msg/async: unregister connection failed when racing happened
https://github.com/ceph/ceph/pull/19013 Haomai Wang
03:15 AM Revision cd1e5f53 (ceph): vstart_runner: ignore failed dentry invalidation
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
03:15 AM Revision 0f507d88 (ceph): vstart_runner: set ec_profile attribute
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
03:13 AM Bug #22301: aarch64 missing DTS-7 (no SCL on aarch64/centos)
i am repurposing this ticket to track the missing DTS-7 on CentOS. Kefu Chai
02:44 AM Revision 0ba33080 (ceph): Merge pull request #19470 from tchaikov/wip-async-dpdk
msg/async: update to work with dpdk shipped with spdk v17.10
Reviewed-by: Haomai Wang <haomai@xsky.com>
Kefu Chai
02:36 AM Revision 69dc7ce4 (ceph): Merge pull request #19466 from shinobu-x/super_redundant_public_label
osdc: Remove a bit too redundant public label... Sage Weil
02:33 AM rbd Bug #22362 (Pending Backport): cluster resource agent ocf:ceph:rbd - wrong permissions
Sage Weil
02:33 AM Revision 07e22ff2 (ceph): Merge pull request #19494 from smithfarm/wip-22362
build/ops: rpm: set permissions 0755 on rbd resource agent
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Sage Weil
02:32 AM Revision 6f1abd88 (ceph): Merge pull request #19495 from ZVampirEM77/wip-em-pg-cleanup2
osd/PrimaryLogPG: cleanup do_sub_op && do_sub_op_reply and define soid in prepare_transaction more appropriate
Revie...
Sage Weil
02:31 AM Revision 18425531 (ceph): mds: update mds option descriptions
Fixes: http://tracker.ceph.com/issues/21764
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
02:30 AM Revision 67ca6cd2 (ceph): mds: obsolete MDSMap option configs
These configs were used for initialization but it is more appropriate to
require setting these file system attributes...
Patrick Donnelly
12:17 AM rbd Backport #22395 (In Progress): luminous: librbd: cannot clone all image-metas if we have more tha...
Jason Dillaman
12:16 AM rbd Backport #22393 (In Progress): luminous: librbd: cannot copy all image-metas if we have more than...
Jason Dillaman
12:08 AM Revision 31d5a439 (ceph): tests - Initial checkin for luminous point-to-point upgrade
Fixes http://tracker.ceph.com/issues/22048
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein

12/13/2017

11:39 PM Revision 8fe58551 (ceph): Merge pull request #19425 from kungf/calc_replicated_acting
osd: reduce all_info map find to get primary
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Dongsheng Yang <d...
Yuri Weinstein
11:37 PM Revision 230e1e48 (ceph): Merge pull request #17691 from amitkumar50/cov-osd-3
osd: Initialization of data members
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Jos Collin <jcollin@redha...
Yuri Weinstein
11:36 PM Revision 6c4285c5 (ceph): Merge pull request #19033 from david-z/wip-fix-fusestore-df
os/FuseStore: fix incorrect used space statistics for fuse's statfs interface
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
11:30 PM Revision 25545344 (ceph): Merge PR #19462 into mimic-dev1
* refs/pull/19462/head:
memstore: write fsid to fsid not fs_fsid
Reviewed-by: Sage Weil <sage@redhat.com>
Patrick Donnelly
11:22 PM Revision 7dabbe91 (ceph): rgw: incorporate the Transfer-Encoding fix for CivetWeb.
This commit updates the version of CivetWeb used for RadosGW to
get the fix for handling clients that send Content-Le...
Radoslaw Zarzynski
11:12 PM rgw Backport #22388: luminous: rgw: 501 is returned When init multipart is using V4 signature and chu...
https://github.com/ceph/ceph/pull/19506 Shinobu Kinjo
11:11 PM Revision 72de713b (ceph): rgw: AWS v4 authorization work when INIT_MULTIPART is chunked
Add RGW_OP_INIT_MULTIPART as a the single chunk special case
like RGW_OP_COMPLETE_MULTIPART.
Fixes: http://tracker.c...
Jeegn Chen
11:10 PM Revision 5d9d1b00 (ceph): tests - Initial checkin for luminous point-to-point upgrade
Fixes http://tracker.ceph.com/issues/22048
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
11:09 PM CephFS Backport #22392: luminous: mds: tell session ls returns vanila EINVAL when MDS is not active
https://github.com/ceph/ceph/pull/19505 Shinobu Kinjo
11:08 PM Revision ca980a63 (ceph): pybind: return error message when ceph_mds_command() returns error
Returned the error message when ceph_mds_command() returns error.
Signed-off-by: Jos Collin <jcollin@redhat.com>
(ch...
Jos Collin
11:08 PM Revision 42bb91a2 (ceph): mds: Fix error message when mds not active
Fix error message for mds not active state. Also fixed the 'unrecognized command' logic by avoiding the new stringstr... Jos Collin
11:07 PM rbd Backport #22393: luminous: librbd: cannot copy all image-metas if we have more than 64 key/value ...
https://github.com/ceph/ceph/pull/19504 Shinobu Kinjo
11:06 PM Revision b247a311 (ceph): tests - Initial checkin for luminous point-to-point upgrade
Fixes http://tracker.ceph.com/issues/22048
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
11:05 PM Revision feb4d7ba (ceph): test:add a test case in test_librbd
Signed-off-by: PCzhangPC <pengcheng.zhang@easystack.cn>
(cherry picked from commit be5ad8764f65f43b6844eaa99c591a31c4...
pengcheng zhang
11:05 PM Revision 13ef77c4 (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
11:04 PM rbd Backport #22395: luminous: librbd: cannot clone all image-metas if we have more than 64 key/value...
https://github.com/ceph/ceph/pull/19503 Shinobu Kinjo
11:03 PM Revision 15070151 (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:03 PM Revision c4715235 (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:03 PM Revision fecfd013 (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:02 PM rgw Backport #22397: luminous: rgw: radosgw-admin reshard command argument error.
https://github.com/ceph/ceph/pull/19502 Shinobu Kinjo
11:01 PM Revision 27a1a7f6 (ceph): rgw: fix command argument error for radosgw-admin.
Fixes: http://tracker.ceph.com/issues/21723
Signed-off-by: Yao Zongyou <yaozongyou@vip.qq.com>
(cherry picked from co...
Zongyou Yao
10:58 PM RADOS Backport #22399 (In Progress): luminous: Manager daemon x is unresponsive. No standby daemons ava...
https://github.com/ceph/ceph/pull/19501 Shinobu Kinjo
10:56 PM Revision 5e5d5c81 (ceph): qa/suites/rados/thrash: extend mgr beacon grace when many msgr failures...
Fixes: http://tracker.ceph.com/issues/21147
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 431...
Sage Weil
10:51 PM rgw Backport #22401: luminous: rgw: make HTTP dechunking compatible with Amazon S3
https://github.com/ceph/ceph/pull/19500 Shinobu Kinjo
10:49 PM RADOS Backport #22402 (In Progress): luminous: osd: replica read can trigger cache promotion
https://github.com/ceph/ceph/pull/19499 Shinobu Kinjo
10:47 PM Revision c22f06b3 (ceph): osd/PrimaryLogPG: move cache_mode==none check to top
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 5a26ac4d0f643f90d1f513ee33081faa9b0a7e7d)
Sage Weil
10:47 PM Revision 21880df6 (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
10:25 PM RADOS Backport #22405 (In Progress): jewel: store longer dup op information
Nathan Cutler
10:02 PM Feature #20298: store longer dup op information
PR Created: https://github.com/ceph/ceph/pull/19497
Includes Josh Durgin's fix for performance regression.
J. Eric Ivancich
09:42 PM RADOS Bug #16236: cache/proxied ops from different primaries (cache interval change) don't order proper...
also in
http://pulpito.ceph.com/teuthology-2017-12-09_02:00:03-rados-jewel-distro-basic-smithi/
'1946610'
Yuri Weinstein
09:41 PM RADOS Bug #22063: "RadosModel.h: 1703: FAILED assert(!version || comp->get_version64() == version)" inr...
also in
http://pulpito.ceph.com/teuthology-2017-12-09_02:00:03-rados-jewel-distro-basic-smithi/
'1946540'
Yuri Weinstein
09:40 PM RADOS Bug #22064: "RadosModel.h: 865: FAILED assert(0)" in rados-jewel-distro-basic-smithi
Also in http://pulpito.ceph.com/teuthology-2017-12-09_02:00:03-rados-jewel-distro-basic-smithi/
Jobs: '1946659', '19...
Yuri Weinstein
09:28 PM CephFS Bug #22436 (Resolved): qa: CommandFailedError: Command failed on smithi135 with status 22: 'sudo ...
Key bits:... Patrick Donnelly
09:27 PM Bug #20736: osd: "sudo cp /var/lib/ceph/osd/ceph-0/fsid ..." fails
https://github.com/ceph/ceph/pull/19462 Patrick Donnelly
09:27 PM Bug #20736 (Fix Under Review): osd: "sudo cp /var/lib/ceph/osd/ceph-0/fsid ..." fails
Patrick Donnelly
09:20 PM rgw Bug #22272: S3 API: incorrect error code on GET website bucket
Dmitry Plyakin wrote:
> I created two issues already...
> http://tracker.ceph.com/issues/22425
> http://tracker.c...
Nathan Cutler
08:52 PM rgw Bug #22272: S3 API: incorrect error code on GET website bucket
I created two issues already...
http://tracker.ceph.com/issues/22425
http://tracker.ceph.com/issues/22426
What sh...
Dmitry Plyakin
12:46 AM rgw Bug #22272 (Pending Backport): S3 API: incorrect error code on GET website bucket
Nathan Cutler
09:14 PM rgw Backport #22433 (Duplicate): jewel: S3 API: incorrect error code on GET website bucket
Duplicate of #22425 Nathan Cutler
05:04 PM rgw Backport #22433 (Duplicate): jewel: S3 API: incorrect error code on GET website bucket
Nathan Cutler
09:12 PM rgw Backport #22426 (In Progress): luminous: S3 API: incorrect error code on GET website bucket
Nathan Cutler
02:49 PM rgw Backport #22426: luminous: S3 API: incorrect error code on GET website bucket
PR: https://github.com/ceph/ceph/pull/19489 Dmitry Plyakin
02:08 PM rgw Backport #22426 (Resolved): luminous: S3 API: incorrect error code on GET website bucket
https://github.com/ceph/ceph/pull/19489 Dmitry Plyakin
09:11 PM rgw Backport #22425 (In Progress): jewel: S3 API: incorrect error code on GET website bucket
Nathan Cutler
02:40 PM rgw Backport #22425: jewel: S3 API: incorrect error code on GET website bucket
PR: https://github.com/ceph/ceph/pull/19488 Dmitry Plyakin
02:07 PM rgw Backport #22425 (Resolved): jewel: S3 API: incorrect error code on GET website bucket
https://github.com/ceph/ceph/pull/19488 Dmitry Plyakin
09:08 PM rgw Backport #22432 (Duplicate): luminous: S3 API: incorrect error code on GET website bucket
Duplicate of #22426 Nathan Cutler
08:18 PM rgw Backport #22432: luminous: S3 API: incorrect error code on GET website bucket
https://github.com/ceph/ceph/pull/19496 Shinobu Kinjo
05:04 PM rgw Backport #22432 (Duplicate): luminous: S3 API: incorrect error code on GET website bucket
Nathan Cutler
08:10 PM Bug #22412: packages have unmet dependencies in upgrade:jewel-x-luminous-distro-basic-smithi
This is odd. First, jewel is installed. This works fine because the "ceph" task completes successfully. Next, the upg... Nathan Cutler
07:17 PM Bug #21038: Upgrading from jewel to kraken - mgr create throws EACCESS: access denied
Be sure to follow the upgrade instructions very carefully: http://ceph.com/releases/v12-2-0-luminous-released/#upgrading Nathan Cutler
07:14 PM Bug #21038 (Rejected): Upgrading from jewel to kraken - mgr create throws EACCESS: access denied
There is no MGR in jewel (10.2.x). If you need MGR, you'll need to upgrade to luminous. Nathan Cutler
06:39 PM rgw Bug #22418 (In Progress): RGW doesn't check time skew in auth v4 http header request
https://github.com/ceph/ceph/pull/19476 by Bingyin Zhang. Radoslaw Zarzynski
09:44 AM rgw Bug #22418 (Resolved): RGW doesn't check time skew in auth v4 http header request
In auth v4 http header request, RGW doesn't check time skew, while AWS does. 芽亮 豆
06:03 PM mgr Bug #22431 (Need More Info): balancer: calc_pg_upmaps not upmapping the correct pool
So, a couple of possible causes:
- upmap treats all pgs the same. it doesn't factor in how well populated the poo...
Sage Weil
04:50 PM mgr Bug #22431 (Can't reproduce): balancer: calc_pg_upmaps not upmapping the correct pool
On this cluster, only the first pool "test" was ever upmapped:
POOLS:
NAME ID USED ...
Dan van der Ster
05:17 PM rbd Bug #22362 (Fix Under Review): cluster resource agent ocf:ceph:rbd - wrong permissions
https://github.com/ceph/ceph/pull/19494 Nathan Cutler
05:15 PM Revision 37e4bc31 (ceph): build/ops: rpm: set permissions 0755 on rbd resource agent
Fixes: http://tracker.ceph.com/issues/22362
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
05:12 PM ceph-volume Bug #22435 (Rejected): fail to create bluestore osd with ceph-volume command on ubuntu 14.04 with...
Tried to create a bluestore osd manually with ceph-volume tool on a Ubuntu 14.04 system, but with no luck. The Ceph v... Bruce Jiang
05:08 PM bluestore Backport #22356 (Duplicate): luminous: OSD crash on boot with assert caused by Bluefs on flush write
Duplicate of http://tracker.ceph.com/issues/22193 Nathan Cutler
05:05 PM rgw Backport #22434 (Resolved): luminous: rgw: user stats increased after bucket reshard
https://github.com/ceph/ceph/pull/20327 Nathan Cutler
04:41 PM CephFS Feature #22417 (Fix Under Review): support purge queue with cephfs-journal-tool
Patrick Donnelly
09:34 AM CephFS Feature #22417: support purge queue with cephfs-journal-tool
I have already pulled a request
https://github.com/ceph/ceph/pull/19471
dongdong tao
09:33 AM CephFS Feature #22417 (Resolved): support purge queue with cephfs-journal-tool
Currently, luminous has introduced new purge queue journal whose inode number is 0x500
but cephfs-journal-tool does ...
dongdong tao
04:35 PM Revision fc76dcf5 (ceph): tests - Initial checkin for luminous point-to-point upgrade
Fixes http://tracker.ceph.com/issues/22048
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
Yuri Weinstein
04:33 PM Revision 807152af (ceph): Merge pull request #19468 from tchaikov/wip-install-deps.sh
install-deps.sh: avoid re-installing g++-7
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
Kefu Chai
04:27 PM Revision a2504839 (ceph): src/test: remove unnecessary stat
This commit prevents unnecessary stat that
invokes promote_object()
promote_object() makes object clean state
Signed...
myoungwon oh
04:27 PM Revision 56462d5e (ceph): qa/suites/rados/thrash: remove write op
current chunked object and ChunkReadOp are
only for the read case.
write op and promote_object() still be tested with...
myoungwon oh
04:20 PM Support #22430 (Closed): Status of ioprio options for jewel and luminous
Hello,
We use these options with jewel OSDs:
osd disk thread ioprio class
osd disk thread ioprio priority
As ...
Aleksei Zakharov
04:12 PM mgr Bug #22429 (Fix Under Review): mgr/balancer/upmap_max_iterations must be cast to integer
Sage Weil
04:05 PM mgr Bug #22429: mgr/balancer/upmap_max_iterations must be cast to integer
https://github.com/ceph/ceph/pull/19493
Could omeone please add luminous backport? Thx.
Dan van der Ster
04:00 PM mgr Bug #22429 (Resolved): mgr/balancer/upmap_max_iterations must be cast to integer
If one does:
ceph config-key set mgr/balancer/upmap_max_iterations 20
then the val is stored as a string, le...
Dan van der Ster
04:02 PM Revision d7713e6f (ceph): mgr/balancer: cast config vals to int or float
upmap_max_iterations and other config vals need to be numeric.
Cast them appropriately.
Signed-off-by: Dan van der S...
Dan van der Ster
03:41 PM Revision b89ac7ca (ceph): mgr/dashboard: use unique instance id as daemon identifier
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:41 PM Revision 94bc0b90 (ceph): mgr/dashboard: utilize application metadata to detect RBD pools
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:41 PM Revision e67e1727 (ceph): rbd-mirror: ensure each daemon instance uses a unique service name
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:12 PM CephFS Bug #22428 (Resolved): mds: don't report slow request for blocked filelock request
Zheng Yan
03:05 PM Revision f155480f (ceph): PrimaryLogPG: cleanup do_sub_op and do_sub_op_reply
The related code has been cleaned in https://github.com/ceph/ceph/pull/17247,
but it seems something was missed.
Sig...
Enming Zhang
02:54 PM bluestore Bug #22427 (Resolved): osd_fsid does not exist, fsid is generated instead
Not sure if this is a bug or incorrect documentation. Documentation (http://docs.ceph.com/docs/master/ceph-volume/lvm... Stefan Kooman
02:46 PM mgr Bug #22343 (Rejected): Using restful module of Ceph Manager to retrieve Cluster status returns in...
Nathan Cutler
02:43 PM Revision 4085e87b (ceph): rgw: fix GET website response error code
Change NoSuchKey error code to NoSuchWebsiteConfiguration, when bucket doesn't have website configuration.
Fixes: ht...
Dmitry Plyakin
02:37 PM Revision a8336c7d (ceph): rgw: fix GET website response error code
Change NoSuchKey error code to NoSuchWebsiteConfiguration, when bucket doesn't have website configuration.
Fixes: ht...
Dmitry Plyakin
02:34 PM RADOS Backport #22389 (In Progress): luminous: ceph-objectstore-tool: Add option "dump-import" to exami...
Nathan Cutler
02:32 PM Revision 0591f015 (ceph): PrimaryLogPG: define soid just before using it
Define the soid just before using it to avoid a redundant
definition if an error happens and function prepare_transac...
Enming Zhang
02:22 PM Revision 4a6ef424 (ceph): Merge pull request #19453 from liewegas/wip-pg-primary
osd/PG: include primary in PG operator<< for ec pools
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
02:21 PM RADOS Bug #22419 (Fix Under Review): Pool Compression type option doesn't apply to new OSD's
https://github.com/ceph/ceph/pull/19486 Sage Weil
02:11 PM RADOS Bug #22419: Pool Compression type option doesn't apply to new OSD's
Sage Weil
11:49 AM RADOS Bug #22419 (Resolved): Pool Compression type option doesn't apply to new OSD's
If you set the pool compression type option to something like snappy, existing bluestore OSD's will then start compre... Nick Fisk
02:19 PM Revision 37d7fd3b (ceph): osd/PG: pass pool options to ObjectStore on pg create
We were handling the load case and the pool change case, but not newly
created PG.
Fixes: http://tracker.ceph.com/is...
Sage Weil
02:13 PM RADOS Feature #22420: Add support for obtaining a list of available compression options
This came up on IRC: my suggestion was to include the list of usable plugins in the MOSDBoot metadata. John Spray
12:30 PM RADOS Feature #22420 (Resolved): Add support for obtaining a list of available compression options
According to the documentation, Ceph supports a variety of compression algorithms when creating Pools on BlueStore vi... Lenz Grimmer
02:08 PM Revision a2b310b1 (ceph): Merge pull request #19478 from tchaikov/wip-silence-warnings
qa/standalone/ceph-helpers.sh: silence ceph-disk DEPRECATION_WARNING
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
02:01 PM rbd Backport #21788 (In Progress): luminous: [journal] image-meta set event should refresh the image ...
Jason Dillaman
01:59 PM Revision de05d2c8 (ceph): librbd: refresh image after applying new/removing old metadata
Fixes: http://tracker.ceph.com/issues/21711
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
01:56 PM Revision 235032ec (ceph): rbd-mirror: sync image metadata when transfering remote image
Fixes: http://tracker.ceph.com/issues/21535
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
01:55 PM rbd Backport #21644 (In Progress): luminous: [rbd-mirror] image-meta is not replicated as part of ini...
Jason Dillaman
01:52 PM rbd Backport #22375 (In Progress): luminous: ceph 12.2.x Luminous: Build fails with --without-radosgw
Nathan Cutler
01:16 PM RADOS Backport #22069: luminous: osd/ReplicatedPG.cc: recover_replicas: object added to missing set for...
opened http://tracker.ceph.com/issues/22423 for the backport; waiting for green light from Sage. Nathan Cutler
01:01 PM RADOS Backport #22069: luminous: osd/ReplicatedPG.cc: recover_replicas: object added to missing set for...
David Zafman wrote:
> This will backport more cleanly if we also backport #17708 (https://github.com/ceph/ceph/pull/...
Nathan Cutler
01:15 PM mgr Bug #22424 (Resolved): balancer should warn about missing requirements
When the 12.2.2 balancer module is enabled, it can easily fail without clearly indicating why. After some debugging I... Dan van der Ster
01:14 PM RADOS Backport #22423: luminous: osd: initial minimal efforts to clean up PG interface
h3. description
Backport of https://github.com/ceph/ceph/pull/17708 which does not have an associated tracker issue.
Nathan Cutler
01:13 PM RADOS Backport #22423 (Closed): luminous: osd: initial minimal efforts to clean up PG interface
Nathan Cutler
01:12 PM mgr Bug #22361 (Fix Under Review): balancer crush-compat sends "foo" command
https://github.com/ceph/ceph/pull/19482
This is a harmless bit of noise: when mgr modules send commands to the mon...
John Spray
01:09 PM Revision 432d07a0 (ceph): mgr/balancer: don't use 'foo' tags on commands
This looks weird in logs when code elsewhere logs
that it didn't handle a command with tag 'foo'
Fixes: http://track...
John Spray
01:09 PM RADOS Backport #22421 (In Progress): mon doesn't send health status after paxos service is inactive tem...
Kefu Chai
12:55 PM RADOS Backport #22421 (Resolved): mon doesn't send health status after paxos service is inactive tempor...
https://github.com/ceph/ceph/pull/19481 Jan Fajerski
01:08 PM RADOS Support #22422 (New): Block fsid does not match our fsid
Hi, i'm deploying new OSDs with luminous and bluestore.
I'm trying with:
"ceph-disk prepare --bluestore /dev/sda --...
Juan Manuel Rey
01:06 PM mgr Bug #22337 (Duplicate): Prometheus exporter in the MGR daemon crashes when PGs are in recovery_wa...
Duplicate of http://tracker.ceph.com/issues/22116, which is currently fixed in master and pending backport to luminous John Spray
12:58 PM CephFS Backport #22407 (In Progress): luminous: client: implement delegation support in userland cephfs
Nathan Cutler
12:58 PM Revision 35bb3d4d (ceph): mds: fold mds_revoke_cap_timeout into mds_session_timeout
Right now, we have two different timeout settings -- one for when the
client is just not responding at all (mds_sessi...
Jeff Layton
12:58 PM Revision 9981a1db (ceph): client: add new delegation testcases
Test basic acquire/break functionality from both other clients
and the same client, for different conflicting opens, ...
Jeff Layton
12:58 PM Revision 0aa3c5c5 (ceph): mon: reenable timer to send digest when paxos is temporarily inactive
Fixes: http://tracker.ceph.com/issues/22142
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
(cherry picked from com...
Jan Fajerski
12:56 PM Revision 9490a155 (ceph): client: add delegation support for cephfs
Add the ability for ceph userland clients to request a delegation for a
cephfs open file. With this, userland will ge...
Jeff Layton
12:53 PM Revision 3a613f69 (ceph): common: remove data_dir_option from common_preinit and global_pre_init
No one ever passes anything in there.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
(cherry picked from commit 85f...
Jeff Layton
12:50 PM rgw Bug #21196 (Resolved): radosgw-admin usage show loops indefinitly
Nathan Cutler
12:50 PM rgw Backport #21698 (Resolved): luminous: radosgw-admin usage show loops indefinitly
Nathan Cutler
12:48 PM Backport #22309: luminous: use user-defined literals for default sizes
h3. description
Backport of https://github.com/ceph/ceph/pull/17180 which does not have an associated tracker issue.
Nathan Cutler
12:40 PM rbd Backport #22376 (In Progress): luminous: Python RBD metadata_get does not work.
Nathan Cutler
12:40 PM Revision 5e8c4f83 (ceph): pybind/rbd: raise KeyError when metadata does not exist
Signed-off-by: Mykola Golub <to.my.trociny@gmail.com>
(cherry picked from commit 7a1b13f8849ce7bd325316bafad5bab660c7...
Mykola Golub
12:40 PM Revision 2d7bea61 (ceph): pybind/rbd: fix metadata functions error handling
Fixes: http://tracker.ceph.com/issues/22306
Signed-off-by: Mykola Golub <to.my.trociny@gmail.com>
(cherry picked from...
Mykola Golub
12:38 PM Bug #22041 (Resolved): 'ceph osd df tree' crashes new mons
Nathan Cutler
12:34 PM Revision a9163ca4 (ceph): Merge pull request #19404 from jan--f/mon-fix-digest-timer-inactive-paxos
mon: reenable timer to send digest when paxos is temporarily inactive
Reviewed-by: Sage Weil <sage@redhat.com>
Revie...
Kefu Chai
12:33 PM RADOS Bug #22142 (Pending Backport): mon doesn't send health status after paxos service is inactive tem...
Kefu Chai
12:29 PM rgw Backport #21851: luminous: rgw: Missing error handling when gen_rand_alphanumeric is failing
Note that the luminous backport is non-trivial because random number generation has been reworked in master. Nathan Cutler
12:29 PM rgw Bug #21401: rgw: Missing error handling when gen_rand_alphanumeric is failing
Note that the luminous backport is non-trivial because random number generation has been reworked in master. Nathan Cutler
12:05 PM RADOS Bug #21557: osd.6 found snap mapper error on pg 2.0 oid 2:0e781f33:::smithi14431805-379 ... :187 ...
https://github.com/ceph/ceph/pull/19366 is merged for more verbose logs Kefu Chai
12:02 PM Revision efe20503 (ceph): Merge pull request #19366 from liewegas/wip-21557
osd: more debugging for snapmapper bug
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:01 PM Revision 07564ffc (ceph): Merge pull request #19367 from wjwithagen/wip-wjw-clang-xlist-string
include: xlist: Fix Clang error for missing string
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: ...
Kefu Chai
11:58 AM Revision c7539de9 (ceph): Merge pull request #19365 from liewegas/wip-tell
qa/tasks/ceph_manager: tolerate tell osd.* error
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:57 AM Revision 49877780 (ceph): Merge pull request #19353 from shinobu-x/common_clock
common: Remove ceph_clock_gettime, extern keyword
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
11:54 AM Cleanup #20811 (Resolved): warning: ‘<<’ in boolean context, did you mean ‘<’ ? [-Wint-in-bool-co...
Kefu Chai
11:53 AM Revision 967ba932 (ceph): Merge pull request #19352 from chardan/jfw-wip-issue-20811
osd: migrate PGLOG_* macros to constexpr
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:52 AM Revision a8ebed20 (ceph): Merge pull request #19329 from ZVampirEM77/cleanup-revise-have
osd/PGLog: cleanup unused function revise_have
Reviewed-by: Jos Collin <jcollin@redhat.com>
Reviewed-by: Kefu Chai <...
Kefu Chai
11:51 AM Revision 516e6b68 (ceph): Merge pull request #19056 from adamemerson/wip-with-val
common/config: use with_val() for better performance
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:46 AM Revision 91655239 (ceph): Merge pull request #19114 from tchaikov/wip-rm-request-slow
mgr/PGMap: drop REQUEST_{SLOW,STUCK} HEALTH_WARNs
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
11:42 AM Revision 4e621762 (ceph): qa/standalone/ceph-helpers.sh: silence ceph-disk DEPRECATION_WARNING
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
11:35 AM Revision ab3faa44 (ceph): Merge pull request #19229 from wido/mgr-influx
mgr/influx: PEP-8 and other fixes to Influx module
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
11:29 AM RADOS Bug #22220: osd/ReplicatedPG.h:1667:14: internal compiler error: in force_type_die, at dwarf2out....
@Kefu: thanks for the quick fix! Nathan Cutler
04:36 AM RADOS Bug #22220 (Fix Under Review): osd/ReplicatedPG.h:1667:14: internal compiler error: in force_type...
https://github.com/ceph/ceph/pull/19461 Kefu Chai
03:58 AM RADOS Bug #22220: osd/ReplicatedPG.h:1667:14: internal compiler error: in force_type_die, at dwarf2out....
The build in https://github.com/ceph/ceph/pull/19457 was done on Ubuntu :( Brad Hubbard
03:57 AM RADOS Bug #22220: osd/ReplicatedPG.h:1667:14: internal compiler error: in force_type_die, at dwarf2out....
please see https://github.com/ceph/ceph/pull/19426. that's why it popped up recently.
Nathan, to downgrade the GCC...
Kefu Chai
02:07 AM RADOS Bug #22220: osd/ReplicatedPG.h:1667:14: internal compiler error: in force_type_die, at dwarf2out....
... Brad Hubbard
01:22 AM RADOS Bug #22220: osd/ReplicatedPG.h:1667:14: internal compiler error: in force_type_die, at dwarf2out....
... Brad Hubbard
01:05 AM RADOS Bug #22220: osd/ReplicatedPG.h:1667:14: internal compiler error: in force_type_die, at dwarf2out....
Is Jenkins using Fedora? If not I'd suggest we create a bug against the appropriate OS and component. I suspect this ... Brad Hubbard
12:57 AM RADOS Bug #22220: osd/ReplicatedPG.h:1667:14: internal compiler error: in force_type_die, at dwarf2out....
Raising priority because this error is now affecting (all?) Jewel PRs. See e.g. https://github.com/ceph/ceph/pull/194... Nathan Cutler
10:20 AM Revision 0333f749 (ceph): ceph-volume: Try to cast OSD metadata to int while scanning directory
By doing so values like 'whoami' and 'bluefs' will be stored as a
integer in the resulting JSON rather then a String....
Wido den Hollander
09:39 AM Revision 9081d862 (ceph): Merge pull request #19472 from qrGitHub/wip-rgw-typo-woild
rgw: fix typo woild to would
Reviewed-by: Jos Collin <jcollin@redhat.com>
Jos Collin
09:19 AM rgw Bug #22416: s3cmd move object error
https://github.com/ceph/ceph/pull/19475 Enming Zhang
06:16 AM rgw Bug #22416: s3cmd move object error
Knowning that this bug doesn't show with AWS S3. Tao CHEN
06:15 AM rgw Bug #22416 (Resolved): s3cmd move object error
Hi, I'm using s3cmd to test Ceph RGW, and I found a bug when I tried to rename an object inside a bucket:... Tao CHEN
09:14 AM Revision dc7781cf (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.
Signed-o...
Piotr Dalek
08:38 AM Revision daf6a133 (ceph): rgw: correct typo woild to would
Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn> Bingyin Zhang
08:30 AM Revision 428f21c1 (ceph): rgw: remove redundant S3AnonymousEngine
* When receives unauthorized requests, RGW(rados auth only) runs four
* engines as follows:
* 1. anonymous engine...
Bingyin Zhang
08:16 AM rbd Bug #20054: librbd memory overhead when used with KVM
@Christian, I'll leave it to Jason to continue the conversation about memory allocation, but I can answer this one:
...
Florian Haas
06:28 AM rbd Bug #20054: librbd memory overhead when used with KVM
That's interesting. That does sound like an almost DOSable exploit. Is the size of those allocations bounded in _any_... Christian Theune
06:55 AM Revision b6c3e996 (ceph): msg/async: update to work with dpdk shipped with spdk v17.10
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
06:54 AM Revision 4231cfbc (ceph): cmake: DPDK works w/o CRYPTOPP
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
06:48 AM Revision d70b71aa (ceph): osd: fix unordered read bug (for chunked object)
The current implementation for chunked object only supports
proxy_read(if offset is within range) and write(local wri...
myoungwon oh
06:43 AM Revision 6f6cbcde (ceph): rgw: fix chained cache invalidation to prevent cache size growth
above the rgw_cache_lru_size limit
Fixes: http://tracker.ceph.com/issues/22410
Signed-off-by: Mark Kogan <mkogan@re...
Mark Kogan
06:22 AM Revision b69e3efe (ceph): install-deps.sh: avoid re-installing g++-7
* add ubuntu-toolchain-r mirrors in case the ppa.launchpad.net is not
accessible
* add ppa repo manually, it's fast...
Kefu Chai
05:59 AM Revision 8cef8447 (ceph): osdc: Remove a bit too redundant public label...
Signed-off-by: Shinobu Kinjo <shinobu@redhat.com> Shinobu Kinjo
05:29 AM RADOS Bug #22369: out of order reply on set-chunks.yaml workload
https://github.com/ceph/ceph/pull/19464 Myoungwon Oh
05:07 AM Revision e8c6882c (ceph): memstore: write fsid to fsid not fs_fsid
Fixes: http://tracker.ceph.com/issues/20736
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
02:50 AM RADOS Bug #22415: 'pg dump' fails after mon rebuild
probably the mgr commands didn't get included in the rebuilt mon? i think they should get set after the mgr daemon r... Sage Weil
02:50 AM RADOS Bug #22415 (Duplicate): 'pg dump' fails after mon rebuild
... Sage Weil
01:28 AM Revision 5216309c (ceph): msg/async/AsyncConnection: unregister connection when racing happened
Signed-off-by: Haomai Wang <haomai@xsky.com> Haomai Wang
01:22 AM Stable releases Tasks #21830 (Resolved): luminous v12.2.2
Nathan Cutler
01:12 AM RADOS Bug #18239 (New): nan in ceph osd df again
Nathan Cutler
01:05 AM RADOS Bug #19700: OSD remained up despite cluster network being inactive?
Nathan Cutler
12:18 AM RADOS Bug #22413: can't delete object from pool when Ceph out of space
You can get around this by using rados_write_op_operate with the 'LIBRADOS_OPERATION_FULL_FORCE' flag (128), like the... Josh Durgin
12:10 AM Revision 36aa1b8c (ceph): Merge pull request #17651 from ceph/wip-ceph-deploy-upgrade
qa/tests: Wip ceph deploy upgrade vasukulkarni
 

Also available in: Atom