Project

General

Profile

Activity

From 09/17/2016 to 10/16/2016

10/16/2016

10:12 PM Revision adc51df6 (ceph): osd: fix typo in PG::clear_primary_state
Signed-off-by: Brad Hubbard <bhubbard@redhat.com> Brad Hubbard
08:33 PM Revision a3c301ba (ceph): mailmap: Jason Dillaman normalization
Signed-off-by: Yann Dupont <yann@objoo.org> Yann Dupont
08:33 PM Revision 1f7ee8f7 (ceph): mailmap: Mike Hackett affiliation
Signed-off-by: Yann Dupont <yann@objoo.org> Yann Dupont
08:33 PM Revision 38751f06 (ceph): mailmap: Jenkins name normalization
Signed-off-by: Yann Dupont <yann@objoo.org> Yann Dupont
08:32 PM Revision 528c01da (ceph): mailmap: Yang Honggang affiliation
Signed-off-by: Yann Dupont <yann@objoo.org> Yann Dupont
08:16 PM Revision a9f466b1 (ceph): mailmap: Gong Chuang affiliation
Signed-off-by: Yann Dupont <yann@objoo.org> Yann Dupont
08:16 PM Revision 30e2cc1c (ceph): mailmap: Feng Yu affiliation and name normalization
Signed-off-by: Yann Dupont <yann@objoo.org> Yann Dupont
08:16 PM Revision ad5916e6 (ceph): mailmap: Leo Zhang affiliation
Signed-off-by: Yann Dupont <yann@objoo.org> Yann Dupont
08:16 PM Revision c080de87 (ceph): mailmap: Jelle vd Kooij affiliation
Signed-off-by: Yann Dupont <yann@objoo.org> Yann Dupont
08:16 PM Revision 1cd150f3 (ceph): mailmap: Nick Fisk name normalization
Signed-off-by: Yann Dupont <yann@objoo.org> Yann Dupont
08:16 PM Revision b06f30d5 (ceph): mailmap: Xinxin Shu name normalization
Signed-off-by: Yann Dupont <yann@objoo.org> Yann Dupont
08:16 PM Revision b3a1590f (ceph): mailmap: Xu Biao affiliation and name normalization
Signed-off-by: Yann Dupont <yann@objoo.org> Yann Dupont
08:16 PM Revision d1c818a3 (ceph): mailmap: Andreas Gerstmayr affiliation
Signed-off-by: Yann Dupont <yann@objoo.org> Yann Dupont
08:10 PM Revision 30c0e4cb (ceph): FreeBSD: update require packages
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
02:53 PM Revision 51d63592 (ceph): mds/MDSMap.h: add const to member functions
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
02:32 PM Revision cf0ca97b (ceph): buffer: add page_aligned_appender
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:32 PM Revision 47c60699 (ceph): os/bluestore/BlueFS: write into page-aligned buffers from rocksdb
The BlueRocksEnv uses the append(const char *, size_t) appender. Ensure
that this data is copied into a page-aligned...
Sage Weil
02:32 PM Revision 01e629e4 (ceph): buffer: contiguous_appender::get_logical_offset
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:32 PM Revision 5ca65f51 (ceph): os/bluestore: log onode component sizes
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:32 PM Revision f047d576 (ceph): buffer: add a 'deep' append mode
Do the copy up-front. This is useful if we know our target buffer must
be a contiguous buffer (e.g., because it will...
Sage Weil
02:32 PM Revision 269a5bba (ceph): os/bluestore: do deep encode of onode
Avoid an inevitable rebuild() since we have to pass this to rocksdb as a
single memory buffer anyway.
Signed-off-by:...
Sage Weil
02:32 PM Revision 3d5c1995 (ceph): ceph-dencoder: add hexdump command
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:32 PM Revision dc7c0a7d (ceph): ceph-dencoder: don't dump usage on every error
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:32 PM Revision b00b9d02 (ceph): buffer: fix * zero placement
Back in 46522cf0d27ad7d236f61bf132c915210754a0f4 we broke the newline
placement for the * lines.
Signed-off-by: Sage...
Sage Weil
02:32 PM Revision e7155b3d (ceph): buffer: make iterator copy to ptr handle len==0
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:32 PM Revision c3886923 (ceph): buffer: implement bufferlist::contiguous_appender
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:32 PM Revision 059065c4 (ceph): buffer: implement bufferptr::iterator
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:32 PM Revision 18d754f6 (ceph): include/denc: new-style encoding framework
#include it from encoding.h so that we can make old STL container helpers
conditional on a new-style helper not being...
Sage Weil
02:32 PM Revision dec0f052 (ceph): include/denc: _nohead variants for containers
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:32 PM Revision c9c5235e (ceph): include/object: conditional denc_traits for snapid_t
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:32 PM Revision de05b38e (ceph): include/fs_types: conditional denc_traits for inodeno_t
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:32 PM Revision 9b25018f (ceph): include/interval_set: define denc_traits for interval_set<T>
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:32 PM Revision 09e14f92 (ceph): msg/msg_types: denc_traits for entity_name_t
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:32 PM Revision aa4ab12c (ceph): osd: denc_traits for osd_reqid_t
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:32 PM Revision 058caea3 (ceph): os/bluestore: convert internal types to denc
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:32 PM Revision 8910a3b3 (ceph): unittest_bluefs: use append(const char*, size_t)
The bufferlist one is for internal use only.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
02:32 PM Revision c974e8d5 (ceph): declare encode/decode for various types that are missing it
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:32 PM Revision 9d6d8396 (ceph): ceph-dencoder: PGMap[::Incremental] requires features to encode
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:32 PM Revision 0b7f248d (ceph): ceph-dencoder: AuthMonitor::Incremental is featured
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:32 PM Revision 1917d853 (ceph): ceph-dencoder: use encode/decode functions instead of class methods
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:32 PM Revision 6d7f7486 (ceph): buffer: rename iterator copy() to copy_deep()
Current callers expect a deep copy; be explicit about it.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
02:32 PM Revision 14cad565 (ceph): buffer: add iterator copy_shallow() to ptr
If the length resides within the bufferlist's current ptr, return a ptr
to the same buffer.
Signed-off-by: Sage Weil...
Sage Weil
02:32 PM Revision 7ff74244 (ceph): include/small_encoding: rewrite small_{encode,decode}_signed_varint in ...
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:32 PM Revision 43d0554d (ceph): include/small_encoding: rewrite lowz in terms of generic varint
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:32 PM Revision 3bf53170 (ceph): buffer: implement ptr::end_c_str()
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:32 PM Revision 1baeb610 (ceph): buffer: fix whitespace
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:10 PM Revision 2eb89c8a (ceph): Merge pull request #11443 from wjwithagen/wip-wjw-freebsd-cmake-options
do_freebsd.sh: Set options for debug building.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:28 PM Revision ec16ced9 (ceph): ./do_freebsd.sh: remove pipe to get correct return value
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
10:45 AM CephFS Bug #17563: extremely slow ceph_fsync calls
Yep, exactly. I noticed this while running the cthon04 testsuite against it. It copies some source files into place a... Jeff Layton
07:37 AM rgw Feature #13302 (Resolved): rgw: S3 authentication subsystem should be able to use admin credentia...
Since http://tracker.ceph.com/issues/16110 is a dependency of this issue and will not be backported, this issue will ... Nathan Cutler
07:36 AM rgw Backport #14721 (Rejected): hammer: rgw: S3 authentication subsystem should be able to use admin ...
Nathan Cutler
07:36 AM rgw Backport #14721 (Resolved): hammer: rgw: S3 authentication subsystem should be able to use admin ...
Since http://tracker.ceph.com/issues/16110 is a dependency of this issue and will not be backported, this issue will ... Nathan Cutler
03:56 AM devops Bug #17585 (New): Jewel Install Broken for Ubuntu Trusty Because of Missing librados2 Dependency
python-rados for Jewel depends on librados2 (= 10.2.3-1trusty). That version is not available in either the default ... James Saint-Rossy
03:52 AM Revision 21d5f49b (ceph): Merge pull request #11430 from wjwithagen/wip-wjw-freebsd-EventKqueue
FreeBSD/EventKqueue.{h,cc} Added code to restore events on (thread)fork
Reviewed-by: Haomai Wang <haomai@xsky.com>
Haomai Wang
03:28 AM Revision 5af2a01e (ceph): Merge pull request #1207 from ceph/wip-kraken
more kraken upgrade fixes Sage Weil
03:03 AM Bug #17584 (Resolved): misc rados/upgrade/* failures
The current rados suite upgrade tests don't account for the fact that upgrades must pass through jewel; they are curr... Sage Weil
02:54 AM Revision b0c86510 (ceph): Merge pull request #11284 from liewegas/wip-mon-osdmap-features
mon/OSDMonitor: encode full osdmaps with features all OSDs can understand
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
02:54 AM Bug #17495 (Resolved): mon: bad EPERM
Sage Weil
02:53 AM Bug #17515 (Pending Backport): mon: health does not report pgs stuck in more than one state
Sage Weil
02:53 AM Bug #17540 (Resolved): “client.admin authentication error” after upgrade from hammer to master
Sage Weil
02:52 AM Revision cbfdfe60 (ceph): Merge pull request #11401 from liewegas/wip-mgr-keys
auth: tolerate missing MGR keys during upgrade
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
02:51 AM Revision bf0dc6db (ceph): mon/MonClient: do not request MGR key from pre-kraken mons
If we do, the older mon will return EPERM.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
02:51 AM Revision 16fda713 (ceph): auth/cephx: do not re-request *only* the MGR key
If we request a bunch of service keys, we may not get
back a MGR key because of an in-progress upgrade. If we
have e...
Sage Weil

10/15/2016

11:31 PM Revision 23956dea (ceph): client: don't take extra target inode reference in ll_link
For the life of me, I can't figure out where this reference is ever put.
We usually take a reference like this when t...
Jeff Layton
10:06 PM CephFS Bug #17564: close race window when handling writes on a file descriptor opened with O_APPEND
Good point. Yeah, a retry loop may be the best we can do in that case. I'll have to read up on rados asserts to make ... Jeff Layton
01:16 AM CephFS Bug #17564: close race window when handling writes on a file descriptor opened with O_APPEND
Are we *allowed* to fail writes like that? :/
It doesn't actually close the race in all cases, but for sane use it...
Greg Farnum
05:23 PM Revision 8a4286f5 (ceph): mds/FSMapUser.h: remove copy ctr and assign op
The default ones generated by the compiler will be the same. Also
defining copy constructor and assignment operator p...
Michal Jarzabek
05:06 PM rbd Feature #17356 (Fix Under Review): object-map: batch updates during trim operation
PR: https://github.com/ceph/ceph/pull/11510 Venky Shankar
11:51 AM rbd Feature #17356 (In Progress): object-map: batch updates during trim operation
Venky Shankar
11:09 AM Revision 9eeb491f (ceph): src/msg/async/EventKqueue: refactor and add test_thread_change()
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
11:04 AM Revision 4e3ed5ad (ceph): src/msg/async/EventKqueue.{h,cc} Added code to restore events on (threa...
According the FreeBSD man page of kqueue(), the kq-descriptors become invalid
upon fork. It looks like the same happe...
Willem Jan Withagen
11:04 AM Revision a534069c (ceph): src/msg/async/EventKqueue.cc: adjust logging levels.
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
10:11 AM Bug #17200: utime.h: fix timezone issue in round_to_* funcs.
jewel backport: http://tracker.ceph.com/issues/17583 Nathan Cutler
09:40 AM Bug #17200: utime.h: fix timezone issue in round_to_* funcs.
I'll stage #14862 for backport. Nathan Cutler
09:39 AM Bug #17200 (Duplicate): utime.h: fix timezone issue in round_to_* funcs.
Nathan Cutler
08:22 AM Bug #17200: utime.h: fix timezone issue in round_to_* funcs.
@Loic, Could we plan to backport this for 10.2.4? Zhandong Guo
10:10 AM Backport #17583 (In Progress): jewel: utime.h: fix timezone issue in round_to_* funcs.
Nathan Cutler
09:42 AM Backport #17583 (Resolved): jewel: utime.h: fix timezone issue in round_to_* funcs.
https://github.com/ceph/ceph/pull/11508 Nathan Cutler
09:39 AM CephFS Backport #17582 (Resolved): jewel: monitor assertion failure when deactivating mds in (invalid) f...
https://github.com/ceph/ceph/pull/11862 Nathan Cutler
09:37 AM Bug #14862 (Pending Backport): utime.h: fix timezone issue in round_to_* funcs.
Nathan Cutler
09:34 AM CephFS Bug #16610 (Resolved): Jewel: segfault in ObjectCacher::FlusherThread
Nathan Cutler
09:11 AM Bug #17579: installing ceph-mon only, breaks the ceph executable
Could this be caused by the way debian processes the ${python:Depends} macro? I see ceph-osd has it but ceph-mon does... Nathan Cutler
08:28 AM CephFS Bug #17468: CephFs: IO Pauses for more than a 40 seconds, while running write intensive IOs
Further analysis of I/O drop points to correlation of MDS config parameter mds_log_max_segments and I/O drop. Using d... Vishal Kanaujia
04:58 AM Revision 676da678 (ceph): Merge pull request #1200 from ceph/wip-rebuild-mondb
tasks/rebuild_mondb.py: fill up the caps in the keyring Kefu Chai
03:50 AM Revision 754ad16e (ceph): Merge pull request #11276 from tchaikov/wip-17400
tools/ceph_monstore_tool: update pgmap_meta also when rebuilding store.db
Tested-by: Huawen Ren <ren.huanwen@zte.com...
Kefu Chai
02:57 AM Revision 03ec4be8 (ceph): os/bluestore: narrow scope of local variables
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
02:50 AM Revision 7f74c842 (ceph): os/bluestore: formatting nits
Remove dupilicated semicolon, 80 chars etc.
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
xie xingguo

10/14/2016

11:39 PM CephFS Bug #17563: extremely slow ceph_fsync calls
Oh right, this doesn't even have a way to ask the MDS for immediate service — notice how it just puts already-sent re... Greg Farnum
11:27 PM CephFS Bug #17562: backtrace check fails when scrubbing directory created by fsstress
It looks to me like compare() is doing the right thing, but that the scrubbing code is declaring an error if the on-d... Greg Farnum
11:19 PM CephFS Bug #17562: backtrace check fails when scrubbing directory created by fsstress
Well, in inode_backtrace_t::compare() we're trying to determine and return three different things, as described in th... Greg Farnum
09:22 PM Bug #17573: librados doesn't properly report failure to create socket
This is bigger than rados bench, it's librbd. I ran into the same problem with fio using rbd engine, saw this with C... Ben England
08:54 PM rgw Bug #17580 (Fix Under Review): RGWRados::get_system_obj() sends unnecessary stat request before read
https://github.com/ceph/ceph/pull/11444 Casey Bodley
08:52 PM rgw Bug #17580 (Resolved): RGWRados::get_system_obj() sends unnecessary stat request before read
get_system_obj() calls get_system_obj_state() to send a [getxattrs,stat] request and fill out an RGWObjState - but th... Casey Bodley
08:53 PM Revision 973d0076 (ceph): rgw: get_system_obj does not use result of get_system_obj_state
get_system_obj() calls get_system_obj_state() to send a [getxattrs,stat]
request and fill out an RGWObjState - but th...
Casey Bodley
08:47 PM rgw Bug #17571 (Fix Under Review): multisite: coroutine deadlock assertion on error in FetchAllMetaCR
https://github.com/ceph/ceph/pull/11505 Casey Bodley
08:47 PM rgw Bug #17568 (Fix Under Review): multisite: race between ReadSyncStatus and InitSyncStatus leads to...
https://github.com/ceph/ceph/pull/11504 Casey Bodley
08:47 PM rgw Bug #17569 (Fix Under Review): multisite: assertion in RGWRados::wakeup_data_sync_shards
https://github.com/ceph/ceph/pull/11506 Casey Bodley
08:45 PM Revision 5cc599b9 (ceph): rgw: clear data_sync_cr if RGWDataSyncControlCR fails
async notifications will still try to call wakeup() on RGWDataSyncControlCR
if it fails, leading to segfault
Fixes: ...
Casey Bodley
08:45 PM Revision 4cf0d2a7 (ceph): rgw: hold a reference on data_sync_cr over run()
run() will drop its reference to data_sync_cr, so we need to hold a
reference until we can reacquire the lock
Signed...
Casey Bodley
08:43 PM Revision 2c66e9b7 (ceph): rgw: clean up RGWShardedOmapCRManager on early return
ShardedOmapCRManager is spawning coroutines that sleep. if we don't
finish them before trying to drain_all(), they'll...
Casey Bodley
08:35 PM Bug #17579: installing ceph-mon only, breaks the ceph executable
a little info, no answer yet:
ceph-mon depends on ceph-base which depends on python
I guess python -> python2.7...
Dan Mick
07:40 PM Bug #17579 (Resolved): installing ceph-mon only, breaks the ceph executable
From the kraken branch and trying to install on Xenial:... Alfredo Deza
08:06 PM CephFS Backport #17131 (Resolved): jewel: Jewel: segfault in ObjectCacher::FlusherThread
Loïc Dachary
08:04 PM Revision b5a19152 (ceph): Merge pull request #11339 from liewegas/wip-mon-stuck
mon/PGMap: PGs can be stuck more than one thing
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
07:35 PM Revision 3201170f (ceph): Merge pull request #11499 from ceph/wip-kraken-no-git-dir
cmake: find GIT_VER variables if there is no .git dir
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
06:45 PM Revision c58ac1b0 (ceph): rgw: RGWSimpleRadosReadCR tolerates empty reads
Fixes: http://tracker.ceph.com/issues/17568
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
06:41 PM Revision 392fa14c (ceph): auth/cephx: tolerate missing rotating keys
During an upgrade, we may have a client requesting an
MGR service key but not have one in the database yet,
either be...
Sage Weil
06:41 PM Revision d620aad6 (ceph): Merge pull request #11398 from ifed01/wip-bluestore-rmcoll-fix
os/bluestore: fix remove_collection to properly detect collection e…
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
06:11 PM Revision 2f6c79d3 (ceph): upgrade/jewel-x: fix require_kraken_osds flag
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
06:11 PM Revision dfb77d54 (ceph): upgrade/jewel-x: drop 'failed to encode' crc mismatch whitelist
We should no longer trigger these warnings now that we
build the OSDMap based on require_*_osds flags.
Signed-off-by...
Sage Weil
06:06 PM Revision c5c6b59f (ceph): cmake: find GIT_VER variables if there is no .git dir
find CEPH_GIT_VER & CEPH_GIT_NICE_VER if there is no
ceph/.git dir by parsing ceph/src/.git_version.
scenario is for...
Ali Maredia
06:02 PM Revision b559801e (ceph): rados: fix require_kraken_osds flag
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
06:02 PM rgw Bug #15530 (Duplicate): s3website: VHost-style buckets do not fire correctly in website mode
Turns out to be related to the accidental logic inversion, which we fixed separately. Robin Johnson
06:01 PM Revision d3b9e5b7 (ceph): rados/singleton-nomsgr: drop 16113 and 13234
A stop at jewel is required, and these are pre-jewel bugs.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
06:01 PM Revision b7977817 (ceph): rados: infernalis -> kraken is not supported; stop at jewel
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:54 PM Revision 09a23836 (ceph): CMakeLists.txt: enable LTTNG by default
This makes dev builds more closely match package builds.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
05:06 PM CephFS Bug #16255 (Resolved): ceph-create-keys: sometimes blocks forever if mds "allow" is set
Nathan Cutler
05:04 PM Feature #15308 (Resolved): LIBRADOS modify Pipe::connect() to return the error code
Nathan Cutler
05:03 PM Bug #16653 (Resolved): ceph mon Segmentation fault after set crush_ruleset ceph 10.2.2
Nathan Cutler
04:14 PM Revision cfcfe963 (ceph): Merge pull request #11493 from atheism/rgw-rgw_rados-fix-specifier
rgw: rgw_rados.cc fix shard_num format for snprintf
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
04:13 PM Revision e04155b4 (ceph): Merge pull request #11496 from stiopaa1/mds_infotableAddOverride
mds/InfoTable.h: add override to virtual functs Sage Weil
04:13 PM Revision 8b5aa5d9 (ceph): Merge pull request #10864 from dachary/wip-17131-jewel
jewel: Jewel: segfault in ObjectCacher::FlusherThread
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Loïc Dachary
03:53 PM Bug #17545 (Duplicate): Data corruption using RBD with caching enabled
Greg Farnum
10:03 AM Bug #17545: Data corruption using RBD with caching enabled
Seems like it has been fixed by #16002
Tests have been running with that fix applied on a Hammer client and after ...
Wido den Hollander
03:53 PM Backport #16546: hammer: ObjectCacher doesn't correctly handle read replies on split BufferHeads
#17545 Greg Farnum
03:41 PM RADOS Bug #14115: crypto: race in nss init
/a/sage-2016-10-14_02:29:27-rados:singleton-wip-sage-testing---basic-smithi/473114
hitting this on the rocksdb lib...
Sage Weil
03:34 PM rbd Subtask #17424 (Resolved): [data pool] update rbd CLI to permit "--data-pool" optionals
Jason Dillaman
03:32 PM Revision 14f30543 (ceph): mds/InfoTable.h: add override to virtual functs
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
03:07 PM Bug #17578 (Closed): "[ FAILED ] LibRadosAio.TooBig " in upgrade:jewel-x-master-distro-basic-vps
Run: http://pulpito.ceph.com/teuthology-2016-10-13_04:20:02-upgrade:jewel-x-master-distro-basic-vps/
Jobs: 9
Logs:...
Yuri Weinstein
03:01 PM Revision 620b0dc7 (ceph): os/bluestore: fix remove_collection to properly detect collection's empty
Signed-off-by: Igor Fedotov <ifedotov@mirantis.com> Igor Fedotov
03:00 PM Revision e3958efc (ceph): client: no need to check mask before calling _getattr in statx
If the mask is zero, then the cap check will succeed, "yes" will be
true and we'll end up returning quickly from _get...
Jeff Layton
02:37 PM Revision 07d19435 (ceph): Merge pull request #11483 from liewegas/wip-bluestore-cleanups
os/bluestore: a few cleanups
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Sage Weil
02:33 PM Revision 38d63c12 (ceph): Merge pull request #11445 from ifed01/wip-fix-isal
compressor/ZLibCompressor: fix broken isal-l
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:27 PM Revision c9ab0cb4 (ceph): Merge pull request #11495 from yuyuyu101/wip-fix-list
bluestore: set next object as ghobject_t::get_max() when start.hobj.i…
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:26 PM CephFS Backport #17347 (Resolved): jewel: ceph-create-keys: sometimes blocks forever if mds "allow" is set
Sage Weil
02:26 PM Revision 6baac417 (ceph): Merge pull request #11417 from dachary/wip-17347-jewel
jewel: ceph-create-keys: sometimes blocks forever if mds allow is set
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:25 PM Backport #17402 (Resolved): jewel: OSDMonitor: Missing nearfull flag set
Sage Weil
02:25 PM Revision 19922c5b (ceph): Merge pull request #11272 from aiicore/wip-17402-jewel
jewel: OSDMonitor: Missing nearfull flag set
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:24 PM Backport #17377 (Resolved): jewel: LIBRADOS modify Pipe::connect() to return the error code
Sage Weil
02:24 PM Revision 952a81ae (ceph): Merge pull request #11193 from SUSE/wip-17377-jewel
jewel: LIBRADOS modify Pipe::connect() to return the error code
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:23 PM Backport #17135 (Resolved): jewel: ceph mon Segmentation fault after set crush_ruleset ceph 10.2.2
Sage Weil
02:23 PM Revision e34b7dad (ceph): Merge pull request #10861 from dachary/wip-17135-jewel
jewel: ceph mon Segmentation fault after set crush_ruleset ceph 10.2.2
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:22 PM Backport #16657 (Resolved): jewel: i386 tarball gitbuilder failure on master:
Sage Weil
02:22 PM Revision f9c969eb (ceph): Merge pull request #10855 from dachary/wip-16657-jewel
jewel: i386 tarball gitbuilder failure on master
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:17 PM Revision ddb378de (ceph): bluestore: set next object as ghobject_t::get_max() when start.hobj.is_...
Signed-off-by: Haomai Wang <haomai@xsky.com>
Signed-off-by: Xinze Chi <xinze@xsky.com>
Haomai Wang
02:14 PM Revision f32bb093 (ceph): Merge pull request #11491 from xiexingguo/xxg-wip-fs-1014
os/filestore: fix potential result code overwriting
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:13 PM Revision 166d1543 (ceph): Merge pull request #11482 from ifed01/wip-bluestore-gc-fixes2
os/bluestore: GC infra refactor, more UTs and GC range calculation fixes
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:12 PM Revision e6d024eb (ceph): os/bluestore: fix warning
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:01 PM Revision d04eee87 (ceph): Merge pull request #11490 from xiexingguo/xxg-wip-bluestore-1014
os/bluestore: use iterator for erase() method directly
Reviewed-by: Igor Fedotov <ifedotov@mirantis.com>
Igor Fedotov
01:51 PM Revision 7a16de74 (ceph): os/bluestore: use iterator for erase() method directly
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
01:45 PM Backport #17341 (Resolved): jewel: librados memory leaks from ceph::crypto (WITH_NSS)
Loïc Dachary
01:45 PM Backport #17376 (Resolved): jewel: Assign LOG_INFO priority to syslog calls
Loïc Dachary
01:44 PM Revision f331597f (ceph): common/compressor/ZLibCompressor: add a config option to specify compre...
Signed-off-by: Igor Fedotov <ifedotov@mirantis.com> Igor Fedotov
01:39 PM Revision a269bb71 (ceph): test/osd/osd-fast-mark-down.sh: introduce large timeout
One second might be not enough for loaded system to fully process
the fast mark down cycle, so introduce a loop that ...
Piotr Dałek
01:37 PM Revision 4bcc21b9 (ceph): Merge pull request #11409 from dachary/wip-17341-jewel
jewel: librados memory leaks from ceph::crypto (WITH_NSS)
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Loïc Dachary
12:39 PM Revision 47c44a2c (ceph): os/blustore: fix compile warning
Signed-off-by: Igor Fedotov <ifedotov@mirantis.com> Igor Fedotov
12:39 PM Revision 21b3958f (ceph): os/bluestore: fix GC gc_end_offset miscalculation
Signed-off-by: Igor Fedotov <ifedotov@mirantis.com> Igor Fedotov
12:29 PM Revision 389d3eb3 (ceph): os/bluestore: isolate GC stuff to be able to cover it with UT
Signed-off-by: Igor Fedotov <ifedotov@mirantis.com> Igor Fedotov
12:26 PM rgw Bug #17399 (Duplicate): Period commit that changes default_placement can cause RGWs to crash.
Duplicate of 17371 Orit Wasserman
11:51 AM Revision 51c926a7 (ceph): mds: fix false "failing to respond to cache pressure" warning
the false warning happens in following sequence of events
- MDS has cache pressure, sends recall state messages to cl...
Yan, Zheng
11:45 AM Revision 92a35384 (ceph): Merge pull request #11311 from dzafman/wip-scrub-boundary-jewel
jewel: osd: adjust scrub boundary to object without SnapSet
Reviewed-by: Sage Weil <sage@redhat.com>
Loïc Dachary
11:43 AM Revision 67d0ded8 (ceph): Merge pull request #11231 from badone/wip-17376
jewel: common: Log.cc: Assign LOG_INFO priority to syslog calls
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
11:30 AM Revision 52e596ff (ceph): Merge pull request #9872 from odivlad/fix-init-el7-jewel
jewel: remove SYSTEMD_RUN from initscript
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Loïc Dachary
11:22 AM rbd Bug #17577 (Can't reproduce): jewel: upgrade TestExclusiveLock.test_follower_flatten ERROR
http://pulpito.ceph.com/loic-2016-10-14_06:56:49-upgrade:jewel-x-jewel-backports-distro-basic-vps/473434/... Loïc Dachary
10:06 AM Revision e7137254 (ceph): Merge pull request #11487 from batrick/cephfs-gid
cephfs: add gid to asok status
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
10:04 AM CephFS Bug #17518 (Pending Backport): monitor assertion failure when deactivating mds in (invalid) fscid 0
John Spray
10:04 AM Revision 9aacef47 (ceph): Merge pull request #11357 from batrick/i17518
mds: use parse_filesystem in parse_role to handle exceptions and reuse parsing code
Reviewed-by: John Spray <john.sp...
John Spray
08:49 AM Revision 6e820c34 (ceph): Merge pull request #11380 from stiopaa1/mds_snapserver_addOverrideToVirt
mds/SnapServer.h: add override to virtual functs
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
08:48 AM Revision 91d9cfe1 (ceph): Merge pull request #11402 from stiopaa1/mds_fsmapRemoveUnneededUseCount
mds/FSMap.cc: remove unneeded use of count
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
John Spray
08:47 AM Revision a15daf13 (ceph): Merge pull request #11435 from stiopaa1/mds_damageTableMoveSharePtr
mds/DamageTable.cc: move shared ptrs
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
08:17 AM Revision bf21c5a7 (ceph): rgw: rgw_rados.cc fix shard_num format for snprintf
Signed-off-by: Weibing Zhang <zhangweibing@unitedstack.com> Weibing Zhang
07:57 AM Revision 1f3d96c5 (ceph): test: temporarily disable fork()'ing tests
Fixes: http://tracker.ceph.com/issues/16556
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
07:29 AM devops Backport #17575 (In Progress): jewel: aarch64: Compiler-based detection of crc32 extended CPU typ...
Nathan Cutler
07:27 AM Revision 91bd342d (ceph): AArch64: Detect crc32 extension support from assembler
The used compiler may or may not be recent enough to recognize the
crc32 extended cpu type. However, it does not real...
Alexander Graf
07:13 AM Revision 0ccde6ec (ceph): os/filestore: fix potential result code overwriting
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
07:10 AM CephFS Bug #17525 (Duplicate): "[ FAILED ] LibCephFS.ThreesomeInterProcessRecordLocking" in smoke
Loïc Dachary
07:03 AM CephFS Bug #17525: "[ FAILED ] LibCephFS.ThreesomeInterProcessRecordLocking" in smoke
In jewel http://pulpito.ceph.com/loic-2016-10-13_17:04:37-fs-jewel-backports-distro-basic-smithi/471638/... Loïc Dachary
05:31 AM rbd Subtask #17423 (Resolved): [data pool] add new non-dynamic feature bit for data pool
Venky Shankar
02:01 AM Bug #16400: Ceph OSD crashes suddenly after restart when using bluestore
Given the fact that the Bluestore format and code has changed substantially since jewel and in the absence of further... Brad Hubbard
01:14 AM Revision 000979fe (ceph): client: get gid from MonClient
This is consistent with other parts of the code that set whoami.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
12:22 AM Revision c701628d (ceph): Merge pull request #11484 from ceph/wip-move-ranges-tp
tracing/objectstore.tp: add missing move_ranges_... tp Sage Weil

10/13/2016

10:30 PM Bug #15727 (Resolved): EIO during readwrite test
Sage Weil
06:58 PM Bug #15727 (Fix Under Review): EIO during readwrite test
The problem is simple: we are thrashing with min_size=size=2, and the readwrite test doesn't tolerate really slow rad... Sage Weil
10:29 PM Revision dc05e5b7 (ceph): Merge pull request #1206 from ceph/wip-thrash-min-size-2
rados: move readwrite test out of thrash matrix Sage Weil
10:01 PM rgw Backport #17576 (Resolved): jewel: RGW loses realm/period/zonegroup/zone data: period overwritten...
https://github.com/ceph/ceph/pull/11519 Loïc Dachary
10:01 PM devops Backport #17575 (Resolved): jewel: aarch64: Compiler-based detection of crc32 extended CPU type i...
https://github.com/ceph/ceph/pull/11492 Loïc Dachary
09:59 PM rgw Backport #16793 (Resolved): jewel: upgrade from old multisite to new multisite fails
Loïc Dachary
09:59 PM rgw Backport #17064 (Resolved): jewel: rgw: radosgw daemon core when reopen logs
Loïc Dachary
09:59 PM rgw Backport #17118 (Resolved): jewel: rgw: period commit return error when the current period has a ...
Loïc Dachary
09:58 PM rgw Backport #17143 (Resolved): jewel: rgw file uses too much CPU in gc/idle thread
Loïc Dachary
08:57 PM Revision 9983cd36 (ceph): tracing/objectstore.tp: add missing move_ranges_... tp
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:33 PM Revision 76939ce3 (ceph): doc: Update install-ceph-gateway.rst
Make the s3test.py script PIP-8 complaint, and more importantly it no
longer fails because of the wrong indentation ...
Hans van den Bogert
07:59 PM Revision 20d63508 (ceph): cephfs: add gid to asok status
This is useful e.g. for building a database with a unique ID for each
entity.
Signed-off-by: Patrick Donnelly <pdonn...
Patrick Donnelly
07:46 PM Revision 678be455 (ceph): os/bluestore: simplify blob print if !compressed
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:21 PM Revision 3ad8ccc5 (ceph): Merge pull request #11468 from xiexingguo/xxg-wip-bluestore-1013
os/bluestore: traverse buffer_map in reverse order when spliting BufferSpace
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
07:03 PM rgw Bug #17574 (New): multisite: many duplicate mdlog entries cause race to sync and result in ECANCELED
Seen in multiple teuthology runs:
http://qa-proxy.ceph.com/teuthology/cbodley-2016-09-16_10:00:36-rgw-wip-cbodley-...
Casey Bodley
07:00 PM CephFS Bug #17563: extremely slow ceph_fsync calls
This program is a reproducer. You can build it with something like ... Jeff Layton
01:10 PM CephFS Bug #17563: extremely slow ceph_fsync calls
Is that something we can change? Slow fsync() performance is particularly awful for applications.
In any case, the...
Jeff Layton
11:46 AM CephFS Bug #17563: extremely slow ceph_fsync calls
The reason is that client fsync does not force MDS flush its journal. fsync may wait up to a MDS tick if there is no ... Zheng Yan
10:22 AM CephFS Bug #17563 (Resolved): extremely slow ceph_fsync calls
I've been seeing problems with very slow fsyncs vs. a vstart cluster when I run ganesha on top of it. This is the gan... Jeff Layton
07:00 PM Revision 62c12b70 (ceph): Merge pull request #11296 from liewegas/wip-fixes
osd: drop stray debug message Sage Weil
06:57 PM Revision 4854e2c9 (ceph): rados: move readwrite test out of thrash matrix
The thrash matrix includes min_size = 2 and size = 2. This
is fine and good, except that the inevitable slow rados o...
Sage Weil
06:52 PM Revision 65e8bbcc (ceph): Merge pull request #10891 from dachary/wip-16793-jewel
jewel: rgw: upgrade from old multisite to new multisite fails
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
06:51 PM Revision 7c9f1c79 (ceph): Merge pull request #10889 from dachary/wip-17143-jewel
jewel: rgw: rgw file uses too much CPU in gc/idle thread
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
06:51 PM Revision e3839ab5 (ceph): Merge pull request #10868 from dachary/wip-17064-jewel
jewel: rgw: radosgw daemon core when reopen logs
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
06:51 PM Revision 05615509 (ceph): Merge pull request #10867 from dachary/wip-17118-jewel
jewel: rgw: period commit return error when the current period has a zonegroup which doesn't have a master zone
Revi...
Casey Bodley
06:30 PM Bug #17573 (Duplicate): librados doesn't properly report failure to create socket
In a really large Jewel cluster with > 1000 OSDs, I see rados bench hang on a pool with this command. It starts off ... Ben England
06:23 PM Revision 907fde0c (ceph): Merge pull request #11237 from liewegas/wip-ec-move
os: move_ranges_destroy_src
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
06:09 PM rgw Bug #17440 (Fix Under Review): disable virtual hosting of buckets when no hostnames are configured
Casey Bodley
06:09 PM rgw Bug #17440: disable virtual hosting of buckets when no hostnames are configured
https://github.com/ceph/ceph/pull/11280 Casey Bodley
06:00 PM rgw Bug #17272 (Can't reproduce): S3: Batch operations fail
Yehuda Sadeh
05:58 PM rgw Bug #17279 (Resolved): auth failures (SignatureDoesNotMatch) in teuthology runs
Orit Wasserman
05:55 PM rgw Bug #17371 (Pending Backport): RGW loses realm/period/zonegroup/zone data: period overwritten if ...
Orit Wasserman
05:20 PM rgw Bug #17572 (In Progress): swift: Problems with DLO containing 0 length segments
PR for hammer: https://github.com/ceph/ceph/pull/11453 Ken Dreyer
05:17 PM rgw Bug #17572 (Resolved): swift: Problems with DLO containing 0 length segments
A DLO that contains at least 1 non-zero length segment and 1 0 length segment will cause GET to get stuck in a cpu lo... Marcus Watts
04:48 PM Revision d5b41b76 (ceph): cmake: check WITH_RADOSGW for fcgi and expat dependencies
The fcgi and expat libraries are only used by rgw, so only make them
hard requirements if WITH_RADOSGW is set.
Signe...
David Disseldorp
04:46 PM rgw Bug #17571 (Resolved): multisite: coroutine deadlock assertion on error in FetchAllMetaCR
An early error in RGWFetchAllMetaCR triggers the deadlock detection assertion in RGWCoroutinesManager::run(). The 4 c... Casey Bodley
04:42 PM devops Bug #17516 (Pending Backport): aarch64: Compiler-based detection of crc32 extended CPU type is br...
Nathan Cutler
04:41 PM rgw Bug #17570 (In Progress): rgw: segfault on shutdown after failure to start meta_sync_processor_th...
... Casey Bodley
04:34 PM rgw Bug #17569 (Resolved): multisite: assertion in RGWRados::wakeup_data_sync_shards
If RGWDataSyncControlCR returns an error to RGWRemoteDataLog::run_sync(), RGWRemoteDataLog::data_sync_cr is not reset... Casey Bodley
04:28 PM Revision 6244755a (ceph): mon/OSDMonitor: set REQUIRE_JEWEL when setting REQUIRE_KRAKEN
Lots of checks look for the jewel flag; setting the
kraken flag should also set this one.
Signed-off-by: Sage Weil <...
Sage Weil
04:24 PM rgw Bug #17568 (Resolved): multisite: race between ReadSyncStatus and InitSyncStatus leads to EIO errors
RGWInitSyncStatusCoroutine locks the mdlog.sync-status object, queries log positions from the remote, writes shard ma... Casey Bodley
04:16 PM Revision 12e50831 (ceph): mon/OSDMonitor: health warn if require_{jewel,kraken} flags aren't set
We want to prompt users to set these flags as soon as their
upgrades complete.
Signed-off-by: Sage Weil <sage@redhat...
Sage Weil
04:05 PM Revision 32673ba9 (ceph): Merge pull request #11426 from ceph/wip-rgw-17371
rgw: loses realm/period/zonegroup/zone data: period overwritten if somewhere in the cluster is still running Hammer
...
Casey Bodley
03:51 PM rgw Bug #17544 (Resolved): rgw: ldap: protect rgw::from_base64 from non-base64 input
Loïc Dachary
03:51 PM rgw Bug #17504 (Resolved): rgw: doc: description of multipart part entity is wrong
Loïc Dachary
03:51 PM CephFS Bug #17466 (Resolved): MDSMonitor: non-existent standby_for_fscid not caught
Loïc Dachary
03:51 PM rgw Bug #17367 (Resolved): rgw nfs: fix NFS creation (and other?) times for S3-created buckets
Loïc Dachary
03:51 PM Bug #17357 (Resolved): doc: fix description for rsize and rasize
Loïc Dachary
03:51 PM rgw Bug #17311 (Resolved): rgw: file setattr
Loïc Dachary
03:51 PM CephFS Bug #17197 (Resolved): ceph-fuse crash in Client::get_root_ino
Loïc Dachary
03:51 PM rgw Feature #17185 (Resolved): ldap auth custom search filter
Loïc Dachary
03:51 PM CephFS Bug #17105 (Resolved): multimds: allow_multimds not required when max_mds is set in ceph.conf at ...
Loïc Dachary
03:51 PM rgw Bug #17073 (Resolved): multisite: StateBuildingFullSyncMaps doesn't check for errors before advan...
Loïc Dachary
03:51 PM CephFS Bug #16764 (Resolved): ceph-fuse crash on force unmount with file open
Loïc Dachary
03:51 PM rgw Bug #16663 (Resolved): incorrect value of CINIT_FLAG_DEFER_DROP_PRIVILEGES
Loïc Dachary
03:51 PM rgw Bug #16494 (Resolved): S3 object versioning fails when applied on a non-master zone
Loïc Dachary
03:51 PM rgw Bug #16410 (Resolved): default quota fixes
Loïc Dachary
03:51 PM CephFS Bug #16066 (Resolved): client: FAILED assert(root_ancestor->qtree == __null)
Loïc Dachary
03:51 PM Bug #15809 (Resolved): set full flags doesn't work
Loïc Dachary
03:51 PM Messengers Bug #15758 (Resolved): msgr/async: Messenger thread long time lock hold risk
Loïc Dachary
03:51 PM rbd Subtask #15108 (Resolved): Periodically update the sync point object number during sync
Loïc Dachary
03:47 PM rgw Backport #17513 (Resolved): jewel: S3 object versioning fails when applied on a non-master zone
Loïc Dachary
03:43 PM Revision abc8e3dd (ceph): Merge pull request #11367 from linuxbox2/jewel-s3-versioning
jewel: rgw: S3 object versioning fails when applied on a non-master zone
Reviewed-by: Orit Wasserman <owasserm@redha...
Loïc Dachary
03:41 PM rbd Backport #17485 (Resolved): jewel: Periodically update the sync point object number during sync
Loïc Dachary
08:18 AM rbd Backport #17485 (In Progress): jewel: Periodically update the sync point object number during sync
Loïc Dachary
08:18 AM rbd Backport #17485: jewel: Periodically update the sync point object number during sync
in https://github.com/ceph/ceph/pull/9699 and https://github.com/ceph/ceph/pull/10678 cee543bd96bc99f219024aedbfafc5d... Loïc Dachary
02:48 PM rgw Backport #16447 (Resolved): jewel: default quota fixes
Loïc Dachary
02:47 PM rgw Backport #17161 (Resolved): jewel: multisite: StateBuildingFullSyncMaps doesn't check for errors ...
Loïc Dachary
02:47 PM rgw Backport #17335 (Resolved): jewel: radosgw-admin(8) does not describe "--job-id" or "--max-concur...
Loïc Dachary
02:47 PM rgw Backport #17337 (Resolved): jewel: radosgw-admin lacks docs for "--orphan-stale-secs"
Loïc Dachary
02:46 PM rgw Backport #17505 (Resolved): jewel: rgw: doc: description of multipart part entity is wrong
Loïc Dachary
02:44 PM Revision 0f85b344 (ceph): Merge pull request #11391 from agraf/fix-aarch64-crc-v3
AArch64: Detect crc32 extension support from assembler
Reviewed-by: Yazen Ghannam <yazen.ghannam@linaro.org>
Reviewe...
Kefu Chai
02:43 PM Revision 8adc55d0 (ceph): Merge pull request #11342 from SUSE/wip-17505-jewel
jewel: rgw: doc: description of multipart part entity is wrong
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
02:42 PM Revision 50404aef (ceph): Merge pull request #11330 from cbodley/wip-17073
jewel: rgw: RGWDataSyncCR fails on errors from RGWListBucketIndexesCR
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
02:39 PM Revision f1c55ad7 (ceph): Merge pull request #11139 from cbodley/wip-radosgw-admin-man-jewel
jewel: add orphan options to radosgw-admin --help and man page
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
02:35 PM Revision a3361107 (ceph): Merge pull request #10832 from ceph/jewel-default-quota
jewel: rgw - default quota fixes
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
02:07 PM rbd Bug #17566 (Fix Under Review): TestJournalReplay: sporadic "assert(m_state == STATE_READY || m_st...
*PR*: https://github.com/ceph/ceph/pull/11480 Jason Dillaman
02:04 PM rbd Bug #17566 (Resolved): TestJournalReplay: sporadic "assert(m_state == STATE_READY || m_state == S...
Jason Dillaman
02:05 PM Revision 37c27f04 (ceph): Merge pull request #11451 from liewegas/wip-bluestore-reshard-fixes
os/bluestore: fix writes that span existing shard boundaries
Reviewed-by: Igor Fedotov <ifedotov@mirantis.com>
Sage Weil
02:04 PM Revision 1bdf7a42 (ceph): test: TestJournalReplay test cases need to wait for committed journal e...
Fixes: http://tracker.ceph.com/issues/17566
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:42 PM Revision c908cae1 (ceph): os/bluestore: force reshard if new extent spans shard boundary
A new write may create a new lextent that spans an
existing shard boundary. If that happens, set a flag
so that we f...
Sage Weil
01:27 PM CephFS Bug #17564: close race window when handling writes on a file descriptor opened with O_APPEND
For the record -- I really don't care for O_APPEND semantics, but...
_write() does this currently:...
Jeff Layton
11:41 AM CephFS Bug #17564: close race window when handling writes on a file descriptor opened with O_APPEND
Not that easy to do. MDS does not always issue caps what client wants. In this case, client wants Fsw, but MDS may on... Zheng Yan
10:59 AM CephFS Bug #17564 (New): close race window when handling writes on a file descriptor opened with O_APPEND
This comment is in _write() in the userland client code:... Jeff Layton
01:02 PM CephFS Backport #16313 (Resolved): jewel: client: FAILED assert(root_ancestor->qtree == __null)
Loïc Dachary
12:58 PM Revision 79885ae8 (ceph): Merge pull request #10107 from xiaoxichen/wip-16313-jewel
jewel: client: FAILED assert(root_ancestor->qtree == __null)
Reviewed-by: John Spray <john.spray@redhat.com>
Reviewe...
Loïc Dachary
12:45 PM CephFS Bug #17468: CephFs: IO Pauses for more than a 40 seconds, while running write intensive IOs
John, there are two test cases.
1. Load files into file system. We created 900k files of 1k size
2. Run I/O tests s...
Vishal Kanaujia
12:28 PM Bug #17565: mon/pgmap: DIRTY display "15E" when run command "ceph df detail"
https://github.com/ceph/ceph/pull/11479 huanwen ren
11:44 AM Bug #17565: mon/pgmap: DIRTY display "15E" when run command "ceph df detail"
Correct display... huanwen ren
11:41 AM Bug #17565: mon/pgmap: DIRTY display "15E" when run command "ceph df detail"
Detail steps:... huanwen ren
11:38 AM Bug #17565 (Resolved): mon/pgmap: DIRTY display "15E" when run command "ceph df detail"
we create hot_pool as a cache pool, and associating cold_pool.
displaying fllow when changing tier'mode from "writeb...
huanwen ren
12:14 PM Revision d205b74e (ceph): tests: populate /dev/disk/by-partuuid for scsi_debug
The scsi_debug SCSI devices do not have a symlink in /dev/disk/by-partuuid
because they are filtered out by 60-persis...
Loic Dachary
12:07 PM Revision 3d3c61d4 (ceph): Merge pull request #11452 from liewegas/wip-bluestore-keys
os/bluestore: fix onode vs extent key suffix
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Reviewed-by: Igor Fedo...
Igor Fedotov
12:00 PM Revision 98677bdf (ceph): os/bluestore: traverse buffer_map in reverse order
Which is more efficient.
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
xie xingguo
12:00 PM Revision 4262859b (ceph): os/bluestore: add checking to catch unspecified compression algorithm
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
10:31 AM rgw Backport #17312 (In Progress): jewel: build/ops: allow building RGW with LDAP disabled
Loïc Dachary
10:30 AM rgw Backport #17312: jewel: build/ops: allow building RGW with LDAP disabled
master PR: https://github.com/ceph/ceph/pull/9625 Loïc Dachary
10:31 AM Revision 86eef272 (ceph): Allow building RGW with LDAP disabled
Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
(cherry picked from commit 38abfcb5d036c050a363533a2c7b658d528d3612)
Daniel Gryniewicz
10:28 AM rgw Backport #17313: jewel: rgw-ldap: add ldap lib to rgw lib deps based on build config
master PR: https://github.com/ceph/ceph/pull/9852
b3b3185008a0a2149dcba59813e0f0400d2e47de conflicts as of 9d1f75...
Loïc Dachary
10:21 AM rgw Backport #17319: jewel: rgw nfs 28
master PR: https://github.com/ceph/ceph/pull/10611
34224ecd8360e03603a1a5dd1c1c9f0a31f1c1d5 conflicts as of 9d1f75...
Loïc Dachary
10:15 AM rgw Backport #17322: jewel: rgw nfs v3 completions
master PR: https://github.com/ceph/ceph/pull/10745
ada29f7f8323be2301588941bcd5c60190b32a4b conflicts as of 9d1f75...
Loïc Dachary
10:12 AM rgw Backport #17119 (In Progress): jewel: multisite: assert(next) failed in RGWMetaSyncCR
Loïc Dachary
10:10 AM rgw Backport #17162 (In Progress): jewel: rgw multisite: doesn't retry RGWFetchAllMetaCR on failed lease
Loïc Dachary
10:06 AM rgw Backport #17208: jewel: rgw: setting rgw_swift_url_prefix = "/" doesn't work as expected
dbf5b5b73dc5ceb20959a4a55dd695cd5f95d034 conflicts as of 9d1f756dfa1775338c2fa1cf6bfafd45b842b75f Loïc Dachary
10:00 AM rgw Backport #17342 (Need More Info): jewel: teuthology: assertion failure in a radosgw-admin related...
http://tracker.ceph.com/issues/17167 does not have information about the commits to be backported Loïc Dachary
09:59 AM rgw Bug #17167: teuthology: assertion failure in a radosgw-admin related task
Which commit should be backported ? Loïc Dachary
09:58 AM rgw Backport #17343: jewel: radosgw Consumes too much CPU time to synchronize metadata or data betwee...
f2f5cdf3aadfa265e2e834a9354c2aacf274212d conflicts as of 9d1f756dfa1775338c2fa1cf6bfafd45b842b75f Loïc Dachary
09:56 AM rgw Bug #15868 (Resolved): rgw: versioned object is still listed in bucket index after removal
Commited to jewel before it was released, no need to backport:... Loïc Dachary
09:48 AM rgw Backport #17349 (In Progress): jewel: Modification for "TEST S3 ACCESS" section in "INSTALL CEPH ...
Loïc Dachary
09:48 AM Revision 65755457 (ceph): doc: Modification for "TEST S3 ACCESS" section
Signed-off-by: SirishaGuduru sirishaguduru99@gmail.com
(cherry picked from commit 27d6cf0c6958de9f0533bedb90a74c4020b...
la-sguduru
09:47 AM rgw Backport #17350 (In Progress): jewel: rgw:response information is error when geting token of swif...
Loïc Dachary
09:46 AM Revision 50fd48fb (ceph): rgw:response information is error when geting token of swift account
The header is X-Trans-Id instead of x-amz-request-id in the response header
Fixes:#15195
Signed-off-by: Qiankun Zhen...
qiankun zheng
09:45 AM rgw Backport #17507: jewel: multisite: 'radosgw-admin period prepare' is obsolete
1508c70d36baae06377629416ff05b4138ccfbd4 conflicts as of 9d1f756dfa1775338c2fa1cf6bfafd45b842b75f Loïc Dachary
09:44 AM rgw Backport #17509 (In Progress): jewel: Config parameter "rgw keystone make new tenants" in radosgw...
Loïc Dachary
09:44 AM Revision 74236611 (ceph): doc: Radosgw multitenancy config paramater change
Radosgw multitenancy configuration parameter
"rgw keystone make new tenants" never works even
applied. When gone thro...
Sirisha Guduru
09:43 AM rgw Backport #17510 (In Progress): jewel: ERROR: got unexpected error when trying to read object: -2
Loïc Dachary
09:43 AM Revision 63566641 (ceph): rgw: fix versioned object IO error
When accessing a copied destination object, its source object's instance ID
information is needed, however it's m...
Yang Honggang
09:42 AM rgw Backport #17511 (In Progress): jewel: s3tests-test-readwrite failing with 500
Loïc Dachary
09:41 AM Revision 40689d1a (ceph): rgw: don't fail if lost race when setting acls
Fixes: http://tracker.ceph.com/issues/16930
When concurrently setting acls on object/bucket, we could lose in a race...
Yehuda Sadeh
09:40 AM rgw Backport #17512: jewel: multisite: metadata master can get the wrong value for 'oldest_log_period'
d32654b7cd60ccc4e23d3f05b9e4385a697bacd6 conflicts as of 9d1f756dfa1775338c2fa1cf6bfafd45b842b75f Loïc Dachary
09:39 AM rgw Backport #17514 (In Progress): jewel: rgw:bucket check remove _multipart_ prefix
Loïc Dachary
09:38 AM rgw Backport #17538 (In Progress): jewel: rgw:user email can modify to empty when it has values
Loïc Dachary
09:37 AM Revision 5a53ffa8 (ceph): rgw: remove user email index using helper function
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit 10dbfc540aef5c3d45b7e3aabe61090c302f47ab)
Yehuda Sadeh
09:37 AM Revision ad54bf9a (ceph): rgw:user email can modify to empty
Fixes: http://tracker.ceph.com/issues/13286
Signed-off-by: Weijun Duan <duanweijun@h3c.com>
(cherry picked from comm...
weijun duan
09:27 AM Stable releases Tasks #17487: jewel v10.2.4
h3. Upgrade... Loïc Dachary
09:26 AM Stable releases Tasks #17487: jewel v10.2.4
h3. powercycle... Loïc Dachary
09:23 AM Stable releases Tasks #17487: jewel v10.2.4
h3. fs... Loïc Dachary
09:22 AM Stable releases Tasks #17487: jewel v10.2.4
h3. rados... Loïc Dachary
09:20 AM Stable releases Tasks #17487: jewel v10.2.4
h3. rgw... Loïc Dachary
09:19 AM Stable releases Tasks #17487: jewel v10.2.4
h3. rbd... Loïc Dachary
07:28 AM Stable releases Tasks #17487: jewel v10.2.4
... Loïc Dachary
09:15 AM CephFS Bug #17562 (Resolved): backtrace check fails when scrubbing directory created by fsstress
when scrubbing created by fsstress, there are lots of false backtrace errors. The bug is in inode_backtrace_t::compar... Zheng Yan
09:11 AM rbd Backport #17242 (In Progress): jewel: ImageWatcher: double unwatch of failed watch handle
Loïc Dachary
09:05 AM rbd Backport #17243 (In Progress): jewel: Deadlock in several librbd teuthology test cases
Loïc Dachary
08:51 AM rbd Backport #17261 (In Progress): jewel: Potential seg fault when blacklisting a client
Loïc Dachary
08:50 AM rbd Backport #17261: jewel: Potential seg fault when blacklisting a client
src/librbd/image_watcher/RewatchRequest.cc has been introduced by 32180aaf42050a01981c33f84edd95eff931ee6c which is t... Loïc Dachary
08:42 AM rbd Backport #17262 (In Progress): jewel: rbd-nbd IO hang
Loïc Dachary
08:39 AM rbd Backport #17265: jewel: Possible deadlock race condition between image close and librados shutdown
Previous attempt : https://github.com/ceph/ceph/pull/11056 Loïc Dachary
08:34 AM rbd Backport #17290 (In Progress): jewel: ImageWatcher: use after free within C_UnwatchAndFlush
Loïc Dachary
08:34 AM Revision 4babd3fa (ceph): librbd: corrected use-after-free in ImageWatcher
Fixes: http://tracker.ceph.com/issues/17289
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
08:34 AM Revision 1ca4dc6d (ceph): librbd: possible deadlock if cluster connection closed after image
Fixes: http://tracker.ceph.com/issues/17254
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
08:27 AM rbd Backport #17340 (In Progress): jewel: exclusive_lock::AcquireRequest doesn't handle -ERESTART on ...
Loïc Dachary
08:27 AM Revision c66e466d (ceph): os/ObjectStore: properly clone object map when replaying OP_COLL_MOVE_R...
FileStore::_close_replay_guard does not sync the object map. If OSD
crashes while executing FileStore::_collection_mo...
Yan, Zheng
08:26 AM rbd Backport #17373 (In Progress): jewel: image.stat() call in librbdpy fails sometimes
Loïc Dachary
08:26 AM Revision b73356b5 (ceph): librbd: block name prefix might overflow fixed size C-string
The issue which resulted in too large v2 image ids was fixed
under #16887.
Fixes: http://tracker.ceph.com/issues/173...
Jason Dillaman
08:26 AM Revision 32233781 (ceph): os/ObjectStore: properly clear object map when replaying OP_REMOVE
To remove an object, filestore needs to unlink corresponding object
file from filesystem and removes corresponding ob...
Yan, Zheng
08:25 AM rbd Backport #17384 (In Progress): jewel: helgrind: TestLibRBD.TestIOPP potential deadlock closing an...
Loïc Dachary
08:25 AM Revision b410c8ea (ceph): librbd: potential deadlock closing image with in-flight readahead
Fixes: http://tracker.ceph.com/issues/17198
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
08:24 AM rbd Backport #17404 (In Progress): jewel: update_features API needs to support backwards/forward comp...
Loïc Dachary
08:24 AM Revision 32d84e0e (ceph): librbd: update_features should handle Infernalis OSDs
Fixes: http://tracker.ceph.com/issues/17330
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
08:24 AM Revision b4e13808 (ceph): cls/rbd: set_features should adjust the mask to known features
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit a26c7a5cacebf8814e20a2f3d5b69c20d8798871)
Jason Dillaman
08:23 AM rbd Backport #17481 (In Progress): jewel: Proxied operations shouldn't result in error messages if re...
Loïc Dachary
08:23 AM Revision dd93e009 (ceph): rbd: cleanup - Proxied operations shouldn't result
in error messages if replayed
Fixes: http://tracker.ceph.com/issues/16130
Signed-off-by: Vikhyat Umrao <vumrao@redh...
Vikhyat Umrao
08:22 AM rbd Backport #17482 (In Progress): jewel: Enable/Disable of features is allowed even the features are...
Loïc Dachary
08:22 AM Revision 391936a3 (ceph): librbd: enable/disable of features is not allowed when already enabled/...
Fixes: http://tracker.ceph.com/issues/16079
Signed-off-by: Lu Shi <shi.lu@h3c.com>
(cherry picked from commit a8a633...
lu shi
08:20 AM rbd Backport #17483 (In Progress): jewel: RBD should restrict mirror enable/disable actions on parent...
Loïc Dachary
08:20 AM Revision 7d6801bd (ceph): rbd: restrict mirror enable/disable actions on parents/clones
Fixes: http://tracker.ceph.com/issues/16056
Signed-off-by: zhuangzeqiang zhuang.zeqiang@h3c.com
(cherry picked from ...
zeqiang zhuang
07:35 AM rbd Feature #17488 (Fix Under Review): rbd-nbd: support disabling auto-exclusive lock transition logic
PR: https://github.com/ceph/ceph/pull/11438 Mykola Golub
07:31 AM Revision cd2e18ac (ceph): Merge pull request #11454 from zealoussnow/wip-1013
doc: fix dead link of "os-recommendations" in troubleshooting-osd
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:12 AM Bug #17561: transient jerasure unit test failures
Ran *ctest -R unittest_erasure_code_plugin_jerasure* a few thousand times in a loop and did not get an error. Loïc Dachary
07:01 AM Bug #17561 (Resolved): transient jerasure unit test failures
https://github.com/ceph/ceph/pull/11426 experienced it with the following output... Loïc Dachary
07:04 AM Revision f538a7b9 (ceph): os/bluestore: kill bluestore_shared_blob_hash_table_size_ratio
Which is depreciated by https://github.com/ceph/ceph/commit/7260166da20bfe31469498e55265b40a12f80652#diff-6519c151b74... xie xingguo
07:04 AM Revision 0721e84d (ceph): common/config_opts: comment nit
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
06:55 AM Backport #17560 (Resolved): jewel: build/ops: include more files in "make dist" tarball
https://github.com/ceph/ceph/pull/11431 Loïc Dachary
06:54 AM CephFS Backport #17207 (Resolved): jewel: ceph-fuse crash on force unmount with file open
Loïc Dachary
06:48 AM rbd Backport #17506 (In Progress): jewel: assert failure in run-rbd-unit-tests.sh
Loïc Dachary
06:45 AM rbd Backport #17537 (In Progress): jewel: Improve resiliency of rbd-mirror stress test case
Loïc Dachary
06:44 AM rbd Backport #17537: jewel: Improve resiliency of rbd-mirror stress test case
QA PR backported at https://github.com/ceph/ceph-qa-suite/pull/1203 Loïc Dachary
06:44 AM CephFS Backport #17206 (Resolved): jewel: ceph-fuse crash in Client::get_root_ino
Loïc Dachary
06:44 AM CephFS Backport #17264 (Resolved): jewel: multimds: allow_multimds not required when max_mds is set in c...
Loïc Dachary
06:44 AM Backport #17358 (Resolved): jewel: doc: fix description for rsize and rasize
Loïc Dachary
06:43 AM CephFS Backport #17557 (Resolved): jewel: MDSMonitor: non-existent standby_for_fscid not caught
Loïc Dachary
06:41 AM rbd Backport #17508 (In Progress): jewel: rbd-mirror: potential crash during replay shut down
Loïc Dachary
06:39 AM rbd Backport #16902: jewel: rbd-mirror: image deleter should use pool id + global image uuid for key
Previous attempt: https://github.com/ceph/ceph/pull/10793 Loïc Dachary
06:37 AM rbd Backport #17475 (In Progress): jewel: rbd-mirror: potential race condition results in heap corrup...
Loïc Dachary
06:36 AM Bug #17558 (Fix Under Review): monitor should send monmap updates when the monmap is updated
https://github.com/ceph/ceph/pull/11456 Kefu Chai
06:28 AM Bug #17558 (Resolved): monitor should send monmap updates when the monmap is updated
reproduce steps.
1. create a cluster with 3 mon, 1 osd
2. create another mon manually, wait until the quorum is f...
Kefu Chai
06:36 AM rbd Backport #17484 (In Progress): jewel: performance: journaling results in 4X slowdown when writes ...
Loïc Dachary
06:35 AM Revision c2b348b1 (ceph): mon: send updated monmap to its subscribers
prior to this change, we sends monmap when serving the subscription
requests, but the updates are not sent to the sub...
Kefu Chai
06:34 AM rbd Backport #17406 (In Progress): jewel: rbd-mirror: force-promoted image will remain R/O until loca...
Loïc Dachary
06:32 AM rbd Backport #17405 (In Progress): jewel: Sporadic failure in TestMockJournal.ReplayOnDiskPostFlushError
Loïc Dachary
06:31 AM rbd Backport #17559 (In Progress): jewel: librbd should permit removal of image being bootstrapped by...
Loïc Dachary
06:30 AM rbd Backport #17559 (Resolved): jewel: librbd should permit removal of image being bootstrapped by rb...
https://github.com/ceph/ceph/pull/11433 Loïc Dachary
06:29 AM rbd Bug #16555 (Pending Backport): librbd should permit removal of image being bootstrapped by rbd-mi...
PR: https://github.com/ceph/ceph/pull/10155 Loïc Dachary
06:27 AM rbd Backport #17065: jewel: rbd mirror: after promote, the mirror image often be up+error
Previous attempt : https://github.com/ceph/ceph/pull/11241 Loïc Dachary
06:24 AM rbd Backport #17486 (In Progress): jewel: Optionally unregister "laggy" journal clients
Loïc Dachary
03:29 AM rgw Feature #8956: rgw: support bucket notification
Is that any process with this feature? Diluga Salome
03:19 AM Revision c701dd61 (ceph): os/bluestore: fix tips when adding buffer to cache
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
02:38 AM Revision f281f8d3 (ceph): doc: fix dead link of "os-recommendations" in troubleshooting-osd
Signed-off-by: Leo Zhang <nguzcf@gmail.com> Leo Zhang

10/12/2016

10:28 PM Revision 2e11cdb7 (ceph): Merge pull request #11439 from xiexingguo/xxg-wip-bluestore-1012
os/bluestore: avoid polluting shard info if need resharding
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
10:27 PM Revision d51debaa (ceph): os/bluestore: fix onode vs extent key suffix
I set the extent key suffix as 'x', thinking that was
not a valid hex character and would let us quickly
identify ext...
Sage Weil
10:25 PM Revision ece47766 (ceph): mds/Mutation.h: simplify constructors
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
06:48 PM Revision 90b8196b (ceph): Merge pull request #11269 from yehudasa/wip-multipart-uploads-cp
rgw: multipart upload copy
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
06:00 PM Revision 300a2810 (ceph): rbd-nbd: support disabling auto-exclusive lock transition logic
Fixes: http://tracker.ceph.com/issues/17488
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
05:05 PM rbd Bug #17554 (Resolved): krbd-related CLI patches
Jason Dillaman
05:05 PM rbd Backport #17555 (Resolved): jewel: krbd-related CLI patches
Jason Dillaman
05:01 PM Revision 09ac5db0 (ceph): Merge pull request #11403 from bassamtabbara/wip-cmake-allocator-fix
cmake: find gperftools package for tcmalloc_minimal too
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:41 PM Revision 97aca85f (ceph): Merge pull request #11442 from wjwithagen/wip-wjw-freebsd-readme
README.FreeBSD: update to match the bimonthly FreeBSD status report
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:35 PM Revision 3439cb0a (ceph): Merge pull request #11449 from dzafman/wip-scrub-prep
test/osd-scrub-repair.sh: Use test case specific object names to help…
Reviewed-by: Kefu Chai <kchai@redhat.com>
David Zafman
04:25 PM CephFS Feature #17276 (Resolved): stick client PID in client_metadata
Patrick Donnelly
04:22 PM CephFS Bug #17531 (Resolved): mds fails to respawn if executable has changed
Patrick Donnelly
04:07 PM Revision 7cd32bc3 (ceph): README.FreeBSD: update to match the bimonthly FreeBSD status report
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
04:01 PM Revision 0b8ecce6 (ceph): rgw: Let the default quota settings take effect during user creation
Fixes http://tracker.ceph.com/issues/16447
Signed-off-by: Pavan Rallabhandi <PRallabhandi@walmartlabs.com>
Signed-of...
root
04:01 PM Revision 22348154 (ceph): rgw: Do not bother to check against conf values during quota handling
Fixes http://tracker.ceph.com/issues/16447
This was modified to use size in kB, rather than size in bytes, since
Jew...
root
04:01 PM Revision cf476284 (ceph): rgw: Add documentation for RGW default quota
Fixes http://tracker.ceph.com/issues/16447
This was modified to use size in kB, rather than size in bytes, since
Jew...
root
03:36 PM Revision 0bf4da58 (ceph): test/osd-scrub-repair.sh: Use test case specific object names to help w...
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
02:58 PM Revision 4323d471 (ceph): mds: remove deprecated commands from docs
This mostly is just removing the commands from the man page ceph(1). I
left the legacy section in doc/cephfs/administ...
Patrick Donnelly
01:45 PM Revision 16da7c1b (ceph): mon: remove DEPRECATED note
Now that the client hides deprecated messages, this is redundant.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
01:45 PM Revision 61d63433 (ceph): mon: omit deprecated commands in desc
This is useful for filtering out deprecated commands in help output. For
example, `ceph mds -h` no longer lists comma...
Patrick Donnelly
01:38 PM Revision b9953a1e (ceph): compressor/ZLibCompressor: fix broken isal-l
Signed-off-by: Igor Fedotov <ifedotov@mirantis.com> Igor Fedotov
11:04 AM Revision 209e2918 (ceph): client: convert some ceph_stat and ceph_lstat calls to ceph_statx
Signed-off-by: Jeff Layton <jlayton@redhat.com> Jeff Layton
11:04 AM Revision 7d78e41b (ceph): client: convert some ceph_fstat callers to ceph_fstatx
Signed-off-by: Jeff Layton <jlayton@redhat.com> Jeff Layton
11:04 AM Revision a283bd2c (ceph): jni: convert libcephfs java bindings to use ceph_statx based APIs
The java calls themselves are still the same for now. Eventually, it
would be good to covert the java API over to som...
Jeff Layton
11:04 AM Revision 09adfcaf (ceph): pybind: fix the libcephfs bindings to use ceph_statx and ceph_fstatx
Signed-off-by: Jeff Layton <jlayton@redhat.com> Jeff Layton
11:04 AM Revision b464161d (ceph): client: convert ceph_setattr callers to ceph_setattrx
Signed-off-by: Jeff Layton <jlayton@redhat.com> Jeff Layton
11:04 AM Revision db2e7e08 (ceph): client: lseek shouldn't do permission checking
With the addition of the UserPerm changes, ceph_lseek started
checking for open permissions using the default mount p...
Jeff Layton
11:04 AM Revision 7ea6d86f (ceph): client: remove vestigial uid and gid params from path_walk
Signed-off-by: Jeff Layton <jlayton@redhat.com> Jeff Layton
11:04 AM Revision 08716fb0 (ceph): client: fix AT_SYMLINK_NOFOLLOW handling
We're passing the reverse to path_walk. It should be true if we want
to follow links.
Fixes: f7c885e1f9cefc359f8b6fe...
Jeff Layton
11:04 AM Revision 94e310e9 (ceph): client: small cleanup in fill_statx()
Make the setting of stx_ino more compact, and add comment explaining
why we set the type bits there.
Signed-off-by: ...
Jeff Layton
11:04 AM Revision bb053b5b (ceph): client: fix handling of ctime and change_attr in fill_statx
Technically, we need all the shared caps to fill those fields out, to
force synchronization from all the clients. Ens...
Jeff Layton
11:04 AM Revision 39f4f159 (ceph): client: fix caps handling when calling _ll_getattr
The _ll_getattr was hardcoded to request CEPH_STAT_CAP_INODE_ALL, even
when the caller didn't need that many caps. Ha...
Jeff Layton
09:06 AM Revision ea708e74 (ceph): do_freebsd.sh: Set options for debug building.
And that requires that the options need to be passed on completely
to the cmake program as well. Thus adding """'s ar...
Willem Jan Withagen
08:12 AM Revision 209f0585 (ceph): os/bluestore: avoid polluting shard info if need resharding
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo

10/11/2016

10:36 PM Revision 1906ac9b (ceph): os/bluestore: remove dead code from reshard()
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:22 PM Revision 61310d41 (ceph): Merge pull request #11422 from xiexingguo/xxg-wip-bluestore-1011
os/bluestore: fix race condtion during blob spliting
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
08:23 PM Revision 96018b0a (ceph): mds/DamageTable: move classes to .cc file
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
08:22 PM Revision 6fef17b1 (ceph): osd: add comfigurable timeout for OSD_OP_WATCH
Signed-off-by: Ryne Li <lizhenqiangsnake@gmail.com> Ryne Li
08:22 PM Revision 037014c8 (ceph): osd: add check of ceph_osd_op for compatibility
Signed-off-by: Ryne Li <lizhenqiangsnake@gmail.com> Ryne Li
06:54 PM Revision 209e7fb5 (ceph): mds/DamageTable.cc: move shared ptrs
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
06:32 PM Revision a39c3e84 (ceph): mon: flag deprecated mds commands
Note: `mds stop` was deprecated in favor of `mds deactivate` in
079dd6db386340f30678d499313612da01e99b1c.
Signed-off...
Patrick Donnelly
06:25 PM Revision dbd22b7e (ceph): Merge pull request #11394 from liewegas/wip-bluestore-shared-blob-intru...
os/bluestore: use std::unordered_map for SharedBlob lookup Sage Weil
06:25 PM Revision 8934e95d (ceph): mds: use reference to avoid copy
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
06:25 PM Revision 59de9919 (ceph): mds: group filesystem access methods
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
06:25 PM Revision edc78e46 (ceph): mds: use parse_filesystem in parse_role
This allows us to reuse code in parse_filesystem and avoid
get_filesystem which may fail if the fscid does not exist....
Patrick Donnelly
06:24 PM Revision de6c36af (ceph): mds: fully encapsulate filesystems map
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
06:16 PM Revision 1c76ef4e (ceph): journal: ensure in-flight ops are complete destroying journaler
Fixes: http://tracker.ceph.com/issues/17446
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Mykola Golub
06:16 PM Revision 9bc5e444 (ceph): journal: complete action only after notification completed
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
(cherry picked from commit 55762cca2bf586d037cb9f32775ec158dc3287c1)
Mykola Golub
05:57 PM Revision 310f3f79 (ceph): journal: delay moving overflowed buffers until quiesced
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 4483531aa3aa3d0f298778062e2b9a339ad05075)
Jason Dillaman
05:57 PM Revision 912ce372 (ceph): journal: clean up object recorder closed/overflow callback
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 24faead086a50ea1b9614268d4dd5f3ea7bbe445)
Jason Dillaman
05:57 PM Revision cea000c6 (ceph): librbd: ignore attempts to request lock if already lock owner
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 355c79cb7c955e62e3153cf28046a9b8a6d0d25c)
Jason Dillaman
05:57 PM Revision d51a2f66 (ceph): rbd-mirror: potential race allocating tag during shut down
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 8c2ff9bce61a8af024150b8be9dee484f339f7df)
Jason Dillaman
05:57 PM Revision 74873322 (ceph): qa/workunits: reduce amount of client IO for rbd-mirror stress
Journal IO is faster now, resulting in OSDs quickly filling up
under the stress test case.
Signed-off-by: Jason Dill...
Jason Dillaman
05:57 PM Revision e0de824f (ceph): rbd-mirror: wait for in-flight event commit notifications
Fixes: http://tracker.ceph.com/issues/17355
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
05:57 PM Revision 21502d90 (ceph): journal: avoid holding lock while sending journal append
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit dc77a629ed353d586b63f0bd8e20f54a7595afba)
Jason Dillaman
05:57 PM Revision 9f361437 (ceph): journal: use reverse iterator search to find flush record
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit a96065815558e50361af4c701c23e5248962dfe0)
Jason Dillaman
05:55 PM Revision efa12f71 (ceph): journal: fix AsyncOpTracker compiler error
The master branch has an async JournalTrimmer which shouldn't be
backported to the Jewel branch yet. This change addr...
Jason Dillaman
05:52 PM Revision 2460a3db (ceph): common: move AsyncOpTracker to common library
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 72d8992f054a7e36f92fdd2e01278ce3b9ede2...
Jason Dillaman
05:49 PM Revision bb5f6b68 (ceph): rbd-mirror: use pool id + global image id as deletion primary key
Fixes: http://tracker.ceph.com/issues/16538
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
05:49 PM Revision 1748b38d (ceph): librbd: support deleting image by id instead of name
The rbd-mirror daemon will use this API to delete images instead
of attempting to use the local image name.
Fixes: h...
Jason Dillaman
05:12 PM Revision ca9946d2 (ceph): cmake: find gperftools package for tcmalloc_minimal too
Signed-off-by: Bassam Tabbara <bassam.tabbara@quantum.com> Bassam Tabbara
04:56 PM Revision 96d551d7 (ceph): rbd-mirror: concurrent access of event might result in heap corruption
Fixes: http://tracker.ceph.com/issues/17283
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
04:52 PM Revision 8070d6a5 (ceph): rbd-mirror: test: Fixed timeout problem in rbd_mirror_stress.sh
Signed-off-by: Ricardo Dias <rdias@suse.com>
(cherry picked from commit 5c737038dd6d44bd76605587486ddf9457bc2d96)
Ricardo Dias
04:52 PM Revision 6ea4cde7 (ceph): rbd: Fix race between journal flush and append events
Signed-off-by: Ricardo Dias <rdias@suse.com>
(cherry picked from commit aa959e71fe5a8cec43de75007fc9cef8de5ee3a5)
Ricardo Dias
04:51 PM Revision 180a86b6 (ceph): journal: make librados call async in ObjectRecorder
Signed-off-by: Ricardo Dias <rdias@suse.com>
(cherry picked from commit 7b740f5b4ac1c66ac3c80782d2d34e846d00fddd)
Ricardo Dias
04:51 PM Revision 5edbfe27 (ceph): journal: increase concurrency of journal recorder
Signed-off-by: Ricardo Dias <rdias@suse.com>
(cherry picked from commit 5c88edd68a1ee7c77f11e4113251fbe5768b8d99)
Ricardo Dias
04:51 PM Revision 9ad132e6 (ceph): journal: send update notification when tag allocated
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit f1cd613e3d8ccb6d05b9adfe1956927991a4f4fe)
Jason Dillaman
04:51 PM Revision f9aae061 (ceph): librbd: new journal listener event for force promotion
Fixes: http://tracker.ceph.com/issues/16974
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
04:51 PM Revision 4f5ce863 (ceph): librbd: helper class for quiescing in-flight async ops
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 39d9e5cc9b38de2ee9ad2faf8e04253314160811)
Jason Dillaman
04:51 PM Revision 829ff8c5 (ceph): librbd: unify journal event callbacks into single interface
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit dbbcecf4a289ca36b734b7bda9530cc0a59f84ac)
Jason Dillaman
04:51 PM Revision 41cf3d93 (ceph): journal: expose ability to retrieve partial tag list
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 277b6dd9f13a8390cbf7c9ac7a313813ecad4d27)
Jason Dillaman
04:51 PM Revision 2f9e6412 (ceph): qa/workunits/rbd: fix remove mirrored image race conditions
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit a0f65b968b350629dfad978c191fc878ca26d093)
Jason Dillaman
04:51 PM Revision 2ec5e938 (ceph): qa/workunits/rbd: new mirroring forced promotion test
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit a43268a4a30c06233152d531cbf2550224fb8a15)
Jason Dillaman
04:50 PM Revision 5d1d898e (ceph): test/rbd: fix possible mock journal race conditions
Fixes: http://tracker.ceph.com/issues/17317
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
04:50 PM Revision 775a999e (ceph): qa/workunits/rbd: before removing image make sure it is not bootstrapped
If an image is being bootstrapped, it implies that the rbd-mirror
daemon currently has the image open. The removal AP...
Mykola Golub
04:44 PM Revision 3bbd8ba4 (ceph): librbd: fix journal create compilation error
The synchronous journal create method no longer exists on the master
branch and the associated change to introduce an...
Jason Dillaman
04:44 PM Revision 89c6618d (ceph): test: fixed unused function warnings in unittest_rbd_mirror
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 3545d9ed19be8d3956f0db901ea9d3bb8b10d13d)
Jason Dillaman
04:44 PM Revision ca94f25a (ceph): rbd-mirror: prevent syncing to non-primary image after failover
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit beaef377d69f555277b706afff944a15086da28e)
Jason Dillaman
04:44 PM Revision 7a434842 (ceph): rbd-mirror: demote/promote in same cluster results in split-brain
Fixes: http://tracker.ceph.com/issues/16855
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
04:44 PM Revision f8f3bbd7 (ceph): librbd: normalize journal promotion/demotion events
A non-primary image's commit possition won't accurately reflect
the current demotion/promotion chain. Therefore, dire...
Jason Dillaman
04:44 PM Revision 4baea6ac (ceph): librbd: block RPC requests when demoting the image
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 8b195e1fc8fe70a0e5417934302d5831b1f8dfb3)
Jason Dillaman
04:44 PM Revision 8ccdad6d (ceph): librbd: separate journal::TagData predecessor data into new struct
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 718befdae711141ef4a1e2e9f5e9aca97f1b5513)
Jason Dillaman
04:44 PM Revision 13daaffb (ceph): rbd-mirror: include tag tid in bootstrap debug log messages
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 47d1e625006d554164f020e496a847735240ec95)
Jason Dillaman
04:43 PM Revision d775680d (ceph): qa/workunits/rbd: demote/promote image on same cluster
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit e6aa18ea0df6dc4d1add597bc2d972c79699bf4c)
Jason Dillaman
04:41 PM Revision f7ffbfa7 (ceph): rbd-mirror: option to automatically resync after journal client disconnect
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
(cherry picked from commit 77fd6a1c2016262d734b0bb5387e6b6a41232e8b...
Mykola Golub
04:40 PM Revision 0b402390 (ceph): rbd-mirror: stop replay when client is disconnected
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
(cherry picked from commit 330dba00ba3153ba2862eef52714e0dceae05192)
Mykola Golub
04:40 PM Revision 80aa7e0b (ceph): rbd-mirror: resync was possible only when image replayer start had succ...
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
(cherry picked from commit 4bf6912f3c75560b89324fc29286028750f122c1)
Mykola Golub
04:40 PM Revision 170476e4 (ceph): rbd-mirror: decode_client_meta should return false on error
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
(cherry picked from commit cd5eb36e98f46a1d84bddeafa4e7dcad415aa4a2)
Mykola Golub
04:40 PM Revision 7382e1a5 (ceph): rbd: new command to disconnect journal client
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
(cherry picked from commit fc3ba54b3c101498a08a3f34ac8f7eab0152ad7c)
Mykola Golub
04:40 PM Revision d3ad2ff9 (ceph): librbd: optionally flag "laggy" journal clients disconnected
Fixes: http://tracker.ceph.com/issues/14738
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
(cherry picked from com...
Mykola Golub
04:40 PM Revision 4056e360 (ceph): journal: allow to trim journal for "laggy" clients
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
(cherry picked from commit 0b8b1aaedc10f7f46e91bf6ad809414feb770c8d)
Mykola Golub
04:40 PM Revision 3aec5765 (ceph): cls/journal: add async client_update_state method
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
(cherry picked from commit 58b8c66d5bfa60e6dd3ad2ec79360c2eca165c58)
Mykola Golub
04:27 PM Revision 676cd297 (ceph): 11.0.1
Jenkins Build Slave User
04:27 PM Revision d66bb7a9 (ceph): build: include more files in "make dist" tarball
Include all the documentation, qa, and CMakeLists.txt files in the "make
dist" tarball.
Kraken and newer releases wi...
Ken Dreyer
03:48 PM Revision 4f40fca5 (ceph): Merge pull request #11233 from zealoussnow/wip-0927
doc: fix start development cluster operation in index.rst
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:26 PM Revision 252ed1e4 (ceph): Merge pull request #1204 from ceph/wip-jd-testing
suites/upgrade: additional point-to-point Jewel upgrade workaround Yuri Weinstein
03:10 PM Revision 7260166d (ceph): os/bluestore: use std::unordered_map for SharedBlob lookup
Many blobs aren't shared. Save 8 bytes per SharedBlob by using a normal
unordered_map instead of instrusive::set.
M...
Sage Weil
03:09 PM Revision f763a4d0 (ceph): Merge pull request #1205 from ceph/wip-kraken
upgrade: set kraken osd flag on upgrade
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
03:09 PM Revision 50758a48 (ceph): rados/singleton-nomsgr: set require_*_osds in upgrade tests
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:09 PM Revision 5341b8cd (ceph): upgrade/jewel-x: set kraken flag when osds finish
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:01 PM Revision bee4218f (ceph): Merge pull request #11183 from liewegas/wip-msgr-features
msg: make loopback Connection feature accurate all the time
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:36 PM Revision d410573f (ceph): os/bluestore: improve ExtentMap::reshard() readability a little
As ep, sp and esp can be a little confusing.
Signed-off-by: xiexingguo <xie.xingguo@zte.com.cn>
xie xingguo
02:17 PM Revision b1853bfe (ceph): Merge pull request #11427 from ifed01/wip-bluestore-fix-test
test/store_test: fix errors on the whole test suite run caused by the…
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:16 PM Revision 4e33747f (ceph): os/bluestore: add sanity check to shard offset when updating
Signed-off-by: xiexingguo <xie.xingguo@zte.com.cn> xie xingguo
02:14 PM Revision d300929a (ceph): os/bluestore: fix race conditon during blob spliting
Signed-off-by: xiexingguo <xie.xingguo@zte.com.cn> xie xingguo
02:11 PM Revision 776219ef (ceph): test/store_test: fix errors on the whole test suite run caused by the l...
Signed-off-by: Igor Fedotov <ifedotov@mirantis.com> Igor Fedotov
02:10 PM Revision 45b25701 (ceph): os/bluestore: don't scan omap kvpair during fsck()
Because it does not check anything, and removing it can
speed up the process of fsck()
Signed-off-by: xie xingguo <x...
xie xingguo
02:10 PM Revision 13d0f4fe (ceph): os/bluestore: kiill dead member from bluestore_shared_blob_t
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
12:18 PM Revision 8eab9454 (ceph): rgw: avoid corruption when running old radosgw-admin on a newer rgw
Fixes:http://tracker.ceph.com/issues/17371
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman
12:09 PM Revision 3ebd36ff (ceph): mgr/mgrstandby: display signal info
Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn> huanwen ren
11:29 AM Revision b4a4a7a8 (ceph): mgr: mgr::init() return when connection daemons failed
Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn> huanwen ren
10:30 AM Revision 9d1f756d (ceph): Merge pull request #11389 from jcsp/wip-17466-jewel
jewel: mon: don't crash on invalid standby_for_fscid
Reviewed-by: John Spray <john.spray@redhat.com>
Loïc Dachary
10:30 AM Revision 59f0f4c7 (ceph): Merge pull request #10997 from batrick/i17105-backport
jewel: multimds: allow_multimds not required when max_mds is set in ceph.conf at startup
Reviewed-by: John Spray <jo...
Loïc Dachary
10:30 AM Revision b7479037 (ceph): Merge pull request #10958 from ukernel/jewel-16764
jewel: client: fix shutdown with open inodes
Reviewed-by: John Spray <john.spray@redhat.com>
Loïc Dachary
10:29 AM Revision db2e8224 (ceph): Merge pull request #10921 from jcsp/wip-client-lock-backport
jewel: client: add missing client_lock for get_root
Reviewed-by: John Spray <john.spray@redhat.com>
Loïc Dachary
10:29 AM Revision 4769027f (ceph): Merge pull request #11400 from ceph/wip-rbd-cli-jewel
jewel: krbd-related CLI patches
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
10:27 AM Revision 701d9e1e (ceph): Merge pull request #11150 from renhwztetecs/renhw-wip-mds-server-open
mds/server: merge the snapshot request judgment
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
10:26 AM Revision 9c2dac15 (ceph): Merge pull request #11209 from david-z/wip-clear-dup-logic-mdsmonitor
mon: clear duplicated logic in MDSMonitor
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
10:26 AM Revision d9f54fbf (ceph): Merge pull request #11358 from stiopaa1/mds_sessionmaph_unneededCount
mds/SessionMap.h: remove unneeded use of count
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
10:24 AM Revision 4d9bce49 (ceph): Merge pull request #11362 from batrick/i17531
mds: respawn using /proc/self/exe
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
10:23 AM Revision 8ce51e5d (ceph): Merge pull request #11359 from batrick/i17276
client: add pid to metadata
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
09:19 AM Revision cd3bccde (ceph): rgw: Fix missing master zone for default region conversion
Fixes:http://tracker.ceph.com/issues/17371
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman
09:12 AM Revision d869df59 (ceph): Update keystone doc about v3 options
Signed-off-by: Proskurin Kirill <kproskurin@mirantis.com> Proskurin Kirill
09:08 AM Revision bb60e019 (ceph): test_volume_client: remove superfluous arguments
Signed-off-by: Ramana Raja <rraja@redhat.com> Ramana Raja
09:07 AM Revision bab6bd3a (ceph): Merge pull request #1203 from dachary/wip-17537-jewel
suites/rbd: increase timeout for rbd-mirror stress test Loïc Dachary
09:06 AM Revision b25d80f1 (ceph): suites/rbd: increase timeout for rbd-mirror stress test
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 525e445f5f58388edf1523859f8f5d4d6cf4aea5)
Jason Dillaman
09:03 AM Revision f49bac2c (ceph): Merge pull request #11171 from ceph/wip-rasize-doc-jewel
jewel: doc: fix description for rsize and rasize
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
09:00 AM Revision ceafa286 (ceph): rgw: mark configuration as converted to avoid corruption when running o...
Fixes: http://tracker.ceph.com/issues/17371
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman
08:58 AM rbd Backport #17556 (In Progress): jewel: librbd::Operations: update notification failed: (2) No such...
Loïc Dachary
08:08 AM rbd Backport #17556 (Resolved): jewel: librbd::Operations: update notification failed: (2) No such fi...
https://github.com/ceph/ceph/pull/11420 Loïc Dachary
08:58 AM Revision 3bb2a9ed (ceph): librbd: ignore notify errors on missing image header
The rename op on v1 images fails since the header no longer exists. In
the general case, the removal of the header ob...
Jason Dillaman
08:57 AM CephFS Backport #17244 (In Progress): jewel: Failure in snaptest-git-ceph.sh
Loïc Dachary
08:56 AM Revision 5173563f (ceph): client: properly set inode number of created inode in replay request
Fixes: http://tracker.ceph.com/issues/17172
Signed-off-by: Yan, Zheng <zyan@redhat.com>
(cherry picked from commit e5...
Yan, Zheng
08:56 AM CephFS Backport #17246 (In Progress): jewel: Log path as well as ino when detecting metadata damage
Loïc Dachary
08:55 AM Revision 2c4e1c1c (ceph): mds: log path with CDir damage messages
Previously you just got the inode number, which
wasn't terribly useful for e.g. a missing fragment
object, as you cou...
John Spray
08:53 AM Revision 91c74f47 (ceph): test_volume_client: check volume size
Check that the total size shown by the df output of a mounted volume
is same as the volume size and the quota set on ...
Ramana Raja
08:53 AM Revision d52f190d (ceph): mds: s/used_ions/used_inos/
Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commit bd3645fb07714d43fb7bd3d66b7e34b33768a8e8)
John Spray
08:52 AM Revision 7d0714e1 (ceph): doc: clarify rbd size units
It wasn't clear from the man page that --size defaults to M.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherr...
Ilya Dryomov
08:52 AM Revision 071bd477 (ceph): rbd: recognize lock_on_read option
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit e857b7896527b676155d6e01c78567337dc33b1c)
Ilya Dryomov
08:52 AM Revision 6b022677 (ceph): rbd: fix up terminology in help texts
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit ba8f9ee791d55c4cf25ad751213ea6ba770b7434)
Ilya Dryomov
08:52 AM Revision 494687b7 (ceph): rbd: expose rbd unmap options
Reuse rbd map -o infrastructure to expose rbd unmap options in
a similar fashion. Currently it's just one bool optio...
Ilya Dryomov
08:52 AM CephFS Backport #17347 (In Progress): jewel: ceph-create-keys: sometimes blocks forever if mds "allow" i...
Loïc Dachary
08:52 AM Revision ca8fc6fc (ceph): ceph-create-keys: fix existing-but-different case
We just have to refrain from calling get-or-create
if the named key already exists, to avoid potentially
having an er...
John Spray
08:51 AM CephFS Backport #17474 (In Progress): jewel: Failure in dirfrag.sh
Loïc Dachary
08:51 AM Revision 0a177418 (ceph): client: fix readdir vs fragmentation race
following sequence of events tigger the race
client readdir frag 0* -> got item 'A'
MDS merges frag 0* and frag 1*
c...
Yan, Zheng
08:50 AM CephFS Backport #17476 (In Progress): jewel: Failure in snaptest-git-ceph.sh
Loïc Dachary
08:49 AM Revision 3a79db10 (ceph): mds: remove fail-safe queueing replay request
MDSRank::queue_one_replay() does not create active request
immediately, it just queues corresponding C_MDS_RetryMessa...
Yan, Zheng
08:45 AM CephFS Backport #17477 (In Progress): jewel: Crash in Client::_invalidate_kernel_dcache when reconnectin...
Loïc Dachary
08:44 AM Revision 10e603b1 (ceph): client: fix segment fault in Client::_invalidate_kernel_dcache().
when umounting, root can be NULL
Fixes: http://tracker.ceph.com/issues/17253
Signed-off-by: Yan, Zheng <zyan@redhat....
Yan, Zheng
08:40 AM CephFS Backport #17478 (In Progress): jewel: MDS goes damaged on blacklist (failed to read JournalPointe...
Loïc Dachary
08:34 AM CephFS Backport #17479 (In Progress): jewel: Duplicate damage table entries
Loïc Dachary
08:34 AM Revision 3320da0a (ceph): mds: catch duplicates in DamageTable
There was an implicit assumption in the code that callers
wouldn't hit the notify_*damaged paths twice because they w...
John Spray
08:32 AM CephFS Backport #17557 (In Progress): jewel: MDSMonitor: non-existent standby_for_fscid not caught
Loïc Dachary
08:08 AM CephFS Backport #17557 (Resolved): jewel: MDSMonitor: non-existent standby_for_fscid not caught
https://github.com/ceph/ceph/pull/11389 Loïc Dachary
08:25 AM Backport #17245 (In Progress): jewel: tests: scsi_debug fails /dev/disk/by-partuuid
Loïc Dachary
08:24 AM Backport #17334 (In Progress): jewel: crushtool --compile is create output despite of missing item
Loïc Dachary
08:22 AM Backport #17341 (In Progress): jewel: librados memory leaks from ceph::crypto (WITH_NSS)
Loïc Dachary
08:22 AM Revision 5d0e2f86 (ceph): common: only call crypto::init once per CephContext
Fixes: http://tracker.ceph.com/issues/17205
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from com...
Casey Bodley
08:20 AM Bug #16506 (Resolved): "line 16: exec: ceph-coverage: not found" in upgrade:client-upgrade-jewel-...
Loïc Dachary
08:19 AM Backport #17344 (Resolved): jewel: "line 16: exec: ceph-coverage: not found" in upgrade:client-up...
Loïc Dachary
08:02 AM Backport #17344 (In Progress): jewel: "line 16: exec: ceph-coverage: not found" in upgrade:client...
Loïc Dachary
08:19 AM Revision 6448f24b (ceph): Merge pull request #1201 from dachary/wip-17344-jewel
upgrade: ceph-test is needed for ceph-coverage Loïc Dachary
08:09 AM rbd Backport #17555 (In Progress): jewel: krbd-related CLI patches
Loïc Dachary
08:08 AM rbd Backport #17555 (Resolved): jewel: krbd-related CLI patches
https://github.com/ceph/ceph/pull/11400 Loïc Dachary
08:07 AM rbd Bug #17554 (Resolved): krbd-related CLI patches
https://github.com/ceph/ceph/pull/11313
https://github.com/ceph/ceph/pull/11303
https://github.com/ceph/ceph/pull/1...
Loïc Dachary
08:01 AM Revision 6d28d157 (ceph): upgrade: ceph-test is needed for ceph-coverage
Do not exclude the ceph-test package otherwise the ceph-coverage
executable is not installed.
Fixes: http://tracker....
Loic Dachary
07:57 AM rbd Subtask #17528 (Resolved): [data pool] update internals to use optional separate data pool
Mykola Golub
07:56 AM rbd Bug #17549 (Pending Backport): librbd::Operations: update notification failed: (2) No such file o...
Mykola Golub
07:56 AM Backport #17345 (In Progress): jewel: Ceph Status - Segmentation Fault
Loïc Dachary
07:55 AM Revision 47447bfb (ceph): Merge pull request #11395 from dillaman/wip-17549
librbd: ignore notify errors on missing image header
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
07:55 AM Revision 483d8c41 (ceph): cephx: Fix multiple segfaults due to attempts to encrypt or decrypt
an empty secret and a null CryptoKeyHandler
Fixes: http://tracker.ceph.com/issues/16266
Signed-off-by: Brad Hubbard ...
Brad Hubbard
07:54 AM Backport #17360 (In Progress): jewel: ceph-objectstore-tool crashes if --journal-path <a-directory>
Loïc Dachary
07:54 AM Revision 5ae4f316 (ceph): os/filestore/FileJournal: fail out if FileJournal is not block device o...
otherwise JournalingFileStore will assert when deleting FileJournal
which still has the non block/regular file opened...
Kefu Chai
07:29 AM Revision 577ad3df (ceph): Merge pull request #11404 from bassamtabbara/wip-fix-yasm-system-check
cmake: Fix for cross compiling
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:58 AM Revision 4cc823ef (ceph): Merge pull request #11356 from dillaman/wip-17528
librbd: update internals to use optional separate data pool
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub

10/10/2016

09:47 PM Revision 42126ca6 (ceph): Merge pull request #11297 from stiopaa1/mds_sessionmap_avoidCopyingPlus...
mds/SessionMap.cc: avoid copying and add const
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Greg Farnum
09:46 PM Revision 1821c14c (ceph): Merge pull request #11283 from jcsp/wip-print-legacy-client-fscid
mds: include legacy client fsid in FSMap print
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Greg Farnum
09:41 PM Revision 4c5bd5d2 (ceph): cmake: Fix for cross compiling
The check for yasm tool was calling uname -m which will not
work when cross compiling. Use CMAKE_SYSTEM_PROCESSOR ins...
Bassam Tabbara
09:38 PM RADOS Bug #17553: OSD crashed with signal 6, BackoffThrottle::get(unsigned long)
I think I remember something about a shutdown race and crash somewhere, so maybe that's this? Not sure though. Greg Farnum
09:38 PM RADOS Bug #17553 (Can't reproduce): OSD crashed with signal 6, BackoffThrottle::get(unsigned long)
http://qa-proxy.ceph.com/teuthology/gregf-2016-10-06_18:07:58-fs-greg-fs-testing-105---basic-mira/458034/
This was...
Greg Farnum
09:15 PM CephFS Bug #17548: should userland ceph_llseek do permission checking?
... Jeff Layton
08:47 PM CephFS Bug #17548: should userland ceph_llseek do permission checking?
Actually, now I'm confused. What's the failing test, if this isn't a case users should run into anyway? Greg Farnum
08:42 PM CephFS Bug #17548: should userland ceph_llseek do permission checking?
There are several ways, but yeah...it comes down to being careful to close out old file descriptors (or use O_CLOEXEC... Jeff Layton
08:40 PM CephFS Bug #17548: should userland ceph_llseek do permission checking?
Yeah, sorry. I know it's possible for a process to drop permissions somehow or other. Greg Farnum
08:36 PM CephFS Bug #17548: should userland ceph_llseek do permission checking?
That's just the way UNIX (and hence POSIX) works. UNIX pipelines require file descriptor inheritance.
I'm not sure...
Jeff Layton
08:12 PM CephFS Bug #17548: should userland ceph_llseek do permission checking?
But...isn't that insecure by design? Why should we assume an open FD is still valid on a setuid'ed fork(), for instance? Greg Farnum
08:07 PM CephFS Bug #17548: should userland ceph_llseek do permission checking?
So does fstat, and we don't do any special permission checking there either.
I guess my view is that if you're iss...
Jeff Layton
07:56 PM CephFS Bug #17548: should userland ceph_llseek do permission checking?
We probably want to follow the kernel. But when I read the man pages and think about security, it seems like it shoul... Greg Farnum
03:53 PM CephFS Bug #17548: should userland ceph_llseek do permission checking?
Seems reasonable to remove. Patrick Donnelly
11:48 AM CephFS Bug #17548 (Resolved): should userland ceph_llseek do permission checking?
One of the test failures here:
http://qa-proxy.ceph.com/teuthology/jlayton-2016-10-08_00:13:32-fs-wip-jlayton-...
Jeff Layton
09:01 PM Revision 5c52a450 (ceph): mds/FSMap.cc: remove unneeded use of count
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
08:55 PM Revision 3a2be487 (ceph): Merge pull request #11206 from dzafman/wip-16474
osd: Remove extra call to reg_next_scrub() during splits
Reviewed-by: Samuel Just <sjust@redhat.com>
David Zafman
08:37 PM Revision 3765a804 (ceph): suites/upgrade: additional point-to-point Jewel upgrade workaround
Upgrade happens in parallel with cls_rbd test run which can result in
a false-positive test failure.
Signed-off-by: ...
Jason Dillaman
08:17 PM Revision ed82c02c (ceph): Merge pull request #11399 from theanalyst/wip-release-notes
scripts/release-notes: allow title guesses from gh tags & description update
Reviewed-by: Loic Dachary <ldachary@red...
Loïc Dachary
08:01 PM Bug #17552 (Can't reproduce): "ERROR: osd init failed" in upgrade:jewel-x-master-distro-basic-vps
Run: http://pulpito.ceph.com/teuthology-2016-10-10_04:20:01-upgrade:jewel-x-master-distro-basic-vps/
Job: 465132
Lo...
Yuri Weinstein
07:59 PM Revision 4d5cb5c8 (ceph): build/ops: ceph-release-notes guess pr title based on gh tags
We add a switch --use-tags which helps guess the component of the pr
based on gh tags, still needs work, but provides...
Abhishek Lekshmanan
07:39 PM Revision d8955d55 (ceph): scripts: add description to ceph-release-notes
Signed-off-by: Abhishek Lekshmanan <alekshmanan@suse.com> Abhishek Lekshmanan
06:33 PM devops Bug #17091 (Resolved): ceph-osd-prestart.sh fails confusingly when data directory does not exist
Nathan Cutler
06:33 PM devops Backport #17094 (Resolved): jewel: ceph-osd-prestart.sh fails confusingly when data directory doe...
Nathan Cutler
06:30 PM Revision 2a348d23 (ceph): Merge pull request #10812 from SUSE/wip-17094-jewel
jewel: build/ops: ceph-osd-prestart.sh fails confusingly when data directory does not exist
Reviewed-by: Loic Dachar...
Loïc Dachary
06:23 PM Revision 431735bc (ceph): osd: Fix log messages
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
06:22 PM Revision 18ddb45b (ceph): osd: Rename _scrub() to scrub_snapshot_metadata()
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
06:22 PM Revision 4bc08f29 (ceph): osd: Only set head_error when unexpected clone belongs to current head
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
06:22 PM Revision 7a51e9c7 (ceph): osd, test: osd-scrub-snap.sh add corruption of snapset
Don't also set ss_attr_missing when corruption found
Signed-off-by: David Zafman <dzafman@redhat.com>
David Zafman
06:08 PM Revision f5a244ae (ceph): librbd: store data pool id with image header during creation
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
06:08 PM Revision cb3712e0 (ceph): librbd: initialize the data pool IO context during image open state mac...
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
06:08 PM Revision 3b81f687 (ceph): librbd: include pool id in data block prefix if data pool enabled
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
06:07 PM Revision e4a3d56e (ceph): Merge pull request #11355 from dillaman/wip-17424
rbd: add support for separate image data pool
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
05:51 PM Revision 4ededdba (ceph): Merge pull request #10731 from yehudasa/wip-rgw-sync-plugins
rgw: sync modules, metadata search
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
04:28 PM Bug #17213: As the cluster is filling up, write performance decreases
Any news on this issue? Have you had the chance to check this? Thanks! Anonymous
04:18 PM rgw Feature #17550 (Resolved): rgw: bucket resharding
master PR: https://github.com/ceph/ceph/pull/11230
sample jewel backport PR: https://github.com/ceph/ceph/pull/11368...
Loïc Dachary
04:08 PM rgw Backport #17321 (Resolved): jewel: rgw: file: remove busy-wait in RGWLibFS::gc()
Loïc Dachary
08:57 AM rgw Backport #17321 (In Progress): jewel: rgw: file: remove busy-wait in RGWLibFS::gc()
Backported from https://github.com/ceph/ceph/pull/10638 Loïc Dachary
04:08 PM rgw Backport #17323 (Resolved): jewel: rgw: rgw_file: restore local definition of RGWLibFS gc interval
Loïc Dachary
08:59 AM rgw Backport #17323 (In Progress): jewel: rgw: rgw_file: restore local definition of RGWLibFS gc inte...
Backported from https://github.com/ceph/ceph/pull/10756 Loïc Dachary
04:08 PM rgw Backport #17324 (Resolved): jewel: rgw: ldap: protect rgw::from_base64 from non-base64 input
Loïc Dachary
08:32 AM rgw Backport #17324 (In Progress): jewel: rgw: ldap: protect rgw::from_base64 from non-base64 input
Loïc Dachary
04:08 PM rgw Backport #17325 (Resolved): jewel: rgw: rgw_file: fix return value signedness (rgw_readdir)
Loïc Dachary
09:00 AM rgw Backport #17325 (In Progress): jewel: rgw: rgw_file: fix return value signedness (rgw_readdir)
https://github.com/ceph/ceph/pull/10822 Loïc Dachary
04:08 PM rgw Backport #17326 (Resolved): jewel: rgw: rgw file fix bug of rgw_lookup can not exact match file name
Loïc Dachary
09:01 AM rgw Backport #17326 (In Progress): jewel: rgw: rgw file fix bug of rgw_lookup can not exact match fil...
Backported from https://github.com/ceph/ceph/pull/10823 Loïc Dachary
04:07 PM rgw Backport #17327 (Resolved): jewel: rgw: remove duplicated calls to getattr
Loïc Dachary
09:02 AM rgw Backport #17327 (In Progress): jewel: rgw: remove duplicated calls to getattr
Backported from https://github.com/ceph/ceph/pull/10858 Loïc Dachary
04:07 PM rgw Backport #17332 (Resolved): jewel: rgw: file setattr
Loïc Dachary
09:03 AM rgw Backport #17332 (In Progress): jewel: rgw: file setattr
Loïc Dachary
04:07 PM rgw Backport #17393 (Resolved): jewel: rgw: rgw_file: fix set_attrs operation
Loïc Dachary
09:04 AM rgw Backport #17393 (In Progress): jewel: rgw: rgw_file: fix set_attrs operation
Backported from https://github.com/ceph/ceph/pull/11159 Loïc Dachary
04:07 PM rgw Backport #17394 (Resolved): jewel: rgw: nfs: fix NFS creation (and other?) times for S3-created b...
Loïc Dachary
09:05 AM rgw Backport #17394 (In Progress): jewel: rgw: nfs: fix NFS creation (and other?) times for S3-create...
Backported from https://github.com/ceph/ceph/pull/11181 Loïc Dachary
04:07 PM rgw Backport #17543 (Resolved): jewel: ldap auth custom search filter
Loïc Dachary
08:30 AM rgw Backport #17543 (In Progress): jewel: ldap auth custom search filter
Loïc Dachary
08:26 AM rgw Backport #17543 (Resolved): jewel: ldap auth custom search filter
https://github.com/ceph/ceph/pull/11332 Loïc Dachary
03:59 PM rbd Bug #17549 (Fix Under Review): librbd::Operations: update notification failed: (2) No such file o...
*PR*: https://github.com/ceph/ceph/pull/11395 Jason Dillaman
03:29 PM rbd Bug #17549 (Resolved): librbd::Operations: update notification failed: (2) No such file or directory
Seen in the copy.sh workunit test case:
http://qa-proxy.ceph.com/teuthology/jdillaman-2016-10-07_08:13:37-rbd-wip-...
Jason Dillaman
03:57 PM Revision fe3e2eaf (ceph): librbd: ignore notify errors on missing image header
The rename op on v1 images fails since the header no longer exists. In
the general case, the removal of the header ob...
Jason Dillaman
03:07 PM Revision 97fb2e01 (ceph): Merge pull request #11363 from xiexingguo/xxg-wip-fix-rbd-warn
cls_rbd: silence compiler warnings
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
03:03 PM Revision 870c4280 (ceph): Merge pull request #11371 from stiopaa1/mds_cinode_removeCount
mds/CInode.h: remove unneeded use of count
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
03:00 PM Revision 64daf4cf (ceph): Merge pull request #11383 from stiopaa1/mds_fsmap_passSharedPtrByConstRef
mds/FSMap: pass shared_ptr by const ref Sage Weil
02:46 PM Revision da04ac05 (ceph): Merge pull request #11335 from linuxbox2/jewel-nfs
jewel: rgw: nfs backports Matt Benjamin
02:45 PM Revision a80aacf0 (ceph): Merge pull request #11332 from linuxbox2/jewel-ldap
jewel: rgw: combined LDAP backports Matt Benjamin
02:41 PM Revision f0d36b7a (ceph): rbd: support overriding image data pool when creating images
Fixes: http://tracker.ceph.com/issues/17424
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
02:41 PM Revision d54c4435 (ceph): rbd: include data pool name within info command
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
02:41 PM Revision d776165f (ceph): Merge pull request #11290 from trociny/wip-17017
rbd-mirror HA: move librbd::image_watcher::Notifier to librbd::object_watcher
Reviewed-by: Jason Dillaman <dillaman@...
Jason Dillaman
02:40 PM Revision 297f21d8 (ceph): Merge pull request #11260 from runsisi/wip-fix-mirror-image-disable
librbd: fix rollback if failed to disable mirroring for image
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
02:40 PM Revision 5f0a360b (ceph): Merge pull request #11301 from liewegas/wip-bluestore-buffered-write
os/bluestore: allow default to buffered write
Reviewed-by: Mark Nelson <mnelson@redhat.com>
Sage Weil
02:23 PM rbd Bug #17536 (Need More Info): Extremely rare Qemu hang with suspicion that RBD might be the issue
@Christian: I'd say the first step is to ensure that your VMs are creaking admin sockets so that when you see a hang ... Jason Dillaman
02:17 PM Revision 99cd3091 (ceph): Merge pull request #11370 from ceph/wip-krbd-unmap-options
rbd: expose rbd unmap options
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
02:12 PM Revision 3cc40d76 (ceph): Merge pull request #11255 from dzafman/wip-scrub-boundary
osd: fix scrub boundary to not include a SnapSet
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:07 PM Revision c2d42393 (ceph): mds: remove max_mds config option
It is now required that all changes to max_mds use the run-time `ceph fs
set max_mds` command. The rationale for this...
Patrick Donnelly
02:04 PM Bug #17248 (Duplicate): Reduce deep scrub impact on normal operations

This ends up getting fixed as a result of fixing 17470 so closing as a duplicate.
David Zafman
01:55 PM Revision 0dbe8fd3 (ceph): msg: make loopback Connection feature accurate all the time
In 626360aab05545ddacb0ac28e54a70e31fd5695d we made the
OSD cluster loopback connection CEPH_FEATURES_ALL, but
all ot...
Sage Weil
01:54 PM Backport #16377 (Resolved): jewel: msgr/async: Messenger thread long time lock hold risk
Sage Weil
01:54 PM Revision e7954500 (ceph): Merge pull request #10761 from dachary/wip-16377-jewel
jewel: msgr/async: Messenger thread long time lock hold risk
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:53 PM rgw Backport #16667 (Resolved): jewel: incorrect value of CINIT_FLAG_DEFER_DROP_PRIVILEGES
Sage Weil
01:52 PM Revision eac384a5 (ceph): Merge pull request #10278 from SUSE/wip-16667-jewel
jewel: incorrect value of CINIT_FLAG_DEFER_DROP_PRIVILEGES
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:52 PM Backport #14960 (Closed): infernalis: PK11_DestroyContext() is called twice if PK11_DigestFinal()...
Loïc Dachary
01:51 PM CephFS Bug #17468: CephFs: IO Pauses for more than a 40 seconds, while running write intensive IOs
Vishal: are you still investigating this or do you need some input from others? John Spray
01:50 PM Bug #17540 (Fix Under Review): “client.admin authentication error” after upgrade from hammer to m...
https://github.com/ceph/ceph/pull/11401 (was https://github.com/ceph/ceph/pull/11360) Sage Weil
06:22 AM Bug #17540 (Resolved): “client.admin authentication error” after upgrade from hammer to master
... Kefu Chai
01:48 PM Revision e416ccaf (ceph): Merge pull request #11377 from xiexingguo/xxg-wip-bluestore-1008
os/bluestore: drop inline_dirty from struct ExtentMap
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:46 PM CephFS Bug #17522 (In Progress): ceph_readdirplus_r does not acquire caps before sending back attributes
John Spray
01:33 PM Bug #17177: cephfs metadata pool: deep-scrub error "omap_digest != best guess omap_digest"
I think FileStore::_collection_move_rename has similar bug. During replay, it may fail to clone omap to new object or... Zheng Yan
10:56 AM Bug #17177 (Fix Under Review): cephfs metadata pool: deep-scrub error "omap_digest != best guess ...
https://github.com/ceph/ceph/pull/11388 Zheng Yan
09:45 AM Bug #17177: cephfs metadata pool: deep-scrub error "omap_digest != best guess omap_digest"
I think I found the root cause. FileStore::lfn_unlink does two operations, unlinking object file from filesystem and ... Zheng Yan
01:25 PM rgw Bug #17269: There is a question about the bucket link API parameters
Thank you very much, my question is solved Jiang Yu
01:07 PM devops Bug #17516: aarch64: Compiler-based detection of crc32 extended CPU type is broken
Note that the master PR uses cmake but the jewel backport will need to use autotools - agraf has already prepared an ... Nathan Cutler
12:51 PM Revision e70ab48b (ceph): AArch64: Detect crc32 extension support from assembler
The used compiler may or may not be recent enough to recognize the
crc32 extended cpu type. However, it does not real...
Alexander Graf
12:35 PM CephFS Bug #17547: ceph-fuse 10.2.3 segfault
I am preparing new build with a patch from https://github.com/ceph/ceph/pull/10921 Henrik Korkuc
12:12 PM CephFS Bug #17547: ceph-fuse 10.2.3 segfault
It is happening on 10.2.3 cluster too (just checked another cluster). It's just that I took this segfault from client... Henrik Korkuc
12:11 PM CephFS Bug #17547: ceph-fuse 10.2.3 segfault
Seems likely to be same issue fixed by https://github.com/ceph/ceph/pull/10921 (i.e. duplicate of http://tracker.ceph... John Spray
12:10 PM CephFS Bug #17547: ceph-fuse 10.2.3 segfault
> ceph-fuse 10.2.3 segfaults on 10.2.2 Ceph cluster.
Are you asserting that it *doesn't* segfault on a 10.2.3 ceph...
John Spray
11:38 AM CephFS Bug #17547 (Resolved): ceph-fuse 10.2.3 segfault
ceph-fuse 10.2.3 segfaults on 10.2.2 Ceph cluster.
ceph-fuse has #17275 and https://github.com/ceph/ceph/pull/1086...
Henrik Korkuc
11:39 AM Revision 096811cf (ceph): os/bluestore: narrow scope of 'pos'
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
11:24 AM CephFS Bug #17466 (Pending Backport): MDSMonitor: non-existent standby_for_fscid not caught
Jewel backport PR here: https://github.com/ceph/ceph/pull/11389 John Spray
11:22 AM Revision cbd9a39e (ceph): messages: fix MMDSBeacon constructor
This was leaving garbage in some fields during decode
when decoding messages with an older version.
Fixes: http://tr...
John Spray
11:22 AM Revision c19326ce (ceph): mon: don't crash on invalid standby_for_fscid
Fixes: http://tracker.ceph.com/issues/17466
Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from com...
John Spray
11:22 AM Revision 57f08fe7 (ceph): mds: make mds_role_t member order match constructor
Previously this was mildy confusing.
Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commit 63...
John Spray
11:21 AM Revision 150d3832 (ceph): Merge pull request #11281 from jcsp/wip-17466
mds: handle bad standby_for_fscids in fsmap
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
John Spray
10:53 AM rbd Bug #17223 (Resolved): "*** Caught signal" in krbd
Loïc Dachary
10:53 AM devops Fix #16937 (Resolved): disable LTTng-UST in openSUSE builds
Loïc Dachary
10:53 AM Feature #15762 (Resolved): Improve OSD heartbeat_check log message by including host name (besid...
Loïc Dachary
10:52 AM Revision 262f2c42 (ceph): os/bluestore: get rid of multiple call to dirty_blob()
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
10:49 AM Backport #17385 (In Progress): jewel: ceph cli: Rados object in state configuring race
Loïc Dachary
10:43 AM Revision af8e2116 (ceph): doc: fill keyring with caps before passing it to ceph-monstore-tool
to make sure the recovered monitor store is ready for use.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:31 AM Backport #16069 (Resolved): jewel: set full flags doesn't work
Loïc Dachary
10:31 AM Backport #16337 (Resolved): jewel : Improve OSD heartbeat_check log message by including host na...
Loïc Dachary
10:31 AM Backport #16583 (Resolved): jewel: mon crash: crush/CrushWrapper.h: 940: FAILED assert(successful...
Loïc Dachary
10:31 AM devops Backport #17082 (Resolved): jewel: disable LTTng-UST in openSUSE builds
Loïc Dachary
10:31 AM rbd Backport #17241 (Resolved): jewel: "*** Caught signal" in krbd
Loïc Dachary
10:26 AM Revision c21e1de8 (ceph): Merge pull request #10794 from SUSE/wip-17082-jewel
jewel: disable LTTng-UST in openSUSE builds
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
10:21 AM Revision 8a848771 (ceph): Merge pull request #9739 from vumrao/wip-vumrao-16337
jewel: osd: add peer_addr in heartbeat_check log message
Reviewed-by: Samuel Just <sjust@redhat.com>
Loïc Dachary
10:20 AM Revision 4c526a42 (ceph): Merge pull request #9388 from vumrao/wip-vumrao-16069
jewel: mon: Display full flag in ceph status if full flag is set
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
10:03 AM Revision c362c71e (ceph): Merge pull request #10496 from Abhishekvrshny/wip-16583-jewel
jewel: mon crash: crush/CrushWrapper.h: 940: FAILED assert(successful_detach)
Reviewed-by: Kefu Chai <kchai@redhat.com>
Loïc Dachary
10:02 AM Revision a3bd4fc5 (ceph): tasks/rebuild_mondb.py: fill up the caps in the keyring
we will fail 'ceph-monstore-tool' command if the caps is empty so user
won't assign a key without any caps when rebui...
Kefu Chai
09:19 AM rgw Backport #17546 (Rejected): jewel: rgw: bucket resharding
https://github.com/ceph/ceph/pull/11368 Loïc Dachary
09:15 AM rgw Backport #17513 (In Progress): jewel: S3 object versioning fails when applied on a non-master zone
Loïc Dachary
08:47 AM Bug #17545 (Duplicate): Data corruption using RBD with caching enabled
This was reported on launchpad, but I think it's better suited to be reported here: https://bugs.launchpad.net/mos/+b... Wido den Hollander
08:37 AM Bug #17260: ceph_test_rados_api_list assert() in lockdep_will_lock(const char*, int, bool)
Loïc Dachary
08:34 AM Revision cdfa7a69 (ceph): tools/ceph_monstore_tool: update pgmap_meta also when rebuilding store.db
we should rebuild pgmap_meta table from the collected osdmaps
Fixes: http://tracker.ceph.com/issues/17400
Signed-off...
Kefu Chai
08:34 AM Revision b4bd4004 (ceph): tools/ceph_monstore_tool: bail out if no caps found for a key
we take it as an error if no caps is granted to an entity in the
specified keyring file when rebuilding the monitor d...
Kefu Chai
08:33 AM rgw Bug #17544 (Resolved): rgw: ldap: protect rgw::from_base64 from non-base64 input
https://github.com/ceph/ceph/pull/10777
Loïc Dachary
08:26 AM rgw Feature #17185 (Pending Backport): ldap auth custom search filter
Loïc Dachary
08:22 AM rgw Backport #17480 (In Progress): jewel: ACL request for objects with underscore at end and beginning
Loïc Dachary
08:18 AM rgw Backport #17471 (In Progress): jewel: rgw: versioning is broken in current master
Loïc Dachary
08:11 AM rgw Backport #17339 (In Progress): jewel: objects in the metadata_heap pool are created, but never re...
Loïc Dachary
07:47 AM rbd Backport #17542 (In Progress): jewel: systemd: add install section to rbdmap.service file
Loïc Dachary
07:46 AM rbd Backport #17542 (Resolved): jewel: systemd: add install section to rbdmap.service file
https://github.com/ceph/ceph/pull/11158 Loïc Dachary
07:46 AM rbd Bug #17541 (Resolved): systemd: add install section to rbdmap.service file
https://github.com/ceph/ceph/pull/10942 Loïc Dachary
07:43 AM rgw Backport #17337 (In Progress): jewel: radosgw-admin lacks docs for "--orphan-stale-secs"
Loïc Dachary
07:43 AM rgw Backport #17335 (In Progress): jewel: radosgw-admin(8) does not describe "--job-id" or "--max-con...
Loïc Dachary
07:31 AM Revision f707d1d4 (ceph): Merge pull request #11018 from ceph/wip-17223-jewel
jewel: krbd qa scripts and concurrent.sh test fix
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
07:27 AM Revision cca589fd (ceph): init-radosgw: do not use systemd-run in sysvinit
`systemd-run` logic in initscripts was introduced because of ticket
http://tracker.ceph.com/issues/7627.
If we have ...
Vladislav Odintsov
06:47 AM Revision 7f21c6f7 (ceph): Merge pull request #10722 from stiopaa1/mon_moncap_addMoveToStrings
mon/MonCap.h: add std::move for std::string
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Kefu Chai <kchai@r...
Kefu Chai
06:42 AM Bug #17169 (Resolved): Wrong check of the limitation of creating PGs
technically, this change applies to hammer and jewel. but it's not critical. so i am marking it resolved. Kefu Chai
06:39 AM Revision d2b6b342 (ceph): Merge pull request #10916 from jordan41177/fix-17169
mon: OSDMonitor: fix the check error of pg creating
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:38 AM Revision 838de494 (ceph): Merge pull request #10720 from wjwithagen/wip-wjw-freebsd-socket-shutdown
msg/simple/Accepter.cc: replace shutdown() with selfpipe event in poll() (FreeBSD)
Reviewed-by: Sage Weil <sage@redh...
Kefu Chai
06:33 AM Revision d06c13c5 (ceph): Merge pull request #10601 from stiopaa1/mon_monclient_subwantRemoveCount
mon/MonClient.h: remove repeated searching of map
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:32 AM Revision 0566f7b6 (ceph): Merge pull request #11145 from atheism/msg-async-fix-specifier
msg: fix format specifier for unsigned value id
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:45 AM Bug #17539 (Closed): erasure-code: jerasure kraken osdmap cleanup
The jerasure plugin now has runtime SIMD detection only. All plugin variants (jerasure_sse3 jerasure_generic) are now... Loïc Dachary
05:35 AM rgw Backport #17538 (Resolved): jewel: rgw:user email can modify to empty when it has values
https://github.com/ceph/ceph/pull/11469 Loïc Dachary
05:33 AM rbd Backport #17537 (Resolved): jewel: Improve resiliency of rbd-mirror stress test case
https://github.com/ceph/ceph/pull/11433 Loïc Dachary

10/09/2016

12:50 PM Revision ab7a5dce (ceph): mds/FSMap: pass shared_ptr by const ref
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
12:04 PM Revision 9ebdab99 (ceph): os/bluestore: fix raw blob encoded size
The maximum length of fixed fields of bluestore_blob_t shall be:
uint64_t sbid ///< 8 bytes
ui...
xie xingguo
11:49 AM Revision 72a8c96d (ceph): mds/SessionMap.h: remove unneeded use of count
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
09:33 AM Revision 70de0985 (ceph): os/bluestore: add counter to trace number of garbage collection reads
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
07:40 AM Revision 9d8f444c (ceph): os/bluestore: kill dead lines to keep code clean
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
06:24 AM rbd Bug #17536 (Can't reproduce): Extremely rare Qemu hang with suspicion that RBD might be the issue
Hi,
we are experiencing stalled IO on a VM every few weeks (sigh) and I don't have enough space to log everything ...
Christian Theune
05:53 AM Revision cece97d9 (ceph): Merge pull request #11379 from zealoussnow/fix-dead-link
doc: fix dead link "Hardware Recommendations"
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:38 AM Revision 85c3ca1e (ceph): mon: clear duplicated logic in MDSMonitor
Signed-off-by: Zhi Zhang <zhangz.david@outlook.com> Zhi Zhang
02:53 AM Cleanup #17535 (New): using RPC to eliminate complexity of network
Hi, Sage Weil, i suggest using RPC to replace previous network. RPC just focus on business not the network details, a... yu qi

10/08/2016

04:42 PM Revision 008c1a8f (ceph): mds/SnapServer.h: add override to virtual functs
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
02:41 PM Revision c387c874 (ceph): doc: fix dead link "Hardware Recommendations"
Signed-off-by: Leo Zhang <nguzcf@gmail.com> Leo Zhang
02:16 PM Backport #17534 (Resolved): hammer: doc: document the changed upgrade steps for hammer
https://github.com/ceph/ceph/pull/11372
Loïc Dachary
08:24 AM Revision 14158a90 (ceph): os/bluestore: drop inline_dirty from struct ExtentMap
We don't need this member as we can simply clear inline_bl
to mark it as dirty.
Signed-off-by: xie xingguo <xie.xing...
xie xingguo

10/07/2016

11:16 PM CephFS Feature #17276: stick client PID in client_metadata
Testing an email filter. Please ignore... Patrick Donnelly
10:44 PM Revision ff617e9c (ceph): rbd/cls_rbd: silence compiler warnings
Signed-off-by: xiexingguo <xie.xingguo@zte.com.cn> xie xingguo
10:15 PM Revision 542855de (ceph): mds/CInode.h: remove unneeded use of count
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
09:04 PM Revision a4ce1f56 (ceph): Merge pull request #10057 from Yan-waller/yj-wip-rgwradosccremover-0701
rgw: minor cleanup
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
09:02 PM Revision 799ee647 (ceph): Merge pull request #10674 from ceph/wip-rgw-no-empty-amzrqid
rgw/rest: don't print empty x-amz-request-id
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Yehuda Sadeh
08:57 PM Revision 4e62c99b (ceph): Merge pull request #10849 from zhangsw/master
rgw: remove a redundant judgement when listng objects.
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
08:12 PM Revision eb9df65b (ceph): releases/kraken.yaml: set require_kraken_osds
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:12 PM Revision 322363a4 (ceph): releases/jewel: set require_jewel_osds
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:07 PM Revision 7ae800b7 (ceph): os/bluestore: allow default to buffered write
Add config option to buffered writes (in the absense of
a client WILLNEED hint). Set the config option to false,
tho...
Sage Weil
07:04 PM Revision b170f9dd (ceph): Merge pull request #11353 from dillaman/wip-17423
librbd: API changes to support separate data pool
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
05:31 PM Revision 5f3c41fa (ceph): rgw_admin: config options to set sync_from and sync_from_all
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
05:31 PM Revision 962449fb (ceph): rgw_admin: update usage
add refrence to --sync-from*
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
05:31 PM Revision 9ef728a1 (ceph): rgw: setting sync-from zone by name not by id
Using the zone name is easier and clearer.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
05:31 PM Revision 8c030fd9 (ceph): rgw_admin: sync status command shows if not syncing from zone
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
05:31 PM Revision 881cb988 (ceph): rgw: index metadata in elasticsearch using realm name for path
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
05:31 PM Revision 61902f72 (ceph): rgw: es module, remove entry on delete
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
05:31 PM Revision 8bd26428 (ceph): rgw: support partial mesh for zone sync
zone configuration now includes two new fields: sync_from_all
which is boolean, and sync_from, which is a least of zo...
Yehuda Sadeh
05:31 PM Revision 24bc83e8 (ceph): rgw: add cr to send DELETE to remove endpoint
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
05:31 PM Revision 4e41af19 (ceph): rgw: rest conn functions cleanup, only append zonegroup if not empty
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
05:31 PM Revision 9b0bf845 (ceph): rgw: es sync module, store custom metadata
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
05:31 PM Revision 162c683d (ceph): rgw: es sync module, store object attrs
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
05:31 PM Revision 5e72430a (ceph): rgw: es sync module, store acl information
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
05:31 PM Revision a7c3c4fd (ceph): rgw: utility function to dump iso8601
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
05:31 PM Revision 4c96e9b2 (ceph): rgw: es sync module, keep object mtime
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
05:31 PM Revision faa90fab (ceph): rgw: initial implementation of elasticsearch sync module
sync module that will handle rgw metadata indexing.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
05:31 PM Revision cf37268a (ceph): cmake: fix linkage of ceph_test_librgw_file_nfsns
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
05:31 PM Revision 448b98a2 (ceph): rgw: es sync module, send object info to elasticsearch
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
05:31 PM Revision 90ccfbfb (ceph): rgw: move the rgw sync code module around
No real code change
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
05:31 PM Revision 0df0eabc (ceph): rgw: REST client, don't sign requests if empty key
If key is not passed in, don't try to sign the request.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
05:31 PM Revision f1e99056 (ceph): rgw: allow null store in RGWRESTConn
We're not necessarily going to connect to rgw/s3 endpoints,
we only need store param to handle s3 signing.
Signed-of...
Yehuda Sadeh
05:31 PM Revision e2477e58 (ceph): rgw: a new cr to send http PUT requests
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
05:31 PM Revision 2dcafc72 (ceph): rgw: propagate attrs, mtime, size of remote object
Use new rgwx-stat http param that allows getting only object's
meta. Use that when calling stat_remote_object().
Sig...
Yehuda Sadeh
05:31 PM Revision 2c0f1a31 (ceph): rgw: log sync module gets source object's meta
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
05:31 PM Revision a88e2b39 (ceph): rgw: some abstraction around log sync module
Moving code that fetches remote object meta to its own classes.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
05:31 PM Revision 561dd092 (ceph): rgw: add a simple logging sync module
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
05:31 PM Revision 006bd492 (ceph): rgw: helper to stat remote obj
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
05:31 PM Revision d75ffe42 (ceph): rgw: add cr to stat remote obj
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
05:31 PM Revision 2abd5ac8 (ceph): rgw: define sync_module on RGWRados
Instead of having it as part of the data sync module. Since we only have a
single sync_module, having it there will m...
Yehuda Sadeh
05:31 PM Revision f84bd9d2 (ceph): rgw: non-rgw tier is not writeable
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
04:58 PM Revision f2d547e0 (ceph): rgw: add tier config for zone params
Needed for sync module instance configuration
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
04:58 PM Revision ddbda514 (ceph): rgw_admin: can set/modify zone tier's config
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
04:58 PM Revision b184f8df (ceph): rgw: define zone tier type, sync from appropriate tiers only
Can only sync from tiers that can export data.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
04:57 PM Revision f30c9663 (ceph): rgw: define sync modules manager, instance
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
03:21 PM Revision 620f5e14 (ceph): rbd: expose rbd unmap options
Reuse rbd map -o infrastructure to expose rbd unmap options in
a similar fashion. Currently it's just one bool optio...
Ilya Dryomov
02:22 PM Revision ba8f9ee7 (ceph): rbd: fix up terminology in help texts
Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Ilya Dryomov
01:52 PM Revision 03c8fe3a (ceph): client: add pid to metadata
This allows us to distinguish multiple clients on a machine.
Fixes: http://tracker.ceph.com/issues/17276
Signed-off...
Patrick Donnelly
01:49 PM Revision c3c5c14e (ceph): Merge pull request #11361 from batrick/fs-rm-formatting
mon: add missing space in warning message
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:48 PM Revision 83a91baf (ceph): rgw: forward input data when forwarding set_bucket_version to master
Fixes: http://tracker.ceph.com/issues/16494
Needed to keep input data around to be forwarded correctly. Also, master...
Yehuda Sadeh
01:48 PM Revision 0986aff2 (ceph): rgw: set args when rebuilding req_info
Was missing args, so it didn't sign requests with subresources
correctly when forwarding.
Signed-off-by: Yehuda Sade...
Yehuda Sadeh
01:47 PM Revision 275ebcfd (ceph): Merge pull request #11364 from badone/wip-_lsb_release_-dead-declarations
osd: Remove unused '_lsb_release_' declarations
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:42 PM Revision df4973c1 (ceph): Merge pull request #11349 from liewegas/wip-compressor
compressor: fixes and tests; disable zlib isal (it's broken)
Reviewed-by: Igor Fedotov <ifedotov@mirantis.com>
Sage Weil
01:41 PM Revision d834a6d3 (ceph): Merge pull request #11366 from xiexingguo/xxg-wip-bluestore-1007
os/bluestore: simplify blob status checking for small writes
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:33 PM Revision 90de6e0d (ceph): unittest_compression: naming nit
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:33 PM Revision 46b67f3d (ceph): unittest_compression: restore zlib_isal setting
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:16 PM Revision 020e0f85 (ceph): Merge pull request #11236 from renhwztetecs/renhw-wip-cephfs-journal-tool
tool/cephfs: displaying "list" in journal event mode
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
11:44 AM CephFS Feature #17532: qa: repeated "rsync --link-dest" workload
Also: ensure that the test is running with an "mds cache size" setting smaller than the directory being backed up. John Spray
11:41 AM CephFS Feature #17532 (New): qa: repeated "rsync --link-dest" workload
Related but distinct: http://tracker.ceph.com/issues/17434
We should have a test that uses the --link-dest feature...
John Spray
09:52 AM Revision a32ead39 (ceph): Merge pull request #10021 from rzarzynski/wip-rgw-swift-auth-errors
rgw: handle Swift auth errors in a way compatible with new Tempests.
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman
08:29 AM Revision e9596f14 (ceph): os/bluestore: make randomizing value process of kvpair faster
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
07:37 AM Revision ff5aa939 (ceph): os/bluestore: fsck() on idempotent mkfs() request
E.g., if the fsck() found something during the first mkfs() try,
it can still be caught by the following retry.
Sign...
xie xingguo
06:44 AM Revision 7fb237c1 (ceph): os/bluestore: fix comment
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
04:54 AM Bug #17425 (In Progress): Remove the runtime dependency on lsb_release
Brad Hubbard
04:54 AM Revision 8b1a57fd (ceph): common: Remove the runtime dependency on lsb_release
With modern releases we should be able to make do with the call to
os_release_parse only which uses /etc/os-release w...
Brad Hubbard
03:38 AM Revision f17c0ba9 (ceph): osd: Remove unused '_lsb_release_' declarations
_lsb_release_set and _lsb_release_parse declarations still exist despite their
definitions being removed some time ag...
Brad Hubbard
03:27 AM Bug #17228: Hammer OSD memory use very high (EL6)
We have recently upgraded one of the OSD nodes from CentOS 6.8 to CentOS 7.2.
No change in memory usage was observ...
David Burns
03:20 AM Revision 9fafd7d4 (ceph): os/bluestore: sanity check iterator of BufferSpace::_rm_buffer()
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
01:49 AM Revision 50884818 (ceph): os/bluestore: simplify blob status checking for small writes
If a blob is marked as compressed and still mutable, something
is wrong.
Signed-off-by: xie xingguo <xie.xingguo@zte...
xie xingguo
01:17 AM Bug #17248: Reduce deep scrub impact on normal operations
I want to review the original changes I did for this issue to see if any improvements should go into master. The rea... David Zafman
01:06 AM rgw Bug #16727: s3tests-test-readwrite failed in rados run
Also, seen on a run based on Jewel:
http://pulpito.ceph.com/dzafman-2016-10-05_15:06:22-rados-wip-zafman-testing-j...
David Zafman
12:36 AM Bug #17521: boost header deprecation warnings
https://svn.boost.org/trac/boost/ticket/11860 presumably will go away in 1.62 although there is a thread on the ML ab... Brad Hubbard

10/06/2016

11:31 PM Bug #17177: cephfs metadata pool: deep-scrub error "omap_digest != best guess omap_digest"
Hi,
so, reproducible test-case is hard. Our reproducible test-case is a mixed rbd/cephfs-load, where the triggerin...
Kjetil Joergensen
02:10 AM Bug #17177: cephfs metadata pool: deep-scrub error "omap_digest != best guess omap_digest"
David Zafman wrote:
> I think that 82fdacda1bf35b029ae8474ddf48c33e62ab81f6 may have caused this issue. I haven't l...
Zheng Yan
01:49 AM Bug #17177: cephfs metadata pool: deep-scrub error "omap_digest != best guess omap_digest"
The problem is that, given the difficulty of reproducing, it will be hard to determine whether any patch fixes the is... Brad Hubbard
12:17 AM Bug #17177: cephfs metadata pool: deep-scrub error "omap_digest != best guess omap_digest"
To Brad: It is difficult to actually say when this issue appears and how to reproduce it. When I opened the ticket I ... Goncalo Borges
11:24 PM Revision 61ffc1c5 (ceph): Merge pull request #11302 from asheplyakov/rados-doc-fixup
doc: fix librados example programs
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
11:09 PM CephFS Bug #17531 (Fix Under Review): mds fails to respawn if executable has changed
PR: https://github.com/ceph/ceph/pull/11362 Patrick Donnelly
10:48 PM CephFS Bug #17531 (Resolved): mds fails to respawn if executable has changed
If the mds is failed via `ceph mds fail` and the executable file has changed, the mds will fail to respawn using exec... Patrick Donnelly
11:08 PM Revision 841ac386 (ceph): rgw: initial data plugin definition and default implementation
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
11:08 PM Revision 739aa586 (ceph): rgw: use data sync module callbacks
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
10:56 PM Revision 66a12202 (ceph): mds: respawn using /proc/self/exe
This allows the MDS to respawn using the same executable file even if it
has since been deleted (on Linux). Otherwise...
Patrick Donnelly
10:08 PM Revision a95f6fe6 (ceph): mon: add missing space in warning message
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
09:19 PM CephFS Feature #17276 (Fix Under Review): stick client PID in client_metadata
PR: https://github.com/ceph/ceph/pull/11359 Patrick Donnelly
08:04 PM CephFS Bug #17518 (Fix Under Review): monitor assertion failure when deactivating mds in (invalid) fscid 0
PR: https://github.com/ceph/ceph/pull/11357 Patrick Donnelly
07:56 PM rgw Bug #17530 (Fix Under Review): rgw: errors in the Bulk Delete of Swift API are handled improperly
Radoslaw Zarzynski
07:56 PM rgw Bug #17530 (Resolved): rgw: errors in the Bulk Delete of Swift API are handled improperly
https://github.com/ceph/ceph/pull/9319 Radoslaw Zarzynski
07:43 PM rbd Subtask #17528 (Fix Under Review): [data pool] update internals to use optional separate data pool
*PR*: https://github.com/ceph/ceph/pull/11356 Jason Dillaman
05:59 PM rbd Subtask #17528 (In Progress): [data pool] update internals to use optional separate data pool
Jason Dillaman
05:58 PM rbd Subtask #17528 (Resolved): [data pool] update internals to use optional separate data pool
Finished wiring the create image state machine to store the data pool id in the image header. Update the open state m... Jason Dillaman
07:36 PM Revision c3d78f03 (ceph): compressor/zlib: add compressor_zlib_isal config option to disable ISA-L
We dynamically enable this if the necessary processor features are present.
Allow this probing to be disabled explici...
Sage Weil
07:36 PM Revision 79e2b59e (ceph): compressor/zlib: disable ISA-L
This fails the unit tests. Do not reenable until it is fixed!
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
07:36 PM Revision 67d27740 (ceph): unittest_compressor: smaller big test
Just so it runs a bit faster!
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
07:36 PM Revision b49eda70 (ceph): unittest_compression: subsume _zlib and _snappy test cases
This includes zlib and isal interop.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
07:36 PM Revision f8a0e053 (ceph): unittest_compression: subsume plugin test
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:36 PM Revision e57196bd (ceph): unittest_compressor: unified compression tests, parameterized by plugin
This obsoletes the per-plugin plugin tests, which are tedious anyway.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
07:36 PM Revision 06ae3da8 (ceph): compressor/snappy: fix decompress buffer sizing for large buffers
4 bytes is enough for small buffers, but fails for larger buffers because
snappy encodes the length as a varint. 8 i...
Sage Weil
06:52 PM rbd Subtask #17424 (Fix Under Review): [data pool] update rbd CLI to permit "--data-pool" optionals
*PR*: https://github.com/ceph/ceph/pull/11355 Jason Dillaman
06:01 PM rbd Subtask #17424 (In Progress): [data pool] update rbd CLI to permit "--data-pool" optionals
Jason Dillaman
06:50 PM Revision a0c82b42 (ceph): cls_rbd: fix compiler warning due to feature bit macro type change
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
06:50 PM Revision 8b72efd1 (ceph): librbd: add data pool option to API and config
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
06:50 PM Revision b083fa0c (ceph): librbd: relocate image option processing to create state machine
Replace the individual image option parameters with the ImageOptions
wrapper and extract the options within the state...
Jason Dillaman
06:50 PM Revision 366e6075 (ceph): librbd: new API methods to retrieve image id and block name prefix
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
06:50 PM Revision 0a0a88c7 (ceph): rbd: utilize new API methods for image id and block name prefix
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
06:49 PM rbd Subtask #17422 (Resolved): [data pool] cls_rbd updates for data pool
Mykola Golub
06:48 PM rbd Bug #17416 (Pending Backport): Improve resiliency of rbd-mirror stress test case
Mykola Golub
06:47 PM Revision 5a98a8cd (ceph): Merge pull request #11326 from dillaman/wip-17416
rbd-mirror: improve resiliency of stress test case
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
06:46 PM Revision 26f72673 (ceph): Merge pull request #11327 from dillaman/wip-17422
librbd: cls_rbd updates for separate data pool
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
06:07 PM Revision c5bd611d (ceph): Merge pull request #1187 from ceph/wip-getuid
fs: enable ceph-fuse permission checking for all pjd suites Greg Farnum
06:02 PM Revision 42a6b0ef (ceph): mon: assume old mons that didn't specific kv type are leveldb
This assumes that if the mon does not explicitly specify
the kv type that it is leveldb. No prior version of
Ceph ha...
Sage Weil
06:01 PM rbd Subtask #17529 (Resolved): [data pool] new teuthology test cases to utilize separate data pool
1) exercise the CLI commands
2) run QEMU + fsx tests against separate replicated + EC data pools
Jason Dillaman
05:59 PM rbd Subtask #17423 (Fix Under Review): [data pool] add new non-dynamic feature bit for data pool
*PR*: https://github.com/ceph/ceph/pull/11353 Jason Dillaman
05:58 PM Revision c26c80fd (ceph): mon: default to rocksdb (for new mons)
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:56 PM Revision 68138893 (ceph): rocksdb: remove experimental status
We've been testing rocksdb on mons in QA for months now
with no problems. We've also observed no problems with
its u...
Sage Weil
05:55 PM Revision 8d9114a8 (ceph): rocksdb: update to latest upstream
This includes my EnvMirror leak fix, which is now
upstream.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
05:42 PM Bug #17526 (Fix Under Review): rados bench seq must verify the hostname
https://github.com/ceph/ceph/pull/11352 Loïc Dachary
04:43 PM Bug #17526: rados bench seq must verify the hostname
Loïc Dachary
04:39 PM Bug #17526 (Resolved): rados bench seq must verify the hostname
In the same way obj_bencher.cc verifies the metadata object exists before trying to read from the pool when required ... Loïc Dachary
05:39 PM Revision 1d7e8188 (ceph): doc: document hostname constraints for rados bench
Fixes: http://tracker.ceph.com/issues/17526
Signed-off-by: Loic Dachary <loic@dachary.org>
Loic Dachary
05:23 PM Revision b675f343 (ceph): Merge pull request #11329 from atheism/rgw-b64-remove-ostr
rgw: remove unused variable "ostr" in rgw_b64.h and fix the comment
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
05:22 PM Revision 9be51633 (ceph): Merge pull request #11351 from ifed01/wip-bluestore-misc2
os/bluestore: Fix invalid compression statfs caused by clone op
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
04:38 PM Bug #9308: EBUSY on umount of osd volume after ceph-osd shutdown

http://pulpito.ceph.com/dzafman-2016-10-05_15:00:09-rados-wip-zafman-testing2-distro-basic-smithi/456330
David Zafman
04:35 PM Revision a3420f5a (ceph): Merge pull request #11350 from liewegas/wip-bluestore-compression
os/bluestore: fix up compression tests and debug output
Reviewed-by: Igor Fedotov <ifedotov@mirantis.com>
Sage Weil
04:35 PM Revision 73ac2c69 (ceph): os/bluestore: Fix invalid compression statfs caused by clone op
Signed-off-by: Igor Fedotov <ifedotov@mirantis.com> Igor Fedotov
04:27 PM RADOS Backport #16239: 'ceph tell osd.0 flush_pg_stats' fails in rados qa run

description: rados/singleton/{rados.yaml all/osd-backfill.yaml fs/xfs.yaml msgr/random.yaml
msgr-failures/many...
David Zafman
04:27 PM Revision b34841d8 (ceph): Merge pull request #11317 from liewegas/wip-bluestore-aios
os/bluestore: fix has_aios
Reviewed-by: Igor Fedotov <ifedotov@mirantis.com>
Igor Fedotov
04:17 PM CephFS Bug #17525 (Duplicate): "[ FAILED ] LibCephFS.ThreesomeInterProcessRecordLocking" in smoke
Run: http://pulpito.ceph.com/teuthology-2016-10-06_05:00:03-smoke-master-testing-basic-vps/
Job: 457132
Logs: http:...
Yuri Weinstein
04:11 PM Revision 76203235 (ceph): Merge pull request #1196 from ceph/wip-dump-stuck
tasks/dump_stuck: fix failure
/home/teuthworker/archive/sage-dump-stuck/457624
Sage Weil
04:08 PM Revision 6bb585b8 (ceph): Merge remote-tracking branch 'gh/kraken'
Sage Weil
04:05 PM Revision 1c9a7953 (ceph): ceph_test_objectstore: adjust SyntheticMatrixCsumVsCompression parameters
- larger writes
- test both codecs
- use smaller min_alloc_size so that it's easier to write compressed data
- don't ...
Sage Weil
04:03 PM Revision f78c5435 (ceph): os/bluestore: clean up compression debug output
The previous output was impossible to interpret properly.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
04:02 PM Revision 97cb04a1 (ceph): ceph_test_objectstore: limit entropy in 'random' data so it can compress
Both zlib and snappy weren't able to do anything with the current data.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:55 PM Bug #17496 (Duplicate): dump_stuck.py: assert len(unclean) == num_unclean
David Zafman
03:55 PM Bug #17366: "assert len(unclean) == num_unclean" in dump_stuck.py in rados suite
/a/sage-2016-10-03_21:06:11-rados-master---basic-smithi/451225 David Zafman
03:17 PM Revision 09af0272 (ceph): os/bluestore: fix build error
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
02:52 PM Revision d4001c44 (ceph): Merge pull request #1189 from ceph/wip-zafman-fixes
Fixes for rados suite test caused failures and improvements
Reviewed-by: Samuel Just <sjust@redhat.com>
Samuel Just
02:37 PM Revision f73b7652 (ceph): Merge pull request #11346 from ifed01/wip-bluestore-misc
os/bluestore: misc cleanup and test fixes
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:33 PM Revision 5c615be1 (ceph): Merge pull request #11328 from liewegas/wip-bluestore-more-types
os/bluestore: pack a few more in-memory types Sage Weil
02:17 PM Revision 1a5a30f1 (ceph): test/store_test: BluestoreStatFSTest fixes for issues introduced with b...
Signed-off-by: Igor Fedotov <ifedotov@mirantis.com> Igor Fedotov
02:16 PM rbd Subtask #17016 (In Progress): rbd-mirror HA: create a generic/re-usable managed lock class
Ricardo Dias
02:00 PM Revision af1b4152 (ceph): os/bluestore: some cleanup around garbage collector
Signed-off-by: Igor Fedotov <ifedotov@mirantis.com> Igor Fedotov
01:08 PM Linux kernel client Feature #17524 (Resolved): krbd: support disabling auto-exclusive lock transition logic
Support an optional map argument to disable automatic exclusive lock transition upon lock request. librbd offers this... Jason Dillaman
11:13 AM CephFS Bug #17522 (Resolved): ceph_readdirplus_r does not acquire caps before sending back attributes
In order to send a reliable set of attributes back to the caller, cephfs should ensure that the client has shared cap... Jeff Layton
10:47 AM Revision 003dbc83 (ceph): Merge pull request #11344 from xiexingguo/xxg-wip-bluestore-1006
os/bluestore: fix write_big counter and some more cleanups
Reviewed-by: Igor Fedotov <ifedotov@mirantis.com>
Igor Fedotov
10:38 AM CephFS Backport #15999 (Resolved): jewel: CephFSVolumeClient: read-only authorization for volumes
Nathan Cutler wrote:
> https://github.com/ceph/ceph/pull/9558
> https://github.com/ceph/ceph-qa-suite/pull/1041
...
Ramana Raja
10:38 AM Bug #17521 (Resolved): boost header deprecation warnings
When building on f24, I see tons of these sorts of warnings:... Jeff Layton
10:34 AM CephFS Feature #15614 (Resolved): CephFSVolumeClient: read-only authorization for volumes
Ramana Raja
10:04 AM rgw Bug #17520: Java aws-java-sdk-s3 Signature XAmzContentSHA256Mismatch
Ok ... well ... I found a workaround : if I put a clientConfiguratin which override the signer to the old version, it... Olivier HENRY
09:17 AM rgw Bug #17520 (New): Java aws-java-sdk-s3 Signature XAmzContentSHA256Mismatch
Hi,
I'm a java developper and I'm trying to make some calls to ceph with the aws-java-sdk-s3.
When I try with...
Olivier HENRY
09:33 AM Revision e7376420 (ceph): os/bluestore: fix comment
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
08:59 AM Revision 97386dbc (ceph): os/bluestore: simplify bluestore_gc_merge_data checking
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
08:44 AM Revision 1747d497 (ceph): os/bluestore: fix counter of l_bluestore_write_big_bytes
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
08:33 AM Revision 9837f981 (ceph): os/bluestore: more cleanups on _do_write_small()
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
08:21 AM Revision c1fcb531 (ceph): os/bluestore: add _dump_transaction to reduce code redundancy
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
07:36 AM Revision cbbd5463 (ceph): os/bluestore: upgrade wal_seq to std::atomic
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
02:34 AM Linux kernel client Bug #16242 (Resolved): Hit kernel bug in ceph_set_page_dirty
Zheng Yan

10/05/2016

10:36 PM Revision afbcece9 (ceph): Merge pull request #11336 from liewegas/wip-bluestore-spanning-map
os/bluestore: switch spanning_blob_map to std::map Sage Weil
09:27 PM CephFS Bug #17518 (Resolved): monitor assertion failure when deactivating mds in (invalid) fscid 0
Made a simple vstart cluster and tried this:... Patrick Donnelly
09:27 PM Revision e5a66408 (ceph): mailmap: Thomas Serlin affiliation
Signed-off-by: Yann Dupont <yann@objoo.org> Yann Dupont
09:27 PM Revision 7b070629 (ceph): mailmap: Daniel Gollub affiliation
Signed-off-by: Yann Dupont <yann@objoo.org> Yann Dupont
09:27 PM Revision 4c70470a (ceph): mailmap: Peter Maloney affiliation
Signed-off-by: Yann Dupont <yann@objoo.org> Yann Dupont
09:27 PM Revision 5d192d49 (ceph): mailmap: Harald Klein affiliation
Signed-off-by: Yann Dupont <yann@objoo.org> Yann Dupont
09:27 PM Revision a82675cb (ceph): mailmap: Iain Buclaw affiliation
Signed-off-by: Yann Dupont <yann@objoo.org> Yann Dupont
09:27 PM Revision af2f5d8f (ceph): mailmap: Roushan Ali affiliation
Signed-off-by: Yann Dupont <yann@objoo.org> Yann Dupont
09:26 PM Revision 01dacd6e (ceph): mailmap: Bassam Tabbara affiliation
Signed-off-by: Yann Dupont <yann@objoo.org> Yann Dupont
09:14 PM rgw Bug #13286 (Pending Backport): rgw:user email can modify to empty when it has values
Yehuda Sadeh
08:35 PM rgw Bug #13286: rgw:user email can modify to empty when it has values
merged to master - does this need backport? Casey Bodley
07:59 PM rgw Bug #13286: rgw:user email can modify to empty when it has values
https://github.com/ceph/ceph/pull/11340 Yehuda Sadeh
09:12 PM CephFS Bug #17517 (Resolved): ceph-fuse: does not handle ENOMEM during remount
When running 8 ceph-fuse clients on a single Linode VM with 2GB memory, I observed the clients would die under load w... Patrick Donnelly
08:44 PM devops Bug #17516: aarch64: Compiler-based detection of crc32 extended CPU type is broken
*master PR*: https://github.com/ceph/ceph/pull/11391 Nathan Cutler
08:44 PM devops Bug #17516 (Resolved): aarch64: Compiler-based detection of crc32 extended CPU type is broken
Nathan Cutler
08:34 PM Revision cf178588 (ceph): Merge pull request #11340 from yehudasa/wip-13286
rgw-admin: allow unsetting user's email
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
08:27 PM Revision bb81f9dd (ceph): librbd: permit disabling journaling if in corrupt state
Fixes: http://tracker.ceph.com/issues/16740
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
08:26 PM Revision b14d7f14 (ceph): librbd: new journal policy to disable initializing the journal
This will be used in the case where the journal is being disabled.
Signed-off-by: Jason Dillaman <dillaman@redhat.co...
Jason Dillaman
08:15 PM rgw Backport #17505 (In Progress): jewel: rgw: doc: description of multipart part entity is wrong
Nathan Cutler
07:04 PM rgw Backport #17505 (Resolved): jewel: rgw: doc: description of multipart part entity is wrong
https://github.com/ceph/ceph/pull/11342 Nathan Cutler
08:15 PM Revision 77ea5113 (ceph): doc/radosgw: fix description of response elements 'Part'
Signed-off-by: weiqiaomiao <wei.qiaomiao@zte.com.cn>
(cherry picked from commit 9c3fe46a7eb89aedc52582737c200e58d6373...
wei qiaomiao
08:11 PM Bug #17177: cephfs metadata pool: deep-scrub error "omap_digest != best guess omap_digest"

I think that 82fdacda1bf35b029ae8474ddf48c33e62ab81f6 may have caused this issue. I haven't look closely at the ex...
David Zafman
12:12 PM Bug #17177: cephfs metadata pool: deep-scrub error "omap_digest != best guess omap_digest"
A user who has corrupted cephfs metadata says he encountered this issue before. The way cephfs metadata get corrupted... Zheng Yan
07:48 PM Revision 927a3733 (ceph): make-dist: set rpm_release correctly for release builds
Similar to autobuild-ceph 17591db, only try to set rpm_release if there
is a release part to the git describe output ...
Dan Mick
07:43 PM CephFS Bug #17466: MDSMonitor: non-existent standby_for_fscid not caught
I ended up going with a journal flush and a ceph fs reset. The mds is now up and clients can mount. Thank you both fo... Adam Tygart
02:56 PM CephFS Bug #17466: MDSMonitor: non-existent standby_for_fscid not caught
Digging through that patch, I'm not sure it is setup to work with the mdsmap->fsmap conversion that happened at some ... Adam Tygart
01:24 PM CephFS Bug #17466: MDSMonitor: non-existent standby_for_fscid not caught
Hmm, I guess the --yes-i-really-mean-it part isn't helping! (http://tracker.ceph.com/issues/14379)
I've attached Z...
John Spray
01:06 PM CephFS Bug #17466: MDSMonitor: non-existent standby_for_fscid not caught
Well, crap. I don't remember running that, and it wasn't in the bash_history on the monitor I've been using, but:
...
Adam Tygart
12:24 PM CephFS Bug #17466: MDSMonitor: non-existent standby_for_fscid not caught
Anything rank that is in the 'in' set should also be in one of failed,stopped,damaged or up.
I notice that in the ...
John Spray
04:25 AM CephFS Bug #17466: MDSMonitor: non-existent standby_for_fscid not caught
http://people.cs.ksu.edu/~mozes/ceph-mon.hobbit01-debug-branch.log
Unfortunately, it would seem we're bailing out ...
Adam Tygart
12:26 AM CephFS Bug #17466: MDSMonitor: non-existent standby_for_fscid not caught
mon level 20 should do it. Greg Farnum
07:32 PM Revision cab233d5 (ceph): mon/PGMap: PGs can be stuck more than one thing
This was inadvertantly changed waaay back in
9c95bb0454dbad781b6655f4c7116620005101f7.
This fixes the health warning...
Sage Weil
07:32 PM Bug #17515 (Resolved): mon: health does not report pgs stuck in more than one state
https://github.com/ceph/ceph/pull/11339 Sage Weil
07:30 PM Revision a35b7f6a (ceph): Merge pull request #11334 from ceph/wip-make-dist-tag
make-dist: set rpm_release correctly for release builds
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
07:30 PM Revision f0dffe56 (ceph): tasks/dump_suck: mark down osds one at a time
This forces them to be unclean, *then* stale. This ensures
that after they are both down they are both *always* uncl...
Sage Weil
07:24 PM Revision 5ef07c32 (ceph): tasks/dump_stuck: fix unclean count
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:24 PM Revision 50f20224 (ceph): tasks/dump_stuck: more verbose
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:08 PM rgw Backport #17514 (Resolved): jewel: rgw:bucket check remove _multipart_ prefix
https://github.com/ceph/ceph/pull/11470 Nathan Cutler
07:07 PM rgw Backport #17513 (Resolved): jewel: S3 object versioning fails when applied on a non-master zone
https://github.com/ceph/ceph/pull/11367 Nathan Cutler
07:06 PM rgw Backport #17512 (Resolved): jewel: multisite: metadata master can get the wrong value for 'oldest...
https://github.com/ceph/ceph/pull/11868 Nathan Cutler
07:06 PM rgw Backport #17511 (Resolved): jewel: s3tests-test-readwrite failing with 500
https://github.com/ceph/ceph/pull/11471 Nathan Cutler
07:05 PM rgw Backport #17510 (Resolved): jewel: ERROR: got unexpected error when trying to read object: -2
https://github.com/ceph/ceph/pull/11472 Nathan Cutler
07:05 PM rgw Backport #17509 (Resolved): jewel: Config parameter "rgw keystone make new tenants" in radosgw mu...
https://github.com/ceph/ceph/pull/11473 Nathan Cutler
07:04 PM rbd Backport #17508 (Resolved): jewel: rbd-mirror: potential crash during replay shut down
https://github.com/ceph/ceph/pull/11433 Nathan Cutler
07:04 PM rgw Backport #17507 (Resolved): jewel: multisite: 'radosgw-admin period prepare' is obsolete
https://github.com/ceph/ceph/pull/11574 Nathan Cutler
07:04 PM rbd Backport #17506 (Resolved): jewel: assert failure in run-rbd-unit-tests.sh
https://github.com/ceph/ceph/pull/11433 Nathan Cutler
06:58 PM rgw Backport #17161 (In Progress): jewel: multisite: StateBuildingFullSyncMaps doesn't check for erro...
Nathan Cutler
03:09 PM rgw Backport #17161: jewel: multisite: StateBuildingFullSyncMaps doesn't check for errors before adva...
https://github.com/ceph/ceph/pull/11330 Casey Bodley
06:55 PM rbd Backport #17060 (In Progress): jewel: Cannot disable journaling or remove non-mirrored, "non-prim...
Nathan Cutler
06:51 PM rbd Backport #17060 (New): jewel: Cannot disable journaling or remove non-mirrored, "non-primary" image
Neither of the two commits in https://github.com/ceph/ceph/pull/10712 appear to have been backported. I cannot find t... Nathan Cutler
03:00 PM rbd Backport #17060 (In Progress): jewel: Cannot disable journaling or remove non-mirrored, "non-prim...
Not all associated commits backported Jason Dillaman
06:53 PM Revision 268ad74e (ceph): mds/SessionMap.cc: remove unneeded use of count
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
06:41 PM Revision 10dbfc54 (ceph): rgw: remove user email index using helper function
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
06:34 PM Revision ebfd713d (ceph): rgw:user email can modify to empty
Fixes: http://tracker.ceph.com/issues/13286
Signed-off-by: Weijun Duan <duanweijun@h3c.com>
weijun duan
06:26 PM Revision 1a7faefd (ceph): rgw_file: pre-assign times
Set unix timestamps based on RGW values for creation, modification
time for buckets, objects in stat requests. Regar...
Matt Benjamin
06:26 PM Revision 0c932b90 (ceph): rgw_file: fix set_attrs operation
The effective part of this change is to always set a value
for RGW_ATTR_UNIX_KEY1 (because it is expected later).
Se...
Matt Benjamin
06:26 PM Revision 0de33909 (ceph): rgw_file: implement rgw_setattr
Introduce a new RGWSetattrs RGWOp descendant, to create or replace
sets of attrs on buckets or objects.
This version...
Matt Benjamin
06:25 PM Revision 00f3fbe7 (ceph): rgw: remove duplicated calls to getattr
Signed-off-by: Weibing Zhang <zhangweibing@unitedstack.com>
(cherry picked from commit 87b550ed2fba472d4ef2e1f771bb5f...
zhangweibing
06:25 PM Revision c5399285 (ceph): rgw: rgw file fix bug of rgw_lookup can not exact match file name
bug reproduce steps:
in nfs-client (connect to nfs-ganesha server):
1. mv file file.rename
2. stat file // get file a...
Min Chen
06:25 PM Revision 9f5c7377 (ceph): rgw: fix the wrong return value
Here `parent->readdir` will return negative numbers When there is an error.
so we should just return it.
Signed-off-...
Yan Jun
06:25 PM Revision cf1353c2 (ceph): rgw_file: restore local definition of RGWLibFS gc interval
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
(cherry picked from commit 31936caa09b46e86700faad969adfa9d431762...
Matt Benjamin
06:25 PM Revision 7a648ed9 (ceph): rgw_file: explain semantics of RGWFileHandle::commit
Add a comment explaining why the method currently returns 0
unconditionally.
Signed-off-by: Matt Benjamin <mbenjamin...
Matt Benjamin
06:25 PM Revision 0135da74 (ceph): ceph_timer: prefer using directive to typedef
This change replaces the existing member-hook typedef as well as
the new set-type typedefs, so committed separately.
...
Matt Benjamin
06:25 PM Revision 2a9233f1 (ceph): librgw: add API version defines for librgw and rgw_file
This change borrows the major, minor+extra format used by libcephfs.
The version numbering is starting at 1,1,0 on th...
Matt Benjamin
06:24 PM Revision 2d6966f7 (ceph): rgw file: allow RGWLibFS::write_completion_interval_s to be set in conf
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
(cherry picked from commit 70dad0fba561edaf0bb4e746e29b92a4e9b014b2)
Matt Benjamin
06:24 PM Revision 7071845f (ceph): rgw_file: log on write completion events at level 10
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
(cherry picked from commit d1e512d8c0e20df5a96ccb5f775a7a2ca123efbe)
Matt Benjamin
06:24 PM Revision 95310c7f (ceph): rgw_file: add RGW_OPEN_FLAG_STATELESS as a synonym for V3
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
(cherry picked from commit da596eb3af69c2cdf191893eb44a8947662634cf)
Matt Benjamin
06:24 PM Revision 697d4ef7 (ceph): rgw_file: implement stateless write completion timer
Implements a temporal mechanism to enforce write completion for setups
which lack open state tracking (e.g., NFS3).
...
Matt Benjamin
06:24 PM Revision 4a31509c (ceph): rgw_file: fix/update rgw_create flag arguments
Allow passing POSIX open flags as well as api call flags. Needed
for NFS3 support.
Signed-off-by: Matt Benjamin <mb...
Matt Benjamin
06:24 PM Revision 73f9a0b1 (ceph): rgw_file: fix/update rgw_open flag arguments
Allow passing POSIX open flags as well as api call flags. Needed
for NFS3 support.
Signed-off-by: Matt Benjamin <mb...
Matt Benjamin
06:24 PM Revision 4ceb70eb (ceph): rgw file: remove busy-wait in RGWLibFS::gc()
This is a background thread. However, CPU is wasted.
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
(cherry pi...
Matt Benjamin
06:23 PM Revision 8e1515b0 (ceph): rgw_file: unlock() must precede out label
In lookup_handle(...).
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
(cherry picked from commit 9f64f34e481278...
Matt Benjamin
06:23 PM Revision 88eeaa96 (ceph): rgw nfs: fix write continuations
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
(cherry picked from commit b4d079f2b5a4d49b2ba7576b272a2a3f3b0d66c8)
Matt Benjamin
06:23 PM Revision f0b17999 (ceph): rgw nfs: don't leak fh->mtx in lookup_handle()
This change fixes a serious latent locking problem, noticed after
updating the ganesha/rgw driver invalidation after ...
Matt Benjamin
06:23 PM Revision f16ac90f (ceph): rgw file: refuse to rename directories
The representation of paths as an aggregate involving any
number of objects argues against ever permitting such
opera...
Matt Benjamin
06:18 PM Revision 0ff0c9a8 (ceph): make-dist: set rpm_release correctly for release builds
Similar to autobuild-ceph 17591db, only try to set rpm_release if there
is a release part to the git describe output ...
Dan Mick
05:14 PM Revision 23b749f9 (ceph): rgw_file: refuse ops on deleted targets
Detect these illegal cases, as they are indicate various incorrect
behaviors/bugs.
Signed-off-by: Matt Benjamin <mbe...
Matt Benjamin
05:14 PM Revision 345de45c (ceph): rgw_file: implement rgw_setattr
Introduce a new RGWSetattrs RGWOp descendant, to create or replace
sets of attrs on buckets or objects.
This version...
Matt Benjamin
05:13 PM Revision 88b50278 (ceph): rgw_file: refuse partial, out-of-order writes
A single file object may be opened only once per gateway
instance, and writes to that object must be complete, and in...
Matt Benjamin
05:13 PM Revision be243695 (ceph): rgw_file: fix rename cases and unify unlink
Rather ordinary rename cases failed in the unlink step. Fix this,
unifying the unlink path while at it.
Signed-off-...
Matt Benjamin
04:46 PM Revision a10d7006 (ceph): add ldap auth custom search filter feature patch - http://tracker.ceph....
Signed-off-by: Harald Klein <hari@vt100.at>
(cherry picked from commit c935885ae9d5fd413495448a0b0e5fce899c9b73)
Fix...
Harald Klein
04:46 PM Revision 74866385 (ceph): rgw ldap: protect rgw::from_base64 from non-base64 input
Also adds unit tests for:
1. empty output from from_base64 (turns out to be harmless)
2. random and specific non-base...
Matt Benjamin
04:45 PM Revision 68788fb8 (ceph): rgw ldap: enforce simple_bind w/LDAPv3
Found by Harald Klein <hklein@redhat.com>.
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
(cherry picked from c...
Matt Benjamin
04:42 PM Revision 871caeb5 (ceph): rgw: add reinit/rebind logic (ldap)
Gracefully handle stale LDAP connections by rebinding--verified
with MS AD. Rebind is attempted once per request unt...
Matt Benjamin
04:17 PM Revision 63d5b68d (ceph): os/bluestore: switch spanning_blob_map to std::map
The intrusive map overhead on Blob is expensive when a tiny fraction of
Blobs actually end up in the spanning_blob_ma...
Sage Weil
04:07 PM rgw Bug #17293 (Pending Backport): Config parameter "rgw keystone make new tenants" in radosgw multit...
Yehuda Sadeh
04:07 PM Revision 1b90ab37 (ceph): Merge pull request #11127 from SirishaGuduru/multitenancy-doc-change
Changed config parameter "rgw keystone make new tenants" in radosgw multitenancy
Reviewed-by: Yehuda Sadeh <yehuda@r...
Yehuda Sadeh
04:04 PM rgw Documentation #16604 (Resolved): rgw_enable_usage_log = true option is missing in Rados Gateway a...
Yehuda Sadeh
04:04 PM Revision 086cebc9 (ceph): Merge pull request #10159 from mhackett/wip-mhackett-16604
doc: add rgw_enable_usage_log option in Rados Gateway admin guide
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
03:55 PM rgw Bug #17504 (Pending Backport): rgw: doc: description of multipart part entity is wrong
Yehuda Sadeh
03:54 PM rgw Bug #17504 (Resolved): rgw: doc: description of multipart part entity is wrong
https://github.com/ceph/ceph/pull/10641 Yehuda Sadeh
03:55 PM Revision a1734272 (ceph): Merge pull request #10641 from weiqiaomiao/wqm-wip-rgw-s3api
doc/radosgw: fix description of response elements 'Part'
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
03:22 PM rgw Bug #16930 (Pending Backport): s3tests-test-readwrite failing with 500
Casey Bodley
03:06 PM Revision de0c4e12 (ceph): rgw: RGWDataSyncCR fails on errors from RGWListBucketIndexesCR
Fixes: http://tracker.ceph.com/issues/17073
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from com...
Casey Bodley
03:00 PM rbd Bug #16740 (Pending Backport): Cannot disable journaling or remove non-mirrored, "non-primary" image
Jason Dillaman
02:51 PM Revision 85224aef (ceph): Merge pull request #11286 from yehudasa/wip-16930
rgw: don't fail if lost race when setting acls
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
02:34 PM Revision 478d0100 (ceph): rgw: remove unused variable "ostr" in rgw_b64.h and fix the comment
Signed-off-by: Weibing Zhang <zhangweibing@unitedstack.com> Weibing Zhang
02:17 PM rgw Bug #17443: rgw: versioning is broken in current master
https://github.com/ceph/ceph/pull/11270 is the pull request that needs backport Casey Bodley
02:15 PM mgr Feature #17503 (Resolved): Enable python modules to subscribe to cluster log

Could either have mgr subscribe (using MonClient) at info level, and then pass everything into module notify() call...
John Spray
02:15 PM Revision fefd61f8 (ceph): Merge pull request #11319 from markhpc/wip-bluestore-optimize-size
os/bluestore: optimize intrusive sets for size.
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:11 PM rbd Feature #17502: Thinly provisioned RBD image creation/resize should check RBD pool free size
As this is a thin provision feature may be instead of error we can give WARNING and user should ack it to goahead wit... Vikhyat Umrao
01:00 PM rbd Feature #17502: Thinly provisioned RBD image creation/resize should check RBD pool free size
This feature will be good to check RBD pool size before allowing create or resize to go beyond the MAX AVAIL. We shou... Vikhyat Umrao
12:56 PM rbd Feature #17502: Thinly provisioned RBD image creation/resize should check RBD pool free size
Downstream Feature Request: https://bugzilla.redhat.com/show_bug.cgi?id=1381964 Vikhyat Umrao
12:53 PM rbd Feature #17502 (Rejected): Thinly provisioned RBD image creation/resize should check RBD pool fre...
Thinly provisioned RBD image creation/resize should check RBD pool free size
Additional info:
------------------...
Vikhyat Umrao
02:00 PM Revision 7176b61b (ceph): Merge pull request #11313 from ceph/wip-krbd-lock-on-read-option
rbd: recognize lock_on_read option
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:59 PM rbd Subtask #17423 (In Progress): [data pool] add new non-dynamic feature bit for data pool
Jason Dillaman
01:56 PM Revision 0932d39e (ceph): os/bluestore: simplify BufferSpace writing_map / list
We were tracking buffers by seq. In reality, though, we
won't have very many buffers that have in flight IO to
the s...
Sage Weil
01:44 PM Revision 6bbac0e0 (ceph): unittest_bluestore_types: more type sizeofs
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:44 PM Revision 7072be6a (ceph): Merge pull request #11264 from liewegas/wip-bluestore-blob-split
os/bluestore: try to split blobs instead of spanning them
Reviewed-by: Igor Fedotov <ifedotov@mirantis.com>
Sage Weil
01:43 PM Revision 871aa4a3 (ceph): os/bluestore: make Buffer smaller
160 -> 152 bytes
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:17 PM Bug #17180: Osd restarts intermittently while running ceph FS IO
Same here with 10.2.3. I was doing a test when it happened. I had a test cluster set up with 3 VMs. I just ran fio on... Peter Maloney
12:11 PM Revision 06448acf (ceph): cls_rbd: add initial support for separate data pools
Fixes: http://tracker.ceph.com/issues/17422
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
12:11 PM Revision c5f22900 (ceph): librbd: new RBD_FEATURE_DATA_POOL feature bit
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
11:04 AM Revision 4d077b14 (ceph): Merge pull request #11323 from liewegas/wip-bluestore-more-types
unittest_bluestore_types: a few more types for sizeof
Reviewed-by: Igor Fedotov <ifedotov@mirantis.com>
Igor Fedotov
08:34 AM rgw Bug #16357: radosgw stats error
I'm still able to reproduce this in master; these are the steps I did... Abhishek Lekshmanan
04:30 AM Revision 60cdb053 (ceph): ceph_manager: do_pg_scrub() don't resubmit a request for 2 minutes
Add 6 minute fatal timeout
Warn when repair is being resubmitted because it causes races
Signed-off-by: David Zafman...
David Zafman
04:30 AM Revision c7bcb2bd (ceph): multibench: Fixed so I can use this standalone
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
04:22 AM rgw Bug #14589 (Fix Under Review): bucket check --check-objects has not return
Nathan Cutler
04:10 AM Linux kernel client Bug #17070 (Resolved): Kernel complains about "Bad page state" when cephfs tries to free page
Zheng Yan
04:09 AM Linux kernel client Bug #15432: kcephfs: umount -f can fail after mds reconnect failure
It's not completed resolved. 'umount -f' hangs if there are hang OSD requests (caused by unhealth OSD cluster or libc... Zheng Yan
03:40 AM rbd Subtask #17422 (Fix Under Review): [data pool] cls_rbd updates for data pool
*PR*: https://github.com/ceph/ceph/pull/11327 Jason Dillaman
02:19 AM Feature #17501 (New): ec overwrites write zeroes efficiently
Zeroes to the data blocks are easy, zeroes to the parity blocks aren't -- not zeroes! Perhaps add some kinda writesa... Samuel Just
01:39 AM Feature #17500 (New): updated ec overwrites to support fadvise
Samuel Just
01:34 AM rbd Bug #17416 (Fix Under Review): Improve resiliency of rbd-mirror stress test case
*PR*: https://github.com/ceph/ceph/pull/11326 Jason Dillaman
01:31 AM Revision dc77a629 (ceph): journal: avoid holding lock while sending journal append
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:31 AM Revision a9606581 (ceph): journal: use reverse iterator search to find flush record
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:31 AM Revision 4483531a (ceph): journal: delay moving overflowed buffers until quiesced
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:31 AM Revision 24faead0 (ceph): journal: clean up object recorder closed/overflow callback
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:31 AM Revision 355c79cb (ceph): librbd: ignore attempts to request lock if already lock owner
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:31 AM Revision 8c2ff9bc (ceph): rbd-mirror: potential race allocating tag during shut down
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:31 AM Revision a6dd6b50 (ceph): qa/workunits: reduce amount of client IO for rbd-mirror stress
Journal IO is faster now, resulting in OSDs quickly filling up
under the stress test case.
Signed-off-by: Jason Dill...
Jason Dillaman
01:04 AM Feature #15623: EC Overwrites: ECBackend TPC support
Samuel Just
01:04 AM Feature #14040: ECBackend support for RMW
Samuel Just
01:04 AM Feature #14039: ECBackend cache extents with unapplied writes
Samuel Just
12:12 AM Revision 5b3cd2ef (ceph): Merge pull request #10223 from mikulely/doc-s3-static-website-support
doc: update s3 static webiste feature support status
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Yehuda Sadeh
12:08 AM rgw Bug #14208: rgw: 500 returned on Put Bucket ACL (ECANCELLED/-125)
@prallabh issue looks similar, but not the same problem afaict Yehuda Sadeh
12:06 AM Revision a8d33c08 (ceph): rgw: need to 'open_object_section' before dump stats in 'RGWGetUsage_Ob...
Fixes: http://tracker.ceph.com/issues/17499
Signed-off-by: weiqiaomiao <wei.qiaomiao@zte.com.cn>
wei qiaomiao
12:03 AM rgw Bug #17499 (Resolved): rgw: need to modify getusage api to json encode stats correctly
https://github.com/ceph/ceph/pull/11325 Yehuda Sadeh
12:02 AM Revision c16929f6 (ceph): Merge pull request #11325 from yehudasa/wip-17499
rgw: need to 'open_object_section' before dump stats in 'RGWGetUsage_…
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh

10/04/2016

11:45 PM rgw Bug #17499: rgw: need to modify getusage api to json encode stats correctly
https://github.com/ceph/ceph/pull/9495 Yehuda Sadeh
11:45 PM rgw Bug #17499 (Resolved): rgw: need to modify getusage api to json encode stats correctly
Yehuda Sadeh
11:34 PM CephFS Bug #17466: MDSMonitor: non-existent standby_for_fscid not caught
I'm building it now. What logs and levels would you like me to collect? Adam Tygart
10:57 PM CephFS Bug #17466: MDSMonitor: non-existent standby_for_fscid not caught
I built a debug commit and merged in wip-17466-jewel; named the result wip-1746-jewel-debug. Greg Farnum
10:05 PM CephFS Bug #17466: MDSMonitor: non-existent standby_for_fscid not caught
there was definitely an encoding issue. I went back through the historical mdsmaps and it wasn't always insisting it ... Adam Tygart
09:57 PM CephFS Bug #17466: MDSMonitor: non-existent standby_for_fscid not caught
I think that if you use the repair tools to flush the MDS journal and then do an fs reset you should get everything b... Greg Farnum
09:43 PM CephFS Bug #17466: MDSMonitor: non-existent standby_for_fscid not caught
No, you're correct. The part you're missing is MDSMonitor::maybe_expand_cluster(), invoked from MDSMonitor::tick(). I... Greg Farnum
07:37 PM CephFS Bug #17466: MDSMonitor: non-existent standby_for_fscid not caught
https://github.com/ceph/ceph/blob/master/src/mon/MDSMonitor.cc#L2865
If I'm reading the code paths correctly, and ...
Adam Tygart
11:02 AM CephFS Bug #17466: MDSMonitor: non-existent standby_for_fscid not caught
Gah, I thought I saw it (created new FS and set standby_for_fscid, then saw it stuck in standby), but a few deamon re... John Spray
10:44 AM CephFS Bug #17466: MDSMonitor: non-existent standby_for_fscid not caught
There is some other bug here with standby_for_rank and standby_for_fscid set correctly, I can reproduce it locally. ... John Spray
11:21 PM rgw Bug #17111 (Pending Backport): ERROR: got unexpected error when trying to read object: -2
Note that we need to be careful here when backporting, there's an encoding change. Yehuda Sadeh
11:20 PM rgw Bug #17111: ERROR: got unexpected error when trying to read object: -2
https://github.com/ceph/ceph/pull/10820 Yehuda Sadeh
11:20 PM Revision 92c2c9bc (ceph): Merge pull request #10820 from yanghonggang/master
rgw: fix get object instance returned NoSuchKey error
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
10:48 PM Revision 91a70c3e (ceph): Merge pull request #10726 from weiqiaomiao/wqm-wip-remove-ret
rgw: remove the field ret from class RGWPutLC
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
10:34 PM Bug #17177: cephfs metadata pool: deep-scrub error "omap_digest != best guess omap_digest"
What would really help here is a minimal reproducer that reliably demonstrates the issue. If we can get that it shoul... Brad Hubbard
10:19 PM Revision dba6a108 (ceph): Merge pull request #30 from codenrhoden/update_go_and_ceph_version
Update Dockerfile to Go 1.7.1 and Ceph Jewel Noah Watkins
10:14 PM Revision 02f45717 (ceph): os/bluestore: make BufferSpace smaller
Saves 24 bytes!
BufferSpace 104 -> 80 bytes
SharedBlob 216 -> 192 bytes
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
10:04 PM Revision 7c5b77a6 (ceph): os/bluestore: pack SharedBlob
224 -> 216 bytes
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
10:03 PM Revision 2094168a (ceph): os/bluestore: pack Blob members
272 -> 264 bytes
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
10:00 PM Revision aefb922d (ceph): Update Dockerfile to Go 1.7.1 and Ceph Jewel
This moves Go to 1.7.1, using Debian Jessie
Uses Ceph Jewel instead of Hammer
Uses download.ceph.com
Debian Jessie d...
Travis Rhoden
09:55 PM Revision 85256850 (ceph): rgw: dump objects in RGWBucket::check_object_index()
Fixes: http://tracker.ceph.com/issues/14589
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
09:54 PM rgw Bug #14589: bucket check --check-objects has not return
Issue was probably found by code inspection, and didn't really have any impact (other than that when running a specif... Yehuda Sadeh
09:38 PM Revision cd9d6145 (ceph): unittest_bluestore_types: a few more types for sizeof
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
09:03 PM rgw Backport #17339: jewel: objects in the metadata_heap pool are created, but never read or removed
https://github.com/ceph/ceph/pull/11321 Matt Benjamin
08:50 PM rgw Bug #13724 (Pending Backport): rgw:bucket check remove _multipart_ prefix
https://github.com/ceph/ceph/pull/6501 Yehuda Sadeh
08:49 PM Revision a8fe5554 (ceph): Merge pull request #6501 from dwj192/check-index-multipart
rgw:bucket check remove _multipart_ prefix
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
08:10 PM rgw Bug #16894 (Pending Backport): multisite: metadata master can get the wrong value for 'oldest_log...
Yehuda Sadeh
08:10 PM Revision 69b11838 (ceph): Merge pull request #10558 from cbodley/wip-rgw-mdlog-history
rgw: store oldest mdlog period in rados
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
08:04 PM Revision ed4591c5 (ceph): os/bluestore: optimize intrusive sets for size.
Signed-off-by: Mark Nelson <mnelson@redhat.com> Mark Nelson
07:51 PM Bug #17496 (Duplicate): dump_stuck.py: assert len(unclean) == num_unclean
... Sage Weil
07:47 PM Bug #17021 (Can't reproduce): make check: unittest_bluefs crashes
i haven't seen this in a while; pls reopen if you do. Sage Weil
07:44 PM Bug #17495 (Resolved): mon: bad EPERM
... Sage Weil
07:28 PM Revision 3ed80d97 (ceph): os/bluestore/KernelDevice: fix aio_submit race
Behave if pending is empty.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
07:28 PM Revision f688302d (ceph): os/bluestore: fix has_aios -> has_pending_aios
This is only called from safe callers (with exclusive access),
so we don't need a lock.
It also should only return t...
Sage Weil
06:41 PM Revision 1c6b6b49 (ceph): mds/SessionMap.cc:put classes in unnamed namespace
So they have internal linkage.
Signed-off-by: Michal Jarzabek <stiopa@gmail.com>
Michal Jarzabek
06:10 PM Revision 16e6e349 (ceph): Merge pull request #11312 from liewegas/wip-bluestore-assign-blob
os/bluestore: fix crash in decode_some() Sage Weil
05:50 PM Revision e857b789 (ceph): rbd: recognize lock_on_read option
Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Ilya Dryomov
05:20 PM Revision b974dac0 (ceph): Merge pull request #10372 from cbodley/wip-rgw-data-log-trim
rgw multisite: trim data logs as peer zones catch up
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
04:52 PM Revision 6b21e69a (ceph): os/bluestore: fix crash in decode_some()
shared_blob must be non-null when we call Extent::assign_blob().
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
04:25 PM Revision 7625ebd8 (ceph): Merge pull request #1194 from ceph/wip-17416
suites/rbd: increase timeout for rbd-mirror stress test Yuri Weinstein
04:04 PM rbd Bug #17416: Improve resiliency of rbd-mirror stress test case
*QA PR*: https://github.com/ceph/ceph-qa-suite/pull/1194 Jason Dillaman
04:03 PM Revision 525e445f (ceph): suites/rbd: increase timeout for rbd-mirror stress test
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
04:00 PM RADOS Backport #17445: jewel: list-snap cache tier missing promotion logic (was: rbd cli segfault when ...
Moving to core team to verify if the empty "snaps" vector in "librados::clone_info_t" is a newly introduced issue in ... Jason Dillaman
03:39 PM Revision 96707194 (ceph): Merge pull request #11295 from liewegas/wip-bluestore-cache
os/bluestore: make cache settings process-wide
Reviewed-by: Igor Fedotov <ifedotov@mirantis.com>
Sage Weil
03:22 PM Revision 3e4a59d8 (ceph): Merge pull request #11291 from trociny/wip-qa-mirror-asok
qa/workunits/rbd: check status also in pool dir after asok commands
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
03:17 PM rbd Subtask #17422 (In Progress): [data pool] cls_rbd updates for data pool
Jason Dillaman
03:15 PM rgw Bug #17387 (Pending Backport): multisite: 'radosgw-admin period prepare' is obsolete
Casey Bodley
03:14 PM Revision 8c2dc6ea (ceph): Merge pull request #11278 from gaurav36/wip-obsolete-rgw-admin-period-p...
rgw: obsolete 'radosgw-admin period prepare' command
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
03:14 PM Revision b16bd778 (ceph): unittest_bluestore_types: show sizeof for key types
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:03 PM Revision fcf61342 (ceph): Merge pull request #11307 from jcsp/wip-mgr-compile
mgr: squash compiler warnings
Reviewed-by: Willem Jan Withagen <wjw@digiware.nl>
John Spray
02:59 PM Revision 304a3b1b (ceph): os/bluestore: use Extent::assign_blob
More explicit, less error-prone.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
02:44 PM Revision 7a93aa87 (ceph): Merge pull request #11299 from liewegas/wip-mgr-fix
mgr: implement con reset handling
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
02:05 PM mgr Bug #17492 (Resolved): MgrMonitor: valgrind UninitCondition failures
John Spray
01:23 PM mgr Bug #17492 (Fix Under Review): MgrMonitor: valgrind UninitCondition failures
https://github.com/ceph/ceph/pull/11308 Sage Weil
05:47 AM mgr Bug #17492 (Resolved): MgrMonitor: valgrind UninitCondition failures
This is triggering failures in our valgrind tests. Among others, http://qa-proxy.ceph.com/teuthology/gregf-2016-10-03... Greg Farnum
02:05 PM Revision d5c6a961 (ceph): Merge pull request #11308 from liewegas/wip-mgr-valgrind
mgr/MgrMap: initialize all fields
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
02:01 PM Revision f48690eb (ceph): os/bluestore: only split blobs on min_alloc_size boundaries
Otherwise we can throw off the allocator.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:58 PM Revision 1508c70d (ceph): rgw multisite: obsolete 'radosgw-admin period prepare' command
All that the 'radosgw-admin period prepare' command does is create an
empty period and write it to rados. When we add...
Gaurav Garg
01:49 PM Revision c6a7d48f (ceph): pybind: clean up mgr stuff for flake8
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
01:37 PM Revision ed450d68 (ceph): os/bluestore: prune deallocated blob tails
This saves us space: no invalid extent, and no unused csum_data.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:36 PM Revision 1a39872b (ceph): os/bluestore: try to split blobs instead of spanning them
If a blob crosses a shard boundary, try to split it into pieces
instead of making it spanning. This is only possible...
Sage Weil
01:23 PM Revision 5b3e7162 (ceph): mgr/MgrMap: initialize all fields
Fixes: http://tracker.ceph.com/issues/17492
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:21 PM rbd Feature #16212 (Resolved): Replicate image metadata settings
Jason Dillaman
01:12 PM Revision a22bb9cb (ceph): mgr: squash compiler warnings
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
01:12 PM Revision 0aab9e27 (ceph): Merge pull request #11254 from xiexingguo/xxg-wip-fs-0929
mds/MDCache: kill a comipler warning
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
John Spray
01:06 PM rbd Bug #17494 (Resolved): memory leak in MirroringWatcher::notify_image_updated
Jason Dillaman
01:05 PM rbd Bug #17494 (Pending Backport): memory leak in MirroringWatcher::notify_image_updated
Jason Dillaman
01:04 PM rbd Bug #17494: memory leak in MirroringWatcher::notify_image_updated
*PR*: https://github.com/ceph/ceph/pull/11306 Jason Dillaman
01:04 PM rbd Bug #17494 (Resolved): memory leak in MirroringWatcher::notify_image_updated
The librados::AioCompletion is not released Jason Dillaman
01:06 PM rbd Feature #16213 (Resolved): Replicate dynamic feature updates
Jason Dillaman
01:05 PM Revision baa2202e (ceph): Merge pull request #11306 from trociny/fixup-notify_image_updated
librbd: memory leak in MirroringWatcher::notify_image_updated
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:00 PM Revision 3b021d66 (ceph): Merge pull request #11303 from ceph/wip-rbd-clarify-size
doc: clarify rbd size units
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
12:54 PM Revision 91d7de44 (ceph): librbd: memory leak in MirroringWatcher::notify_image_updated
Signed-off-by: Mykola Golub <mgolub@mirantis.com> Mykola Golub
12:49 PM rbd Bug #17355 (Pending Backport): rbd-mirror: potential crash during replay shut down
Also requires changes from #17446 Jason Dillaman
12:49 PM rbd Bug #17446 (Pending Backport): assert failure in run-rbd-unit-tests.sh
Jason Dillaman
12:48 PM Revision 476820bf (ceph): Merge pull request #11257 from trociny/wip-17355-fixup
journal: ensure in-flight ops are complete destroying journaler
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
12:38 PM CephFS Bug #17468: CephFs: IO Pauses for more than a 40 seconds, while running write intensive IOs
1. MDS runs with default configuration.
2. On MDS node, I ran following commands:
# ceph --admin-daemon ceph-md...
Vishal Kanaujia
11:32 AM CephFS Bug #17216: ceph_volume_client: recovery of partial auth update is broken
Proposed fix: https://github.com/ceph/ceph/pull/11304 Ramana Raja
11:30 AM Revision 2d1f1646 (ceph): Merge pull request #11259 from b-ranto/wip-selinux-tmp-files
selinux: Allow ceph to manage tmp files
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
Boris Ranto
11:23 AM Revision a95de788 (ceph): ceph_volume_client: check if volume metadata is empty
... when recovering from partial auth updates.
Auth update happens in the following order:
auth metadata update, vol...
Ramana Raja
11:23 AM Revision 0ab8badc (ceph): ceph_volume_client: fix partial auth recovery
... for volumes whose group_id is None.
Signed-off-by: Ramana Raja <rraja@redhat.com>
Ramana Raja
11:21 AM Revision 675cb91b (ceph): ceph_volume_client: fix _recover_auth_meta() method
It needs to be an instance method.
Fixes: http://tracker.ceph.com/issues/17216
Signed-off-by: Ramana Raja <rraja@red...
Ramana Raja
10:51 AM Revision 6dda2b93 (ceph): rbd-mirror HA: move librbd::image_watcher::Notifier to librbd::object_w...
Fixes: http://tracker.ceph.com/issues/17017
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
09:57 AM Revision f1fb667d (ceph): messages: fix MMDSBeacon constructor
This was leaving garbage in some fields during decode
when decoding messages with an older version.
Fixes: http://tr...
John Spray
08:21 AM Revision d38dc29e (ceph): doc: clarify rbd size units
It wasn't clear from the man page that --size defaults to M.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Ilya Dryomov
06:39 AM Revision 5c291855 (ceph): doc: fix librados example programs
basically s/rados_wait_for_(safe|complete)/rados_aio_wait_for_\1/g
Signed-off-by: Alexey Sheplyakov <asheplyakov@mir...
Alexey Sheplyakov
05:32 AM CephFS Bug #17368 (Resolved): mds: allowed GIDs must be ordered in the cephx string
Greg Farnum
05:32 AM CephFS Bug #16367 (Resolved): libcephfs: UID parsing breaks root squash (Ganesha FSAL)
Greg Farnum
05:30 AM Revision 11023860 (ceph): Merge pull request #11218 from ceph/wip-getuid
Client: pass "UserPerm" struct everywhere for security checks
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Greg Farnum
04:43 AM Revision 8833c644 (ceph): PG: block writes and scan log for scrub using inclusive upper bound
See comment in commit.
Signed-off-by: Samuel Just <sjust@redhat.com>
Samuel Just
04:43 AM Revision 2176c847 (ceph): hobject: clarify is_snap and has_snapset for max
Signed-off-by: Samuel Just <sjust@redhat.com>
(cherry picked from commit a2c27c9423b43b8c5633fb0af95f28b0de94b365)
Samuel Just
04:43 AM Revision 16f9d952 (ceph): src/osd: relax the requirement that we scrub a whole hash value
Previously, we needed to scrub all objects in clones in a single
hash value mainly to ensure that _scrub had access t...
Samuel Just
04:43 AM Revision 0e2338e5 (ceph): osd_types,PG: force the map used in _scrub to be sorted correctly
Previously, ScrubMap::objects was always sorted bitwise (nibblewise
before the comparator change was made. It didn't...
David Zafman
04:05 AM Revision 6d410e97 (ceph): osd_types,PG: force the map used in _scrub to be sorted correctly
Previously, ScrubMap::objects was always sorted bitwise (nibblewise
before the comparator change was made. It didn't...
David Zafman
01:18 AM Revision d43b69e5 (ceph): rgw: fix versioned object IO error
When accessing a copied destination object, its source object's instance ID
information is needed, however it's m...
Yang Honggang

10/03/2016

11:57 PM CephFS Bug #17466: MDSMonitor: non-existent standby_for_fscid not caught
ceph-post-file: 731781d4-c78c-47f9-9de3-e151b5c1a5f9
Above is the Monitor log with a fresh boot of the mds.
Adam Tygart
10:06 PM CephFS Bug #17466: MDSMonitor: non-existent standby_for_fscid not caught
That FSMap contains a standby with '"standby_for_fscid": 0', but the existing filesystem is '"id": 2'.
Had him set i...
Greg Farnum
03:18 PM CephFS Bug #17466: MDSMonitor: non-existent standby_for_fscid not caught
In fact, the mdsmap epoch is quite a lot larger than I remember it. I think it was in the low 50's before this issue... Adam Tygart
03:08 PM CephFS Bug #17466: MDSMonitor: non-existent standby_for_fscid not caught
I've cherry-picked the mds and mon fixes from your pull-request onto jewel and built a new version. this allowed me t... Adam Tygart
06:46 AM CephFS Bug #17466: MDSMonitor: non-existent standby_for_fscid not caught
wip-17466-jewel is building with a minimal fix rebased on v10.2.3
https://github.com/ceph/ceph/pull/11281 has the ...
John Spray
06:39 AM CephFS Bug #17466: MDSMonitor: non-existent standby_for_fscid not caught
I think this is happening when older MDSs send a beacon to newer mons, because MMDSBeacon isn't initialising POD fiel... John Spray
06:30 AM CephFS Bug #17466: MDSMonitor: non-existent standby_for_fscid not caught
... John Spray
11:51 PM Revision e7253b8e (ceph): rgw_admin: add bi purge command
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Conflicts:
src/rgw/rgw_admin.cc
Yehuda Sadeh
10:42 PM Revision 8c4cabec (ceph): unittest_bluestore_types: attach blobs to cache
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:42 PM Revision a7069083 (ceph): os/bluestore: instrument cache blob and extent counts
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:42 PM Revision 05bb253c (ceph): os/bluestore: drop unnecessary assert
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:42 PM Revision 0118293a (ceph): os/bluestore: turn bluestore_onode_cache_size 16k -> 4k
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:40 PM Revision 33e26d02 (ceph): os/bluestore: add perf counters for cache size
Onodes, buffers, buffer bytes.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
10:40 PM Revision c8a06ce1 (ceph): do_cmake.sh: set .ceph_port to random port
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:40 PM Revision cbfa540c (ceph): os/bluestore: fix cache tunables to be process-wide
Divide by the shard count so that the user isn't totally
confused.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
10:40 PM Revision 60987610 (ceph): os/bluestore: fix typo in write_penalty_read_ops perf counter
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:15 PM Bug #17491 (Rejected): Hammer: PGBackend::objects_list_range includes end as well for ec pools
This wasn't a problem for scrub before since end was always a boundary, but never a valid object. When end becomes a... Samuel Just
10:11 PM Revision 2efe0512 (ceph): Merge pull request #11300 from liewegas/wip-bluestore-onode-add
os/bluestore: fix onode cache addition race Sage Weil
09:37 PM Revision 2150e991 (ceph): os/bluestore: fix onode cache addition race
Two threads may try to add the same onode to the cache.
This is rare, but allowed (in the case of the meta
collection...
Sage Weil
09:33 PM Bug #17177: cephfs metadata pool: deep-scrub error "omap_digest != best guess omap_digest"
"Me too!"
Of note:
* Ceph Jewel 10.2.2
* Started manifesting recently, after putting actual load onto cephfs (I....
Kjetil Joergensen
09:24 PM rgw Bug #15896: S3: set EncodingType in ListBucketResult
Well.
Our logs show that 0.94.9 was applied in our environment on August 31, 2016.
I created this ticket when ...
Andy Yang
08:02 PM rgw Bug #16494 (Pending Backport): S3 object versioning fails when applied on a non-master zone
Ken Dreyer
07:16 PM Revision de749df5 (ceph): mds: add tests for mantle (programmable balancer)
- rebased to add block rados pull test
Signed-off-by: Michael Sevilla <mikesevilla3@gmail.com>
Michael Sevilla
06:42 PM Revision f7a9a6f6 (ceph): mgr/MgrClient: implement con reset handling
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
06:25 PM Revision 70e02896 (ceph): rgw: Fix Host->bucket fallback logic inversion
The logic (added in 46aae19ee) for falling back to just using the hostname as
the possible bucket name contained an a...
Robin H. Johnson
06:25 PM Revision 7c7ad3cc (ceph): rgw: only enable virtual hosting if hostnames are configured
if no hostnames are configured, all requests were treated as virtual
hosted buckets. require at least one hostname in...
Casey Bodley
06:25 PM Revision 36203c28 (ceph): doc: configuring virtual hosted buckets for radosgw
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
06:25 PM Revision aa34b986 (ceph): rgw: filter out empty virtual bucket hostnames
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
06:25 PM Revision 2d6efe88 (ceph): rgw: add commas to hostname output
std::accumulate() was appending hostnames without commas or spaces
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
06:13 PM Revision e8261e52 (ceph): fs: enable ceph-fuse permission checking for all pjd suites
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
06:13 PM Revision 8d37c68b (ceph): Merge pull request #11298 from liewegas/wip-mgr-fix
mgr/MgrClient: fix ms_handle_reset
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Greg Farnum
06:03 PM rgw Backport #17480: jewel: ACL request for objects with underscore at end and beginning
(Note Yehuda's comment in the original bug, that we will also need to backport #17443 to jewel alongside this one.)
Ken Dreyer
01:28 PM rgw Backport #17480 (Resolved): jewel: ACL request for objects with underscore at end and beginning
https://github.com/ceph/ceph/pull/11563 Loïc Dachary
05:59 PM Revision 848ee059 (ceph): mgr/MgrClient: fix ms_handle_reset
Return false because we don't handle the reset.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
05:08 PM rbd Feature #17489 (Resolved): [iscsi]: add support for librbd via LIO TCMU userspace passthrough
This would be similar to rbd-nbd but using iSCSI instead of NBD to present a userspace librbd image to the kernel. Jason Dillaman
04:44 PM rbd Feature #17488 (Resolved): rbd-nbd: support disabling auto-exclusive lock transition logic
The librbd API now exposes the exclusive-lock API, it should support locking the image so that it cannot be mapped on... Jason Dillaman
03:53 PM Revision cfc0a16e (ceph): Merge pull request #11292 from rzarzynski/yj-wip-swift-build_token-cleanup
rgw/swift: remove redundant assignment operation
Reviewed-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
Radoslaw Zarzynski
03:52 PM Revision eb621207 (ceph): Merge pull request #11019 from liewegas/wip-autotools-must-die
autotools: remove a few other remaining traces
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:50 PM Revision ada72704 (ceph): Merge pull request #11294 from trociny/fixup-qa-rbd_mirror-metadata_set
qa/workunits/rbd: set image-meta on primary image and wait it is replicated
Reviewed-by: Jason Dillaman <dillaman@re...
Jason Dillaman
03:17 PM Revision 54134418 (ceph): osd: drop stray debug message
This snuck in from 10da6d23cd447044ff38079807a7f36a5c347270
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
02:26 PM Revision 8242afb1 (ceph): Merge pull request #11288 from stiopaa1/osd_replicatedpg_moveCOSDOnAppl...
osd/ReplicatedPG:move C_OSD_OnApplied class to cc
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:25 PM Revision dbef9d05 (ceph): Merge pull request #11289 from stiopaa1/mds_sessionmap_moveStatementUnd...
mds/SessionMap.h: change statement to assertion
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Sage Weil
02:02 PM Revision eb4097b8 (ceph): qa/workunits/rbd: set image-meta on primary image and wait it is replic...
After recently added image metadata replication it is not possible any
more to update it on non-primary image.
Signe...
Mykola Golub
01:59 PM Revision 5e0daf66 (ceph): mon/OSDMonitor: encode canonical full osdmap based on osdmap flags
If the JEWEL or KRAKEN flags aren't set, encode the full map without
those features. This ensure that older OSDs in ...
Sage Weil
01:50 PM Stable releases Tasks #17487: jewel v10.2.4
h3. Upgrade... Loïc Dachary
01:49 PM Stable releases Tasks #17487: jewel v10.2.4
h3. powercycle... Loïc Dachary
01:49 PM Stable releases Tasks #17487: jewel v10.2.4
h3. fs... Loïc Dachary
01:49 PM Stable releases Tasks #17487: jewel v10.2.4
h3. rados ... Loïc Dachary
01:48 PM Stable releases Tasks #17487: jewel v10.2.4
h3. rgw... Loïc Dachary
01:48 PM Stable releases Tasks #17487: jewel v10.2.4
h3. rbd... Loïc Dachary
01:47 PM Stable releases Tasks #17487: jewel v10.2.4
... Loïc Dachary
01:38 PM Stable releases Tasks #17487 (Resolved): jewel v10.2.4
h3. Workflow
* "Preparing the release":http://ceph.com/docs/master/dev/development-workflow/#preparing-a-new-relea...
Loïc Dachary
01:46 PM Revision 5bd88a54 (ceph): make-debs.sh: use make-dist
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:46 PM Revision b424a35f (ceph): run-make-check.sh: use cmake exclusively
..and drop the separate cmake script
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
01:42 PM CephFS Bug #17468 (In Progress): CephFs: IO Pauses for more than a 40 seconds, while running write inten...
Vishal Kanaujia
01:27 PM CephFS Bug #17468: CephFs: IO Pauses for more than a 40 seconds, while running write intensive IOs
I collected stack unwind traces in MDS process while no I/O was observed during write ops on cephFS. Stack trace freq... Vishal Kanaujia
01:40 PM rbd Bug #16529 (Resolved): "[ FAILED ] TestClsRbd.mirror_image" in upgrade:jewel-x-master-distro-ba...
Loïc Dachary
01:35 PM Stable releases Tasks #16344 (Resolved): jewel v10.2.3
Loïc Dachary
01:30 PM rbd Backport #17486 (Resolved): jewel: Optionally unregister "laggy" journal clients
https://github.com/ceph/ceph/pull/11433 Loïc Dachary
01:30 PM rbd Backport #17485 (Resolved): jewel: Periodically update the sync point object number during sync
https://github.com/ceph/ceph/pull/10678 Loïc Dachary
01:29 PM rbd Backport #17484 (Resolved): jewel: performance: journaling results in 4X slowdown when writes are...
https://github.com/ceph/ceph/pull/11433 Loïc Dachary
01:29 PM rbd Backport #17483 (Resolved): jewel: RBD should restrict mirror enable/disable actions on parents/c...
https://github.com/ceph/ceph/pull/11459 Loïc Dachary
01:29 PM rbd Backport #17482 (Resolved): jewel: Enable/Disable of features is allowed even the features are al...
https://github.com/ceph/ceph/pull/11460 Loïc Dachary
01:29 PM rbd Backport #17481 (Resolved): jewel: Proxied operations shouldn't result in error messages if replayed
https://github.com/ceph/ceph/pull/11461 Loïc Dachary
01:28 PM CephFS Backport #17479 (Resolved): jewel: Duplicate damage table entries
https://github.com/ceph/ceph/pull/11412 Loïc Dachary
01:28 PM CephFS Backport #17478 (Resolved): jewel: MDS goes damaged on blacklist (failed to read JournalPointer: ...
https://github.com/ceph/ceph/pull/11413 Loïc Dachary
01:28 PM CephFS Backport #17477 (Resolved): jewel: Crash in Client::_invalidate_kernel_dcache when reconnecting d...
https://github.com/ceph/ceph/pull/11414 Loïc Dachary
01:28 PM CephFS Backport #17476 (Resolved): jewel: Failure in snaptest-git-ceph.sh
https://github.com/ceph/ceph/pull/11415 Loïc Dachary
01:27 PM rbd Backport #17475 (Resolved): jewel: rbd-mirror: potential race condition results in heap corruption
https://github.com/ceph/ceph/pull/11433 Loïc Dachary
01:27 PM CephFS Backport #17474 (Resolved): jewel: Failure in dirfrag.sh
https://github.com/ceph/ceph/pull/11416 Loïc Dachary
01:27 PM devops Backport #17472 (Resolved): jewel: rpm: /etc/ceph/rbdmap is packaged with executable access rights
https://github.com/ceph/ceph/pull/11855 Loïc Dachary
01:27 PM rgw Backport #17471 (Resolved): jewel: rgw: versioning is broken in current master
https://github.com/ceph/ceph/pull/11563 Loïc Dachary
12:11 PM Revision f0ae5fe1 (ceph): rgw/swift: remove redundant assignment operation
Signed-off-by: Yan Jun <yan.jun8@zte.com.cn> Yan Jun
09:43 AM Revision 00873f26 (ceph): Merge pull request #11086 from bassamtabbara/wip-ec-simd-runtime-detection
erasure-code: Runtime detection of SIMD for jerasure and shec
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Review...
Loïc Dachary
08:09 AM rbd Subtask #17018 (In Progress): rbd-mirror HA: add new lock released/acquired and heartbeat messages
Mykola Golub
07:10 AM Revision 2882f8c0 (ceph): qa/workunits/rbd: check status also in pool dir after asok commands
wait_for_image_replay_stopped returns not when the state is stopped,
but when the state is not replaying. So a race w...
Mykola Golub
07:08 AM rbd Subtask #17017 (Fix Under Review): rbd-mirror HA: move librbd::image_watcher::Notifier to librbd:...
https://github.com/ceph/ceph/pull/11290 Mykola Golub
06:42 AM Revision 92fdcf36 (ceph): mon: don't crash on invalid standby_for_fscid
Fixes: http://tracker.ceph.com/issues/17466
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
06:42 AM Revision 63d711d4 (ceph): mds: make mds_role_t member order match constructor
Previously this was mildy confusing.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
06:23 AM Linux kernel client Bug #17410: rbd image stale/stuck (mapped and mounted)
When i investigate "cat /sys/kernel/debug/ceph/*/osdc" on problem node, i see stuck static picture.
When i restart o...
Sergey Jerusalimov

10/02/2016

09:06 PM Revision e3c26b94 (ceph): mds/SessionMap.cc: avoid copying and add const
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
08:34 PM CephFS Bug #10944: Deadlock, MDS logs "slow request", getattr pAsLsXsFs failed to rdlock
Oliver: use "ceph daemon mds.<id> objecter_requests" to see if the MDS is stuck waiting for operations from the OSDs. John Spray
09:30 AM Revision 677c8f6a (ceph): mds/SessionMap.h: change statement to assertion
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek

10/01/2016

04:49 PM Revision 675c1e44 (ceph): osd/ReplicatedPG:move C_OSD_OnApplied class to cc
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
04:26 PM Feature #17470 (Resolved): Improve deep-scrub performance with many snapshots

This is accomplished by improving the scrub boundary requirements, so that we don't have a scrub an entire hash val...
David Zafman
03:47 PM Bug #17469 (Can't reproduce): Dead job rados, bench never finishes

/home/teuthworker/archive/dzafman-2016-09-30_13:00:52-rados-wip-zafman-testing2-distro-basic-smithi/445132
teuth...
David Zafman
08:24 AM Revision 55762cca (ceph): journal: complete action only after notification completed
Signed-off-by: Mykola Golub <mgolub@mirantis.com> Mykola Golub
08:24 AM Revision a25b1d7c (ceph): journal: ensure in-flight ops are complete destroying journaler
Fixes: http://tracker.ceph.com/issues/17446
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Mykola Golub
06:02 AM CephFS Bug #17468 (Closed): CephFs: IO Pauses for more than a 40 seconds, while running write intensive IOs
CephFs Environment:
1 MDS node
1 Ceph Kernel Filesystem, Ubuntu 14.04 LTS, kernel version 4.4.0-36-generic
Test ...
Parikshith B
05:29 AM Revision 5581510b (ceph): librbd: fix rollback if failed to disable mirroring for image
Signed-off-by: runsisi <runsisi@zte.com.cn> runsisi hust

09/30/2016

11:43 PM Revision 27bdc8ce (ceph): src/osd: relax the requirement that we scrub a whole hash value
Previously, we needed to scrub all objects in clones in a single
hash value mainly to ensure that _scrub had access t...
Samuel Just
11:22 PM rgw Bug #16930 (Fix Under Review): s3tests-test-readwrite failing with 500
https://github.com/ceph/ceph/pull/11286 Yehuda Sadeh
11:13 PM Revision 6e9a915b (ceph): rgw: don't fail if lost race when setting acls
Fixes: http://tracker.ceph.com/issues/16930
When concurrently setting acls on object/bucket, we could lose in a race...
Yehuda Sadeh
10:40 PM Revision 62d8e60c (ceph): Merge pull request #11285 from liewegas/wip-mgr-rpm
ceph.spec: fix ceph-mgr version requirement
Reviewed-by: Dan Mick <dmick@redhat.com>
Dan Mick
10:19 PM Revision 42b15729 (ceph): client: in UserPerm, correctly use delete[] and don't leak gids on copy
gids is an array. We also need to clean it up when deep_copy()ing, which
requires initializing our member fields in t...
Greg Farnum
10:18 PM Revision dc23fc88 (ceph): Squashed 'src/dmclock/' content from commit 1335fda
git-subtree-dir: src/dmclock
git-subtree-split: 1335fda339ae3a8b76fca5159d596439ff348bc8
J. Eric Ivancich
10:18 PM Revision 2c82ccfc (ceph): Merge commit 'dc23fc881d7f108d4fc776b68f645f0aa14c91aa' as 'src/dmclock'
J. Eric Ivancich
10:17 PM Revision 230bfa60 (ceph): Add some comments to make clear the requirements of implementations of
virtual functions.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
J. Eric Ivancich
10:17 PM Revision 7b0501c5 (ceph): Change code to make sure removals visit client ops in reverse order
and use push_front to maintain correct ordering. Use updated
interfaces for the dmclock library.
Signed-off-by: J. E...
J. Eric Ivancich
10:17 PM Revision 9e36372d (ceph): Update git subtree scripts to use dmclock ceph branch rather than
master branch.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
J. Eric Ivancich
10:17 PM Revision 224cc050 (ceph): Progress on removing requests by class/client and by filter. Add
ability to collect requests removed by filter into a collection.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
J. Eric Ivancich
10:17 PM Revision b0e5a21a (ceph): Separate PGQueueable to its own file, so OSD and mClockOpClassAdapter
could both depend on it. When PGQueueable is embedded in OSD, it and
mClockOpClassAdpter are mutually dependent.
Sig...
J. Eric Ivancich
10:17 PM Revision fdb505cc (ceph): Continue working on adapter.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com> J. Eric Ivancich
10:17 PM Revision 83f506ed (ceph): Make constructor for PGQueueable explicit to make references to that
specific constructor easier to find. Was difficult With the implicit
constructor invokation plus use of make_pair.
J. Eric Ivancich
10:17 PM Revision b58ca2b1 (ceph): Finish filling out contract. Figure out what op_type_t we have based
on the PGQueueable object.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
J. Eric Ivancich
10:17 PM Revision d672eb9b (ceph): Create some barely more realistic default values for mclock tagging
config params.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
J. Eric Ivancich
10:17 PM Revision ba17be15 (ceph): Fix issues with changes in dmclock interface regarding filters.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com> J. Eric Ivancich
10:17 PM Revision 2c42c743 (ceph): Since mClockOpClassAdapter is OSD-specific, move it from common to
osd. Update cmake files and #includes accordingly.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
J. Eric Ivancich
10:17 PM Revision 658dd7d2 (ceph): Clean up ceph namespace and put types and variables only needed by
mClockOpClassQueue in that class.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
J. Eric Ivancich
10:17 PM Revision d3876dc8 (ceph): Add infrastructure for ceph logging.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com> J. Eric Ivancich
10:17 PM Revision 6f5f8866 (ceph): Make minimal changes to autotools so it can build dmclock integration,
knowing that autotools will disappear soon.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
J. Eric Ivancich
10:17 PM Revision 2eb9868f (ceph): Create mclock queue where the classes tracked are combinations of
client id and the operator type.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
J. Eric Ivancich
10:17 PM Revision 6543727f (ceph): Make signature of queue filters to take a const reference to the "op"
to both save on copying and to insure that if the "op" were in the
future to ever be something not copyable (e.g., st...
J. Eric Ivancich
10:17 PM Revision f380c2bf (ceph): Split off PGQueueable definitions into own .cc file.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com> J. Eric Ivancich
10:17 PM Revision 5df06449 (ceph): Modify autotools files that were modified to accomodate dmclock to use
new location of gtest files.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
J. Eric Ivancich
10:17 PM Revision 61ac717c (ceph): Add documentation.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com> J. Eric Ivancich
10:17 PM Revision c9457e5c (ceph): Make get_osdmap_epoch const since it can be and so it can be called on
const OSD instances.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
J. Eric Ivancich
10:17 PM Revision 65190b47 (ceph): Move enqueue* and dequeue methods from .h to .cc file, to make it
easier for future debugging output.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
J. Eric Ivancich
10:17 PM Revision b1beb897 (ceph): Add operator<< for const Request& type.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com> J. Eric Ivancich
10:17 PM Revision 6dcc159c (ceph): Add scripts to add and pull subtrees for convenience in future,
especially if subtrees will be the preferred method over
submodules. Method used documented here:
https://develo...
J. Eric Ivancich
10:17 PM Revision 0dcb621d (ceph): Modify CMakeLists.txt files so that gtest is a target for an outer
CMake file, it still works.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
J. Eric Ivancich
10:17 PM Revision 5de2c660 (ceph): Include the dmclock subdirectory in the cmake tree.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com> J. Eric Ivancich
10:17 PM Revision c11109bd (ceph): Add shell script to help pushing the subtree to its repo.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com> J. Eric Ivancich
10:17 PM Revision 4673da8b (ceph): Integrate implementation files and unit test files. Can now
"make unittest_mclock_priority_queue", although currently does not
compile.
Signed-off-by: J. Eric Ivancich <ivancic...
J. Eric Ivancich
10:17 PM Revision 905d8368 (ceph): Check-in. Does not compile.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com> J. Eric Ivancich
10:17 PM Revision 6871ad12 (ceph): Progress.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com> J. Eric Ivancich
10:17 PM Revision cb0a7d3b (ceph): Include cmath. Change client info func so it takes a const reference
as a parameter.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
J. Eric Ivancich
10:17 PM Revision 6c2ec2c2 (ceph): Integrate mClock I/O queue option into OSDs.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com> J. Eric Ivancich
10:17 PM Revision 3b710d3c (ceph): Progress.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com> J. Eric Ivancich
10:17 PM Revision b9f59587 (ceph): Allow io_queue objects to be displayed now that it's an enum class
rather than enum.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
J. Eric Ivancich
10:17 PM Revision c76c906c (ceph): Remove cmake warning by removing non-matching endif paramater.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com> J. Eric Ivancich
10:17 PM Revision 4ad249df (ceph): Progress.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com> J. Eric Ivancich
10:17 PM Revision 9f6a0657 (ceph): Continue work on filling out OpQueue contract.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com> J. Eric Ivancich
10:17 PM Revision dd9a2a6e (ceph): For non-testing source files that use the FRIEND_TEST macro in gtest
or anything similar, access to the gtest include files is necessary.
Signed-off-by: J. Eric Ivancich <ivancich@redha...
J. Eric Ivancich
10:13 PM Revision 3447601a (ceph): ceph.spec: fix ceph-mgr version requirement
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
09:58 PM rgw Bug #17272: S3: Batch operations fail
@ayang I tried to reproduce the exact scenario you provided here. Verified that it works correctly in 0.94.9. Also ve... Yehuda Sadeh
09:54 PM Feature #17220 (Resolved): ceph-objectstore-tool: ability to perform filestore splits offline
Josh Durgin
09:54 PM Backport #17383 (Resolved): hammer: ceph-objectstore-tool: ability to perform filestore splits of...
Josh Durgin
09:54 PM Backport #17263 (Resolved): jewel: ceph-objectstore-tool: ability to perform filestore splits off...
Josh Durgin
09:50 PM CephFS Bug #17466: MDSMonitor: non-existent standby_for_fscid not caught
So now it seems like although the order of members was whacky, calls to = {fsicd, rank} were actually assigning the v... John Spray
08:59 PM CephFS Bug #17466 (Fix Under Review): MDSMonitor: non-existent standby_for_fscid not caught
https://github.com/ceph/ceph/pull/11281 John Spray
08:48 PM CephFS Bug #17466 (Resolved): MDSMonitor: non-existent standby_for_fscid not caught
We've got it using aggregate initialization (that is, the explicity {a, b} syntax), but we're ordering the rank and f... Greg Farnum
09:40 PM Revision 3e343805 (ceph): rgw: set multipart copy source object as atomic, prefetch
Object's head should only be read once.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
09:32 PM Revision f4e53b91 (ceph): mds: include legacy client fsid in FSMap print
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
09:19 PM CephFS Feature #17434: qa: background rsync task for FS workunits
When we build this, we should include some performance metrics gathering. Many of our bugs around cap handling here a... Greg Farnum
09:17 PM Revision ad6aeb0f (ceph): Merge pull request #11282 from liewegas/wip-bluestore-gc-fix
os/bluestore: fix gc when blob extends past eof Sage Weil
09:06 PM Revision 570615b6 (ceph): os/bluestore: fix gc when blob extends past eof
This can happen if we aren't referencing the bob. Don't try to
read what isn't logically referenced.
Signed-off-by:...
Sage Weil
08:34 PM rgw Bug #16854: the usage log record date is 16 hours later than the real operate time in jewel1 10....
Some status: in my current attempts to reproduced, I see slightly different behavior:
1. after adding "rgw enable u...
Matt Benjamin
07:57 PM rgw Backport #16564 (Resolved): jewel: cors auto memleak
Loïc Dachary
06:50 PM Revision 2dc57754 (ceph): Merge pull request #11279 from liewegas/wip-bluestore-gc
os/bluestore: compaction fixes Sage Weil
06:49 PM Revision ea0aee60 (ceph): os/bluestore: fix compaction left-side length
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
06:32 PM Revision 1164a302 (ceph): os/bluestore: more concise SharedBlob print
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
06:23 PM Revision 506e4aed (ceph): os/bluestore: cosmetic gc cleanups
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
06:02 PM Revision 84adafe3 (ceph): Merge pull request #10656 from dachary/wip-16564-jewel
jewel: cors auto memleak Matt Benjamin
05:57 PM Revision 75bf4d18 (ceph): Merge pull request #11271 from stiopaa1/osd_repicatedpg_addOverride
osd/ReplicatedPG.h: add override to virtual funct
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
05:47 PM Revision ce9781ae (ceph): Merge pull request #11239 from liewegas/wip-bluestore-max-blob
os/bluestore: add max blob size; fix compressed min blob size logic
Reviewed-by: Somnath Roy <somnath.roy@sandisk.com>
Sage Weil
05:47 PM Revision beed4332 (ceph): os/bluestore: set min compressed blob size floor at 2x min_alloc_size
Otherwise there's not point in compressing--we won't be able to
allocation a smaller space to store it.
Signed-off-b...
Sage Weil
05:47 PM Revision f32b682f (ceph): os/bluestore: adjust compression blob sizes down
These were way too big. 64KB is enough to get good compression,
and 4MB is way too big.
Signed-off-by: Sage Weil <s...
Sage Weil
05:47 PM Revision 87f6d23b (ceph): os/bluestore: introduce bluestore_max_blob_size
This is enforced for compressed and non-compressed blobs alike.
We keep the separate compressoin min and max tunables...
Sage Weil
05:45 PM Revision a389a29e (ceph): os/bluestore: fix blob depth encoding
1) Fix the flag constnat
2) Redefine the meaning to be more intuitive.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
05:16 PM Revision 55e3e774 (ceph): rgw_admin: better bucket reshard logging
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Conflicts:
src/rgw/rgw_admin.cc
Yehuda Sadeh
05:16 PM Revision f07e22ae (ceph): rgw_admin: require --yes-i-really-mean-it for bucket reshard
in the case where num shards are less or equal to current bucket
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
05:16 PM Revision 6503430d (ceph): cls/rgw: bi_list() fix is_truncated returned param
is_truncated was never set. Also, make sure that we don't return
more entries than requested.
Signed-off-by: Yehuda ...
Yehuda Sadeh
05:16 PM Revision 4f605ebf (ceph): rgw: bucket resharding, adjust logging
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
05:16 PM Revision 6c3e734c (ceph): rgw: rgw_link_bucket, use correct bucket structure for entry point
The bucket structure might be different than the one that we were using
before.
Signed-off-by: Yehuda Sadeh <yehuda@...
Yehuda Sadeh
05:16 PM Revision 37cda4ec (ceph): rgw_admin: reshard also links to new bucket instance
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
05:16 PM Revision 858bcf18 (ceph): cls/rgw: add bucket_update_stats method
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
05:16 PM Revision a68d56fe (ceph): rgw: bucket reshard updates stats
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Conflicts:
src/cls/rgw/cls_rgw_types.h
src/rgw/rgw_admin.cc
Yehuda Sadeh
05:16 PM Revision 6e91760e (ceph): rgw_admin: use aio operations for bucket resharding
also created shards manager to make things slightly cleaner
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Conflic...
Yehuda Sadeh
05:16 PM Revision b6a15514 (ceph): rgw_admin: fix bi list command
Changes scoping of json section, and push the --object param in so that
an object can be specified as a filter.
Sign...
Yehuda Sadeh
05:16 PM Revision 75f69da3 (ceph): rgw: limit bucket reshard num shards to max possible
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Conflicts:
src/rgw/rgw_admin.cc
src/rgw/rgw_rados.h
Yehuda Sadeh
05:16 PM Revision 53982a2e (ceph): rgw_admin: bucket rehsrading, initial work
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Conflicts:
src/rgw/rgw_admin.cc
Yehuda Sadeh
05:16 PM Revision b2cc000b (ceph): cls/rgw: fix bi_list objclass command
was filtering entries, even if filter was not specified, and need to
set boundary for plain entries. Also, list_insta...
Yehuda Sadeh
05:16 PM Revision 7cc1de86 (ceph): radosgw-admin: bucket reshard needs --num-shards to be specified
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Conflicts:
src/rgw/rgw_admin.cc
Yehuda Sadeh
04:27 PM CephFS Bug #10944: Deadlock, MDS logs "slow request", getattr pAsLsXsFs failed to rdlock
Hi,
i fully understand that this things might not be trivial.
But we have again that issue. Due to a network p...
Oliver Dzombc
03:23 PM rgw Bug #17465 (Resolved): multisite: coroutine deadlock in RGWMetaSyncCR after ECANCELED errors
An assert that detects deadlocks between coroutines in RGWCoroutinesManager::run() is triggered when a lot of corouti... Casey Bodley
03:04 PM rgw Bug #17387 (Fix Under Review): multisite: 'radosgw-admin period prepare' is obsolete
Casey Bodley
12:07 PM rgw Bug #17387: multisite: 'radosgw-admin period prepare' is obsolete
PR: https://github.com/ceph/ceph/pull/11278 Gaurav Garg
02:52 PM RADOS Backport #17445: jewel: list-snap cache tier missing promotion logic (was: rbd cli segfault when ...
Jason Dillaman wrote:
> The "snaps" vector in "librados::clone_info_t" is unexpectedly empty for cloneid 20 and 26.
...
Bart Vanbrabant
02:48 PM RADOS Backport #17445: jewel: list-snap cache tier missing promotion logic (was: rbd cli segfault when ...
The "snaps" vector in "librados::clone_info_t" is unexpectedly empty for cloneid 20 and 26.... Jason Dillaman
02:41 PM RADOS Backport #17445: jewel: list-snap cache tier missing promotion logic (was: rbd cli segfault when ...
... Jason Dillaman
01:51 PM RADOS Backport #17445: jewel: list-snap cache tier missing promotion logic (was: rbd cli segfault when ...
Jason Dillaman wrote:
> @Bart: would it be possible for you to install the debug packages (librados2-dbg, librbd1-db...
Bart Vanbrabant
01:35 PM RADOS Backport #17445 (Need More Info): jewel: list-snap cache tier missing promotion logic (was: rbd c...
@Bart: would it be possible for you to install the debug packages (librados2-dbg, librbd1-dbg, ceph-common-dbg) and r... Jason Dillaman
08:09 AM RADOS Backport #17445 (Resolved): jewel: list-snap cache tier missing promotion logic (was: rbd cli seg...
https://github.com/ceph/ceph/pull/17707 Bart Vanbrabant
02:43 PM Revision c72bcd66 (ceph): Merge pull request #11232 from Roushan81/wip-bluestore-blob-gc
os/bluestore: garbage collect partially overlapped blobs
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:41 PM Revision 599b6e45 (ceph): Merge pull request #11263 from liewegas/wip-bluestore-reshard-slop
os/bluestore: sloppy reshard boundaries to avoid spanning blobs
Reviewed-by: Somnath Roy <somnath.roy@sandisk.com>
Sage Weil
02:21 PM Revision 6bf86fef (ceph): Merge pull request #11275 from xiexingguo/xxg-wip-make-audit-buffer-option
os/bluestore: drop redundant call of get_blob
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:12 PM Revision a2aaf2b4 (ceph): os/bluestore: drop redundant call of get_blob
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
01:51 PM Revision 09494423 (ceph): Merge pull request #11268 from liewegas/wip-bluefs-aio-leak
os/bluestore/BlueFS: release completed aios Sage Weil
01:39 PM Revision 42d51117 (ceph): Merge pull request #11005 from jazeltq/add-sparse-read
rbd-mirror: Add sparse read for sync image
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:37 PM Revision f3d39411 (ceph): Merge pull request #11168 from trociny/wip-16212
rbd-mirror: replicate image metadata settings
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:33 PM Revision 71dacd88 (ceph): Merge pull request #1193 from ceph/wip-16016
suites: update log whitelist for scrub msg John Spray
01:31 PM Revision 979c6e87 (ceph): Merge pull request #11274 from xiexingguo/xxg-wip-bluestore-0930
os/bluestore: still more cleanups
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:26 PM rbd Bug #17446 (Fix Under Review): assert failure in run-rbd-unit-tests.sh
*PR*: https://github.com/ceph/ceph/pull/11257 Jason Dillaman
01:14 PM rbd Bug #17446: assert failure in run-rbd-unit-tests.sh
The following patch seems to fix (or at least work around) the issue for me:
diff --git a/src/journal/Journaler.cc...
Alexey Sheplyakov
10:06 AM rbd Bug #17446: assert failure in run-rbd-unit-tests.sh
rbd unit tests fail for me too (more often than not) with a somewhat similar backtrace:
[----------] 12 tests from...
Alexey Sheplyakov
08:18 AM rbd Bug #17446: assert failure in run-rbd-unit-tests.sh
not consistently reproducible. Kefu Chai
08:10 AM rbd Bug #17446 (Resolved): assert failure in run-rbd-unit-tests.sh
see https://jenkins.ceph.com/job/ceph-pull-requests/12079/consoleFull#1073173703d63714d2-c8d8-41fc-a9d4-8dee30be4c32
...
Kefu Chai
11:41 AM Revision 3707b30b (ceph): Merge pull request #11136 from jcsp/wip-16016
mds: populate DamageTable from scrub and log more quietly
Reviewed-by: Douglas Fuller <dfuller@redhat.com>
John Spray
11:14 AM mgr Feature #17463 (New): Enable python modules to get() only a sub-tree of an object

Currently in rest.Module.get_sync_object, there is a "path" parameter which is used by the application code to requ...
John Spray
11:10 AM mgr Feature #17462 (Closed): Pagination on list GET methods

Pagination on the OSD list was dropped when the rest module code was migrated from Calamari into ceph-mgr. Reinsta...
John Spray
11:09 AM mgr Feature #17461 (Resolved): Enable python modules to operate in standby mode

Currently, python modules only get their serve() methods run when their hosting ceph-mgr daemon is the active one.
...
John Spray
11:07 AM mgr Feature #17460 (Resolved): Enable python modules to advertise services
Currently, we rely on would-be consumers of services to know where to look (e.g. to know where the rest module is loa... John Spray
10:59 AM mgr Feature #17459 (Closed): Install rest module dependencies in test environment
Currently when ceph-mgr runs inside teuthology, the rest module isn't running because its dependencies aren't there.
...
John Spray
10:53 AM Bug #17400 (Fix Under Review): mon/tool: PGMonitor::check_osd_map assert fail when the rebuild mo...
https://github.com/ceph/ceph/pull/11276 Kefu Chai
10:20 AM mgr Feature #17458 (Closed): Port /crush_node/ API from Calamari
The rest module code diverged from an earlier version of Calamari that didn't have this. John Spray
10:19 AM mgr Feature #17457 (Closed): Port REST API tests from Calamari
The rest module would benefit from being tested by some subset of these: https://github.com/ceph/calamari/tree/master... John Spray
10:17 AM mgr Feature #17456 (Resolved): Migrate nonessential PGMap data away from ceph-mon

In Kraken, ceph-mon and ceph-mgr both maintain PGMaps with all the same information. For Luminous, we should get r...
John Spray
10:08 AM mgr Bug #17455 (Resolved): mgr ignores mgr_beacon_period setting
There's a `mgr_beacon_period` configuration option but MgrStandby is still just using a hardcoded value: make it use ... John Spray
10:07 AM mgr Feature #17454 (Resolved): Don't force module classes to be called "Module"
For simplicity, MgrPyModule currently just looks for a class called "Module" in anything it imports. That's kind of ... John Spray
10:04 AM mgr Bug #17453 (Resolved): ceph-mgr doesn't forget about MDS daemons that have gone away
In handle_osd_map we call daemon_state.cull() to eliminate any daemons that no longer exist in the latest map. Need ... John Spray
10:02 AM mgr Feature #17452 (Resolved): Emit notifications on monmap updates
From Mgr::ms_dispatch:... John Spray
10:01 AM mgr Feature #17451 (New): Add support for PERFCOUNTER_LONGRUNAVG perf counters
Currently, the perf counter structures in ceph-mgr (PerfCounterInstance) just store an array of timestamp and value -... John Spray
09:59 AM mgr Feature #17450 (Resolved): Call python modules' handle_command in the background

Currently DaemonServer::handle_command calls into the python code inline. This potentially blocks the messenger th...
John Spray
09:57 AM mgr Feature #17449 (Resolved): Make stats period configurable

Currently the stats_period in DaemonServer::handle_open is hardcoded to 5 seconds. Make it a config option for peo...
John Spray
09:54 AM mgr Feature #17448 (Resolved): Enforce auth caps in DaemonServer::handle_command

Initially I suggest we rely on an "allow *" capability to permit people to run commands.
John Spray
08:42 AM rgw Bug #17443 (Pending Backport): rgw: versioning is broken in current master
Orit Wasserman
01:34 AM rgw Bug #17443: rgw: versioning is broken in current master
a regression, caused by fix to http://tracker.ceph.com/issues/16856. Yehuda Sadeh
01:29 AM rgw Bug #17443 (Resolved): rgw: versioning is broken in current master
Versioned objects cannot be read. Yehuda Sadeh
08:41 AM Revision f555ddfa (ceph): Merge pull request #11270 from ceph/wip-17443
rgw: set correct instance on the object
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman
08:41 AM rbd Bug #17447 (Resolved): run-rbd-unit-tests.sh assert in lockdep_will_lock, TestLibRBD.ObjectMapCon...
log: https://jenkins.ceph.com/job/ceph-pull-requests/12080/consoleFull#-1139993184d63714d2-c8d8-41fc-a9d4-8dee30be4c3... Igor Podoski
08:21 AM Bug #17407 (Resolved): osdthrasher: reweight-by-utilizatoin hits min bytes per osd on upgrade test
http://tracker.ceph.com/issues/17407 Kefu Chai
07:34 AM Revision fce16433 (ceph): Merge pull request #10328 from jcsp/wip-ceph-mgr
Create ceph-mgr
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by...
Kefu Chai
07:30 AM Backport #17403 (In Progress): hammer: OSDMonitor: Missing nearfull flag set
https://github.com/ceph/ceph/pull/11273 Igor Podoski
06:57 AM Revision adb274c6 (ceph): os/bluestore: avoid comparing object key and name twice
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
06:44 AM Backport #17402 (In Progress): jewel: OSDMonitor: Missing nearfull flag set
https://github.com/ceph/ceph/pull/11272 Igor Podoski
06:35 AM Revision bea0e347 (ceph): os/bluestore: use id of shard_id_t for encoding
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
06:34 AM Revision 35660d1a (ceph): mon: OSDMonitor: Missing nearfull flag set
Output from 'ceph -s -f json-pretty' wans't showing nearfull flag set.
Signed-off-by: Igor Podoski <igor.podoski@ts....
Igor Podoski
05:58 AM Revision 6cece53d (ceph): os/bluestore: kill struct DeferredCsum
Which is dead, and kill some other dead lines too.
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
xie xingguo
05:40 AM Revision b3877478 (ceph): osd/ReplicatedPG.h: add override to virtual funct
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
05:20 AM Revision 66fbe938 (ceph): rgw: multipart part copy, fix regression
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
05:11 AM Revision 9cec7b6d (ceph): os/bluestore: add garbage collection
Signed-off-by: Roushan Ali <roushan.ali@sandisk.com> Roushan Ali
04:34 AM Revision 995d3a9c (ceph): Merge pull request #1192 from ceph/wip-offline-split-hammer2
ceph_manager: test offline split via ceph-objectstore-tool
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
04:34 AM Revision 8e13e7ce (ceph): Merge pull request #11253 from ceph/wip-offline-split-hammer2
ceph-objectstore-tool: add a way to split filestore directories offline
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
04:05 AM Bug #17444: Data object missing xattr attrbutes on primary OSD will not be discovered by scrub/de...
2016-09-30 04:03:48.798440 7f5f28dea700 0 log_channel(cluster) log [INF] : 3.fb scrub starts
2016-09-30 04:03:48.80...
Cheng Li Yi
02:06 AM Bug #17444 (Rejected): Data object missing xattr attrbutes on primary OSD will not be discovered ...
I just had a test on my ceph testing environment(Ceph 0.94.9) by removing xattr attrbutes for a data object, then scr... Cheng Li Yi
03:34 AM CephFS Bug #17069: multimds: slave rmdir assertion failure
snapshot bug, lower Priority Zheng Yan
02:45 AM CephFS Bug #17069: multimds: slave rmdir assertion failure
please don't run snapshot tests on multimds, they are know broken. Zheng Yan
03:33 AM CephFS Bug #16768 (Need More Info): multimds: check_rstat assertion failure
Zheng Yan
03:26 AM CephFS Bug #16768: multimds: check_rstat assertion failure
Patrick Donnelly wrote:
> Zheng, I think we already have "debug mds = 20", right? From the config for this run: http...
Zheng Yan
03:28 AM CephFS Bug #16886 (Need More Info): multimds: kclient hang (?) in tests
no debug log found in http://pulpito.ceph.com/pdonnell-2016-07-29_08:28:00-multimds-master---basic-mira/339886/ Zheng Yan
03:22 AM CephFS Bug #17392 (Resolved): ceph-fuse sometimes fails to terminate (failures with "reached maximum tri...
the buggy code was newly introduced, which does not exist in jewel
the jewel hang is different bug...
Zheng Yan
02:39 AM CephFS Bug #16926: multimds: kclient fails to mount
I don't see any mount failure when using testing branch. Besides, I see lots of snapshot related failures. snapshot i... Zheng Yan
02:22 AM Revision 76e120c7 (ceph): Merge pull request #11267 from liewegas/wip-bluestore-ref-map
os/bluestore/bluestore_types: uint64_t for ref_map Sage Weil
01:37 AM rgw Bug #16856: ACL request for objects with underscore at end and beginning
Note that when backporting this fix, also need to backport the fix to http://tracker.ceph.com/issues/17443. Yehuda Sadeh
01:35 AM Revision d2ada35c (ceph): rgw: set correct instance on the object
Fixes: http://tracker.ceph.com/issues/17443
This was broken by commit bc840afafdfe5e528e5c1b711e71420ac3cb5a67
Sign...
Yehuda Sadeh
12:44 AM Revision 29fece35 (ceph): rgw: rgw_obj_key use adjustment in multipart copy part
This fixes a case where objects start with double underscore.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
12:44 AM Revision 4919dc99 (ceph): rgw: minor optimization
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
12:44 AM Revision 53521eff (ceph): rgw: multipart copy-part handle versionId
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
12:26 AM Bug #17442 (Resolved): EC Overwrites: for all scrubs, flush pending write-ahead updates on the ra...
Samuel Just
12:24 AM Feature #14041: EC overwrites: deep scrub and checksumming
Some thoughts.
We can actually store all checksums for all shards if we mediate them through the write-ahead log e...
Samuel Just

09/29/2016

10:54 PM Revision b97c6136 (ceph): Merge pull request #1191 from ceph/wip-offline-split-jewel
ceph_manager: test offline split via ceph-objectstore-tool
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
10:54 PM Revision 5246f813 (ceph): Merge pull request #11252 from ceph/wip-offline-split-jewel
ceph-objectstore-tool: add a way to split filestore directories offline
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
10:07 PM rgw Bug #17440 (Resolved): disable virtual hosting of buckets when no hostnames are configured
If no hostnames are configured (either via config variable 'rgw_dns_name' or the zonegroup's 'hostnames' list), then ... Casey Bodley
10:05 PM Revision 812f8d3e (ceph): os/bluestore/BlueFS: be less complainy about fallback allocations
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
09:52 PM Revision 5fb4ea1a (ceph): os/bluestore/bluestore_types: uint64_t for ref_map
We use this to track raw extents on disk for SharedBlob. We
also use it for the in-memory Blob with the blob namespa...
Sage Weil
09:52 PM Revision 5389133f (ceph): ceph_test_objecstore: use 1TB block device
Big enough to get into 32-bit LBAs.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
09:24 PM Revision 6e9b824d (ceph): rgw: multipart copy part minor parsing cleanup
no need for range.size()
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
09:15 PM Revision 2bcb3d28 (ceph): rgw: multipart copy, check for empty bucket, improve logging
also reduce log level for non critical user errors.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
09:07 PM Revision 4049e47a (ceph): rgw: multipart copy part, chunked read
Don't read the entire range from source object, read it in parts.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
09:05 PM Revision 276c02b4 (ceph): os/bluestore/BlueFS: release completed aios
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:17 PM Revision b020ea78 (ceph): Merge pull request #11266 from stiopaa1/osd_passSharedPtrByConstRef
osd: pass shared_ptr by const reference
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
07:43 PM rgw Bug #17438: Building Ceph 10.2.3 without OpenLDAP fails
Issue was likely added in commit fe57aceeb02ad9163feb2d196589b5927cedfa0f Roy Keene
07:35 PM rgw Bug #17438 (New): Building Ceph 10.2.3 without OpenLDAP fails
Compiling Ceph v10.2.3 with configure options: --with-radosgw --without-openldap
fails to create a buildable produ...
Roy Keene
07:27 PM Revision 22104263 (ceph): Fix test-erasure-code-plugins.sh test on ARM
The ISA plugin is not available on ARM, this test now excludes it.
Signed-off-by: Bassam Tabbara <bassam.tabbara@qua...
Bassam Tabbara
06:52 PM rbd Backport #17062 (Resolved): jewel: "[ FAILED ] TestClsRbd.mirror_image" in upgrade:jewel-x-mast...
Loïc Dachary
06:52 PM rgw Backport #17140 (Resolved): jewel: period commit loses zonegroup changes: region_map converted re...
Loïc Dachary
06:47 PM rgw Bug #17367 (Pending Backport): rgw nfs: fix NFS creation (and other?) times for S3-created buckets
Yehuda Sadeh
06:42 PM rgw Bug #17387 (In Progress): multisite: 'radosgw-admin period prepare' is obsolete
Yehuda Sadeh
06:41 PM rgw Bug #17399: Period commit that changes default_placement can cause RGWs to crash.
old radosgw-admin was still [re]running, at created new default region objects. This triggered period conversion agai... Yehuda Sadeh
06:38 PM rgw Bug #17401: rgw folder name with underscore (_) problem
This looks like a duplicate:
http://tracker.ceph.com/issues/16856
Yehuda Sadeh
06:35 PM rgw Backport #17122 (Resolved): jewel: COPY broke multipart files uploaded under dumpling
Yehuda Sadeh
06:34 PM Revision 9c464a55 (ceph): Merge pull request #10866 from dachary/wip-17122-jewel
jewel: COPY broke multipart files uploaded under dumpling Yehuda Sadeh
06:32 PM rgw Bug #17051 (Resolved): period commit loses zonegroup changes: region_map converted repeatedly
Yehuda Sadeh
06:32 PM Revision 085e9e36 (ceph): Merge pull request #10890 from dachary/wip-17140-jewel
jewel: rgw: period commit loses zonegroup changes: region_map converted repeatedly Yehuda Sadeh
06:29 PM rgw Bug #17186 (Can't reproduce): radosgw keystonev3 token revocation error
Yehuda Sadeh
06:26 PM rgw Bug #16828 (Can't reproduce): radosgw swift interface put object response 500 error?
Yehuda Sadeh
06:25 PM rgw Bug #17269 (Resolved): There is a question about the bucket link API parameters
The bucket_id is specified when running the following command:... Yehuda Sadeh
05:59 PM rgw Feature #17437 (New): rgw: create a tool to remove old bucket index objects
Yehuda Sadeh
05:56 PM rgw Bug #17372 (Fix Under Review): RGW will not list Argonaut-era bucket via HTTP (but radosgw-admin ...
Yehuda Sadeh
05:56 PM rgw Bug #17372: RGW will not list Argonaut-era bucket via HTTP (but radosgw-admin works)
Yehuda Sadeh
05:56 PM rgw Bug #17372 (Fix Under Review): RGW will not list Argonaut-era bucket via HTTP (but radosgw-admin ...
Yehuda Sadeh
05:54 PM rgw Bug #17372: RGW will not list Argonaut-era bucket via HTTP (but radosgw-admin works)
https://github.com/ceph/ceph/pull/11207 Yehuda Sadeh
05:53 PM rgw Backport #16792 (Resolved): jewel: metadata sync can skip markers for failed/incomplete entries
Yehuda Sadeh
05:52 PM rgw Bug #16742 (Resolved): multisite bucket sync doesn't retry objects that it fails to fetch
Yehuda Sadeh
05:51 PM rgw Backport #16794 (Resolved): jewel: multisite bucket sync doesn't retry objects that it fails to f...
Yehuda Sadeh
05:51 PM Revision cb46489b (ceph): Merge pull request #11021 from cbodley/wip-16794
jewel: rgw: back off bucket sync on failures, don't store marker Yehuda Sadeh
05:49 PM rgw Bug #16759 (Resolved): metadata sync can skip markers for failed/incomplete entries
Yehuda Sadeh
05:49 PM Revision a0fce630 (ceph): Merge pull request #10657 from dachary/wip-16792-jewel
jewel: metadata sync can skip markers for failed/incomplete entries Yehuda Sadeh
05:47 PM Revision b868938d (ceph): Merge pull request #1184 from ceph/rgw-lifecycle-testing
rgw - Add config for testing lifecycle expiration
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
05:34 PM Revision 2e333bdb (ceph): erasure-code: Move the EC factory code into separate header files
This helps the EC factories be invokable directly for testing
and other uses.
Signed-off-by: Bassam Tabbara <bassam....
Bassam Tabbara
05:34 PM Revision e7e0b1bc (ceph): erasure-code: Backward compatibility with legacy EC plugins
Resurrected jerasure_generic, jerasure_sse3, jerasure_sse4, jerasure_neon,
shec_generic, shec_sse3, shec_sse4 and she...
Bassam Tabbara
05:34 PM Revision 421af3e2 (ceph): doc: Updated PendingReleaseNotes.
Signed-off-by: Bassam Tabbara <bassam.tabbara@quantum.com> Bassam Tabbara
05:34 PM Revision feb224d7 (ceph): erasure-code: improve non-regression testing
Pickup new ec corpus with improved testing.
Signed-off-by: Bassam Tabbara <bassam.tabbara@quantum.com>
Bassam Tabbara
05:34 PM Revision 6faace08 (ceph): build/ops: remove autoconf leftover
Signed-off-by: Bassam Tabbara <bassam.tabbara@quantum.com> Bassam Tabbara
05:34 PM Revision 01696d9d (ceph): erasure-code: Pickup gf-complete v3 with runtime SIMD detection
Signed-off-by: Bassam Tabbara <bassam.tabbara@quantum.com> Bassam Tabbara
05:34 PM Revision cc62c11a (ceph): erasure-code: Remove SIMD flavors for jerasure and shec
By switching to a new gf-complete with SIMD runtime detection, we can now remove all the different flavors of jerasur... Bassam Tabbara
05:34 PM Revision 10d06eb1 (ceph): cmake: normalize use of SIMD flags
Signed-off-by: Bassam Tabbara <bassam.tabbara@quantum.com> Bassam Tabbara
04:30 PM Revision ea9b9721 (ceph): remove do_autogen.sh
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
04:27 PM Revision 9a33766b (ceph): pybind/mgr/rest: fix "sync_object" API endpoint
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
04:27 PM Revision 6537e634 (ceph): pybind/mgr/rest: remove unused DebugJob
This dates back from the Calamari/Salt days.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
04:27 PM Revision 042b6b44 (ceph): packaging: add debian packaging for ceph-mgr
...at least, try to! This is a copy-paste of the ceph-mds
packaging with a search and replace mds to mgr.
Signed-of...
John Spray
04:27 PM Revision f8514ef5 (ceph): mgr: remove hardcoded site-packages
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
04:27 PM Revision 592bb9c2 (ceph): vstart: include cython mods in PYTHONPATH
This is useful for ceph-mgr because it means that
any in-mgr modules that want to use e.g. rbd
can find it when runni...
John Spray
04:27 PM Revision d8ded57a (ceph): systemd: add ceph-mgr service and target files
Signed-off-by: Tim Serong <tserong@suse.com> Tim Serong
04:27 PM Revision 2e9e21eb (ceph): ceph.spec.in: add ceph-mgr package
This adds ceph-mgr following the same pattern used for ceph-mon,
ceph-mds, ceph-osd. I've removed the boost-python B...
Tim Serong
04:27 PM Revision 61d77934 (ceph): systemd: encourage ceph-mgr to start in sync with ceph-mon
This change introduces the following behaviour:
- When ceph-mon starts, it will try to start ceph-mgr with the same
...
Tim Serong
04:27 PM Revision 082199f6 (ceph): systemd: autogenerate ceph-mgr key during daemon startup
This is a hack to inject a key for the mgr daemon, using whatever
key already exists on the mon on this node to gain ...
Tim Serong
04:27 PM Revision 1bb9edba (ceph): mgr: fix OSDMap notifications
This broken when MgrStandby was separated out,
because it now eats the original OSDMap message
without calling maybe_...
John Spray
04:27 PM Revision da76c59e (ceph): pybind/mgr: clean up unused code
...and change the "if False" django-rest-framework
conditionals to actual version checks, with a view
to genuinely su...
John Spray
04:27 PM Revision c6972b98 (ceph): cmake: install ceph-mgr and its python modules
Signed-off-by: Tim Serong <tserong@suse.com> Tim Serong
04:27 PM Revision 58dd3db0 (ceph): mgr: update for Dispatcher::ms_handle_refused
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
04:27 PM Revision afa70787 (ceph): mon: refactor PGMap updating code for reuse in mgr
...and remove the copypasta from mgr.
mgr still doesn't do all the same logic (it doesn't
have osdmap history handy)...
John Spray
04:27 PM Revision 78b6eebf (ceph): mon: remove need for friending OSDMap to PGMapUpdater
This used to be the friend relationship to PGMonitor. It
was never really needed anyway, it was only being used
to s...
John Spray
04:27 PM Revision 45b33934 (ceph): mgr: fixup ClusterState with_*map fns
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
04:27 PM Revision fc3090fc (ceph): mgr: skip past broken modules and load the rest
...instead of stopping at the first python module
that fails to load.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
04:27 PM Revision ba648478 (ceph): pybind/mgr: add fsstatus module
A demonstration of creating a simple
ASCII-art status display by fusing
the metadata, perf counters, and maps that
ar...
John Spray
04:27 PM Revision 567b9fb6 (ceph): doc: add initial ceph-mgr docs
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
04:27 PM Revision 88977572 (ceph): packaging: add boost-python dependency
Although ceph-mgr isn't packaged yet, builders
use these files to cue installation of dependencies.
Signed-off-by: J...
John Spray
04:27 PM Revision 2210772e (ceph): common: refactor CommandTable
Avoid handling out raw pointers to the ops,
which are in fact owned by the table.
Signed-off-by: John Spray <john.sp...
John Spray
04:27 PM Revision 0812669c (ceph): mgr: dispose of connections after handle_command
...to avoid leaking them and eventually running out of fds.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
04:27 PM Revision 7122fac0 (ceph): mgr: expose osd stats from pgmap
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
04:27 PM Revision 7b8179bd (ceph): mon: implement MgrMonitor.preprocess_beacon
So that we're not throwing out new mgrmap epochs
every beacon.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
04:27 PM Revision 8db0137d (ceph): mgrc: less vebose logging of messages
...no need to tell us about all the things you're *not* handling.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
04:27 PM Revision ea46778e (ceph): mgr: expose "df" to python modules
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
04:27 PM Revision e6de53aa (ceph): pybind/mgr: fix logging
Previously only the errors were getting through, because
other stuff was getting held up in the python logging
framew...
John Spray
04:27 PM Revision c38d4915 (ceph): mgrc: mark down connections with dead sessions
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
04:27 PM Revision fa147e3a (ceph): mgr: handle PGStats with a PGMap
No longer need the mon to send us
the pg_summary json hack.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
04:27 PM Revision f77276a5 (ceph): pybind/mgr: update rest module for pg_summary
...which is now generated properly from PGMap
instead of reconstituted from some JSON.
Signed-off-by: John Spray <jo...
John Spray
04:27 PM Revision ab240380 (ceph): common/TextTable: add include guards
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
04:27 PM Revision 519a01d9 (ceph): mon: move "df" dump code from PGMonitor to PGMap
...so that ceph-mgr can use it too.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
04:27 PM Revision 80281ed2 (ceph): pybind/mgr: expose get_counter in MgrModule
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
04:27 PM Revision 803b66a3 (ceph): mgrc: enable sending pgstats
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
04:27 PM Revision 30dec8e2 (ceph): osd: send PGStats to mgr as well as mon
This is a rough implementation that sends all the stats,
without the efficiency of the queue+acks that we use
when ta...
John Spray
04:27 PM Revision 7eb45729 (ceph): pybind/mgr: remove unused gevent code
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
04:27 PM Revision 5366980c (ceph): pybind/mgr: move rest into dir
Let's make each module its own directory.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
04:27 PM Revision 9501bfdd (ceph): mgr: store some counter history
...and expose it to python modules.
Also fix some of the code around how we updated
DaemonState.
Signed-off-by: Joh...
John Spray
04:27 PM Revision e3104862 (ceph): mgrc: fix report sending after failover
The send_report loop doesn't get kicked off
on configure messages unless the period is
set to its initial value (0).
...
John Spray
04:26 PM Revision 1643a7fc (ceph): mgrc: reset send_report timer on session change
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
04:26 PM Revision fd537bc6 (ceph): mgr: enable active daemon to return to standby
Rather than respawn a whole process, just fall back
to being a standby.
Signed-off-by: John Spray <john.spray@redhat...
John Spray
04:26 PM Revision 96e10e93 (ceph): mds: embed a MgrClient
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
04:26 PM Revision 054708a6 (ceph): mgr: Use signed int log level in PyModules::log()
Using an unsigned causes a build failure when expanding the dout macro.
Signed-off-by: Tim Serong <tserong@suse.com>
Tim Serong
04:26 PM Revision d9dfb436 (ceph): mgr: s/DaemonMetadata/DaemonState/g
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
04:26 PM Revision c81e542b (ceph): mgr: enable multiple python modules
serve() each one in a separate thread, include a shutdown()
hook so that we can tear down cleanly.
Signed-off-by: Jo...
John Spray
04:26 PM Revision 0bff7af0 (ceph): pybind/mgr: implement shutdown() in rest.py
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
04:26 PM Revision 7845f8d7 (ceph): mgr: flesh out standby/HA
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
04:26 PM Revision b7c9561a (ceph): mgr: fix locking in DaemonMetadata
Locks are great but it helps if you actually
bother acquiring them...
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
04:26 PM Revision a53dc646 (ceph): pybind/mgr: remove unused CalamariConfig
No longer need to set CALAMARI_CONFIG when running.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
04:26 PM Revision cc0b8fb7 (ceph): pybind/mgr: fix django request logging
This was going to a text file, hook it in
to the proper logging.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
04:26 PM Revision b3189d68 (ceph): cmake: update for ceph-mgr
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
04:26 PM Revision 44c95af2 (ceph): pybind: create mgr python module folder
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
04:26 PM Revision b82533fc (ceph): pybind/mgr: add the `rest` module
This is derived from what used to be Calamari.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
04:26 PM Revision eafe2e94 (ceph): mgr: api_docs.py: Update for use outside Calamari
The ceph_state module is implemented in C++, and isn't available at
build time, which causes import failures when api...
Tim Serong
04:26 PM Revision 10da6d23 (ceph): osd: embed a MgrClient
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
04:26 PM Revision 157f986d (ceph): librados: expose mgr_command
This involves giving RadosClient an embedded
MgrClient.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
04:26 PM Revision 3f4d80c7 (ceph): pybind: expose mgr commands
This is "tell mgr" at the moment but it should
be a slicker syntax later (ceph.in is awkward
to refactor just now)
S...
John Spray
04:26 PM Revision bbc66310 (ceph): auth: add mgr service type
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
04:26 PM Revision ac30e6ce (ceph): mgr: create ceph-mgr service
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
04:26 PM Revision 3283b1e4 (ceph): common: accessors for list of perf counters
...and store the list by a string path, for
consumption by the world outside of integer
perf counter/subsystem IDs.
...
John Spray
04:26 PM Revision 88442d23 (ceph): mgrc: create MgrClient
The ceph-mgr equivalent to monclient
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
04:26 PM Revision e3b2225f (ceph): messages: add ceph-mgr messages
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
04:26 PM Revision eaada77f (ceph): msg: introduce mgr entity_type_t
Mgr will probably ultimately have different auth caps,
so let's make it a separate entity up front instead
of e.g. pr...
John Spray
04:26 PM Revision 84508408 (ceph): mon: add MgrMonitor
This is responsible for learning the locations of
mgrs, picking an active one, and sharing that
info with MgrClient c...
John Spray
04:26 PM Revision e32f2a90 (ceph): vstart: set up and run ceph-mgr
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
04:26 PM Revision 6caae0e3 (ceph): common/cmdparse: additional helpers
For dumping a cmdmap to a Formatter, and for
checking the prefix of a cmddesc.
Used by ceph-mgr when routing command...
John Spray
04:26 PM Revision a11ff90f (ceph): pybind: fix handling bad cmd json
The 'save_exception' local would otherwise
be referenced before assignment during
exception handling.
Signed-off-by:...
John Spray
04:26 PM Revision 7e6b4f1f (ceph): client: refactor command handling
Create a CommandTable structure for places
in Client, MgrClient, Objecter where we do
basically the same kind of thin...
John Spray
04:26 PM Revision 85ba9a36 (ceph): mon: add with_monmap to MonClient
Analogous to Objecter::with_osdmap, for safe access
to the map.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
04:26 PM Revision 1a331234 (ceph): common: move ceph_version up into collect_sys_info
...so that we get this piece of metadata from every
service uniformly.
Signed-off-by: John Spray <john.spray@redhat....
John Spray
04:26 PM Revision fefaac75 (ceph): common: add 'mgr' and 'mgrc' subsystems for logging
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
04:26 PM Revision c4965fd0 (ceph): common: add mgr config settings
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
04:26 PM Revision fbe7ae50 (ceph): vstart: fix warning when no CEPH_MAX_MDS set
This was a typo in 29535caf
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
04:26 PM Revision 27fdf87a (ceph): monc: remove unused AuthAuthorizeHandlerRegistry
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
04:26 PM Revision c5700ce4 (ceph): mon: fix missing osd metadata (again)
The JSON output was getting broken by continuing
in the wrong place.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
04:26 PM Revision d2a209f1 (ceph): msg: typedef uint8_t entity_type_t
...rather than having a mixture of explicit __u8
and implicit enums/ints.
Signed-off-by: John Spray <john.spray@redh...
John Spray
04:26 PM Revision 51a61051 (ceph): mon,mds: include 'addr' in daemon metadata
This is useful for correlating daemon metadata
to cluster maps.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
04:26 PM Revision 3f6676a8 (ceph): mon: drop encoded buffer after decode
This bufferlist was being kept around as a
class member but it didn't need to be.
Signed-off-by: John Spray <john.sp...
John Spray
04:19 PM Revision 79509462 (ceph): suites: update log whitelist for scrub msg
Fixes: http://tracker.ceph.com/issues/16016
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
03:45 PM CephFS Support #17171 (Closed): Ceph-fuse client hangs on unmount
John Spray
12:56 PM CephFS Support #17171: Ceph-fuse client hangs on unmount
We can probably close this issue, we'll reopen or create new when we'll be able to reliably reproduce issue Arturas Moskvinas
03:38 PM CephFS Bug #17173 (Pending Backport): Duplicate damage table entries
John Spray
03:38 PM Revision 27158854 (ceph): Merge pull request #11137 from jcsp/wip-17173
mds: catch duplicates in DamageTable
Reviewed-by: Douglas Fuller <dfuller@redhat.com>
John Spray
03:38 PM Bug #17429 (Duplicate): ceph-objectstore-tool: specify both --op and object command syntax
The relevant command is being backported, no need for any test changes http://tracker.ceph.com/issues/17383 Josh Durgin
08:30 AM Bug #17429: ceph-objectstore-tool: specify both --op and object command syntax
@David does that ring a bell ? I ran into it while testing a pull request and not on master itself but I don't think ... Loïc Dachary
08:29 AM Bug #17429 (Duplicate): ceph-objectstore-tool: specify both --op and object command syntax
http://pulpito.ceph.com/loic-2016-09-26_13:00:32-rados-wip-pr-11086---basic-smithi/438259/
This is an upgrade test...
Loïc Dachary
02:46 PM Revision e1822c16 (ceph): os/bluestore: sloppy reshard boundaries to avoid spanning blobs
Make the extent map shard target size sloppy so that we can try to avoid
sharding boundaries that create spanning blo...
Sage Weil
01:45 PM Revision a5706d78 (ceph): Merge pull request #11244 from xiexingguo/xxg-wip-bluestore-0928
os/bluestore: upgrade compression settings to atomics
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:20 PM Bug #17436 (Fix Under Review): selinux: Allow ceph to manage tmp files
PR for master: https://github.com/ceph/ceph/pull/11259 Ken Dreyer
01:01 PM Bug #17436 (Resolved): selinux: Allow ceph to manage tmp files
Two new denials showed up in testing that relate to ceph trying to
manage (rename and unlink) tmp files. This commit...
Boris Ranto
01:02 PM Revision f8a0e201 (ceph): selinux: Allow ceph to manage tmp files
Two new denials showed up in testing that relate to ceph trying to
manage (rename and unlink) tmp files. This commit ...
Boris Ranto
12:01 PM CephFS Bug #17270 (Fix Under Review): [cephfs] fuse client crash when adding a new osd
Opened https://github.com/ceph/ceph/pull/11262 for the fix for the first crash.
Opened http://tracker.ceph.com/iss...
John Spray
12:01 PM CephFS Bug #17435 (New): Crash in ceph-fuse in ObjectCacher::trim while adding an OSD

From: http://tracker.ceph.com/issues/17270, in which there was initially a crash during writes, and this appears to...
John Spray
11:48 AM CephFS Feature #17434 (Fix Under Review): qa: background rsync task for FS workunits
A client that just sits there trying to rsync the contents of the filesystem. Running this at the same time as any o... John Spray
11:29 AM Revision 88dbde2f (ceph): Revert "osdc: After write try merge bh."
This reverts commit 1a48a8a2b222e41236341cb1241f0885a1b0b9d8.
Fixes: http://tracker.ceph.com/issues/17270
Signed-off...
John Spray
11:25 AM Backport #17383 (In Progress): hammer: ceph-objectstore-tool: ability to perform filestore splits...
Nathan Cutler
10:58 AM Fix #17433 (New): [systemd]: Ceph doesn`t remove symlinks for systemd services
Hi.
Just noticed that after unistalling ceph (for example, using ceph-deploy uninstall & purge & purgedata), there a...
Nikita Shalnov
10:57 AM Bug #17432 (Closed): CephFS - Bonnie++: Can't create file
Trying to run bonnie++ (v1.97) benchmark on cephfs mounted with kernel client and get error:
bonnie++ -u root -d /...
elder one
09:24 AM Bug #17431 (Resolved): RocksDBStore memory leak valgrind
http://pulpito.ceph.com/loic-2016-09-26_13:00:32-rados-wip-pr-11086---basic-smithi/438346/
has http://qa-proxy.cep...
Loïc Dachary
09:22 AM Bug #17386 (Fix Under Review): Upgrading 0.94.6 -> 0.94.9 saturating mon node networking
https://github.com/ceph/ceph/pull/11258
https://github.com/ceph/ceph/pull/11284
https://github.com/ceph/ceph/pull/1...
Kefu Chai
09:19 AM Bug #17366: "assert len(unclean) == num_unclean" in dump_stuck.py in rados suite
Also found at "rados/singleton/{rados.yaml all/dump-stuck.yaml fs/xfs.yaml msgr/random.yaml msgr-failures/many.yaml}"... Loïc Dachary
08:55 AM Bug #17430 (Can't reproduce): rados -p rbd bench 15 write -b 4096 never completes
http://pulpito.ceph.com/loic-2016-09-26_13:00:32-rados-wip-pr-11086---basic-smithi/438273/... Loïc Dachary
08:09 AM rbd Bug #17355 (Fix Under Review): rbd-mirror: potential crash during replay shut down
Mykola Golub
08:05 AM Bug #17428 (Closed): systemd: Incorrect path to ceph-osd-prestart.sh in ceph-osd@.service on gentoo
On our Gentoo Linux systems Ceph helper binaries are installed into /usr/libexec/ceph. Unfortunately the systemd serv... Krzysztof Nowicki
03:14 AM Revision 22cf74f2 (ceph): mds/MDCache: kill a comipler warning
/home/jenkins-build/build/workspace/ceph-pull-requests/src/mds/MDCache.cc: In member function ‘void MDCache::request_... xie xingguo
02:18 AM Revision 83e93948 (ceph): os/bluestore: upgrade compression settings to atomics
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
02:02 AM Bug #17425 (Resolved): Remove the runtime dependency on lsb_release
We have attempted to remove this dependency before as it pulls in various other dependencies and it would be nice to ... Brad Hubbard
01:13 AM Revision e4038a0c (ceph): ceph_manager: test offline split via ceph-objectstore-tool
When killing an osd, split all pools with a low threshold.
This will slow down tests, but should not impact correctne...
Josh Durgin
12:57 AM Revision 99bb9f60 (ceph): ceph-objectstore-tool: add a way to split filestore directories offline
Use the usual split code, and split each dir that meets the
usual split criteria.
This can be run with lower than us...
Josh Durgin
12:40 AM Revision a199dcd9 (ceph): ceph_manager: test offline split via ceph-objectstore-tool
When killing an osd, split all pools with a low threshold.
This will slow down tests, but should not impact correctne...
Josh Durgin
12:12 AM Revision 949480c2 (ceph): rgw: multipart uploads copy part support
Add multipart uploads copy part feature.
Fixes: http://tracker.ceph.com/issues/12790
Signed-off-by: Javier M. Melli...
Javier M. Mellid
12:12 AM Revision 8a7ebeee (ceph): rgw: doc: add multipart uploads copy part feature as supported
Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com> Javier M. Mellid

09/28/2016

10:31 PM Revision ff264ce6 (ceph): osd/ReplicatedPG: remove unneeded use of count
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
10:30 PM Revision 3cb0a5e0 (ceph): ceph-objectstore-tool: add a way to split filestore directories offline
Use the usual split code, and split each dir that meets the
usual split criteria.
This can be run with lower than us...
Josh Durgin
10:18 PM Revision be2b51de (ceph): osd: pass shared_ptr by const reference
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
08:25 PM Revision a2c27c94 (ceph): hobject: clarify is_snap and has_snapset for max
Signed-off-by: Samuel Just <sjust@redhat.com> Samuel Just
08:13 PM rbd Bug #17355 (Pending Backport): rbd-mirror: potential crash during replay shut down
Mykola Golub
08:12 PM Revision ba6785f0 (ceph): Merge pull request #11185 from dillaman/wip-17355
rbd-mirror: quiesce in-flight event commits before shut down
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
08:08 PM rbd Subtask #17424 (Resolved): [data pool] update rbd CLI to permit "--data-pool" optionals
All CLI commands where an image can be created (create, clone, copy, import) should support an optional "--data-pool"... Jason Dillaman
08:06 PM rbd Subtask #17423 (Resolved): [data pool] add new non-dynamic feature bit for data pool
* add new 'RBD_IMAGE_OPTION_DATA_POOL' image option to API
* new data pool feature would be set if data pool specifi...
Jason Dillaman
08:04 PM rbd Subtask #17422 (Resolved): [data pool] cls_rbd updates for data pool
* new "get_data_pool" cls method against image header
* existing "create" cls method should optionally expect data p...
Jason Dillaman
07:29 PM Revision b8d4a4a2 (ceph): Merge pull request #11250 from liewegas/wip-bluestore-leaks
os/bluestore: fix leaks in our use of rocksdb Sage Weil
05:56 PM Revision 85fc1028 (ceph): os/bluestore: do not leak when using EnvMirror
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:56 PM Revision 2a4b87f3 (ceph): rocksdb: include EnvMirror leak fixes
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
05:29 PM Bug #17365 (Resolved): mon: forwarded message is encoded with sending client's features
I don't think we care about backporting this? Greg Farnum
05:28 PM Revision b9f15e54 (ceph): Merge pull request #11180 from liewegas/wip-mon-forward
messages/MForward: fix encoding features
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Greg Farnum
04:53 PM Revision 84dd1a62 (ceph): Merge remote-tracking branch 'upstream/pull/1176/head'
* upstream/pull/1176/head:
tasks/cephfs: add default paths to vstart_runner
Reviewed-by: Patrick Donnelly <pdonnel...
Patrick Donnelly
03:44 PM Revision d4f5e88f (ceph): messages/MForward: fix encoding features
We were encoding the message with the sending client's
features, which makes no sense: we need to encode with
the rec...
Sage Weil
03:40 PM Revision 56ccf8ea (ceph): Merge pull request #11243 from liewegas/wip-bluestore-deferred-csum
os/bluestore: remove deferred_csum machinery Sage Weil
03:39 PM Revision 51a1f860 (ceph): Merge pull request #11113 from yuyuyu101/wip-fix-filestore-clone
os/filestore: disable use of splice by default
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
03:38 PM Revision 4d6953a4 (ceph): tasks/cephfs: add default paths to vstart_runner
So that for folks with sources in typical locations
(or typical on my workstation at least!) invoking
vstart_runner i...
John Spray
03:36 PM Bug #17421 (Won't Fix): dmcrypt is broken when passing a data-dir
Calling:
`root@juju-c268c9-3:~# sudo -u ceph ceph-disk prepare --data-dir /srv/ceph --dmcrypt`
fails with a bad ass...
Chris MacNaughton
03:06 PM Revision 641d2ca0 (ceph): Merge pull request #9652 from stiopaa1/osdc_ObjectCacher_constMember
osdc/ObjectCacher.h: add const to member functions
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:32 PM Revision 91bc79ee (ceph): msg/async: remove unused code.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> Jianpeng Ma
02:29 PM Revision ad50703c (ceph): Merge pull request #11248 from mikulely/cleanup-vstart-doc
doc: cleanup outdated radosgw description Sage Weil
02:25 PM CephFS Feature #11171 (Resolved): Path filtering on "dump cache" asok
John Spray
02:22 PM CephFS Bug #17392 (Pending Backport): ceph-fuse sometimes fails to terminate (failures with "reached max...
John Spray
02:22 PM CephFS Bug #17253 (Pending Backport): Crash in Client::_invalidate_kernel_dcache when reconnecting durin...
John Spray
02:22 PM CephFS Bug #17286 (Pending Backport): Failure in dirfrag.sh
John Spray
02:21 PM CephFS Bug #17236 (Pending Backport): MDS goes damaged on blacklist (failed to read JournalPointer: -108...
John Spray
02:21 PM CephFS Bug #17271 (Pending Backport): Failure in snaptest-git-ceph.sh
John Spray
02:20 PM devops Cleanup #17395 (Pending Backport): rpm: /etc/ceph/rbdmap is packaged with executable access rights
Sage Weil
02:20 PM Revision c48ee9d3 (ceph): Merge pull request #11217 from ceph/wip-17395-rbdmap-permissions
rpm: fix permissions for /etc/ceph/rbdmap
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
Sage Weil
02:13 PM Revision 4182ee66 (ceph): Merge pull request #11240 from liewegas/wip-bluestore-assert
os/bluestore: add assert to compress_extent_map Sage Weil
02:12 PM Revision 8a9e41a2 (ceph): Merge pull request #11245 from xiexingguo/xxg-wip-bluestore-bsearch-shard
os/bluestore: binary search specified shard
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:56 PM Revision 539a8622 (ceph): Merge pull request #11235 from xiexingguo/xxg-wip-bluestore-0926
os/bluestore: more cleanups
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:36 PM Revision cac8b17a (ceph): Merge pull request #11247 from majianpeng/msg-async-cleanup
msg/async: remove unused code.
Reviewed-by: Haomai Wang <haomai@xsky.com>
Haomai Wang
01:36 PM Revision be25f843 (ceph): rbd-mirror: replicate image metadata settings
Fixes: http://tracker.ceph.com/issues/16212
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
01:28 PM Revision 7a434145 (ceph): cls::rbd: async methods to set/remove metadata
Signed-off-by: Mykola Golub <mgolub@mirantis.com> Mykola Golub
01:06 PM Revision cc40473f (ceph): Merge pull request #10980 from trociny/wip-16213
rbd-mirror: replicate dynamic feature updates
Reviewed-by: Jason Dillaman <dillamana@redhat.com>
Jason Dillaman
12:17 PM Revision 953561f8 (ceph): librbd: async method to check journal tag owner
Signed-off-by: Mykola Golub <mgolub@mirantis.com> Mykola Golub
12:17 PM Revision dcfb8aa1 (ceph): librbd: async methods to enable/disable mirroring
Signed-off-by: Mykola Golub <mgolub@mirantis.com> Mykola Golub
12:17 PM Revision 4269a5fc (ceph): librbd: allow to call append_disabled for DisabledPolicy
Signed-off-by: Mykola Golub <mgolub@mirantis.com> Mykola Golub
12:17 PM Revision 606344dd (ceph): librbd: templetize journal StandardPolicy
It will be needed for unit tests with a mocked ImageCtx.
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
12:17 PM Revision 3c270b57 (ceph): librbd: async state machine to enable/disable image features
Signed-off-by: Mykola Golub <mgolub@mirantis.com> Mykola Golub
12:17 PM Revision 93cf63f9 (ceph): rbd-mirror: replicate dynamic feature updates
Fixes: http://tracker.ceph.com/issues/16213
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
12:17 PM Revision 5a68e334 (ceph): librbd: use counter to track exclusive lock block/unblock requests
It's possible the watch/notify message is duplicated resulting in two
concurrent block_requests() call.
Signed-off-b...
Mykola Golub
12:17 PM Revision ac71dbca (ceph): librbd: interlock image state machine and update features operations
Signed-off-by: Mykola Golub <mgolub@mirantis.com> Mykola Golub
12:17 PM Revision f99dbbd1 (ceph): librbd: potential null pointer dereference when requesting exclusive lock
m_require_lock_on_read should be cleared when holding owner_lock.
For safety, also check that exclusive_lock is not ...
Mykola Golub
12:17 PM Revision ac25cb19 (ceph): cls/journal: async client_list method
Signed-off-by: Mykola Golub <mgolub@mirantis.com> Mykola Golub
12:17 PM Revision 28e576e2 (ceph): cls/rbd: alow to call set_features asynchronously
Signed-off-by: Mykola Golub <mgolub@mirantis.com> Mykola Golub
12:17 PM Revision a0cf640d (ceph): librbd: async methods to create/remove object map
Signed-off-by: Mykola Golub <mgolub@mirantis.com> Mykola Golub
12:17 PM Revision 9026b515 (ceph): librbd: async image set flags method
Signed-off-by: Mykola Golub <mgolub@mirantis.com> Mykola Golub
11:14 AM Revision bfbb16ca (ceph): Merge pull request #11120 from renhwztetecs/renhw-wip-mds-server
mds/server: clean up handle_client_open()
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
John Spray
11:12 AM Revision 55243112 (ceph): Merge pull request #11078 from ukernel/wip-17271
mds: remove fail-safe queueing replay request
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Reviewed-by: John Spray ...
John Spray
11:10 AM Revision f9f8a36b (ceph): Merge pull request #11225 from ukernel/wip-17392
client: protect InodeRef with client_lock
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
09:09 AM Revision 356377e1 (ceph): osd: Flush Journal on shutdown
This way a data store is consistent and hot-swappable if a OSD had
a clean shutdown.
Make this behavior configurable...
Wido den Hollander
08:52 AM Revision ed659302 (ceph): doc: cleanup outdated radosgw description
radosgw support is on by default, as built-in Civetweb, set up Apache
is no necessary any more.
Signed-off-by: Jiayi...
Jiaying Ren
07:53 AM Bug #17420 (In Progress): Erroneous WARNING: max attr value size (1024) is smaller than osd_max_o...
https://github.com/ceph/ceph/pull/11246 Brad Hubbard
07:45 AM Bug #17420 (Resolved): Erroneous WARNING: max attr value size (1024) is smaller than osd_max_obje...
... Brad Hubbard
07:52 AM Revision de672a09 (ceph): logrotate: Run as root/ceph
Currently, we run the logrotate scripts as ceph/ceph but that way we
cannot rotate the scripts created by qemu (they ...
Boris Ranto
07:50 AM Revision 895a76a4 (ceph): os/bluestore: add a counter to trace rejected compress ops
This is useful for choosing a more proper bluestore_compression_required_ratio.
Signed-off-by: xie xingguo <xie.xing...
xie xingguo
07:24 AM Revision 9caae754 (ceph): os/bluestore: make allocated space calc a little faster
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
05:44 AM Revision 6b9988ac (ceph): os/bluestore: binary search specified shard
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
04:03 AM Bug #17411: Wierd deadlock in OSD
Jeegn Chen wrote:
> This commits seems the fix for this issue?
> https://github.com/ceph/ceph/commit/63e44e32974c9b...
huang jun
03:41 AM Bug #17411: Wierd deadlock in OSD
This commits seems the fix for this issue?
https://github.com/ceph/ceph/commit/63e44e32974c9bae17bb1bfd4261dcb024ad845c
Jeegn Chen
03:55 AM Revision c892eb40 (ceph): tools/rados: Fix do_put
Signed-off-by: Tomy Cheru <tomy.cheru@sandisk.com> Tomy Cheru
03:53 AM Revision cb919cae (ceph): tools/rados: Added append functionality to rados tool.
Signed-off-by: Tomy Cheru <tomy.cheru@sandisk.com> Tomy Cheru
12:32 AM Bug #17407: osdthrasher: reweight-by-utilizatoin hits min bytes per osd on upgrade test

Might be the same issue.
http://pulpito.ceph.com/dzafman-2016-09-22_17:11:48-rados-wip-zafman-testing-distro-bas...
David Zafman
12:32 AM Revision a5dd191d (ceph): os/bluestore: move nid assignment into BlueStore::_zero()
So other callers, such as BlueStore::_clone_range(),
won't do it twice.
Signed-off-by: xie xingguo <xie.xingguo@zte....
xie xingguo
12:32 AM Revision c6adc6e0 (ceph): os/bluestore: remove dead local variables from BlueStore::_wctx_finish()
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
12:32 AM Revision 9d909394 (ceph): os/bluestore: remove fadvise_flags from WriteContext
Currently fadvise_flags is only used to check whether
buffered write is necessary, so there is no need
to keep it in ...
xie xingguo
12:32 AM Revision 9f6344e3 (ceph): os/bluestore: use std namespace for hex/dec output formatting
Because we use std::hex/dec everywhere in bluestore except these two places.
Signed-off-by: xie xingguo <xie.xingguo...
xie xingguo
12:26 AM Bug #17419 (Can't reproduce): mon/crush_ops.sh fails with status 1

http://pulpito.ceph.com/dzafman-2016-09-22_17:11:48-rados-wip-zafman-testing-distro-basic-smithi/432001
CommandF...
David Zafman
12:15 AM Bug #17418 (Duplicate): assert len(inactive) == num_inactive

http://pulpito.ceph.com/dzafman-2016-09-22_17:11:48-rados-wip-zafman-testing-distro-basic-smithi/431992...
David Zafman
12:01 AM Bug #17417 (Can't reproduce): /var/log/ceph/valgrind/osd.1.log: <kind>Leak_DefinitelyLost</kind>

http://pulpito.ceph.com/dzafman-2016-09-22_17:11:48-rados-wip-zafman-testing-distro-basic-smithi/431916
David Zafman

09/27/2016

11:03 PM Revision c1b64c8f (ceph): rgw: rgw_obj encoding fixes
Fix a few issues:
- conversion to and from rgw_obj_key
- strip_namespace_from_object() in the case where object sta...
Yehuda Sadeh
10:38 PM Revision c381cc5d (ceph): rgw: utilities to support raw bucket index operations
and other related changes.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Conflicts:
src/rgw/rgw_rados.cc
src/rg...
Yehuda Sadeh
10:31 PM Revision d41cbb44 (ceph): rgw: use bucket_info.bucket_id instead of marker where needed
We used to use these interchangeably, but they actually have diffent meaning.
The marker is the prefix we assign to t...
Yehuda Sadeh
10:31 PM Revision 228f52cc (ceph): cls/rgw: utilities to support raw bucket index operations
New flavour of bi_put() call, and a function to extract key off
a raw bi entry.
Signed-off-by: Yehuda Sadeh <yehuda@...
Yehuda Sadeh
09:07 PM Revision ad7487d6 (ceph): os/bluestore: remove deferred_csum machinery
When we added this way back in d4f4fa0312d943dd0ce3c27f5fc56c7a753bb471,
we did not have our own buffer cache, and we...
Sage Weil
08:37 PM rbd Feature #14738 (Pending Backport): Optionally unregister "laggy" journal clients
Jason Dillaman
12:37 PM rbd Feature #14738 (Resolved): Optionally unregister "laggy" journal clients
Mykola Golub
08:37 PM Revision 4e61538d (ceph): Merge pull request #10888 from dachary/wip-17062-jewel
jewel: tests: fix TestClsRbd.mirror_image failure in upgrade:jewel-x-master-distro-basic-vps Sage Weil
08:31 PM rbd Bug #17416 (Resolved): Improve resiliency of rbd-mirror stress test case
Jason Dillaman
08:23 PM Revision e4ed13fe (ceph): unittest_bluestore_types: init g_ceph_context
The methods we're testing use it for dout.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
07:42 PM Revision 39c3b8d5 (ceph): osd/ReplicatedPG: remove unneeded use of count
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
07:10 PM CephFS Feature #17276: stick client PID in client_metadata
There's already a GID (just an increasing integer) that the monitor uniquely associates with each client session — I ... Greg Farnum
07:00 PM CephFS Feature #17276: stick client PID in client_metadata
I will take this as I've been wanting it for my performance work.
I'm also wondering if you think it'd be useful t...
Patrick Donnelly
06:21 PM CephFS Bug #17294: mds client didn't update directory content after short network break
That sounds good to me.
It'll actually be a little finicky though — if we generate a new MDSMap that cuts the time...
Greg Farnum
04:02 PM CephFS Bug #17294: mds client didn't update directory content after short network break
Oh dear, the MDS takes mds_session_timeout from its local config, but the client users mdsmap->get_session_timeout().... John Spray
06:02 PM Revision e8dd0883 (ceph): os/bluestore: add assert to compress_extent_map
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
04:02 PM Revision 67f26027 (ceph): Merge pull request #11238 from theanalyst/changelog-v10.2.3
doc/changelog: add v10.2.3 Sage Weil
04:00 PM Revision f4ce7f00 (ceph): Merge pull request #10814 from liewegas/wip-bluestore-precondition
os/bluestore: precondition rocksdb/bluefs during mkfs
Reviewed-by: Igor Fedotov <ifedotov@mirantis.com>
Sage Weil
03:59 PM Revision 9c691776 (ceph): doc/changelog: add v10.2.3
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
03:56 PM Revision 03744204 (ceph): os/filestore: add merge_delete
Signed-off-by: Manali Kulkarni <Manali.Kulkarni@sandisk.com> manali kulkarni
03:56 PM Revision 20c45678 (ceph): os/kstore: add merge_delete
Signed-off-by: Manali Kulkarni <Manali.Kulkarni@sandisk.com> manali kulkarni
03:56 PM Revision fdb8345e (ceph): os/memstore: add merge_delete
Signed-off-by: Manali Kulkarni <Manali.Kulkarni@sandisk.com> manali kulkarni
03:56 PM Revision 8105ded2 (ceph): os/bluestore: add merge_delete
Signed-off-by: Manali Kulkarni <Manali.Kulkarni@sandisk.com> manali kulkarni
03:56 PM Revision e9244b19 (ceph): ceph_test_objectstore: add merge_delete tests
Signed-off-by: Manali Kulkarni <Manali.Kulkarni@sandisk.com> manali kulkarni
03:56 PM Revision b92c767b (ceph): ceph_test_objectstore: test move_ranges_destroy_src from Synthetic
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:56 PM Revision e15cdb32 (ceph): os/ObjectStore: add merge_delete
Signed-off-by: Manali Kulkarni <Manali.Kulkarni@sandisk.com> manali kulkarni
03:56 PM Revision 50ae9a3c (ceph): os/filestore: fix coll_t handling for CLONERANGE[2]
Signed-off-by: Manali Kulkarni <Manali.Kulkarni@sandisk.com> manali kulkarni
03:56 PM Revision 6a0f3c67 (ceph): os/filestore: fix typos
Signed-off-by: Manali Kulkarni <Manali.Kulkarni@sandisk.com> manali kulkarni
03:38 PM Revision 0e2198fa (ceph): os/bluestore: precondition rocksdb on mkfs
Write N bytes of garbage to the kv store on startup. With rocksdb,
this ensures that our log files are preallocated....
Sage Weil
03:22 PM Bug #17386: Upgrading 0.94.6 -> 0.94.9 saturating mon node networking
so we need three patches for fixing this problem:
# for this specific issue. we need to re-encode the OSDMap when ...
Kefu Chai
03:18 PM Revision 828c1006 (ceph): Merge pull request #11234 from theanalyst/jewel-release-notes
doc/release-notes: v10.2.3 jewel Sage Weil
03:10 PM rgw Bug #17414 (New): multisite: handle runtime changes to number of mdlog/datalog shards
After starting sync, restarting a gateway with a different value of rgw_md_log_max_shards or rgw_data_log_num_shards ... Casey Bodley
02:45 PM Revision 5f5880d0 (ceph): Merge pull request #11216 from liewegas/wip-bluestore-compress-map
os/bluestore: prevent extent merging across shard boundaries
Reviewed-by: Somnath Roy <somnath.roy@sandisk.com>
Sage Weil
02:38 PM Revision 9f97af26 (ceph): doc/release-notes: more fixes to 10.2.3
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
02:35 PM rbd Bug #15259: performance: journaling results in 4X slowdown when writes are not blocked by cache
*PR*: https://github.com/ceph/ceph/pull/10445 Jason Dillaman
02:35 PM rbd Bug #15259 (Pending Backport): performance: journaling results in 4X slowdown when writes are not...
Jason Dillaman
02:35 PM Revision d4f144ec (ceph): Merge pull request #10445 from rjfd/wip-15259
journal: increase concurrency/parallelism of journal recorder
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
02:28 PM Revision de0e0edb (ceph): doc: add v10.2.3 to releases table
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
02:28 PM Revision d12b5f6b (ceph): doc/release-notes: v10.2.3 jewel
Adding release notes for the next jewel release
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
Abhishek Lekshmanan
01:21 PM CephFS Bug #17275: MDS long-time blocked ops. ceph-fuse locks up with getattr of file
I created #17413 for that. Still waiting for this issue's issue to pop out Henrik Korkuc
03:03 AM CephFS Bug #17275: MDS long-time blocked ops. ceph-fuse locks up with getattr of file
Henrik Korkuc wrote:
> it looks like this time I got a read request stuck for 2 days from OSD. Client is 0.94.9
>
...
Zheng Yan
12:32 PM rbd Subtask #15688 (Resolved): Stub API integration between librbd and the new client-side cache
Mykola Golub
12:24 PM Bug #17413 (Closed): objecter read request stuck for 2 days from OSD
while testing http://tracker.ceph.com/issues/17275 I stumbled upon read request which was stuck for more than 2 days.... Henrik Korkuc
11:31 AM Linux kernel client Bug #17410: rbd image stale/stuck (mapped and mounted)
can you backport https://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=922dab6134178cae317a... Sergey Jerusalimov
06:01 AM Linux kernel client Bug #17410: rbd image stale/stuck (mapped and mounted)
it's 100% seems like http://www.spinics.net/lists/ceph-users/msg24111.html Sergey Jerusalimov
09:31 AM Bug #17412: Applying ruleset halts monitor
This could be duplicate of http://tracker.ceph.com/issues/16653
@Arvydas, please check your monitor log, if you're...
Igor Podoski
09:07 AM Bug #17412 (Duplicate): Applying ruleset halts monitor
Hi,
I noticed strange behavior of monitors during changing pool's crush_ruleset parameter. In some cases monitor h...
Arvydas Opulskis
09:15 AM Revision 55824077 (ceph): doc: drop start development cluster area in index.rst, quick_start.rst ...
Signed-off-by: Leo Zhang <nguzcf@gmail.com> Leo Zhang
09:04 AM Revision ff59b380 (ceph): tool/cephfs: displaying "list" in journal event mode
lack of displaying "list" when use the journal event mode of cephfs-journal-tool
Signed-off-by: huanwen ren <ren.hua...
huanwen ren
08:04 AM rbd Bug #16988 (In Progress): 'rbd feature disable' against non-primary image results in hung CLI
Moved to resolved too quickly, should be done after PR#10980 is merged. Venky Shankar
08:03 AM rbd Bug #16988 (Resolved): 'rbd feature disable' against non-primary image results in hung CLI
Tested with PR#10980, no cli hang was seen:
> ./bin/rbd --cluster cluster2 -p mirror feature disable r0 journaling...
Venky Shankar
07:45 AM Bug #17411: Wierd deadlock in OSD
OS version: CentOS 6.5
Ceph version: 0.94.1
Jeegn Chen
07:33 AM Bug #17411: Wierd deadlock in OSD
which OS version and ceph version do you test?
huang jun
02:13 AM Bug #17411 (Resolved): Wierd deadlock in OSD
... Jeegn Chen
07:43 AM Revision ee1de7dc (ceph): doc: fix start development cluster operation in index.rst
Signed-off-by: Leo Zhang <nguzcf@gmail.com> Leo Zhang
05:51 AM Backport #17376: jewel: Assign LOG_INFO priority to syslog calls
downstream ticket: https://bugzilla.redhat.com/show_bug.cgi?id=1378675 Kefu Chai
02:28 AM Backport #17376 (In Progress): jewel: Assign LOG_INFO priority to syslog calls
Created a PR as this has become urgent.
https://github.com/ceph/ceph/pull/11231
Brad Hubbard
03:10 AM CephFS Bug #17368 (Fix Under Review): mds: allowed GIDs must be ordered in the cephx string
A new patch on https://github.com/ceph/ceph/pull/11218 Greg Farnum
03:08 AM Revision a67f61f0 (ceph): mds: sort GID lists in MDSAuthCaps
Fixes: http://tracker.ceph.com/issues/17368
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
Greg Farnum
02:11 AM Revision 9cb45e11 (ceph): log: Log.cc: Assign LOG_INFO priority to syslog calls
LOG_DEBUG prio messages are not logged by a default syslog
configuration so log at LOG_INFO instead.
Fixes: http://t...
Brad Hubbard
12:55 AM Bug #17400: mon/tool: PGMonitor::check_osd_map assert fail when the rebuild mon store
*for i in `seq 0 5`;do
ls /var/lib/ceph/osd/ceph-$i/current/meta/
done*...
huanwen ren

09/26/2016

11:15 PM Bug #17177: cephfs metadata pool: deep-scrub error "omap_digest != best guess omap_digest"
After looking into the hdparm thing, Brad dropped the requirement for hdparm from master, https://github.com/ceph/cep... Ken Dreyer
11:03 PM rbd Cleanup #16130 (Pending Backport): Proxied operations shouldn't result in error messages if replayed
Ken Dreyer
11:03 PM rbd Bug #16473: Demotion/promotion results in the image syncing again from the beginning
@Ken: most likely, yes -- but there isn't an explicit test case to verify that it is properly functioning. Jason Dillaman
10:56 PM rbd Bug #16473: Demotion/promotion results in the image syncing again from the beginning
Jason, is this fixed by https://github.com/ceph/ceph/pull/10703 ? Ken Dreyer
10:58 PM rbd Subtask #15108 (Pending Backport): Periodically update the sync point object number during sync
Ken Dreyer
09:46 PM rgw Bug #16856 (Pending Backport): ACL request for objects with underscore at end and beginning
Ken Dreyer
09:24 PM Revision 6da13e96 (ceph): test: temporarily disable tests which relied on MDS' incorrect GID-addi...
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
09:22 PM Linux kernel client Bug #17410 (Closed): rbd image stale/stuck (mapped and mounted)
Hello!
We have a problem:
three rbd images are formated and mounted in the system
linux kernel 3.18.35-35
S...
Sergey Jerusalimov
08:48 PM Revision 1f5d75f3 (ceph): Merge pull request #11226 from zealoussnow/wip-0926
doc: missing "make vstart" in quick_guide.rst Sage Weil
08:42 PM Revision 78e92a9a (ceph): Merge pull request #11228 from stiopaa1/osd_pg_removeUnneededCount1
osd/PG.cc: remove unneeded use of count
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
08:39 PM rbd Feature #17409 (Resolved): Optional separate data pool support for v2 images
In support of RBD images on EC pools, the image data block objects will need to be stored on a separate pool from the... Jason Dillaman
08:36 PM Revision 05c4c9e8 (ceph): Merge pull request #11229 from liewegas/wip-compressor
cmake: remove more autotools hacks
Reviewed-by: Ali Maredia <amaredia@redhat.com>
Ali Maredia
07:50 PM Revision b58d2303 (ceph): unittest_compression_*: remove lib dir hackery
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:50 PM Revision 784fe238 (ceph): doc: remove old .libs reference
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:50 PM Revision 404f476e (ceph): ceph: remove autotools detection
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:50 PM Revision 4ccb6e34 (ceph): detect-build-env-vars.sh: drop autotools detection
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:50 PM Revision 7e574da9 (ceph): vstart.sh: drop autotools detection
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:50 PM Revision 24376933 (ceph): ceph-rest-api: drop autotools detection
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
07:11 PM CephFS Bug #17408 (Can't reproduce): Possible un-needed wait on rstats when listing dir?

When a client does "ls -l" on a dir where other clients are doing lots of writes, it can't see an up to date size w...
John Spray
06:09 PM Revision ddafda88 (ceph): Merge pull request #10143 from majianpeng/bluefs-fix
os/bluestore/BlueFS: don't inc l_bluefs_files_written_wal if overwrite. Sage Weil
04:54 PM CephFS Bug #17294: mds client didn't update directory content after short network break
Yes, there's session renewal, and the MDS shouldn't unilaterally revoke caps until that time has passed.
I think w...
Greg Farnum
02:07 PM CephFS Bug #17294: mds client didn't update directory content after short network break
Ok, so to summarize (based on speculation here -- I haven't reproduced this).
After the first ls -l, client A has ...
Jeff Layton
01:55 PM CephFS Bug #17294: mds client didn't update directory content after short network break
So we should change this to use the same value everywhere (from the mdsmap!) John Spray
04:29 PM Revision 699be445 (ceph): Merge pull request #1188 from ceph/revert-1128-wip-16805
Revert "ceph_manager: lower mon_reweight_min_bytes_per_osd to 10"
Reviewed-by: Samuel Just <sjust@redhat.com>
Samuel Just
04:01 PM Revision 80b30ec3 (ceph): Merge pull request #11138 from jcsp/wip-17236
mds: handle blacklisting during journal recovery
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
John Spray
03:25 PM Revision 9996b492 (ceph): doc: missing "make vstart" in quick_guide.rst
Signed-off-by: Leo Zhang <nguzcf@gmail.com> Leo Zhang
03:19 PM Revision 2e447eaf (ceph): rgw: librados aio wait_for_safe, not wait_for_complete
We want to wait for the op to be durable, not ordered.
Note that wait_for_safe works for read ops as well, despite a...
Sage Weil
03:15 PM Revision 176811f8 (ceph): Revert "ceph_manager: lower mon_reweight_min_bytes_per_osd to 10"
Kefu Chai
03:02 PM CephFS Bug #17275: MDS long-time blocked ops. ceph-fuse locks up with getattr of file
it looks like this time I got a read request stuck for 2 days from OSD. Client is 0.94.9
client cache: ceph-post-f...
Henrik Korkuc
01:58 PM CephFS Bug #17275: MDS long-time blocked ops. ceph-fuse locks up with getattr of file
check the cluster log, find lines "client.xxx failing to respond to capability release". client.xxx is the guy that c... Zheng Yan
01:44 PM CephFS Bug #17275: MDS long-time blocked ops. ceph-fuse locks up with getattr of file
hey Zheng,
can you provide me instructions how can I trace client which blocks ops? client.2816210 in this case.
...
Henrik Korkuc
02:27 PM Revision f6bac2c0 (ceph): Merge pull request #11220 from stiopaa1/mds_mdsdaemon_CMDSTickclass
mds/MDSDaemon: move C_MDS_Tick class to .cc file
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:27 PM Revision 49ecdac2 (ceph): Merge pull request #11224 from wjwithagen/patch-13
osd-fast-mark-down.sh: fix typo in variable assignments Sage Weil
02:24 PM Bug #17407 (Resolved): osdthrasher: reweight-by-utilizatoin hits min bytes per osd on upgrade test
2016-09-24T06:50:27.084 INFO:teuthology.orchestra.run.vpm033.stderr:Error EDOM: Refusing to reweight: we only have 54... Sage Weil
01:56 PM rbd Bug #16056 (Pending Backport): RBD should restrict mirror enable/disable actions on parents/clones
@mykola: Yes, probably an oversight. Thanks. Jason Dillaman
12:47 PM rbd Bug #16056: RBD should restrict mirror enable/disable actions on parents/clones
@dillaman Should we backport this to jewel? Mykola Golub
12:45 PM rbd Bug #16056 (Resolved): RBD should restrict mirror enable/disable actions on parents/clones
Mykola Golub
01:50 PM CephFS Bug #17308 (Fix Under Review): MDSMonitor should tolerate paxos delays without failing daemons (W...
John Spray
01:45 PM Revision fc8e7f31 (ceph): Merge pull request #11212 from liewegas/wip-bluestore-spanning-leak
os/bluestore: drop unreferenced spanning blobs Sage Weil
01:44 PM Revision 438b6f1c (ceph): Merge pull request #11223 from somnathr/wip-bluestore-leak-fix
os/bluestore: fix spanning blob leak from ~ExtentMap
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:43 PM Revision 2c244545 (ceph): Merge pull request #11219 from xiexingguo/xxg-wip-fsck-0924
os/bluestore: fix fsck() won't catch stray shard sometimes
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:25 PM Revision 7b740f5b (ceph): journal: make librados call async in ObjectRecorder
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
01:25 PM Revision aa959e71 (ceph): rbd: Fix race between journal flush and append events
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
01:25 PM Revision 5c737038 (ceph): rbd-mirror: test: Fixed timeout problem in rbd_mirror_stress.sh
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
01:22 PM CephFS Bug #17392 (Fix Under Review): ceph-fuse sometimes fails to terminate (failures with "reached max...
https://github.com/ceph/ceph/pull/11225 Zheng Yan
01:20 PM Revision 748777dd (ceph): client: protect InodeRef with client_lock
Fixes: http://tracker.ceph.com/issues/17392
Signed-off-by: Yan, Zheng <zyan@redhat.com>
Yan, Zheng
12:44 PM Revision db603d8f (ceph): osd-fast-mark-down.sh: fix typo in variable assignments
Assignments to variables do not want a '$' in front of them.
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
Willem Jan Withagen
12:43 PM rbd Bug #16079 (Pending Backport): Enable/Disable of features is allowed even the features are alread...
Mykola Golub
12:22 PM rbd Bug #16707 (Resolved): rbd-replay-prep doesn't record discard IO events
Mykola Golub
12:02 PM rbd Bug #15764 (Fix Under Review): rbd-mirror bootstrap fails with -EEXIST when creating local image
PR: -https://github.com/ceph/ceph/pull/10896- (closed) Venky Shankar
11:56 AM rbd Bug #16988: 'rbd feature disable' against non-primary image results in hung CLI
Jason, I think Mykola's PR https://github.com/ceph/ceph/pull/10980 would automatically fix this, right? Venky Shankar
10:34 AM rbd Bug #17283 (Pending Backport): rbd-mirror: potential race condition results in heap corruption
Mykola Golub
09:59 AM rbd Backport #17406 (Resolved): jewel: rbd-mirror: force-promoted image will remain R/O until local r...
https://github.com/ceph/ceph/pull/11433 Loïc Dachary
09:58 AM rbd Backport #17405 (Resolved): jewel: Sporadic failure in TestMockJournal.ReplayOnDiskPostFlushError
https://github.com/ceph/ceph/pull/11433 Loïc Dachary
09:58 AM rbd Backport #17404 (Resolved): jewel: update_features API needs to support backwards/forward compati...
https://github.com/ceph/ceph/pull/11462 Loïc Dachary
09:58 AM Backport #17403 (Resolved): hammer: OSDMonitor: Missing nearfull flag set
https://github.com/ceph/ceph/pull/11273 Loïc Dachary
09:58 AM Backport #17402 (Resolved): jewel: OSDMonitor: Missing nearfull flag set
https://github.com/ceph/ceph/pull/11272 Loïc Dachary
09:58 AM Bug #17390 (Pending Backport): OSDMonitor: Missing nearfull flag set
Loïc Dachary
09:26 AM Revision 5c88edd6 (ceph): journal: increase concurrency of journal recorder
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
08:37 AM rgw Bug #17401 (New): rgw folder name with underscore (_) problem
Our company have 4 different CEPH clusters and all of these have the same issue:
underscore (_) problem and how ...
Matas Tvarijonas
08:01 AM Bug #17400: mon/tool: PGMonitor::check_osd_map assert fail when the rebuild mon store
sorry should be... Kefu Chai
06:34 AM Bug #17400: mon/tool: PGMonitor::check_osd_map assert fail when the rebuild mon store

for i in `seq 0 5`; do
ls /var/lib/ceph/osd/ceph-3/current/meta/
done...
huanwen ren
06:11 AM Bug #17400 (Resolved): mon/tool: PGMonitor::check_osd_map assert fail when the rebuild mon store
1. ceph version
https://github.com/ceph/ceph/pull/11126
tchaikov:wip-17179-jewel
2. cluster info:...
huanwen ren
07:57 AM Bug #17331: ceph-disk list reports mount error for OSD having mount options with SELinux context
A minimal reproducer using a dev cluster. Make sure selinux is enforcing.... Brad Hubbard
07:18 AM Bug #16677 (Rejected): Unable to create rbd image format 2 on Hammer cluster from Jewel client
Not a bug Igor Podoski
04:17 AM Bug #17386: Upgrading 0.94.6 -> 0.94.9 saturating mon node networking
> option 1: re-encode the MOSDMap message if GMT_HITSET feature bit is missing.
- downside
* larger memory fo...
Kefu Chai
01:41 AM Revision b5db8bcb (ceph): rbd-mirror: Add sparse read for sync image
Currently, the image sync do full read, and we shall add sparse read
to let the sync more efficiently.
Feature: http...
tianqing
12:52 AM Revision c5893088 (ceph): BlueStore: Fixed a memory leak
If a Blob is spanning is not getting deleted as spanning_blob_map
is holding one ref.Explicitly decreasing Blob ref f...
Somnath Roy

09/25/2016

11:11 PM rgw Bug #17398: S3 CreateBucket should issue 409 BucketAlreadyOwnedByYou or 400 IllegalLocationConstr...
I went and explicitly tested AWS S3 behavior for you, to confirm it, and as usual found it differed slightly from the... Robin Johnson
08:27 PM Revision 928c3c30 (ceph): Merge pull request #11196 from tchaikov/wip-lttng-the-right-way
lttng: build the tracepoint provider lib from .c files in repo
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
02:37 PM Revision 921aa6eb (ceph): osd/PG.cc: remove unneeded use of count
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
12:45 PM Revision f810c106 (ceph): rbd-mirror: wait for in-flight event commit notifications
Fixes: http://tracker.ceph.com/issues/17355
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
12:44 PM Revision 72d8992f (ceph): common: move AsyncOpTracker to common library
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
11:35 AM Revision e6313f35 (ceph): osd/OSDMap.cc: remove unneeded use of count
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek

09/24/2016

07:37 PM Revision 3321f100 (ceph): mds/MDSDaemon: move C_MDS_Tick class to .cc file
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
05:14 PM rbd Bug #16974 (Pending Backport): rbd-mirror: force-promoted image will remain R/O until local rbd-m...
Mykola Golub
05:13 PM Revision 9aab326d (ceph): Merge pull request #11090 from dillaman/wip-16974
rbd-mirror: force-promoted image will remain R/O until rbd-mirror daemon restarted
Reviewed-by: Mykola Golub <mgolub...
Mykola Golub
06:52 AM Revision dd82ac18 (ceph): os/bluestore: fix dout of BlueStore::fiemap()
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
06:42 AM Revision 01b9901f (ceph): os/bluestore: add a counter to trace checksum latency
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
03:34 AM Revision 77d3be69 (ceph): os/bluestore: remove a never reachable assert
As this assert is deprecated by the
"else if (it->key() >= tail)"
checking lying ahead.
Signed-off-by: xie xingguo...
xie xingguo
03:14 AM CephFS Bug #16367 (Fix Under Review): libcephfs: UID parsing breaks root squash (Ganesha FSAL)
https://github.com/ceph/ceph/pull/11218 Greg Farnum
02:55 AM Revision 84793583 (ceph): os/bluestore: promote output to derr on catching bad/stray objects
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
01:50 AM Revision 144199a7 (ceph): os/bluestore: fix fsck() won't catch stray shard sometimes
which is introduced by https://github.com/ceph/ceph/pull/11210/commits/dcfbc72fcbb48f4ced0c1a2d46a77f43bff38c9f
Sign...
xie xingguo
01:48 AM CephFS Feature #3314: client: client interfaces should take a set of group ids
Passing this off since he's been doing the statx interfaces and has more experience as a library consumer. Greg Farnum
01:12 AM Revision 7d2a8b71 (ceph): Merge remote-tracking branch 'origin/master' into wip-getuid
Conflicts:
src/client/Client.cc
src/client/Client.h
src/client/Makefile.am
src/client/fuse_ll.cc
Signed-off-by: ...
Greg Farnum
12:05 AM rgw Bug #17398: S3 CreateBucket should issue 409 BucketAlreadyOwnedByYou or 400 IllegalLocationConstr...
can you validate this behavior with the Amazon S3 api? Yehuda Sadeh

09/23/2016

11:46 PM rgw Bug #17399 (Duplicate): Period commit that changes default_placement can cause RGWs to crash.
While testing for #17398, a change of default_placement caused my RGW instances to all exit after @period update --co... Robin Johnson
11:41 PM rgw Bug #17398 (New): S3 CreateBucket should issue 409 BucketAlreadyOwnedByYou or 400 IllegalLocation...
Old buckets have a placement pool of an empty string.
Newer configurations, per the multisite documentation have a...
Robin Johnson
10:50 PM Revision 1c81ea29 (ceph): Merge pull request #11197 from yuyuyu101/wip-bluestore-misc
os/bluestore: misc cleanups
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
10:09 PM Revision 01bf7a55 (ceph): Merge pull request #11215 from stiopaa1/mon_paxos_moveContextClassesToCC
mon/Paxos: move classes to .cc file
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
09:41 PM Bug #17396 (Resolved): "osd recovery max single start" is not documented
@osd recovery max single start@ is the maximum number of recovery operations that will be newly started when an OSD i... Ken Dreyer
09:12 PM Revision 652d9b65 (ceph): Merge pull request #1185 from jcsp/wip-dirfrags-2
tasks/ceph: enable dirfrags in cephfs Greg Farnum
09:11 PM Revision 89efe19d (ceph): Merge pull request #1186 from ceph/wip-ubuntu-java
suites/fs: pin java test to ubuntu Greg Farnum
08:59 PM Revision 4ece5b70 (ceph): ceph_test_objectstore: add a test
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:53 PM devops Cleanup #17395 (Fix Under Review): rpm: /etc/ceph/rbdmap is packaged with executable access rights
PR for master: https://github.com/ceph/ceph/pull/11217 Ken Dreyer
08:49 PM devops Cleanup #17395 (Resolved): rpm: /etc/ceph/rbdmap is packaged with executable access rights
In the RPM packages, @/etc/ceph/rbdmap@ is installed with executable permissions, and it should not be executable.
...
Ken Dreyer
08:52 PM Revision d4b84a13 (ceph): rpm: fix permissions for /etc/ceph/rbdmap
Prior to this change, the RPM packaging would install /etc/ceph/rbdmap
with exectuable permissions. The execute bit i...
Ken Dreyer
08:40 PM Revision e86ad687 (ceph): os/bluestore: prevent extent merging across shard boundaries
We cannot have a single extent span a shard boundary. If we reach
a shard boundary, stop merging extents.
Note that...
Sage Weil
06:43 PM Revision d21357a7 (ceph): mon/Paxos: move classes to .cc file
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
05:27 PM rgw Bug #15896: S3: set EncodingType in ListBucketResult
@ayang, the fix for this has made it into 0.94.9, so what you're seeing could be a different issue. Can you provide a... Yehuda Sadeh
05:21 PM rgw Backport #17394 (Resolved): jewel: rgw: nfs: fix NFS creation (and other?) times for S3-created b...
https://github.com/ceph/ceph/pull/11335 Matt Benjamin
05:20 PM rgw Backport #17393 (Resolved): jewel: rgw: rgw_file: fix set_attrs operation
https://github.com/ceph/ceph/pull/11335 Matt Benjamin
05:00 PM CephFS Bug #17392 (Resolved): ceph-fuse sometimes fails to terminate (failures with "reached maximum tri...
Seen here:
http://pulpito.ceph.com/jspray-2016-09-21_18:37:24-fs-wip-jcsp-greenish-distro-basic-smithi/429512/
http...
John Spray
04:54 PM Revision 8ddb7fe9 (ceph): Merge pull request #11170 from ukernel/wip-17253
client: fix segment fault in Client::_invalidate_kernel_dcache().
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
03:51 PM Revision 6333fc27 (ceph): librados: set is_read for aio_stat and aio_stat2
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:29 PM Revision 9ecfed38 (ceph): Merge pull request #11142 from hzhang-wx/master
cls_rbd: clean up status from rbd-mirror if image removed
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
03:24 PM Revision 2fda018d (ceph): Merge pull request #10939 from oritwas/wip-rgw-acl-underscore
rgw: fix regression with handling double underscore
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh
03:17 PM Revision d32654b7 (ceph): rgw: store oldest mdlog period in rados
RGWMetadataManager no longer makes stat calls on logs shards to
determine its oldest_log_period. Instead, it records ...
Casey Bodley
02:50 PM Bug #17248 (Fix Under Review): Reduce deep scrub impact on normal operations
David Zafman
02:41 PM rgw Bug #17387: multisite: 'radosgw-admin period prepare' is obsolete
I will be working on it. I do not have assigned permission though.
Gaurav Garg
02:28 PM Revision 7f228e97 (ceph): Merge pull request #11159 from linuxbox2/rgw-setattr-920
rgw_file: fix set_attrs operation
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
02:16 PM Revision 5daca12b (ceph): os/bluestore: drop unreferenced spanning blobs
Otherwise we can "leak" these and keep them around indefinitely.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
02:03 PM Bug #17388 (Closed): strange ceph-client git repository issue
Ilya Dryomov
01:59 PM Bug #17388: strange ceph-client git repository issue
Ilya pointed out to me that my remote URL used git protocol.
git@github.com:ceph/ceph-client.git
Apparently that ...
Alex Elder
09:48 AM Bug #17388: strange ceph-client git repository issue
I see it regularly - AFAICT it just means their blame-like thing didn't work. I suppose it has to do with the reposi... Ilya Dryomov
01:45 PM CephFS Bug #17370: knfs ffsb hang on master
there is no log and I can't reproduce this locally. lower the priority Zheng Yan
01:45 PM Revision c6211460 (ceph): Merge pull request #11172 from batrick/ceph-conf-metavar
doc: add $pid metavar conf doc
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:43 PM Revision c2ab1155 (ceph): Merge pull request #11200 from yuyuyu101/wip-upper-thread
msg/async: avoid set out of range ms_async_op_threads option
Reviewed-by: Mark Nelson <mnelson@redhat.com>
Sage Weil
01:40 PM Revision ecfe7309 (ceph): Merge pull request #9170 from Yan-waller/yj-wip-fixrgwnew
rgw/admin: fix some return values and indents
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman
01:36 PM Revision e8cd945e (ceph): Merge pull request #11210 from xiexingguo/xxg-wip-bluestore-0923
os/bluestore: more cleanups and fixes
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:35 PM Revision d755a4a7 (ceph): mds: remove fail-safe queueing replay request
MDSRank::queue_one_replay() does not create active request
immediately, it just queues corresponding C_MDS_RetryMessa...
Yan, Zheng
01:12 PM Revision dd46c786 (ceph): Merge pull request #10463 from gongchuang/gc-wip-test
Client: fixup param type and return value
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
01:02 PM Revision dbbcecf4 (ceph): librbd: unify journal event callbacks into single interface
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:02 PM Revision 39d9e5cc (ceph): librbd: helper class for quiescing in-flight async ops
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:02 PM Revision fd005490 (ceph): librbd: new journal listener event for force promotion
Fixes: http://tracker.ceph.com/issues/16974
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:02 PM Revision f1cd613e (ceph): journal: send update notification when tag allocated
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:01 PM Revision a43268a4 (ceph): qa/workunits/rbd: new mirroring forced promotion test
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:01 PM Revision a0f65b96 (ceph): qa/workunits/rbd: fix remove mirrored image race conditions
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:01 PM Revision 277b6dd9 (ceph): journal: expose ability to retrieve partial tag list
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
12:55 PM rbd Bug #17317 (Pending Backport): Sporadic failure in TestMockJournal.ReplayOnDiskPostFlushError
Mykola Golub
12:55 PM Revision 70d6b552 (ceph): Merge pull request #11153 from dillaman/wip-17317
test/rbd: fix possible mock journal race conditions
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
12:20 PM Revision 6b520710 (ceph): Merge pull request #11054 from rzarzynski/wip-rgw-postobj-nodynalloc
rgw: eradicate dynamic memory allocation in RGWPostObj.
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman
11:13 AM Revision 9d2af1dc (ceph): Merge pull request #1181 from ceph/wip-jewel-release
Add ceph-deploy tests for released builds Alfredo Deza
10:39 AM Bug #17386: Upgrading 0.94.6 -> 0.94.9 saturating mon node networking
> It appears that starting with 0.94.7 that the osdmap encoding changed (which was unexpected by developers
the CR...
Kefu Chai
10:23 AM rbd Bug #17330 (Pending Backport): update_features API needs to support backwards/forward compatibility
Mykola Golub
10:11 AM CephFS Bug #16640: libcephfs: Java bindings failing to load on CentOS
Temporarily pinning tests to Ubuntu: https://github.com/ceph/ceph-qa-suite/pull/1186 John Spray
10:11 AM CephFS Bug #16556: LibCephFS.InterProcessLocking failing on master and jewel
Temporarily disabling: https://github.com/ceph/ceph/pull/11211 John Spray
10:04 AM Revision f99e834d (ceph): suites/fs: remove duplicated frag_enable.yaml
...so that all these point back to basic/dirfrag
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
10:04 AM Revision cc8198d8 (ceph): tasks/ceph: enable dirfrags in cephfs
Otherwise places we set mds_bal_frag have
no effect.
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
09:08 AM Revision dcfbc72f (ceph): os/bluestore: fix potential access violation during shard-key scan
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
08:25 AM Bug #17390: OSDMonitor: Missing nearfull flag set
Fixed in https://github.com/ceph/ceph/pull/11082 Igor Podoski
08:24 AM Bug #17390 (Resolved): OSDMonitor: Missing nearfull flag set
Output from 'ceph -s -f json-pretty' wans't showing nearfull flag set.
steps to reproduce:
> ceph pg set_nearfu...
Igor Podoski
07:46 AM Revision dfa65e2b (ceph): os/bluestore: kill unused variables "ekey"
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
07:31 AM Bug #17380 (Resolved): ceph-helpers.sh fails in jenkins run
Kefu Chai
06:43 AM Bug #17380 (Fix Under Review): ceph-helpers.sh fails in jenkins run
https://github.com/ceph/ceph/pull/11208 Kefu Chai
07:26 AM Revision f3cc0f7e (ceph): Merge pull request #11208 from tchaikov/wip-17380
osd: should not look up an empty pg
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Loïc Dachary
07:16 AM Revision 83a1a7e8 (ceph): Merge pull request #10949 from avnerbh/avnerbh-preforker-fix
preforker: prevent call to 'write' on an fd that was already closed
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:50 AM Revision 48e29fb8 (ceph): osd: should not look up an empty pg
this fixes the scrub timeouts we spotted in jenkins run and qa run.
it's a regression introduced by c2b7cdb
Fixes: h...
Kefu Chai
06:50 AM Revision b975e85a (ceph): test: re-enable test_pg_scrub() test in ceph-helper.sh
this reverts d053705. i disabled this test in hope to bisect the
offending tests that fail the mysterious jenkins fai...
Kefu Chai
06:45 AM Backport #17376: jewel: Assign LOG_INFO priority to syslog calls
OK, I gt it now, thanks. Brad Hubbard
06:14 AM Backport #17376: jewel: Assign LOG_INFO priority to syslog calls
That git describe output proves that the PR was merged after jewel release. This is also evident from the merge date ... Nathan Cutler
03:30 AM Backport #17376: jewel: Assign LOG_INFO priority to syslog calls
I can't work out why this isn't in teh current Jewel master?
$ git describe 8817cac4e0e9fac4e5cf21895f0b688913848a...
Brad Hubbard
06:14 AM Revision dbe62d01 (ceph): os/bluestore: drop csum_enabled parameter from blob::get_chunk_size()
The only two callers from bluestore now always set csum_enabled to true,
so there is no need to keep this parameter a...
xie xingguo
05:57 AM Revision 7d31e129 (ceph): os/bluestore: simplify BlueStore::_setup_block_symlink_or_file()
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
02:26 AM Bug #17389: build failure
When I check the branch master(893205645f6098eaba22dc06395e81765bda06fd), use 'do_cmake.sh' generate makefile, and do... Leo Zhang
02:23 AM Bug #17389 (Can't reproduce): build failure
When I check the branch master(893205645f6098eaba22dc06395e81765bda06fd) and I run 'do_cmake.sh'.
I got the followin...
Leo Zhang
02:08 AM Bug #16351: jewel : 60-ceph-partuuid-workaround-rules still needed by debian jessie (udev 215-17)
it's still not mount osd after reboot when the osd disk is raid0 joke lee
01:54 AM Messengers Bug #17378 (Resolved): AsyncMessenger: OSD crash during librbd teuthology test case
https://github.com/ceph/ceph/pull/11199 Haomai Wang
01:53 AM Revision 4619bc09 (ceph): Merge pull request #11205 from liewegas/wip-async-debug
msg/async: less verbose debug messages at debug_ms=1
Reviewed-by: Haomai Wang <haomai@xsky.com>
Haomai Wang
01:48 AM Revision 08afb40b (ceph): rgw_file: fix set_attrs operation
The effective part of this change is to always set a value
for RGW_ATTR_UNIX_KEY1 (because it is expected later).
Se...
Matt Benjamin
01:02 AM RADOS Bug #17229 (Fix Under Review): crushtool will using the out of bound space when testing with "--s...
Kefu Chai

09/22/2016

11:47 PM rgw Bug #17372: RGW will not list Argonaut-era bucket via HTTP (but radosgw-admin works)
Patch from Yehuda, from cbodley's idea.
Confirmed working on the cluster....
Robin Johnson
05:54 PM rgw Bug #17372: RGW will not list Argonaut-era bucket via HTTP (but radosgw-admin works)
Slightly newer, also broken bucket as reported by user, but gives a 403, not a 404, so possibly not broken in the sam... Robin Johnson
11:53 AM rgw Bug #17372: RGW will not list Argonaut-era bucket via HTTP (but radosgw-admin works)
@zone get@ as requested by Orit:... Robin Johnson
11:34 AM rgw Bug #17372 (Resolved): RGW will not list Argonaut-era bucket via HTTP (but radosgw-admin works)
DreamObjects has some very old Ceph production buckets: Argonaut or older.
They do list if you use radosgw-admin buc...
Robin Johnson
11:26 PM rgw Bug #17371: RGW loses realm/period/zonegroup/zone data: period overwritten if somewhere in the cl...
Ok, I traced where it is coming from; and I'd like to explicitly thank Orit for the suggestion.
Two different but ...
Robin Johnson
10:59 AM rgw Bug #17371: RGW loses realm/period/zonegroup/zone data: period overwritten if somewhere in the cl...
Also Also, I took a backup of .rgw.root after the last time it was set, and here's the mtimes to compare.... Robin Johnson
10:48 AM rgw Bug #17371: RGW loses realm/period/zonegroup/zone data: period overwritten if somewhere in the cl...
stat on the contents of the .rgw.root pool shows some interesting mtimes that correspond with the times above.... Robin Johnson
10:39 AM rgw Bug #17371 (Resolved): RGW loses realm/period/zonegroup/zone data: period overwritten if somewher...
Something in RGW is causing the active realm/zonegroup/zone data to be silently lost or overwritten. I thought I was ... Robin Johnson
11:03 PM Revision 3d7169af (ceph): rgw: get_zonegroup() uses "default" zonegroup if empty
Fixes: http://tracker.ceph.com/issues/17372
An empty zonegroup should be replaced with the "default" zonegroup.
This...
Yehuda Sadeh
10:55 PM Bug #16474: OSD scrubs same PG over and over

https://github.com/ceph/ceph/pull/11206
David Zafman
06:53 PM Bug #16474: OSD scrubs same PG over and over
I easily reproduced this and found two entries for 0.c which is the pg repeating the scrubbing:... David Zafman
03:02 PM Bug #16474: OSD scrubs same PG over and over
Another instance came up on the list (subject: '[ceph-users] Same pg scrubbed over and over (Jewel)') Log available a... Samuel Just
04:02 AM Bug #16474: OSD scrubs same PG over and over

Two logs show that OSD::sched_scrub() is entered and the PG returned by service.first_scrub_stamp() is always the s...
David Zafman
10:17 PM Revision 9e43346a (ceph): osd: Remove extra call to reg_next_scrub() during splits
Add assert() to catch this in the future
Fixes: http://tracker.ceph.com/issues/16474
Signed-off-by: David Zafman <d...
David Zafman
09:50 PM Bug #17388 (Closed): strange ceph-client git repository issue
Alex Elder reported that he was having permission problems accessing the ceph-client git repository here https://gith... Mark Nelson
08:27 PM Revision 89320564 (ceph): Merge pull request #11181 from linuxbox2/rgw-legacy-time
rgw_file: pre-assign times
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
08:14 PM rgw Bug #17387 (Resolved): multisite: 'radosgw-admin period prepare' is obsolete
All that the 'radosgw-admin period prepare' command does is create an empty period and write it to rados. When we add... Casey Bodley
07:02 PM Revision 59caa3f7 (ceph): Merge pull request #11048 from jimifm/wip-FDCache-master
os/filestore/FDCache: fix bug when filestore_fd_cache_shards = 0
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
06:57 PM Revision 71aa8237 (ceph): msg/async: no need for ..."started." suffix
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
06:56 PM Revision f4088ad2 (ceph): msg/async: less noisy about EventCenter owner
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
06:56 PM Revision 2a491649 (ceph): msg/async: make rx line look like normal debug
The DispatchQueue prints the traditional ==== line.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
06:55 PM Revision 68f2158c (ceph): msg/async: make send debug line look like SimpleMessenger's
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
06:46 PM Revision 85901d92 (ceph): msg/async/AsyncConnection: less noisy about connection top
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
06:45 PM Revision 004abe0b (ceph): msg/async/EventCenter: less noisy debug on events
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
06:35 PM Revision 8269159d (ceph): librados: only request ack if AioComplete has an ack callback
Probalby no librados users are actually using the ack callback, but we are
still requesting an ack message from the O...
Sage Weil
06:23 PM Revision c300da1b (ceph): osd/PG.cc: prevent repeated searching of map/set
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
06:21 PM Revision 3bb268a3 (ceph): Merge pull request #11190 from tchaikov/wip-memstore-clone-fixture
tests: use a fixture for memstore clone testing
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
06:15 PM Revision 5a30f11d (ceph): rgw - Add config for testing lifecycle expiration
Signed-off-by: Daniel Gryniewicz <dang@redhat.com> Daniel Gryniewicz
05:45 PM Backport #17292: jewel: add a tool to rebuild mon store from OSD
h3. original description
we've received reports from users that all the copies of monitor leveldb are corrupted af...
Nathan Cutler
05:43 PM Revision a0da15f1 (ceph): Merge pull request #1183 from ceph/wip-librbd-disable-helgrind-jewel
jewel: suites/rbd: remove helgrind test cases
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Ilya Dryomov
05:43 PM Backport #17291: hammer: add a tool to rebuild mon store from OSD
h3. original description
we've received reports from users that all the copies of monitor leveldb are corrupted af...
Nathan Cutler
05:39 PM Revision 06771893 (ceph): suites/rbd: remove helgrind test cases
Helgrind cannot properly handle Ceph's use of std::mutex --
resulting in numerous false positives and potential asser...
Jason Dillaman
05:37 PM Revision 725b7147 (ceph): src/msg/simple/Accepter.cc: Update logging names and levels
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
05:33 PM Revision fff44962 (ceph): msg/simple/Accepter.cc: replace shutdown() with selfpipe event in poll(...
In FreeBSD a shutdown on the socket here can generate:
accepter.stop shutdown failed: errno 57 (57) Socket is not con...
Willem Jan Withagen
05:32 PM Revision ec3f67f7 (ceph): Merge pull request #1177 from ceph/wip-librbd-disable-helgrind
suites/rbd: remove helgrind test cases
Reviewed-by: Ilya Dryomov <idryomov@gmail.com>
Ilya Dryomov
05:30 PM Bug #17386 (Resolved): Upgrading 0.94.6 -> 0.94.9 saturating mon node networking
While attempting to upgrade a 1200+ OSD cluster from 0.94.6 to 0.94.9 serious performance issues are seen every time ... Michael Hackett
05:29 PM rbd Bug #17182 (Resolved): "sysfs write failed" in smoke
Jason Dillaman
05:29 PM rbd Backport #17375 (Resolved): jewel: "sysfs write failed" in smoke
Jason Dillaman
12:13 PM rbd Backport #17375 (Resolved): jewel: "sysfs write failed" in smoke
https://github.com/ceph/ceph-qa-suite/pull/1182 Nathan Cutler
05:28 PM Revision f5be1f22 (ceph): Merge pull request #1182 from ceph/wip-smoke-krbd-iozone-jewel
jewel: smoke: mask out unsupported image features for krbd iozone test
Reviewed-by: Jason Dillaman <dillaman@redhat....
Jason Dillaman
05:23 PM Revision b0c20f93 (ceph): msg/async: avoid set out of range ms_async_op_threads option
Signed-off-by: Haomai Wang <haomai@xsky.com> Haomai Wang
04:36 PM devops Backport #17382 (In Progress): jewel: logrotate script permissions need to match qemu
Nathan Cutler
04:34 PM devops Backport #17382 (Resolved): jewel: logrotate script permissions need to match qemu
https://github.com/ceph/ceph/pull/11201 Nathan Cutler
04:36 PM Backport #17385 (Resolved): jewel: ceph cli: Rados object in state configuring race
https://github.com/ceph/ceph/pull/15762 Nathan Cutler
04:35 PM rbd Backport #17384 (Resolved): jewel: helgrind: TestLibRBD.TestIOPP potential deadlock closing an im...
https://github.com/ceph/ceph/pull/11463 Nathan Cutler
04:34 PM Backport #17383 (Resolved): hammer: ceph-objectstore-tool: ability to perform filestore splits of...
https://github.com/ceph/ceph/pull/11253 Nathan Cutler
04:32 PM devops Bug #17381 (Resolved): logrotate script permissions need to match qemu
Master PR: https://github.com/ceph/ceph/pull/10587 Nathan Cutler
04:27 PM Bug #16649 (Rejected): ceph-disk prepare fails when running blkid
Loïc Dachary
04:22 PM Revision bbf94ddf (ceph): Merge pull request #10587 from b-ranto/wip-logrotate-root
logrotate: Run as root/ceph
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Boris Ranto
04:17 PM Revision ab42f605 (ceph): Merge pull request #7338 from ceph/cls-lua
Lua object class support
Reviewed-by: Haomai Wang <haomai@xsky.com>
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewe...
Yuri Weinstein
04:13 PM Revision eb968f88 (ceph): Merge pull request #10135 from david-z/wip-enhance-ceph-disk-bluestore
ceph-disk: support creating block.db and block.wal with customized size for bluestore
Reviewed-by: Loic Dachary <lda...
Loïc Dachary
04:10 PM Revision b846597f (ceph): Merge pull request #10371 from Yan-waller/yj-wip-msgsimple-0720
msg/simple: close the failed socket fds
https://github.com/ceph/ceph/pull/11052
Yuri Weinstein
04:03 PM Revision 3edc5c0f (ceph): Merge pull request #11052 from yuyuyu101/wip-shutdown-deadlock
OSD: avoid FileStore finisher deadlock in osd_lock when shutdown OSD
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
04:01 PM Revision 729a43f8 (ceph): Merge pull request #11082 from aiicore/nearfull_flag_fix
mon: OSDMonitor: Missing nearfull flag set
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
03:29 PM Bug #16477 (Pending Backport): ceph cli: Rados object in state configuring race
Kefu Chai
03:26 PM Revision 8f8a7a46 (ceph): Merge pull request #11089 from dachary/wip-16477-ceph-helper
cli: retry when the mon is not configured
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:25 PM Revision 4a6bb07e (ceph): Merge pull request #11199 from yuyuyu101/wip-17378
msg/async: remove fd output in log prefix
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
03:18 PM Backport #17263: jewel: ceph-objectstore-tool: ability to perform filestore splits offline
Non-trivial backport, will do next week. Josh Durgin
03:14 PM Revision 233804ac (ceph): Merge pull request #11195 from xiexingguo/xxg-wip-csum-improve
os/bluestore: a few fixes about the global csum setting
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
03:11 PM Revision 5588176b (ceph): msg/async: remove fd output in log prefix
it's tricky to prevent fd racing in logs, otherwise we need to provide with
lock to totally avoid this. But I don't t...
Haomai Wang
03:04 PM Feature #17042 (Duplicate): ceph-objectstore-tool with new option 'apply-layout-settings'
Samuel Just
03:02 PM Bug #17380 (Resolved): ceph-helpers.sh fails in jenkins run
at least test_repair fails
see https://jenkins.ceph.com/job/ceph-pull-requests/11829/consoleFull
the timestamp ...
Kefu Chai
03:01 PM Bug #17361 (Duplicate): pg scrubbing far too often (with logs)
Samuel Just
02:59 PM Revision 920418e1 (ceph): Merge pull request #11182 from ceph/wip-docs-rm-ink
remove old references to inktank premium support
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:57 PM Revision 7f073e07 (ceph): Merge pull request #11194 from wjwithagen/wip-wjw-rocksdb-include
src/kv/CMakeLists.txt: force rocksdb/include to first include directory
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:46 PM Revision 07f69779 (ceph): os/bluestore: fix race condition of global csum setting
The global csum_type option can be changed dynamically and
can be fixed by upgrading into std::atomic.
Signed-off-by...
xie xingguo
02:46 PM Feature #13301: Request for method to track client versions which have connected to Ceph cluster
My 2 cents re ceph-mgr: it would be nice if this feature was simple enough to be easily backported to jewel, otherwis... Dan van der Ster
11:18 AM Feature #13301: Request for method to track client versions which have connected to Ceph cluster
thanks Greg, see the discussion in https://bugzilla.redhat.com/show_bug.cgi?id=1267636
the ceph-mgr can only take ...
Kefu Chai
02:43 PM Revision ef901344 (ceph): os/bluestore: drop the global bluestore_csum option
We don't need this option as it can be properly covered
by the bluestore_csum_type option.
Signed-off-by: xie xinggu...
xie xingguo
02:43 PM Revision 62ba4d4e (ceph): os/bluestore: use blob internal settings for csum checking
This is because:
1. It is more accurate, as the global csum settings may change dynamically.
2. bluestore_blob_t::ver...
xie xingguo
02:31 PM Revision cfb1cab5 (ceph): smoke: mask out unsupported image features for krbd iozone test
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit 77949e5cfc1231c96417e90aadc1573137c4b4d7)
Ilya Dryomov
02:24 PM rbd Feature #17379 (New): rbd: journal: remove the image thread pool size limit
The current thread pool in ImageCtx.cc is initialized with a size of 1. This should be changed to use the config opti... Ricardo Dias
02:17 PM Revision 36ea5710 (ceph): Merge pull request #11151 from ceph/wip-bluestore-error-injection
os/bluestore: add error injection Sage Weil
02:15 PM Revision 545aac4a (ceph): Merge pull request #11184 from liewegas/wip-down-out
mon: wait 10m (not 5m) before marking down OSDs out
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Gregory...
Sage Weil
02:15 PM Revision ece2507c (ceph): Merge pull request #11186 from majianpeng/bluestore-allocator
os/bluestore: remove unused head file.
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:13 PM rgw Bug #17367 (Fix Under Review): rgw nfs: fix NFS creation (and other?) times for S3-created buckets
PR for master: https://github.com/ceph/ceph/pull/11181 Ken Dreyer
02:12 PM Messengers Bug #17378 (Resolved): AsyncMessenger: OSD crash during librbd teuthology test case
http://qa-proxy.ceph.com/teuthology/rdias-2016-09-22_06:29:33-rbd-wip-rdias-testing---basic-smithi/430519/teuthology.... Jason Dillaman
02:11 PM Revision 969750e9 (ceph): rgw_file: pre-assign times
Set unix timestamps based on RGW values for creation, modification
time for buckets, objects in stat requests. Regar...
Matt Benjamin
02:03 PM Revision ed24107e (ceph): Merge pull request #11192 from xiexingguo/xxg-wip-bluestore-0922
os/bluestore: a few cleanups
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:32 PM rbd Bug #17198 (Pending Backport): helgrind: TestLibRBD.TestIOPP potential deadlock closing an image ...
Mykola Golub
01:31 PM Revision ff7fda4c (ceph): Merge pull request #11152 from dillaman/wip-17198
librbd: potential deadlock closing image with in-flight readahead
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
01:31 PM Revision 1f09557f (ceph): Merge pull request #10506 from wjwithagen/wip-wjw-clock-realtime
FreeBSD: Define CLOCK_REALTIME_COARSE in compat.h Sage Weil
01:24 PM Revision eb3f7c55 (ceph): lttng: build the tracepoint provider lib from .c files in repo
we should not have `TRACEPOINT_DEFINE` deinfed in both the application
we are tracing and the tracing provider librar...
Kefu Chai
12:42 PM Revision 111d2cf2 (ceph): mds: tidy up ScrubHeader
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
12:42 PM Revision 9c82040b (ceph): mds: populate DamageTable from scrub and log more quietly
Fixes: http://tracker.ceph.com/issues/16016
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
12:41 PM Revision 0c890282 (ceph): mds: remove redundant checks for null ScrubHeader
This was originally optional but now all the paths
that kick off a scrub should be going through
enqueue_scrub and th...
John Spray
12:19 PM Revision 2757209d (ceph): src/kv/CMakeLists.txt: force rocksdb/include to first include directory
- Otherwise on FreeBSD older packages could be used for include
this then can result to missing declared functions...
Willem Jan Withagen
12:16 PM Backport #17377 (In Progress): jewel: LIBRADOS modify Pipe::connect() to return the error code
Nathan Cutler
12:14 PM Backport #17377 (Resolved): jewel: LIBRADOS modify Pipe::connect() to return the error code
https://github.com/ceph/ceph/pull/11193 Nathan Cutler
12:16 PM Revision 165e5abd (ceph): librados: modify Pipe::connect() to return the error code
Fixes: http://tracker.ceph.com/issues/15308
Signed-off-by: Vikhyat Umrao <vumrao@redhat.com>
(cherry picked from com...
Vikhyat Umrao
12:14 PM Backport #17376 (Resolved): jewel: Assign LOG_INFO priority to syslog calls
https://github.com/ceph/ceph/pull/11231 Nathan Cutler
12:12 PM rbd Backport #17374 (Resolved): hammer: image.stat() call in librbdpy fails sometimes
https://github.com/ceph/ceph/pull/11949 Nathan Cutler
12:12 PM rbd Backport #17373 (Resolved): jewel: image.stat() call in librbdpy fails sometimes
https://github.com/ceph/ceph/pull/11464 Nathan Cutler
11:43 AM Revision c8dc8d39 (ceph): doc/rados: remove references to premium support from inktank.com
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
11:43 AM Revision 9bb7cf72 (ceph): doc/rados/troubleshooting: remove references to premium support from in...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
11:42 AM Revision 6dea73d8 (ceph): Merge pull request #11147 from ukernel/wip-17286
client: fix readdir vs fragmentation race
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
John Spray
11:41 AM Revision 814a4cdd (ceph): Merge pull request #10393 from ukernel/wip-mds-log-flush
reduce unnecessary mds log flush
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
John Spray
10:54 AM Revision c4d88d46 (ceph): Merge pull request #11155 from dillaman/wip-17330
librbd: backward/forward compatibility for update_features
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
10:50 AM rbd Bug #17310 (Pending Backport): image.stat() call in librbdpy fails sometimes
Mykola Golub
10:50 AM Revision 83697fd5 (ceph): Merge pull request #11148 from dillaman/wip-17310
librbd: block name prefix might overflow fixed size C-string
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
09:00 AM Revision 765240a5 (ceph): os/bluestore: remove unused head file.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> Jianpeng Ma
08:56 AM Revision 1300a766 (ceph): Merge pull request #11176 from zealoussnow/wip-0922
ceph_fuse: use sizeof get the buf length
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:50 AM Revision 0cad3dc1 (ceph): test_memstore_clone: use StoreTestFixture to do the setup/teardown
rename test case name from `MemStore` to `MemStoreClone`, because
if we use `TEST_F` to group the tests into a fixtur...
Kefu Chai
07:45 AM Revision 7f4dff22 (ceph): ceph_test_objectstore: extract StoreTestFixture into store_test_fixture.cc
so it can be reused by other tests like test_memstore_clone.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:45 AM Revision afac9345 (ceph): ceph_test_objectstore: fail the test if SetUp() fails
so it will issues a fatal error if anything goes wrong, instead of continuing
with the test cases.
Signed-off-by: Ke...
Kefu Chai
07:16 AM Revision fcaeb67d (ceph): os/bluestore: clean up finishers properly
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
06:49 AM Revision 4213b43a (ceph): os/bluestore: move lookup() of SharedBlobSet back into .h
Because the lookup() method is simple and easy,
and requires no dout for debugging.
Signed-off-by: xie xingguo <xie....
xie xingguo
02:32 AM CephFS Bug #17370 (Can't reproduce): knfs ffsb hang on master
http://qa-proxy.ceph.com/teuthology/teuthology-2016-09-19_17:35:03-knfs-master-testing-basic-mira/424307/teuthology.l... Zheng Yan
01:34 AM rgw Bug #17369 (New): Fail to show the object's origin size when delete one of the segments uploaded ...
1. Using the blow swift command to upload static large object.
@swift upload container --use-slo -S 10M largeOjbect@...
wenjun jing

09/21/2016

11:45 PM rbd Bug #17199 (Won't Fix): helgrind: lock order warning with journal enabled + cache disabled
Helgrind is non-functional under master branch due to std::mutex -- no need to fix warnings Jason Dillaman
11:43 PM rbd Bug #17201 (Won't Fix): helgrind: false positive lock order violation between journal and librbd
Helgrind is non-functional under master branch due to std::mutex -- no need to fix warnings. Jason Dillaman
11:43 PM rbd Bug #17202 (Won't Fix): helgrind: lock order warning within AioCompletion
Helgrind is non-functional under master branch due to std::mutex -- no need to fix warnings. Jason Dillaman
11:43 PM rbd Bug #17299 (Won't Fix): helgrind: async messenger fails to destruct spin lock
Helgrind is non-functional under master branch due to std::mutex -- no need to fix warnings. Jason Dillaman
11:43 PM rbd Bug #17300 (Won't Fix): helgrind: boost intrusive_set data race with non-constant time size
Helgrind is non-functional under master branch due to std::mutex -- no need to fix warnings. Jason Dillaman
11:42 PM rbd Bug #17301 (Won't Fix): helgrind: async messenger race condition warnings
Helgrind is non-functional under master branch due to std::mutex -- no need to fix warnings. Jason Dillaman
11:38 PM rbd Bug #17355 (Fix Under Review): rbd-mirror: potential crash during replay shut down
*PR*: https://github.com/ceph/ceph/pull/11185 Jason Dillaman
12:15 PM rbd Bug #17355 (Resolved): rbd-mirror: potential crash during replay shut down
If there is an in-flight event being committed to the journal as the replayer is being shut down, it's possible for a... Jason Dillaman
11:33 PM Revision 99bea1ec (ceph): mds: do not make use of GIDs which aren't included by the Client in its...
We were previously iterating through all the GIDs allowed by a particular
MDSAuthCap::match, but there are plenty of ...
Greg Farnum
11:33 PM Revision 0eb8e4ca (ceph): test: basic checks on gid list is_capable
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 28981f4c (ceph): client: use uid_t/gid_t in _getgrouplist
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 47fc83f7 (ceph): fuse: optionally (off by default) set the group lists on calls
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 5a1b9f84 (ceph): client: add a static pick_my_perms taking a CephContext
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision a8f214f7 (ceph): Client: always pass a Fh to _do_filelock
We weren't passing in the Fh as a signal we were releasing locks (ie, don't
remove the lock ranges in question rather...
Greg Farnum
11:33 PM Revision 550a59dd (ceph): client: include UserPerm contents in may_* debug output
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 24279ef8 (ceph): client: do a shallow copy for MetaRequest::perms
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision e35d0278 (ceph): libcephfs: repeatedly use new default_perms instead of pick_my_perms()
There's no need to invoke it each time for library-using clients. Either they've
set the default uid/gid or they have...
Greg Farnum
11:33 PM Revision fbda12b1 (ceph): mds: pass full gid list to MDSAuthCap checks, when present
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision c04c5203 (ceph): client: push UserGroups into _posix_acl_permission(), instead of passin...
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision ead687b9 (ceph): client: stop using UserGroups for posix ACL checks
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 07ed90ec (ceph): client: Actually handle gid lists in UserPerm
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 94c35ab3 (ceph): client: stop using UserGroups for may_setattr() now that UserPerm does ...
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 07d6fc03 (ceph): client: remove the now-unused UserGroups entirely
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision d291e664 (ceph): MClientRequest: include the full gid list of the caller
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 36a18166 (ceph): client: give UserPerm a move constructor
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision d519f82e (ceph): client: remove now-unused owner_(uid|gid) from dir_result_t
Greg Farnum
11:33 PM Revision 06d177bc (ceph): client: pass UserPerm to mkdirs, rmdir, symlink, mknod
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision a81d962a (ceph): client: remove now-unused uid-based may_* functions
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 876c58e9 (ceph): client: remove get_(uid|gid) functions
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision d24966f4 (ceph): UserPerm: add trivial implementation of UserGroup interface equivalents
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 30c67879 (ceph): client: switch inode_permission() to UserPerm-based (over UserGroups)
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 8295afa3 (ceph): client: switch Inode::check_mode() to UserPerm
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision d7740fca (ceph): client: call _getattr() with UserPerm in posix checkers
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 4183205e (ceph): client: remove uid-based _geattr() functions
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 2c8403a7 (ceph): client: remove uid-based _create()
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision a1d52fad (ceph): client: add a UserPerm to MetaRequest
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 0529a1d4 (ceph): client: move UserPerm into its own header file
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision a13b5b67 (ceph): client: include UserPerm.h in MetaRequest.h
Greg Farnum
11:33 PM Revision fa760479 (ceph): client: replace Inode's "best" logic with a UserPerm over gid/uid pair
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision e9156ad7 (ceph): client: pass UserPerm to ll_walk()
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 98195878 (ceph): client: pass UserPerm to describe_layout()
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 540c9a8d (ceph): client: pass UserPerm to get_caps_issued()
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 78d83d8e (ceph): client: remove uid-based path_walk()
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision d3cad9bd (ceph): client: use Fh::actor_perms for _read() and _write()
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision c8cd75f4 (ceph): client: switch _posix_acl_create() to UserPerm
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 4cc7c40b (ceph): client: store "actor" UserPerm in Fh, use for requesting file locks and...
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 8e1cbfc6 (ceph): client: fill in _interrupt_filelock() with MetaRequest's uid/gid
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 3aeca21f (ceph): client: use Fh::actor_perm for _write()
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 3caa4d23 (ceph): client: pass UserPerm to get_quota_root() and quota helpers
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision db3ec734 (ceph): client: use UserPerm for _posix_acl_chmod
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision a4409472 (ceph): client: pass UserPerm to readlink()
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 5c6748d6 (ceph): client: pass UserPerm to all open() variants
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 193fb0af (ceph): client: pass UserPerm to lookup_ino()
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 4d37088a (ceph): client: pass UserPerm to lookup_parent()
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 898154fd (ceph): client: pass UserPerm to lookup_name()
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 17d1f7e8 (ceph): client: track which request uid/gid granted a cap
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision b05e06ec (ceph): client: fill in cap renewals with the "best" uid/gid perms
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 885f848e (ceph): client: remove client reference from RequestUserGroups
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 0a2c8872 (ceph): client: remove uid/gid-based make_request, push up logic
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision ba678199 (ceph): client: pass UserPerm to chdir() and getcwd()
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision dfbac033 (ceph): client: pass UserPerm to statfs() variants
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 56bd07bd (ceph): client: store UserPerms in dir_result_t and use on MDS requests
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 95df48b4 (ceph): client: pass UserPerm to lookup_hash()
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 18f4b164 (ceph): client: switch _lookup() implementation to UserPerm
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision f7c57065 (ceph): client: switch path_walk() implementation to UserPerm
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 71878e3e (ceph): client: switch _getattr() implementation to UserPerm
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 78e20286 (ceph): client: switch _open() implementation to UserPerm
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision e482a509 (ceph): client: switch _create() implementation to UserPerm
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision e2b766bf (ceph): client: switch xattr_permission() implementation to UserPerm
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 7767a4e2 (ceph): client: remove spurious RequestUserGroups from xattr_permission
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 7a5cdaa1 (ceph): client: switch ll_open and ll_create to be UserPerm-based
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 73ad8b40 (ceph): client: remove unused ll_listxattr_chunks declaration
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 5c062752 (ceph): client: add a UserPerm param to mount
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 6a7a7439 (ceph): client: switch _do_lookup() to UserPerm
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 16b3fce6 (ceph): client: switch make_request implementation and verify_reply_trace to Us...
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 4b2771b9 (ceph): client: switch may_*() function implementations to UserPerm
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision acec3d3e (ceph): client: always pass a UserPerm to utime variants
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 9aae93ad (ceph): client: always pass a UserPerm to truncate variants
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 71306571 (ceph): client: remove non-UserPerm _setattr implementation
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 882468ab (ceph): client: always pass a UserPerm to stat variants
Also remove the lstatlite() declaration, since it's not defined.
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
Greg Farnum
11:33 PM Revision be9e43e2 (ceph): client: always pass a UserPerm to seek variants
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision 94bac72f (ceph): client: generate UserPerm _open and _create variants
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:33 PM Revision f648baf9 (ceph): client: always pass a UserPerm to chown variants
Signed-off-by: Greg Farnum <gfarnum@redhat.com> Greg Farnum
11:22 PM rgw Bug #17364: rgw: Unable to commit period zonegroup change
Downgraded priority & severity. As a workaround, I wiped out the .rgw.root pool, and recreated the content as zonegro... Robin Johnson
07:46 PM rgw Bug #17364: rgw: Unable to commit period zonegroup change
Even more minimal case that causes commit to fail.... Robin Johnson
07:28 PM rgw Bug #17364: rgw: Unable to commit period zonegroup change
... Robin Johnson
07:23 PM rgw Bug #17364 (Resolved): rgw: Unable to commit period zonegroup change
Legacy data on the DreamObjects production cluster .rgw.root pool causes it to be impossible to commit a new zonegroup. Robin Johnson
10:25 PM CephFS Bug #17368 (Resolved): mds: allowed GIDs must be ordered in the cephx string
If you do something like
> ASSERT_TRUE(cap.parse(g_ceph_context, "allow * uid=10 gids=10,11,12; allow * uid=12 gid...
Greg Farnum
10:24 PM CephFS Bug #16926: multimds: kclient fails to mount
Assignee changed accidentally. Sorry! Patrick Donnelly
10:23 PM CephFS Bug #16926: multimds: kclient fails to mount
Here was a run with -k testing:
http://pulpito.ceph.com/pdonnell-2016-08-11_20:40:52-multimds-master-testing-basic...
Patrick Donnelly
05:10 PM CephFS Bug #16926: multimds: kclient fails to mount
Pushing this to Zheng since it's another kclient issue. Brett Niver
10:06 PM Revision 817d65bd (ceph): mon: wait 10m (not 5m) before marking down OSDs out
5m isn't quite enough time for many boxes to reboot. 10m will do
a better job of masking transient crashes without h...
Sage Weil
09:37 PM CephFS Bug #17294: mds client didn't update directory content after short network break
Nathan / Zhen,
I will take a look at it.
Daniel Oliveira
07:42 AM CephFS Bug #17294: mds client didn't update directory content after short network break
I checked this again. This issue happens only when mds' session_timeout config is non-default (which is smaller than ... Zheng Yan
02:41 AM CephFS Bug #17294: mds client didn't update directory content after short network break
Zheng Yan wrote:
> anyone interesting in this. this is easy to reproduce and it's good opportunity to how capability...
ren li
09:09 PM Revision 3b404c6c (ceph): Merge pull request #1180 from ceph/wip-bluestore-code
misc fixes to test bluestore, but not actual tests in the suite (yet)
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
09:07 PM Revision dccdb2eb (ceph): tasks/ceph_manager: add bdev_inject_crash_probability support
Only do the failure injection 50% of the time; otherwise, just
kill as usual.
Signed-off-by: Sage Weil <sage@redhat....
Sage Weil
09:01 PM Revision f4de41c2 (ceph): inject bdev failures when killing osd on bluestore
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
09:01 PM Revision 84bc367c (ceph): objectstore: add filestore and bluestore stubs
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
09:01 PM Revision 0bc2d643 (ceph): objectstore/bluestore.yaml: debug rocksdb
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
09:01 PM Revision 173a7b27 (ceph): objectstore/bluestore: bluefs env mirror
Catch bugs in bluefs or rocksdb env layer.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
09:01 PM Revision 2ae53848 (ceph): tasks/ceph_manager: respect bdev_inject_crash in kill_osd()
Note that this will only work with bluestore osds.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
08:58 PM rgw Bug #17367 (Resolved): rgw nfs: fix NFS creation (and other?) times for S3-created buckets
Buckets created via the S3 API report creation time of 0 (epoch, Jan 1 1970), but should report their RGW-internal cr... Matt Benjamin
08:51 PM Revision a8fd09e4 (ceph): Add basic testing of ceph bits
simple test suite to test ceph from download.ceph.com
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
Vasu Kulkarni
08:50 PM Bug #15808 (Pending Backport): Assign LOG_INFO priority to syslog calls
Samuel Just
08:49 PM Revision 5723a69f (ceph): os/bluestore: add error injection
This is used by the teuthology repair_test.py.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
08:43 PM Feature #15308 (Pending Backport): LIBRADOS modify Pipe::connect() to return the error code
Samuel Just
08:35 PM Bug #17366 (Resolved): "assert len(unclean) == num_unclean" in dump_stuck.py in rados suite
Run: http://pulpito.ceph.com/yuriw-2016-09-20_14:50:21-rados-wip-yuri-testing2_2016_09_19-distro-basic-smithi/
Job: ...
Yuri Weinstein
08:35 PM Bug #17365 (Resolved): mon: forwarded message is encoded with sending client's features
The sending client's feature don't apply here; we need to encode it so that the receiving mon can decode it again. Sage Weil
08:28 PM Revision 9d6ff34b (ceph): rados/basic/tasks/repair_test: enable bluestore error injection
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:28 PM Revision 4936d404 (ceph): tasks/thrashosds: fix powercycle, bdev_inject_crash
The CephManager.kill_osd expects these in its config, not
Thrasher's.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
08:03 PM Bug #16685: "saw valgrind issues" in rados run
/a/yuriw-2016-09-20_14:50:21-rados-wip-yuri-testing2_2016_09_19-distro-basic-smithi/425868/
/a/yuriw-2016-09-20_14:5...
Yuri Weinstein
07:48 PM Revision 31b9ff0f (ceph): Merge pull request #11122 from branch-predictor/bp-zlib-improvements
compressor/zlib: switch to raw deflate
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
07:47 PM Revision 6ce888dc (ceph): Merge pull request #11108 from liewegas/wip-bluefs-dirty-fnodes
os/bluestore/BlueFS: log dirty files at sync time Sage Weil
07:11 PM Bug #17361: pg scrubbing far too often (with logs)
Log available at http://filedump.ceph.com/samuelj/ceph-osd.12.log.bz2 Samuel Just
03:17 PM Bug #17361 (Duplicate): pg scrubbing far too often (with logs)
ceph-users thread '[ceph-users] Same pg scrubbed over and over (Jewel)' has a basically complete log, looks like the ... Samuel Just
06:08 PM Revision f25b156f (ceph): osd/PG.h: change PGRecoveryStats struct to class
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
05:02 PM Bug #15260 (Fix Under Review): ceph-disk and ceph-detect-init builds do check-only things on ever...
Here is a tentative implementation, please let me know what you think: https://github.com/ceph/ceph/pull/11177 Loïc Dachary
03:45 PM Bug #15260: ceph-disk and ceph-detect-init builds do check-only things on every build
Please create an RFE to run flake8 on builds, but stop creating the virtualenv for non-test builds. Ian Colle
04:27 PM devops Bug #16169 (Resolved): ceph-detect-init target fails for Jewel build
We are now having to allow network access when building. This sounds very unreasonable and it isn't something that ha... Alfredo Deza
04:25 PM Revision 92f59035 (ceph): ceph_fuse: use sizeof get the buf length
Signed-off-by: LeoZhang <nguzcf@gmail.com> Leo Zhang
04:21 PM Revision a3d13972 (ceph): Merge pull request #1179 from ceph/wip-16688-master
Removed 11429 config
Reviewed-by: Samuel Just <sjust@redhat.com>
Samuel Just
04:20 PM Bug #16688: Crash in "FileStore::queue_transactions" in rados run
https://github.com/ceph/ceph-qa-suite/pull/1179 Yuri Weinstein
04:01 PM Bug #16688: Crash in "FileStore::queue_transactions" in rados run
Just to keep record, also seen in http://qa-proxy.ceph.com/teuthology/yuriw-2016-09-20_14:50:21-rados-wip-yuri-testin... Yuri Weinstein
04:14 PM Revision fde4d3bb (ceph): Removed 11429 config
Signed-off-by: Yuri Weinstein <yweinste@redhat.com> Yuri Weinstein
03:53 PM rbd Bug #17182 (Pending Backport): "sysfs write failed" in smoke
Jason Dillaman
02:38 PM rbd Bug #17182 (Fix Under Review): "sysfs write failed" in smoke
https://github.com/ceph/ceph-qa-suite/pull/1178 Ilya Dryomov
02:10 PM rbd Bug #17182: "sysfs write failed" in smoke
Ah, sorry - smoke does require a recent kernel since jewel, so 5 is fine. Ilya Dryomov
11:52 AM rbd Bug #17182 (In Progress): "sysfs write failed" in smoke
5 won't do it because it doesn't install a kernel here - it should be 1. I'll send a PR. Ilya Dryomov
03:52 PM Revision 2fd260c8 (ceph): Merge pull request #1178 from ceph/wip-smoke-krbd-iozone
smoke: mask out unsupported image features for krbd iozone test
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
03:35 PM Revision bca2d370 (ceph): Merge pull request #11173 from tchaikov/wip-17306
test/cli/crushtool: fix the test of compile-decompile-recompile.t
Reviewed-by: Samuel Just <sjust@redhat.com>
Kefu Chai
03:18 PM Feature #17362 (Resolved): librados: let client specify watch timeout
Currently the watch timeout is set directly by the osd. Clients like rbd (especially for iscsi) may want to customize... Josh Durgin
03:05 PM Backport #17358 (In Progress): jewel: doc: fix description for rsize and rasize
Loïc Dachary
03:04 PM Backport #17358 (Resolved): jewel: doc: fix description for rsize and rasize
https://github.com/ceph/ceph/pull/11171 Loïc Dachary
03:05 PM Backport #17360 (Resolved): jewel: ceph-objectstore-tool crashes if --journal-path <a-directory>
https://github.com/ceph/ceph/pull/11407 Loïc Dachary
03:05 PM Backport #17359 (Resolved): hammer: ceph-objectstore-tool crashes if --journal-path <a-directory>
https://github.com/ceph/ceph/pull/11929 Loïc Dachary
03:04 PM Bug #17357 (Resolved): doc: fix description for rsize and rasize
https://github.com/ceph/ceph/pull/11101 Loïc Dachary
03:00 PM Revision 40404398 (ceph): test/cli/crushtool: fix the test of compile-decompile-recompile.t
should read the map from $TESTDIR,
it's a regression introduced by b2c0a07
Fixes: http://tracker.ceph.com/issues/173...
Kefu Chai
02:58 PM Revision 8d7d24e0 (ceph): doc: add $pid metavar conf doc
$pid introduced in 2012 via cf2a0454.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
02:17 PM Revision 5ab5e826 (ceph): doc: fix description for rsize and rasize
Signed-off-by: Andreas Gerstmayr <andreas.gerstmayr@gmail.com>
(cherry picked from commit a004254a02cafdee848a382f893...
Andreas Gerstmayr
02:11 PM Revision e52e2653 (ceph): Merge pull request #11166 from xiexingguo/xxg-wip-bluestore-0921
os/bluestore: simplify calculation of collection key range
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:05 PM Revision ce97719c (ceph): Merge pull request #11131 from ceph/rgw-lifecycle-testing
Rgw lifecycle testing
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
02:00 PM CephFS Bug #17253 (Fix Under Review): Crash in Client::_invalidate_kernel_dcache when reconnecting durin...
https://github.com/ceph/ceph/pull/11170 Zheng Yan
06:40 AM CephFS Bug #17253: Crash in Client::_invalidate_kernel_dcache when reconnecting during unmount
there are some unconnected inodes (due to dirty data flush?) , root inode is deleted before the unconnected inodes ge... Zheng Yan
01:57 PM Revision ddea9a5b (ceph): client: fix segment fault in Client::_invalidate_kernel_dcache().
when umounting, root can be NULL
Fixes: http://tracker.ceph.com/issues/17253
Signed-off-by: Yan, Zheng <zyan@redhat....
Yan, Zheng
01:50 PM Bug #16474: OSD scrubs same PG over and over
We are also seeing this problem.
2016-09-21 13:19:00.417766 7f704106c700 0 log_channel(cluster) log [INF] : 4.c6 ...
Warren Wang
01:42 PM rbd Feature #17356 (Resolved): object-map: batch updates during trim operation
When removing or shrinking a very large image, currently each individual object removal could result in an individual... Jason Dillaman
01:19 PM Revision 77949e5c (ceph): smoke: mask out unsupported image features for krbd iozone test
Signed-off-by: Ilya Dryomov <idryomov@gmail.com> Ilya Dryomov
01:04 PM Revision 1707da26 (ceph): Lifecycle - Fix config locking
The lifecycle config lock was not setting a cookie. This means that all
instances of that lock conflict, causing err...
Daniel Gryniewicz
01:04 PM Revision 77853a41 (ceph): Lifecycle testing
Add new config option - rgw_lc_debug_interval - that modifies the
lifecycle algorithm. It treats days as being the c...
Daniel Gryniewicz
12:56 PM Revision e0e43dd2 (ceph): Merge pull request #11031 from yangdongsheng/du
rbd: return error if we specified a wrong image name for rbd du
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
11:08 AM rbd Feature #16213 (Fix Under Review): Replicate dynamic feature updates
PR: https://github.com/ceph/ceph/pull/10980 Mykola Golub
11:07 AM rbd Feature #16212 (Fix Under Review): Replicate image metadata settings
PR: https://github.com/ceph/ceph/pull/11168 Mykola Golub
11:07 AM Bug #17331: ceph-disk list reports mount error for OSD having mount options with SELinux context
We do have below given message in /var/log/messages when we see this issue in command line while running 'ceph-disk l... Vikhyat Umrao
09:18 AM Revision 99bb2f3f (ceph): Merge pull request #11163 from jcsp/wip-cmake-vstart
doc: Update developer docs for cmake paths
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
John Spray
09:08 AM Revision 3ab5ef39 (ceph): common/throttle: simplify Throttle::_wait()
We don't have to check/set the "waited" member when falling into this branch,
which is deemed to be true.
Signed-off...
xie xingguo
09:04 AM Revision 18ccaeaa (ceph): doc: update vstart guide for cmake-ish paths
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
09:04 AM Revision d89b876d (ceph): doc: update build instructions for cmake
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
08:20 AM Revision 79a6611c (ceph): kv/RocksDBStore: no reason to make write_batch using new/delete
discards new/delete for bat
Signed-off-by: Haomai Wang <haomai@xsky.com>
Haomai Wang
07:50 AM CephFS Bug #17308: MDSMonitor should tolerate paxos delays without failing daemons (Was: Unexplained del...
# leader (mon.b@0) sent begin to peons
* 2016-09-12 22:40:32.630175 7fe3407e7700 10 mon.b@0(leader).paxos(paxos u...
Kefu Chai
06:52 AM Bug #13844: ceph df MAX AVAIL is incorrect for simple replicated pool
Hi Sage Weil,
I see you so very clear about this case so that you can help me show more information ?
In this case:...
Phat Le Ton
06:50 AM Bug #17354: workunits/rest/test.py fails in qa run
not reproducible, see
* http://pulpito.ceph.com/kchai-2016-09-21_05:00:32-rados-master---basic-mira/
* http://pul...
Kefu Chai
04:02 AM Bug #17354 (Can't reproduce): workunits/rest/test.py fails in qa run
... Kefu Chai
05:57 AM Revision 1a391ff5 (ceph): os/bluestore: simplify calculation of collection key range
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
03:59 AM Revision 6366d9fc (ceph): Merge pull request #11083 from ifed01/wip-load-plugins-fix
common/compressor: add libcommon as a dependency for zlib and snappy p…
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:59 AM Revision 1d536901 (ceph): Merge pull request #10975 from stiopaa1/osd_replicatedbackend_moveSomeC...
osd/PGBackend.h: move structs to .cc file
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:58 AM Revision 121043fa (ceph): Merge pull request #11073 from badone/wip-remove-check_disk_write_cache
FileJournal: Remove obsolete _check_disk_write_cache function
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
03:57 AM Revision 4a8bc830 (ceph): Merge pull request #11060 from stiopaa1/mon_osdmonitor_removeAssign
mon/OSDMonitor.cc: remove use of boost assign
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:56 AM Revision abf3b4d2 (ceph): Merge pull request #11039 from stiopaa1/osd_inprogress_removingCount
osd/OSD.cc: remove unneeded searching of maps
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:32 AM Revision dc7f10f4 (ceph): bluestore/BitmapFreelistManager: remove extra if/else judgement
Signed-off-by: Haomai Wang <haomai@xsky.com> Haomai Wang
03:28 AM Revision 114b1e33 (ceph): os/filestore: disable splice since it can't pass store_test
Signed-off-by: Haomai Wang <haomai@xsky.com> Haomai Wang
03:27 AM Revision cbbfe63b (ceph): Merge pull request #1127 from ryneli/master
suites/rados: add test case for rockdb's envlibrados
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
03:14 AM Revision bd79f98f (ceph): Merge branch 'wip-rocksdb-librados-test'
qa: add test of envlibrados for rocksdb
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
03:12 AM Revision 958fa7dc (ceph): add qa test of envlibrados for rocksdb
Signed-off-by: Ryne Li <lizhenqiangsnake@gmail.com> Ryne Li
02:56 AM Bug #17307 (Pending Backport): ceph-objectstore-tool crashes if --journal-path <a-directory>
Kefu Chai
02:56 AM Revision 2718e0f1 (ceph): Merge pull request #11146 from tchaikov/wip-17307
os/filestore/FileJournal: error out if FileJournal is not a file
Reviewed-by: David Zafman <dzafman@redhat.com>
Kefu Chai

09/20/2016

10:36 PM Revision cbe2700c (ceph): Merge pull request #11103 from liewegas/wip-clone-range
ceph_test_objectstore: test clone_range and fix a few bugs Sage Weil
10:35 PM Revision ecaa86f8 (ceph): os/ObjectStore: clarify clone_range semantics
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:35 PM Revision 07982d5d (ceph): os/memstore: fix bug in BufferlistObject::write
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:35 PM Revision 55b9cc4e (ceph): ceph_test_objectstore: exercise clone_range from synthetic
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
10:35 PM Revision 60ae186f (ceph): ceph_test_objectstore: disable filestore_fiemap
This very reliably triggers a test failure for
ObjectStore/StoreTest.Synthetic/1.
FIEMAP is bad! Do not use it!
Si...
Sage Weil
10:35 PM Revision 2896d423 (ceph): Merge pull request #11157 from cbodley/wip-memstore-clone
memstore: clone zero-fills holes from source range
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
10:12 PM rbd Bug #17182: "sysfs write failed" in smoke
Should be resolved with a modification like the following:... Jason Dillaman
09:56 PM rbd Bug #17182: "sysfs write failed" in smoke
Also in http://qa-proxy.ceph.com/teuthology/teuthology-2016-09-20_05:00:02-smoke-master-testing-basic-vps/425655/teut... Yuri Weinstein
10:04 PM Revision ecc23778 (ceph): 10.2.3
Jenkins Build Slave User
09:17 PM Linux kernel client Bug #17329: modprobe test fails
In any case, commenting out the assert coupled with scheduling without -k is *not* the way to go - that would defeat ... Ilya Dryomov
08:24 PM Linux kernel client Bug #17329: modprobe test fails
The default is to leave the kernel unchanged, or so it was the last time I checked. Even if that got changed and the... Ilya Dryomov
08:04 PM Linux kernel client Bug #17329: modprobe test fails
the default behaviour without -k option is distro, I mainly test on latest distro kernels and ignore known issues, I ... Vasu Kulkarni
07:48 PM Linux kernel client Bug #17329: modprobe test fails
This test assumes that the suite is scheduled with -k <something>. If for some reason you wanted to test a distro ke... Ilya Dryomov
04:26 PM Linux kernel client Bug #17329 (Closed): modprobe test fails
Centos + ubuntu and latest jewel
Following test fails during modprobe test, is that line necessary to check?
ht...
Vasu Kulkarni
08:31 PM Revision c94244d3 (ceph): Add Install section to systemd rbdmap.service file
Signed-off-by: Jelle vd Kooij <vdkooij.jelle@gmail.com>
(cherry picked from commit 57b6f656e17124a5ab4cd1400840d9c7c8...
Jelle vd Kooij
08:31 PM Revision 7d817e8b (ceph): Merge pull request #10991 from weiqiaomiao/wqm-wip-sync-error
rgw: fix failed to create bucket if a non-master zonegroup has a single zone
Reviewed-by: Casey Bodley <cbodley@redh...
Casey Bodley
08:31 PM Revision b1ce837a (ceph): Merge pull request #10942 from JellevdK/master
systemd: add install section to rbdmap.service file
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
08:00 PM rgw Backport #17350 (Resolved): jewel: rgw:response information is error when geting token of swift a...
https://github.com/ceph/ceph/pull/11474 Nathan Cutler
08:00 PM rgw Backport #17349 (Resolved): jewel: Modification for "TEST S3 ACCESS" section in "INSTALL CEPH OBJ...
https://github.com/ceph/ceph/pull/11475 Nathan Cutler
08:00 PM CephFS Backport #17347 (Resolved): jewel: ceph-create-keys: sometimes blocks forever if mds "allow" is set
https://github.com/ceph/ceph/pull/11417 Nathan Cutler
08:00 PM Backport #17346 (Resolved): hammer: Ceph Status - Segmentation Fault
https://github.com/ceph/ceph/pull/11930 Nathan Cutler
08:00 PM Backport #17345 (Resolved): jewel: Ceph Status - Segmentation Fault
https://github.com/ceph/ceph/pull/11408 Nathan Cutler
07:59 PM Backport #17344 (Resolved): jewel: "line 16: exec: ceph-coverage: not found" in upgrade:client-up...
https://github.com/ceph/ceph-qa-suite/pull/1201 Nathan Cutler
07:59 PM rgw Backport #17343 (Resolved): jewel: radosgw Consumes too much CPU time to synchronize metadata or ...
https://github.com/ceph/ceph/pull/11627 Nathan Cutler
07:59 PM rgw Backport #17342 (Resolved): jewel: teuthology: assertion failure in a radosgw-admin related task
https://github.com/ceph/ceph/pull/12764 Nathan Cutler
07:59 PM Backport #17341 (Resolved): jewel: librados memory leaks from ceph::crypto (WITH_NSS)
https://github.com/ceph/ceph/pull/11409 Nathan Cutler
07:58 PM rbd Backport #17340 (Resolved): jewel: exclusive_lock::AcquireRequest doesn't handle -ERESTART on ima...
https://github.com/ceph/ceph/pull/11465 Nathan Cutler
07:58 PM rgw Backport #17339 (Resolved): jewel: objects in the metadata_heap pool are created, but never read ...
https://github.com/ceph/ceph/pull/11321 Nathan Cutler
07:58 PM rgw Backport #17338 (Resolved): hammer: radosgw-admin lacks docs for "--orphan-stale-secs"
https://github.com/ceph/ceph/pull/11140 Nathan Cutler
07:58 PM rgw Backport #17337 (Resolved): jewel: radosgw-admin lacks docs for "--orphan-stale-secs"
https://github.com/ceph/ceph/pull/11139 Nathan Cutler
07:58 PM rgw Backport #17336 (Resolved): hammer: radosgw-admin(8) does not describe "--job-id" or "--max-concu...
https://github.com/ceph/ceph/pull/11140 Nathan Cutler
07:58 PM rgw Backport #17335 (Resolved): jewel: radosgw-admin(8) does not describe "--job-id" or "--max-concur...
https://github.com/ceph/ceph/pull/11139 Nathan Cutler
07:58 PM Backport #17334 (Resolved): jewel: crushtool --compile is create output despite of missing item
https://github.com/ceph/ceph/pull/11410 Nathan Cutler
07:58 PM Backport #17333 (Resolved): hammer: crushtool --compile is create output despite of missing item
https://github.com/ceph/ceph/pull/11931 Nathan Cutler
07:58 PM rgw Backport #17332 (Resolved): jewel: rgw: file setattr
https://github.com/ceph/ceph/pull/11335 Nathan Cutler
07:56 PM rgw Bug #17311 (Pending Backport): rgw: file setattr
Nathan Cutler
03:52 PM rgw Bug #17311 (Resolved): rgw: file setattr
Master PR:
https://github.com/ceph/ceph/pull/8618
Matt Benjamin
07:40 PM Revision f99b2836 (ceph): memstore: use const_iterator instead of const_cast
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
07:40 PM Revision f4d2f8db (ceph): memstore: clone zero-fills holes from source range
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
07:40 PM Revision 131dab8d (ceph): test: add tests for memstore clone_range
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
06:54 PM Revision 5a2bccc3 (ceph): Merge pull request #11070 from VictorDenisov/consistency_groups_extract...
librbd: extract group module from librbd/internal
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
06:54 PM rbd Bug #17330 (Fix Under Review): update_features API needs to support backwards/forward compatibility
*PR*: https://github.com/ceph/ceph/pull/11155 Jason Dillaman
06:44 PM rbd Bug #17330 (Resolved): update_features API needs to support backwards/forward compatibility
Attempting to disable exclusive lock using a Jewel+ client against an Infernalis OSD will result in an error. Since I... Jason Dillaman
06:52 PM Revision 8cb2ccda (ceph): librbd: update_features should handle Infernalis OSDs
Fixes: http://tracker.ceph.com/issues/17330
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
06:52 PM Bug #17331 (Resolved): ceph-disk list reports mount error for OSD having mount options with SELin...
ceph-disk list reports mount error for OSD having mount options with SELinux context... Vikhyat Umrao
06:34 PM Revision a26c7a5c (ceph): cls/rbd: set_features should adjust the mask to known features
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
06:28 PM Revision e3fc4dbd (ceph): osd/PG.h: move shared ptr instead of copying it
When we move newmap into osdmap_ref we prevent unnecessary increase
and decrease of reference count when newmap goes ...
Michal Jarzabek
06:18 PM Bug #15260: ceph-disk and ceph-detect-init builds do check-only things on every build
It is not necessary to install tox to run flake8. This can easily be done with the flake8 system package.
Running ...
Alfredo Deza
06:08 PM Feature #14040: ECBackend support for RMW
Updated the submit_log_entries code to pass back to the backend. Also added projected_last_update and delta_stats to... Samuel Just
05:34 PM rbd Bug #17317 (Fix Under Review): Sporadic failure in TestMockJournal.ReplayOnDiskPostFlushError
*PR*: https://github.com/ceph/ceph/pull/11153 Jason Dillaman
04:08 PM rbd Bug #17317 (Resolved): Sporadic failure in TestMockJournal.ReplayOnDiskPostFlushError
... Jason Dillaman
05:31 PM Revision 47189839 (ceph): test/rbd: fix possible mock journal race conditions
Fixes: http://tracker.ceph.com/issues/17317
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
04:57 PM Revision 34b74e14 (ceph): Merge pull request #9844 from rzarzynski/wip-rgw-swift-website
rgw: add support for Static Website of Swift API
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
04:15 PM rgw Backport #17327 (Resolved): jewel: rgw: remove duplicated calls to getattr
https://github.com/ceph/ceph/pull/11335
Matt Benjamin
04:15 PM rgw Backport #17326 (Resolved): jewel: rgw: rgw file fix bug of rgw_lookup can not exact match file name
https://github.com/ceph/ceph/pull/11335
Matt Benjamin
04:14 PM rgw Backport #17325 (Resolved): jewel: rgw: rgw_file: fix return value signedness (rgw_readdir)
https://github.com/ceph/ceph/pull/11335 Matt Benjamin
04:13 PM rgw Backport #17324 (Resolved): jewel: rgw: ldap: protect rgw::from_base64 from non-base64 input
https://github.com/ceph/ceph/pull/11332 Matt Benjamin
04:13 PM rgw Backport #17323 (Resolved): jewel: rgw: rgw_file: restore local definition of RGWLibFS gc interval
https://github.com/ceph/ceph/pull/11335
Matt Benjamin
04:12 PM rgw Backport #17322 (Resolved): jewel: rgw nfs v3 completions
https://github.com/ceph/ceph/pull/11335 Matt Benjamin
04:11 PM rgw Backport #17321 (Resolved): jewel: rgw: file: remove busy-wait in RGWLibFS::gc()
https://github.com/ceph/ceph/pull/11335 Matt Benjamin
04:10 PM rgw Backport #17319 (Resolved): jewel: rgw nfs 28
https://github.com/ceph/ceph/pull/11335 Matt Benjamin
04:04 PM rgw Backport #17313 (Resolved): jewel: rgw-ldap: add ldap lib to rgw lib deps based on build config
https://github.com/ceph/ceph/pull/13183 Matt Benjamin
04:04 PM rgw Backport #17312 (Resolved): jewel: build/ops: allow building RGW with LDAP disabled
https://github.com/ceph/ceph/pull/11478 Matt Benjamin
02:33 PM Revision e2d4f0af (ceph): Merge pull request #11140 from cbodley/wip-radosgw-admin-man-hammer
hammer: add orphan options to radosgw-admin --help and man page
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
Casey Bodley
02:28 PM rbd Bug #17199 (In Progress): helgrind: lock order warning with journal enabled + cache disabled
Jason Dillaman
02:21 PM rbd Bug #17198 (Fix Under Review): helgrind: TestLibRBD.TestIOPP potential deadlock closing an image ...
*PR*: https://github.com/ceph/ceph/pull/11152 Jason Dillaman
01:39 PM rbd Bug #17198 (In Progress): helgrind: TestLibRBD.TestIOPP potential deadlock closing an image with ...
Jason Dillaman
02:20 PM Revision 3fff41d4 (ceph): os/bluestore: log kv transaction in queue latency
Signed-off-by: Haomai Wang <haomai@xsky.com> Haomai Wang
02:19 PM Revision c971d58f (ceph): librbd: potential deadlock closing image with in-flight readahead
Fixes: http://tracker.ceph.com/issues/17198
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
02:14 PM rbd Bug #17296 (Closed): [teuthology] failure in cli-integration/rbd/formatted-output.t
Jewel test branch accidentally used against master branch codebase. Jason Dillaman
01:37 PM rbd Bug #17296 (In Progress): [teuthology] failure in cli-integration/rbd/formatted-output.t
Jason Dillaman
01:57 PM CephFS Bug #17275: MDS long-time blocked ops. ceph-fuse locks up with getattr of file
It seems ObjectCacher::maybe_wait_for_writeback() doesn't get woken up properly. Maybe following patch can fix it
...
Zheng Yan
01:48 PM CephFS Bug #17294: mds client didn't update directory content after short network break
anyone interesting in this. this is easy to reproduce and it's good opportunity to how capability works Zheng Yan
01:40 PM devops Bug #16169: ceph-detect-init target fails for Jewel build
The " parent directory is not owned by the current user and the cache has been disabled" error is misleading. Setting... Alfredo Deza
12:30 PM devops Bug #16169: ceph-detect-init target fails for Jewel build
so we are using pbuilder to build the package, and pbuilder is basically a clean room created by chroot:
* [1] i...
Kefu Chai
11:03 AM devops Bug #16169: ceph-detect-init target fails for Jewel build
@loic I don't think this is a case of environmental leftovers from other builds. We can consistently replicate this p... Alfredo Deza
04:57 AM devops Bug #16169: ceph-detect-init target fails for Jewel build
I think this may be another case of jenkins not cleaning after itself and starting a job that is under the influence ... Loïc Dachary
03:53 AM devops Bug #16169: ceph-detect-init target fails for Jewel build
I can't figure out what in the jenkins build is doing the same job as install-deps.sh does, to prepopulate wheelhouse... Dan Mick
01:52 AM devops Bug #16169: ceph-detect-init target fails for Jewel build
I seem to recall that the local wheelhouse is there to accommodate building in environments (like OBS) that aren't co... Nathan Cutler
12:18 AM devops Bug #16169: ceph-detect-init target fails for Jewel build
It seems like trying to mix /usr/share/python-wheels and a local wheelhouse is doomed to failure. The /usr/share ver... Dan Mick
01:39 PM Linux kernel client Bug #17070: Kernel complains about "Bad page state" when cephfs tries to free page
https://github.com/ceph/ceph-client/commit/ea482ac834bfa45830c868ae2f023640ca006d87 Zheng Yan
01:38 PM CephFS Bug #16397: nfsd selinux denials causing knfs tests to fail
John Spray wrote:
> I notice a recent run that didn't have any of these failures, possibly the kernel got upgraded?
...
Jeff Layton
01:26 PM CephFS Bug #16397: nfsd selinux denials causing knfs tests to fail
I notice a recent run that didn't have any of these failures, possibly the kernel got upgraded?
http://pulpito.ceph....
John Spray
01:27 PM Revision 0b420821 (ceph): man: add orphan options to radosgw-admin.8
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
01:26 PM Revision b29bf925 (ceph): suites/rbd: remove helgrind test cases
Helgrind cannot properly handle Ceph's use of std::mutex --
resulting in numerous false positives and potential asser...
Jason Dillaman
12:52 PM CephFS Backport #17207 (In Progress): jewel: ceph-fuse crash on force unmount with file open

Setting In Progress because Zheng already created a PR
https://github.com/ceph/ceph/pull/10958
John Spray
12:50 PM CephFS Backport #17264 (In Progress): jewel: multimds: allow_multimds not required when max_mds is set i...
Setting In Progress because Patrick already uploaded a PR for Jewel
https://github.com/ceph/ceph/pull/10997
John Spray
12:50 PM Revision 7ba8d71f (ceph): Merge pull request #11149 from xiexingguo/xxg-wip-bluestore-0920
os/bluestore: narrow condition of sanity check when get_object_key()
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
12:32 PM Revision d4e13191 (ceph): mds/server: merge the snapshot request judgment
merge the snapshot request judgment,
and all return -EROFS
Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn>
huanwen ren
12:00 PM Revision 9b73e00d (ceph): Merge pull request #11121 from stiopaa1/osd_osd_moveMembersToPrivate
osd/OSD.h: move some members under private
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
11:59 AM Revision 074bbb6b (ceph): Merge pull request #10563 from stiopaa1/mon_healthmonitor_removeUnneede...
mon/HealthMonitor: remove unneeded include
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
11:58 AM Revision 613efe6c (ceph): Merge pull request #10515 from stiopaa1/mon_monitor_addOverride
mon/Monitor.h: add override to virtual functions
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
11:58 AM Revision 69001a36 (ceph): Merge pull request #10333 from stiopaa1/msg_EventSelect_RemoveIncFromHe...
msg/EventSelect: move includes to cc file
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
11:57 AM Revision 810567c0 (ceph): Merge pull request #10269 from stiopaa1/osd_watch_removeUnneededForward...
osd/Watch.h: remove unneeded forward declaration
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
11:56 AM Revision d2b2158d (ceph): Merge pull request #9644 from stiopaa1/osdc_ObjectCacher_const
osdc/ObjectCacher: change iterator to const_iterator and add const to member functions
Reviewed-by: Sage Weil <sage@...
Sage Weil
11:39 AM rbd Bug #17310 (Fix Under Review): image.stat() call in librbdpy fails sometimes
*PR*: https://github.com/ceph/ceph/pull/11148 Jason Dillaman
11:19 AM rbd Bug #17310 (In Progress): image.stat() call in librbdpy fails sometimes
Jason Dillaman
10:18 AM rbd Bug #17310 (Resolved): image.stat() call in librbdpy fails sometimes
I'm running a simple test script to reproduce this:... Jens Harbott
11:28 AM Revision 61734d26 (ceph): librbd: block name prefix might overflow fixed size C-string
The issue which resulted in too large v2 image ids was fixed
under #16887.
Fixes: http://tracker.ceph.com/issues/173...
Jason Dillaman
11:05 AM CephFS Bug #12909: cmake: client/fuse_ll.cc can't locate fuse_lowlevel.h
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:05 AM CephFS Bug #7867: client/Client.cc: 2087: FAILED assert(!unclean)
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:05 AM CephFS Bug #5289: mds closing stale session
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:05 AM CephFS Bug #5287: the permission of file in CephFS
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:05 AM CephFS Support #5285: cephfs give permission to write files
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:05 AM CephFS Bug #4038: ceph-fuse: various hangs
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:05 AM CephFS Documentation #3672: doc: how to mount ceph-fuse from fstab
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:05 AM CephFS Bug #3184: ceph-fuse should not segfault without a keyring
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:05 AM CephFS Bug #2293: admin sockets don't persist with ceph-fuse
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:05 AM CephFS Bug #2159: ceph-fuse: big_writes option not recognized
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:05 AM CephFS Bug #1957: ceph-fuse: have "." and ".." entries consistently
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:05 AM CephFS Bug #1746: PerfCounters::set segfault
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:05 AM CephFS Bug #1737: ceph-fuse crash in xlist::remove
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:05 AM CephFS Bug #1728: multiple cfuse tests failing with non-empty directories
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:05 AM CephFS Bug #1603: ceph-fuse crash during unmount
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:05 AM CephFS Bug #1510: fsx failure on cfuse
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:05 AM CephFS Bug #1509: cfuse sometimes hangs after unmount
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:05 AM CephFS Bug #1472: cfuse hangs with v0.34
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:05 AM CephFS Bug #1467: cfuse crash during fsx workunit
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:05 AM CephFS Bug #1437: cfuse can't change permissions of a file
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:05 AM CephFS Bug #1429: cfuse assert failed assert(diri->dn_set.size() < 2)
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:05 AM CephFS Bug #1324: cfuse: 2-MDS snaptest2 doesn't let client unmount
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:05 AM CephFS Bug #1323: cfuse: 2-MDS snaptest2 doesn't complete
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:05 AM CephFS Bug #1252: regression: cfuse fails snaptest-2 with 2-MDS system
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:05 AM CephFS Bug #1139: cfuse crashes on exit
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:05 AM CephFS Bug #1063: dbench breaks if MDS and client times aren't synced
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:05 AM CephFS Bug #1031: dev node inconsistency between cfuse and kernel client
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:05 AM CephFS Tasks #1039: cfuse: requests max_size from non-auth MDS
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:05 AM CephFS Tasks #862: cap_refs[CEPH_CAP_FILE_BUFFER] isn't cleared if truncation zaps changes
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Bug #858: cfuse craps out with fsstress
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Bug #712: cfuse crashes when Ceph daemons started with vstart.sh
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Bug #596: crash during mds reconnect
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Cleanup #588: Allow Inodes to have multiple parent Dentries
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Bug #583: cfuse fails snaptest-upchildrealms
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Bug #551: cfuse crash on quick mds restart
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Bug #529: Cfuse: Software caused connection abort
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Bug #523: cfuse locks don't wake on mds reconnect?
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Bug #383: cfuse: reimplement readdir
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Bug #373: cfuse is degenerate with respect to ptmalloc
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Bug #349: cfuse fails untar-snap-rm
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Bug #348: cfuse fails fsx test
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Bug #344: cfuse should pass all qa tests
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Feature #321: allow dns names for monitor switch
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Bug #268: cfuse: return EROFS when writing to snaps
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Bug #249: cfuse: pjd failures
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Bug #241: cfuse: make sure fsync does the right thing; remove warning
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Feature #238: cfuse: log to file if run as daemon
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Tasks #237: cfuse: run through full qa suite
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Cleanup #236: cfuse: clean up mds session handling
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Feature #235: cfuse: allow specifying server path to mount on command line
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Bug #232: ESTALE on many copies
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Bug #229: cfuse freezes
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Bug #219: Client doesn't properly flush snapshots
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Bug #211: Cfuse won't unmount properly with snapshot activity
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Bug #188: cfuse crashes on snapshot file read
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Subtask #396: uclient: cleanly update cache with readdir result
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Feature #13: uclient: Make readdir use the cache
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:04 AM CephFS Feature #12: uclient: Make cap handling smarter
Bulk updating project=ceph category=ceph-fuse issues to move to fs project so that we can remove the ceph-fuse catego... John Spray
11:01 AM CephFS Support #16528: Stuck with CephFS with 1M files in one dir
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:01 AM CephFS Support #16043: MDS is crashed
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:01 AM CephFS Feature #15589: Ceph status outputs mds slow request summary for better monitoring
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:48 AM CephFS Feature #15589 (Resolved): Ceph status outputs mds slow request summary for better monitoring
John Spray
11:01 AM CephFS Bug #15449: [ceph-mds] mds service can not start after shutdown in 10.1.0
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:50 AM CephFS Bug #15449 (Can't reproduce): [ceph-mds] mds service can not start after shutdown in 10.1.0

(While tidying up cephfs tickets that weren't in the 'fs' project...)
Closing because presumably you've either g...
John Spray
11:01 AM CephFS Bug #15156: mds stuck in clientreplay
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:01 AM CephFS Support #13267: mds heap stats cause warn message but working
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:01 AM CephFS Feature #9029: min/max uid for snapshot creation
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:01 AM CephFS Bug #8337: Logging too verbose in handle_client_file_setlock
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:01 AM CephFS Bug #8291: 0.80: fuse client hangs after wake-up from suspend until restart of active MDS
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:00 AM CephFS Bug #7980: 0.78: MDS crash (segmentation fault) on client wake-up from suspend.
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:00 AM CephFS Bug #5104: MDS crashed in Objecter::handle_osd_op_reply
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:00 AM CephFS Bug #5079: assert in MDCache::_recovered()
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:00 AM CephFS Documentation #4727: upgrade doc has to be modified to include upgrading ceph-mds as well
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:00 AM CephFS Bug #3598: MDS should shut down cleanly on EBLACKLIST
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:00 AM CephFS Bug #3553: MDS core dumped running 0.48.2argonaut
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:00 AM CephFS Bug #3551: mds: journaler hang
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:00 AM CephFS Bug #3486: ceph-fuse, mds: admin socket lock cycle
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:00 AM CephFS Bug #3470: ceph-fuse: hang when Fr cap revoked
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:00 AM CephFS Bug #3186: mds: mds crash on client shutdown
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:00 AM CephFS Bug #2959: mds: returns null dentry on getattr
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:00 AM CephFS Bug #2596: mds: spinning on restart
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:00 AM CephFS Bug #2299: all MDS commit suicide on startup
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:00 AM CephFS Bug #2110: osdc/Journaler.cc: 360: FAILED assert(r >= 0)
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:00 AM CephFS Bug #2018: mds: can't change file_max
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:00 AM CephFS Bug #1996: mds: scatter_nudge() bad pointer on shutdown?
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:00 AM CephFS Bug #1991: mds: crash during clean shutdown
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:00 AM CephFS Feature #1912: mds: should time out slow monitors
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:00 AM CephFS Bug #1902: mds: unittest_interval_tree bad memory access
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:00 AM CephFS Bug #1806: MDS won't start
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:00 AM CephFS Bug #1796: mds: exit cleanly on EBLACKLISTED
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:00 AM CephFS Bug #1792: crash in ceph-mds
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
11:00 AM CephFS Bug #1788: msgr file descriptor leak
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:59 AM CephFS Bug #1775: mds startup: _replay journaler got error -22, aborting, possible regresion?
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:59 AM CephFS Bug #1756: mds crash right after successful recovery
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:59 AM CephFS Bug #1753: ceph copy raw images from qemu incorrectly
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:59 AM CephFS Bug #1748: mds segfault CDir::project_fnode
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:59 AM CephFS Bug #1702: Ceph MDS crash + client mount problem
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:59 AM CephFS Bug #1682: mds: segfault in CInode::authority
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:59 AM CephFS Bug #1677: mds interval_set.h: 385: FAILED assert(p->first <= start)
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:59 AM CephFS Bug #1640: mds: failed assert(trim_to > trimming_pos)
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:59 AM CephFS Bug #1589: MDS assert failure
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:59 AM CephFS Bug #1586: failed pjd chmod test 00 on kclient
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:59 AM CephFS Bug #1585: mds crash during shutdown
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:59 AM CephFS Bug #1573: mds crash during multiple_rsync workunit
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:59 AM CephFS Bug #1553: file locking test 2 fails
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:59 AM CephFS Bug #1549: mds: zeroed root CDir* vtable in scatter_writebehind_finish
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:59 AM CephFS Bug #1541: flock: a single request can get multiple locks set
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:59 AM CephFS Bug #1538: mds: all clients can and up becoming unresponsive, mds locker waiting for unfreeze
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:59 AM CephFS Bug #1464: mds crash during shutdown (after trivial_sync workunit on kclient)
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:59 AM CephFS Bug #1460: mds: file locks don't work right with 0-length locks
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:59 AM CephFS Bug #1447: mds: does not validate pool IDs in handle_client_set[dir]layout
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:59 AM CephFS Bug #1446: cephfs: pool option doesn't work
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:59 AM CephFS Bug #1433: mds: assert in path_traverse
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:59 AM CephFS Bug #1428: MDS: Load and pin stray dirs in memory
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:59 AM CephFS Bug #1425: mds: stuck in prexlock
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:59 AM CephFS Bug #1417: mds: failed assert on xlock
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:59 AM CephFS Bug #1405: cephfs: shouldn't have to specify all layout options
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:58 AM CephFS Bug #1399: mds crash
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:58 AM CephFS Bug #1390: MDS crash in function 'bool Locker::issue_caps(CInode*, Capability*)', in thread '0x7f...
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:58 AM CephFS Bug #1389: re-created snapshot gets removed by mds journal replay
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:58 AM CephFS Bug #1368: mds crash after blogbench on cfuse
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:58 AM CephFS Bug #1367: cfuse and mon crash after dbench
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:58 AM CephFS Bug #1360: mds crash during pjd workunit on cfuse
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:58 AM CephFS Bug #1366: mds segfault
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:58 AM CephFS Bug #1350: mds: dup lookups on scp workload
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:58 AM CephFS Bug #1349: mds: standby-replay leaks memory
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:58 AM CephFS Bug #1346: failed Locker.cc assert
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:58 AM CephFS Bug #1326: mds: project subtree_map changes due to rename
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:58 AM CephFS Bug #1310: mds crash 'T interval_set<T>::range_start() const [with T = inodeno_t]'
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:58 AM CephFS Bug #1302: mds: mds_caps_wanted vs migration
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:58 AM CephFS Bug #1295: mds: handle rmdir of subtree root
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:58 AM CephFS Bug #1289: misdirected mds request results in improper ENOENT during mds rename workunits
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:58 AM CephFS Bug #1243: inest lock blocks dir create for a long time
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:58 AM CephFS Bug #1238: mds: ~elist crash on untar_snap_rm
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:58 AM CephFS Bug #1200: 4-MDS fsstress remote ino lookup cycle
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:58 AM CephFS Bug #1199: 4-MDS fsstress: remote ino lookup assert
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:58 AM CephFS Bug #1195: ceph mds crash on version upgrade
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:58 AM CephFS Bug #1193: cmds crashes with stacktrace when using --reset-journal and an invalid rank
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:58 AM CephFS Bug #1183: mds: snaptest-snap-rm-cmp.sh failing
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:58 AM CephFS Bug #1178: cfuse doesn't shut down -- Fw cap doesn't flush on one inode
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:58 AM CephFS Bug #1170: 2-MDS fsstress: SR fails subtree assert
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:58 AM CephFS Bug #1169: 2-MDS fsstress: Active fails adjust_subtree_auth
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #1168: fsstress 2-mds Standby-replay adjust_subtree asserts
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #1167: Fsstress: bad rstat assert
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #1166: mds: standby-replay bound asserts
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #1158: Unfinished freeze hangs fsstress
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #1153: Hang on 3-MDS fsstress
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #1146: mds: correctly trim cache after rename witness replay
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #1137: MDS Crash
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #1133: mds: journaler failed assertion on standby-replay -> replay
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #1132: mds: missing parent in rename metablob
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #1128: clustered mds: failed verify_subtree_bounds
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #1111: file lock requests in wait queue not getting cleaned up after process exit
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #1110: mds: ls -l hangs on concurrent writer
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #1108: Large number of files in a directory makes things grind to a halt
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #1104: Segmentation fault when deleting a folder
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #1084: blogbench won't finish: waiting for Fr cap forever
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #1065: mds: can't authenticate with --reset-journal
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #1064: all mds's dies one by one after restart
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #1041: standby-replay fails on multi-mds fsstress journals
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #1023: just-recovered mds fails journaler assert (to > trimming_pos);
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #1022: every mds crash: Program terminated with signal 11, Segmentation fault.
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #1019: mds: ~MDSlaveUpdate while on LogSegment list
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #1006: clean up cmds journal-check mode
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #994: EOpen reply on non-auth MDS is busted
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #968: mds: verify_bounds error
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #966: mds: scatterstat error
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #938: mds: rstats mismatch
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #937: journaler: _issue_read assert
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #933: mds: standby-replay incorrectly probed journal for live mds
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Bug #932: mds: standby-replay osd ops have bad entity_name_t
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:57 AM CephFS Cleanup #929: mds: make journal replay readahead less silly
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Tasks #1002: Assert failure in Locker::handle_file_lock
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Tasks #973: Dir failing to freeze
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Tasks #934: auth_unpin assert fail in Locker::xlock_finish
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Tasks #928: Assert failure on replica: has auth pins in _logged_slave_rename
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Tasks #923: Waiter does not get woken in fsstress
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Tasks #922: fsstress: Request ping-pongs when dentry and inode auth are separate
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Cleanup #886: journaler: rip out ack_barrier cruft
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Bug #873: MDS journaler needs to truncate ahead of writes
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Tasks #861: handle_client_rename thinks nonexistent dir is in subtree map
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Subtask #879: Implement function to check fragstat and rstat on CDirs
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Feature #818: mds: robust lookuphash
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Bug #805: mds startup: _replay journaler got error -22, aborting
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Bug #791: ls -al waits for writes to complete
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Tasks #797: Don't _commit_full just because dir is_complete()
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Bug #725: mds: set_layout on root inode isn't persistent
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Bug #724: mds: cmds ignores signals (like SIGTERM) after respawn
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Bug #723: mds: cmds ignores signals (like SIGTERM) after respawn
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Bug #721: mds crash with multiple mds
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Bug #708: mds replay crash on slide0
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Bug #689: cmds crash: mds/CInode.h:1088: FAILED assert(ref_set.count(by) == 0)
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Bug #684: unstable fails some workunits
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Bug #678: What if period == 0 in MDCache...purge_stray?
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Bug #671: mds: fragstat problem after mds restart
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Bug #663: cmds segfaults
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Bug #661: mds: mdlog recursion / scatter crash
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Cleanup #638: mds: verify open+create resent/replayed event exception
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Bug #637: mds: check replica scatterlock flush on rejoin
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Bug #623: MDS: MDSTable::load_2
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Bug #608: mds: MDCache::create_system_inode()
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Feature #602: mds: handle corrupt/missing journals
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Feature #600: mds: store full trace on directories
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:56 AM CephFS Bug #594: mds: frag split/merge vs replay
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Feature #593: mds: fsck: anchor table repair
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Bug #570: Locker::_do_null_snapflush assert failure
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Bug #561: snaptest-2 doesn't execute properly
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Feature #560: mds: alternate directory hashing
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Bug #556: clustered mds: rename
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Feature #548: mds: shadowreplay one-shot mode
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Feature #545: mds: use bloom filter to supplement dirfrag COMPLETE flag
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Bug #542: mds journal corruption
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Bug #525: Audit CInode creation code for initialization
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Feature #519: mds: dirfrag merge
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Cleanup #514: Optimize MIX/MIX_STALE reconnects, etc
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Bug #500: mds: FAILED assert("shouldn't be called if we are already xlockable" == 0)
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Feature #495: mds: add MIX_STALE
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Cleanup #493: mds: allow scatter_pinned inode to go from mix -> sync
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Feature #483: mds: add timestamp to LogEvent
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Bug #478: MDS crash: LogEvent::decode()
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Bug #472: mds: fragstat crash
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Cleanup #468: mds: use enum for LOCK_* in mds/locks.h
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Feature #466: mds: respawn on suicide
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Bug #452: mds: failed assert(root) in MDCache::adjust_subtree_auth()
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Bug #451: mds: replay error
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Bug #447: mds: failed assert(cap) in void Locker::handle_client_caps(MClientCaps*)
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Cleanup #431: mds: clean up inode journaling internal interfaces
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Cleanup #427: mds: tie scatter pins directly to freeze machinery
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Bug #426: mds: rstat propagation
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Bug #413: mds: avoid lookup/fetch/trim/lookup loop
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Bug #408: mds: missing snap past parents
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Bug #395: mds: interval_set assert(0) during journal replay
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Bug #394: mds: scatterlock scatter dir accounted_fragstat writeback
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Bug #393: mds: migration vs locking
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Bug #385: Failed assertion in Locker::scatter_nudge
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Bug #370: mds: need to re-eval caps after import
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Tasks #366: test snaptests against clustered mds failures
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Tasks #365: test snaptests against single mds failure
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Bug #362: mds: rejoin crashes on snaptest-2 workload
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Bug #360: mds: head/snapped snap_cap linkage may cross mdss
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Bug #356: mds: cap writeback/release race with cow_inode
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:55 AM CephFS Bug #351: mds: fix cow on xattrs
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Feature #340: large directories, directory fragmenting
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #329: mds: mislinked dentry found during journal replay
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #328: MDS crash: MDCache::remove_inode(CInode*)
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #319: allows snaps in root directory
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #318: Multi-MDS snaptest-2 fails
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #316: mds: track dirty snapped metadata without faking a cap
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #312: MDS crash: LogSegment::try_to_expire(MDS*)
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #297: MDS crash on Objecter::handle_osd_op_reply
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #296: Locker::simple_sync assert(0)
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #295: mds: can't rmdir due to dir size underflow
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #288: cmds disappears under snapshot load
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #274: OSD crash during rsync
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #269: mds: don't crash when attempting to write to a snapshotted dir
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #259: MDS crash during log initialize
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #255: MDS crash while during journal replay
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #177: unlinked inode during try_to_expire()
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #172: OSD and MDS crash on rm -r
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #171: mds: MDSTableClient::_logged_ack(version_t) FAILED assert(pending_commit.count(tid))
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #170: null pointer dereference in journal_cow_dentry causes assertion failure
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #167: mds crash
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #165: cmds crash
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #153: mds: fix snap dentry replication vs readdir on frag auth
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #92: mds: journal client_map for rename importing inode
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Feature #91: mds: up:shadow mode
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Feature #88: mds: change stray commit strategy to avoid rolling stray dir commits
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #77: mds: anchor_create calls acquire_locks
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #75: mds: fix rdlock semantics
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Feature #57: mds: feature bits in mdsmap?
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #52: mds: dentry versionlock
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #51: delete directories don't appear in snap
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #46: Remove asker from MDiscover
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Feature #45: Investigate adding Connection * to mds Session
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #44: Make MDS use new connection-based send_message
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #34: mds: nonempty cap xlist on snaprealm during trim
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #30: multimds: slave_request on getattr
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #29: mds: rfiles underflow
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #16: mds restart vs dbench
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:54 AM CephFS Bug #15: mds rejoin: invented dirfrags (MDCache.cc:3469)
Bulk updating project=ceph category=mds bugs so that I can remove the MDS category from the Ceph project to avoid con... John Spray
10:49 AM rgw Bug #17256: objects in the metadata_heap pool are created, but never read or removed
I'm not Abhishek, but AFAIK 10.2.3 has already been approved and release is imminent. Nathan Cutler
07:51 AM rgw Bug #17256: objects in the metadata_heap pool are created, but never read or removed
Abhishek, what's the chance this making it to Jewel 10.2.3? Pavan Rallabhandi
10:29 AM Revision d0bd0fcf (ceph): Merge pull request #11093 from ceph/wip-jlayton-statx
Small interface cleanups for struct ceph_statx Jeff Layton
10:26 AM Revision b332eed1 (ceph): client: always provide the file type in stx_mode
The proposed statx interface does this, and this would allow ganesha
to get away without requesting CEPH_STATX_MODE w...
Jeff Layton
10:26 AM Revision 6e332428 (ceph): client: convert ceph_statx to use dev_t for devices
Signed-off-by: Jeff Layton <jlayton@redhat.com> Jeff Layton
10:26 AM Revision ab1cf1df (ceph): Revert "client: move the device bitshift handling macros to Client.h"
This reverts commit 2115de04a417e6df4272fc836829b70bd6a2b97e.
This is unnecessary now that we're using dev_t's in ce...
Jeff Layton
10:26 AM Revision e64493c4 (ceph): client: remove unimplemented fields from ceph_statx
We don't provide stx_version and stx_information is currently unused.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Jeff Layton
10:26 AM Revision 897213d7 (ceph): client: switch ceph_statx time fields to struct timespec
This is just much more convenient for applications that want to use
the API. We're not talking to the kernel here, so...
Jeff Layton
10:25 AM Revision d1bfc9a5 (ceph): client: remove unneeded extra padding from ceph_statx
Holdover from the proposed kernel API that doesn't really help anything
here. If we ever want to extend this struct, ...
Jeff Layton
10:19 AM CephFS Bug #17286 (Fix Under Review): Failure in dirfrag.sh
https://github.com/ceph/ceph/pull/11147 Zheng Yan
10:18 AM Revision feb63776 (ceph): client: fix readdir vs fragmentation race
following sequence of events tigger the race
client readdir frag 0* -> got item 'A'
MDS merges frag 0* and frag 1*
c...
Yan, Zheng
10:11 AM CephFS Bug #17236: MDS goes damaged on blacklist (failed to read JournalPointer: -108 ((108) Cannot send...
As for the mystery of why this started happening, I think the MDS failures are triggered by #17308 John Spray
10:09 AM CephFS Bug #17253: Crash in Client::_invalidate_kernel_dcache when reconnecting during unmount
Zheng: do you have any ideas about why this path is crashing when called during unmount? John Spray
09:46 AM CephFS Bug #17253: Crash in Client::_invalidate_kernel_dcache when reconnecting during unmount
The beacons from the guy that got killed do make it eventually but with a severe delay:... John Spray
09:33 AM CephFS Bug #17253: Crash in Client::_invalidate_kernel_dcache when reconnecting during unmount
... John Spray
08:41 AM CephFS Bug #17253: Crash in Client::_invalidate_kernel_dcache when reconnecting during unmount
Note this is happening during umount John Spray
10:04 AM CephFS Feature #17309 (Resolved): qa: mon_thrash test for CephFS

We don't currently have anything that thrashes the mons while running CephFS. It would be useful to run with a thr...
John Spray
10:01 AM CephFS Bug #17308 (Resolved): MDSMonitor should tolerate paxos delays without failing daemons (Was: Unex...

We have had a couple of mysterious new issues crop up in CephFS that I now think might be the result of some weirdn...
John Spray
09:43 AM Bug #17307 (Fix Under Review): ceph-objectstore-tool crashes if --journal-path <a-directory>
https://github.com/ceph/ceph/pull/11146 Kefu Chai
09:37 AM Bug #17307 (Resolved): ceph-objectstore-tool crashes if --journal-path <a-directory>
... Kefu Chai
09:42 AM Revision 7431eec6 (ceph): os/filestore/FileJournal: fail out if FileJournal is not block device o...
otherwise JournalingFileStore will assert when deleting FileJournal
which still has the non block/regular file opened...
Kefu Chai
06:54 AM Revision 5ee0b620 (ceph): msg: fix format specifier for unsigned value id
Signed-off-by: Weibing Zhang <zhangweibing@unitedstack.com> Weibing Zhang
06:46 AM Bug #17306 (Pending Backport): crushtool --compile is create output despite of missing item
Kefu Chai
06:23 AM Bug #17306 (Fix Under Review): crushtool --compile is create output despite of missing item
https://github.com/ceph/ceph/pull/11144 Kefu Chai
06:20 AM Bug #17306 (Resolved): crushtool --compile is create output despite of missing item
Kefu Chai
06:45 AM Revision c76824f8 (ceph): Merge pull request #11144 from tchaikov/wip-17306
crush/CrushCompiler: error out as long as parse fails
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
Brad Hubbard
06:36 AM CephFS Bug #17297: high cpu usage for ceph-fuse (>150%)
... Donatas Abraitis
06:20 AM Revision b2c0a079 (ceph): crush/CrushCompiler: error out as long as parse fails
do not output compiled crush map if anything goes wrong when parsing
crush map.
Fixes: http://tracker.ceph.com/issue...
Kefu Chai
06:14 AM Revision 01a3f94b (ceph): os/bluestore: narrow condition of sanity check when get_object_key()
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
04:46 AM Revision d80784e5 (ceph): RADOS: fix write op hangs
if primary OSD handle a write op and do_osd_ops return errro code,
record_write_error will try to record it into pglo...
Yunchuan Wen
04:15 AM Bug #13937: osd/ECBackend.cc: 201: FAILED assert(res.errors.empty())
note, should revert https://github.com/ceph/ceph/commit/5bc55338f5a1645bc651811fae2f89ad855ff86e#diff-1b6e7a54c1cf4f2... Kefu Chai
03:43 AM Revision 67b11b01 (ceph): ceph-disk: update/add ceph-disk test cases for bluestore
Signed-off-by: Zhi Zhang <zhangz.david@outlook.com> Zhi Zhang
03:43 AM Revision 4c1cd4ab (ceph): ceph-disk: support creating block.db and block.wal with customized size...
Signed-off-by: Zhi Zhang <zhangz.david@outlook.com> Zhi Zhang
03:35 AM Revision c36e8050 (ceph): cleanup status global from rbd mirror if image removed
Signed-off-by: Huan Zhang <zhanghuan@chinac.com> Huan Zhang
03:11 AM Revision 1f7d12d7 (ceph): Merge pull request #11129 from xiexingguo/xxg-wip-bluestore-0919
os/bluestore: misc. fixes
Reviewed-by: Sage Weil <sage@redhat.com.
Sage Weil
03:08 AM Revision 2d97c24b (ceph): Merge pull request #11116 from badone/wip-rm-modprobe-run-cmake-check
run-cmake-check.sh: Remove redundant calls
Reviewed-by: Loic Dachary <ldachary@redhat.com>
Reviewed-by: Ilya Dryomov...
Sage Weil

09/19/2016

11:41 PM Revision b0220362 (ceph): Merge pull request #10943 from jdurgin/wip-tox-coverage
tox.ini: remove extraneous coverage --omit option
Reviewed-by: Dan Mick <dmick@redhat.com>
Dan Mick
11:32 PM Revision cce5810f (ceph): Merge pull request #11006 from iain-buclaw-sociomantic/pyaiostat
python-rados: implement new aio_stat.
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
10:56 PM devops Bug #16169: ceph-detect-init target fails for Jewel build
@Kefu would you mind taking a look ? There has been two dozen changes since I last modified this part of the code abo... Loïc Dachary
08:22 PM devops Bug #16169: ceph-detect-init target fails for Jewel build
Hi Loic, this is still an issue and we have narrowed down to being a problem for building Jewel in a Xenial box.
N...
Alfredo Deza
09:56 PM ceph-ansible Bug #17304 (New): ceph-fuse not installed for clients on non-debian machines
Specifically, I had this problem on CentOS 7. Patrick Donnelly
09:39 PM CephFS Bug #17297: high cpu usage for ceph-fuse (>150%)
Well, that function aborts if quota is disabled; it still gets called into.
Anyway I tried it locally with linux-4...
Greg Farnum
08:09 PM CephFS Bug #17297: high cpu usage for ceph-fuse (>150%)
Just tried to disable quotas, but https://github.com/ceph/ceph/blob/a033dc6f5b4cef357db6f5951062d680e880ba0e/src/clie... Donatas Abraitis
07:32 PM CephFS Bug #17297: high cpu usage for ceph-fuse (>150%)
Greg Farnum, nothing is warned/noticed regarding "slow" in OSD logs, cluster status is HEALTH_OK, but slowness someho... Donatas Abraitis
07:28 PM CephFS Bug #17297: high cpu usage for ceph-fuse (>150%)
ceph-fuse version:... Donatas Abraitis
06:15 PM CephFS Bug #17297: high cpu usage for ceph-fuse (>150%)
What version of ceph-fuse are you currently running? What config options have you set?
Do you have any evidence it...
Greg Farnum
01:58 PM CephFS Bug #17297 (New): high cpu usage for ceph-fuse (>150%)
Hi,
we noticed, that our CephFS deployment is very very slow. If we try to extract for instance kernel source unde...
Donatas Abraitis
09:34 PM Revision 29203342 (ceph): radosgw-admin: add "--orphan-stale-secs" to --help
The radosgw-admin --help did not include the description of the
`--orphan-stale-secs` option of the `orphans find` co...
Ken Dreyer
09:34 PM Revision 054e0d45 (ceph): Add two options to radosgw-admin.rst manpage
Add '--job-id' and '--max-concurrent-ios' to Orphan Search Options
Fixes: http://tracker.ceph.com/issues/17281
Signe...
Thomas Serlin
09:34 PM Revision 34ecb358 (ceph): rgw_admin: improve the orphans find help
Adding a few missing commandline switches and improve the help message
Signed-off-by: Abhishek Lekshmanan <abhishek...
Abhishek Lekshmanan
09:26 PM Revision 8328daa8 (ceph): fix test_rgw_ldap.cc for search filter
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com> Matt Benjamin
09:26 PM Revision 9b0cd553 (ceph): Merge branch 'ldap-auth-custom-searchfilter' of https://github.com/hakl...
Matt Benjamin
09:21 PM Revision 22328b82 (ceph): mon/MonClient.h: remove repeated searching of map
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
09:15 PM rgw Documentation #17281: radosgw-admin(8) does not describe "--job-id" or "--max-concurrent-ios"
backport prs opened,
jewel: https://github.com/ceph/ceph/pull/11139
hammer: https://github.com/ceph/ceph/pull/11140
Casey Bodley
08:21 PM rgw Documentation #17281 (Pending Backport): radosgw-admin(8) does not describe "--job-id" or "--max-...
Casey Bodley
07:20 PM rgw Documentation #17281 (In Progress): radosgw-admin(8) does not describe "--job-id" or "--max-concu...
J. Eric Ivancich
07:18 PM rgw Documentation #17281: radosgw-admin(8) does not describe "--job-id" or "--max-concurrent-ios"
Here's the PR: https://github.com/ceph/ceph/pull/11134
Thomas Serlin
09:15 PM rgw Documentation #17280: radosgw-admin lacks docs for "--orphan-stale-secs"
backport prs opened,
jewel: https://github.com/ceph/ceph/pull/11139
hammer: https://github.com/ceph/ceph/pull/11140
Casey Bodley
09:12 PM Revision 3f20c28f (ceph): mon/Monitor.h: add override to virtual functions
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
09:02 PM Revision 3575fa81 (ceph): doc: add "--orphan-stale-secs" to radosgw-admin(8)
The radosgw-admin(8) manual page did not include the description of the
`--orphan-stale-secs` option of the `orphans ...
Ken Dreyer
08:58 PM Revision 132f3027 (ceph): mon/HealthMonitor: remove unneeded include
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
08:48 PM Revision bfa90a15 (ceph): doc: add "--orphan-stale-secs" to radosgw-admin(8)
The radosgw-admin(8) manual page did not include the description of the
`--orphan-stale-secs` option of the `orphans ...
Ken Dreyer
08:48 PM Revision 4e66f9e9 (ceph): radosgw-admin: add "--orphan-stale-secs" to --help
The radosgw-admin --help did not include the description of the
`--orphan-stale-secs` option of the `orphans find` co...
Ken Dreyer
08:48 PM Revision e2ce8576 (ceph): Add two options to radosgw-admin.rst manpage
Add '--job-id' and '--max-concurrent-ios' to Orphan Search Options
Fixes: http://tracker.ceph.com/issues/17281
Signe...
Thomas Serlin
08:19 PM Revision b606ab1f (ceph): Merge pull request #11134 from tserlin/wip-tserlin-fix-radosgw-admin-ma...
Add two options to radosgw-admin.rst manpage
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
07:32 PM CephFS Bug #17236 (Fix Under Review): MDS goes damaged on blacklist (failed to read JournalPointer: -108...
https://github.com/ceph/ceph/pull/11138 John Spray
07:31 PM Revision 5ba61288 (ceph): mds: use a random nonce in Messenger
The MDS is a client to the OSDs, and responds
to blacklists by respawning itself. Usually
respawns of a daemonized p...
John Spray
07:31 PM Revision 19bb8c0d (ceph): mds: handle blacklisting during journal recovery
EBLACKLISTED was being incorrectly handled as an
indication of metadata damage.
Fixes: http://tracker.ceph.com/issue...
John Spray
07:31 PM CephFS Bug #17173 (Fix Under Review): Duplicate damage table entries
https://github.com/ceph/ceph/pull/11137 John Spray
07:29 PM CephFS Feature #16016 (Fix Under Review): Populate DamageTable from forward scrub
https://github.com/ceph/ceph/pull/11136 John Spray
07:28 PM Revision 697f30d8 (ceph): Add two options to radosgw-admin.rst manpage
Add '--job-id' and '--max-concurrent-ios' to Orphan Search Options
Fixes: http://tracker.ceph.com/issues/17281
Signe...
Thomas Serlin
07:26 PM rgw Bug #17256 (Pending Backport): objects in the metadata_heap pool are created, but never read or r...
Casey Bodley
07:25 PM Revision 96fde20b (ceph): Merge pull request #11051 from prallabh/wip-17256
rgw: Do not archive metadata by default
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
07:20 PM Revision 436b7a66 (ceph): client: reinstate clearing of *fhp in ll_create and don't allow fhp == ...
The logic in ll_create relies on *fhp being zeroed out on entry into the
function, but that's no longer being done si...
Jeff Layton
06:59 PM Documentation #17302 (Closed): Undocumented options for rados command
Some of the options for the rados cli tool are not properly documented. For example, "--id" is a valid option that is... Darrell Enns
06:30 PM rgw Bug #17167 (Pending Backport): teuthology: assertion failure in a radosgw-admin related task
Casey Bodley
04:01 PM rgw Bug #17167 (In Progress): teuthology: assertion failure in a radosgw-admin related task
Orit Wasserman
06:29 PM Revision 2515113c (ceph): Merge pull request #11132 from ceph/wip-17167
rgw: fix decoding of creation_time and last_update.
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
06:12 PM rbd Bug #17301 (Won't Fix): helgrind: async messenger race condition warnings
Jason Dillaman
05:35 PM rbd Bug #17300 (Won't Fix): helgrind: boost intrusive_set data race with non-constant time size
Jason Dillaman
05:34 PM rbd Bug #17299 (Won't Fix): helgrind: async messenger fails to destruct spin lock
Jason Dillaman
05:28 PM rbd Bug #14846 (Closed): teuthology: helgrind warnings
Will track and fix as individual tracker tickets as helgrind warnings are always a moving target. Jason Dillaman
05:27 PM Bug #16025 (Resolved): unittest_chain_xattr failure in 'make check' bot
Yuri Weinstein
04:00 PM Revision 3afe7153 (ceph): rgw: fix decoding of creation_time and last_update.
Fixes: http://tracker.ceph.com/issues/17167
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman
03:52 PM Revision bf613881 (ceph): Merge pull request #11115 from petermaloney/peter-mds-docs3
doc: manual instructions to set up mds daemon
Reviewed-by: John Wilkins<jowilkin@redhat.com>
John Wilkins
02:25 PM rgw Feature #17298 (New): rgw: partial mesh
Provide a way to have a partial mesh architecture within a single zone-group. Yehuda Sadeh
02:21 PM Revision c9cfaef1 (ceph): mds: catch duplicates in DamageTable
There was an implicit assumption in the code that callers
wouldn't hit the notify_*damaged paths twice because they w...
John Spray
12:40 PM CephFS Bug #17275: MDS long-time blocked ops. ceph-fuse locks up with getattr of file
sure. I am singler at OFTC #ceph Henrik Korkuc
12:34 PM CephFS Bug #17275: MDS long-time blocked ops. ceph-fuse locks up with getattr of file
this is strange, could you do some interactive debug (through xchat) Zheng Yan
12:32 PM rbd Bug #17296 (Closed): [teuthology] failure in cli-integration/rbd/formatted-output.t
... Jason Dillaman
12:31 PM Revision 22053d05 (ceph): Merge pull request #11063 from ceph/wip-doc-BZ#1368528
Removed reference about pool ownership based on BZ#1368528
Reviewed-by: Samuel Just <sjust@redhat.com>
Samuel Just
12:23 PM Revision c3ea9351 (ceph): os/bluestore: simplify marking unused logic of blob tail
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
11:36 AM Feature #16091 (Fix Under Review): Monclient: hunt for mons in parallel
https://github.com/ceph/ceph/pull/11128 Kefu Chai
11:20 AM Revision 40b277b2 (ceph): Merge pull request #11104 from dillaman/wip-17283
rbd-mirror: concurrent access of event might result in heap corruption
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
11:04 AM rgw Feature #8221 (Resolved): rgw: object versioning swift support
Merged:
commit:e4e9c2c02194d3578f46edaeeacec7e836f16b4b -- initial support
commit:7554ef048d4d3613477a1facc390e187b...
Yehuda Sadeh
10:55 AM rgw Feature #17295: rgw: indexless buckets
Merged in commit:155a53d649b0d611781488ffd515eb76b1913e7d. Yehuda Sadeh
10:55 AM rgw Feature #17295 (Resolved): rgw: indexless buckets
Yehuda Sadeh
10:55 AM Bug #17288 (Resolved): ceph-deploy auth get client.admin fails in master branch
I stand corrected! Patrick has posted a fix here: https://github.com/ceph/ceph/pull/11123 and I've merged it John Spray
10:47 AM Bug #17288: ceph-deploy auth get client.admin fails in master branch
No, that PR was not a behavioural change outside of the case it fixed. John Spray
10:54 AM Revision db51b328 (ceph): Merge pull request #11123 from batrick/ceph-create-keys-bugfix
ceph-create-keys: add missing argument comma
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: John Spray <john...
John Spray
10:45 AM Revision 440c360d (ceph): Merge pull request #10815 from ceph/wip-qa-workunits-py3
Python 3 compatibility for workunits
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:59 AM Revision 179d3d16 (ceph): mon: OSDMonitor: fix the check error of pg creating
The variable 'pgs_per_osd' set value from 'new_pgs' divided by 'expected_osds',
and its type is integer. So it would ...
DesmondS
09:43 AM Bug #17169 (Fix Under Review): Wrong check of the limitation of creating PGs
https://github.com/ceph/ceph/pull/10916 Kefu Chai
05:59 AM Bug #17169: Wrong check of the limitation of creating PGs
Hi hung jun,
There have some misunderstanding.
In a cluster which have 3 OSDs, it could create new 96(32*3) pgs...
Desmond Shih
08:38 AM Revision 1713a547 (ceph): os/bluestore: exercise handle when trying to get through throttlers
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
08:26 AM CephFS Bug #17294 (New): mds client didn't update directory content after short network break
Client: ceph-fuse 0.8.5, 10.2.2
Server: ceph 10.2.1, single active mds
Sympton:
1. mount same cephfs on 2 nodes ...
ren li
08:20 AM CephFS Bug #17270: [cephfs] fuse client crash when adding a new osd
Hi john,I have been using the patch ceph-fuse(http://gitbuilder.ceph.com/ceph-rpm-centos7-x86_64-basic/ref/wip-17270)... xiangyang yu
06:36 AM Revision bd9695d5 (ceph): doc: Radosgw multitenancy config paramater change
Radosgw multitenancy configuration parameter
"rgw keystone make new tenants" never works even
applied. When gone thro...
Sirisha Guduru
05:39 AM rgw Bug #17293 (Fix Under Review): Config parameter "rgw keystone make new tenants" in radosgw multit...
https://github.com/ceph/ceph/pull/11127 Kefu Chai
05:13 AM rgw Bug #17293 (Resolved): Config parameter "rgw keystone make new tenants" in radosgw multitenancy d...
Radosgw multitenancy configuration parameter "rgw keystone make new tenants" never works even applied. When gone thro... Sirisha Guduru
03:55 AM Backport #17292 (In Progress): jewel: add a tool to rebuild mon store from OSD
https://github.com/ceph/ceph/pull/11126 Kefu Chai
03:52 AM Backport #17292 (Resolved): jewel: add a tool to rebuild mon store from OSD
https://github.com/ceph/ceph/pull/11126
Kefu Chai
03:35 AM Backport #17291 (In Progress): hammer: add a tool to rebuild mon store from OSD
https://github.com/ceph/ceph/pull/11125 Kefu Chai
03:34 AM Backport #17291 (Resolved): hammer: add a tool to rebuild mon store from OSD
https://github.com/ceph/ceph/pull/11125
Kefu Chai
02:28 AM Revision fbca0137 (ceph): os/bluestore: confirm buffer is empty before moving it into AOUT queue
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
02:24 AM Revision 9b748eaf (ceph): os/bluestore: avoid reset cache_private if we haven't to
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
02:21 AM Revision b2f6bd11 (ceph): rgw: remove a redundant judgement in rgw_rados.cc:delete_obj.The value of
the 'removed' is just the same as 'r>=0'. We can merge the two
judgement and remove the var 'removed'.
Signed-off-by...
Zhang Shaowen
02:17 AM Revision 55852f75 (ceph): Merge pull request #11100 from bassamtabbara/rocksdb-build-improvements
cmake: enable ccache for rocksdb too
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:15 AM Revision c79ca73d (ceph): Merge pull request #11105 from badone/wip-dnf-enable-build-scripts
build scripts: Enable dnf for Fedora >= 22
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:57 AM Revision 229c60a2 (ceph): Merge pull request #11111 from bassamtabbara/wip-tcmalloc-minimal
cmake: Support tcmalloc_minimal allocator
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:31 AM Revision 388b7e23 (ceph): os/bluestore: fix sanity check of object key length
We now encode shard-id into exactly one byte.
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
xie xingguo
12:50 AM Revision c170616d (ceph): mds/server: clean up handle_client_open()
Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn> huanwen ren

09/18/2016

11:49 PM Revision 354fbf53 (ceph): Merge pull request #11109 from dmick/master
unittest_chain_xattr: account for existing xattrs
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
10:57 PM Revision d8e4443a (ceph): Merge pull request #9569 from stiopaa1/osdc_objectCacher_const
osdc/ObjectCacher.h: add const to member functions
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
10:56 PM Revision be082882 (ceph): Merge pull request #9701 from stiopaa1/osd_removeUnneededReturn
OSD.cc: remove unneeded return
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Sage Weil
10:55 PM Revision c395a1d0 (ceph): Merge pull request #9932 from stiopaa1/test_simple_dispatcher_removeUnu...
test/simple_dispatcher.cc: remove unused variable
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
10:54 PM Revision aa0c1b3b (ceph): Merge pull request #10071 from stiopaa1/compatset_removeUnneededInline_mc
CompatSet.h: remove unneeded inline
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
10:52 PM Revision b75a51a6 (ceph): Merge pull request #10503 from stiopaa1/msg_queuestrategy_addOverrideNew
msg/QueueStrategy: add override to virtual functs
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
10:51 PM Revision 10461fb2 (ceph): Merge pull request #10575 from stiopaa1/mon_osdmonitor_removeUnneededCasts
mon/OSDMonitor.cc: remove unneeded casts
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
10:46 PM Revision 673146aa (ceph): Merge pull request #10599 from stiopaa1/mon_monclient_deleteCopyConstrA...
mon/MonClient.h: delete copy constr and assing op
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
10:45 PM Revision f8be35bf (ceph): Merge pull request #10618 from stiopaa1/mon_configkeyservice_passString...
mon/ConfigKeyService: pass strings by const ref
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
10:44 PM Revision 2c629767 (ceph): Merge pull request #10639 from stiopaa1/common_trackedop_moveShardedTra...
common/TrackedOp: move ShardedTrackingData to .cc
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
10:44 PM Revision 50e6eb8e (ceph): Merge pull request #10721 from stiopaa1/mon_logmonitor_moveCLogStruct
mon/LogMonitor: move C_Log struct to cc file
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
10:43 PM Revision cc56a5fc (ceph): Merge pull request #10549 from stiopaa1/mon_healthmonitor_addOverride
mon/HealthMonitor: add override to virtual functs
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
10:43 PM Revision 1842b85c (ceph): Merge pull request #10529 from stiopaa1/mon_paxosservice_moveClassesTocc
mon/PaxosService: move classes to cc file
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
10:42 PM Revision c01cb28e (ceph): Merge pull request #10422 from stiopaa1/msg_accepter_addOverride
msg/Accepter.h: add override to virtual function
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
10:42 PM Revision 16d20364 (ceph): Merge pull request #10416 from stiopaa1/mon_elector_moveCElectionExpire
mon/Elector:move C_ElectionExpire class to cc file
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
10:40 PM Revision 3a6ea901 (ceph): Merge pull request #10383 from stiopaa1/mon_monclient_moveCTickClass
mon/MonClient: move C_Tick struct to cc file
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
10:39 PM Revision a5b5ff56 (ceph): Merge pull request #10441 from stiopaa1/msg_accepter_moveIncludeToCC
msg/Accepter: move include to cc file
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
10:39 PM Revision 25c432d7 (ceph): Merge pull request #10513 from stiopaa1/mon_monitor_moveCScrubCScrubTim...
mon/Monitor: move C_Scrub, C_ScrubTimeout to .cc
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
10:38 PM Revision 882b9eb1 (ceph): Merge pull request #10482 from stiopaa1/msg_faststrategy_addOverride
msg/FastStrategy.h: add override to virtual funct
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
10:37 PM Revision e9e918fc (ceph): osd/OSD.h: move some members under private
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
10:37 PM Revision 3733d767 (ceph): Merge pull request #10605 from stiopaa1/mon_monclient_passStringsByRef
mon/MonClient.h: pass strings by const reference
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
10:36 PM Revision e61fb0b9 (ceph): Merge pull request #10734 from stiopaa1/osdc_objecter_moveRequestStatHook
osdc/Objecter: move RequestStateHook class to .cc
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
10:36 PM Revision 8be78cc2 (ceph): Merge pull request #10833 from stiopaa1/os_memstore_moveBufferlistObject
os/MemStore: move BufferlistObject to .cc file
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
10:34 PM Revision f8d9bd9f (ceph): Merge pull request #11099 from stiopaa1/osd_osd_finalInitInitializeVar
osd/OSD.cc: initialise variable at definition Sage Weil
10:34 PM Revision bc04d4ee (ceph): Merge pull request #11114 from stiopaa1/osd_osd_addConsts
osd/OSD.h: add const to member functions
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
08:28 PM Revision 48202223 (ceph): ceph-create-keys: add missing argument comma
The arguments "get" and "client.admin" were being concatenated into
"getclient.admin".
Found using ceph-ansible + st...
Patrick Donnelly
05:16 PM Revision 43e9c260 (ceph): Support tcmalloc_minimal allocator
Signed-off-by: Bassam Tabbara <bassam.tabbara@quantum.com> Bassam Tabbara
05:15 PM Revision 8811696c (ceph): enable ccache for rocksdb too
Signed-off-by: Bassam Tabbara <bassam.tabbara@quantum.com> Bassam Tabbara
02:38 PM rbd Backport #17290 (New): jewel: ImageWatcher: use after free within C_UnwatchAndFlush
Xiaoxi Chen
02:37 PM rbd Backport #17290 (Duplicate): jewel: ImageWatcher: use after free within C_UnwatchAndFlush
Xiaoxi Chen
02:36 PM rbd Backport #17290 (Resolved): jewel: ImageWatcher: use after free within C_UnwatchAndFlush
https://github.com/ceph/ceph/pull/11466 Xiaoxi Chen
05:50 AM Revision ce4c801c (ceph): rbd: return error if we specified a wrong image name for rbd du
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn> Yang Dongsheng
05:05 AM Revision e1667dca (ceph): Merge pull request #11117 from xiexingguo/xxg-wip-mon-0918
tools/rebuild_mondb: kill comipling warning and other fixes
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:34 AM Feature #17179 (Pending Backport): add a tool to rebuild mon store from OSD
i will do the backport. Kefu Chai
03:42 AM Revision f16a3147 (ceph): tools/rebuild_mondb: kill compiling warning
As follow:
[ 72%] Building CXX object src/tools/CMakeFiles/ceph-objectstore-tool.dir/RadosDump.cc.o
/home/jenkins-bu...
xie xingguo
03:42 AM Revision a6cf4a45 (ceph): tools/ceph_objectstore_tool: set error code if path of mon-db does not ...
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
03:42 AM Revision ac7c1dca (ceph): tools/rebuild_mondb: return error if ondisk version of pg_info is incom...
In this case "r" will be >= 0 and caller will be able to catch
this kind of error.
Signed-off-by: xie xingguo <xie.x...
xie xingguo
03:42 AM Revision 6a1c01d3 (ceph): tools/rebuild_mondb: avoid unnecessary result code cast
In general we return negative codes for error cases, so there is
no need perform the cast here.
Signed-off-by: xie x...
xie xingguo

09/17/2016

10:14 PM Revision b338a490 (ceph): run-cmake-check.sh: Remove redundant calls
Calling "git submodule init" is redundant since it is called in do_cmake.sh and
there's no reason to do a modprobe of...
Brad Hubbard
10:10 PM Revision 9bb43350 (ceph): compressor/zlib: switch to raw deflate
By using raw deflate instead of default zlib deflate, we're
saving 6 bytes on each compression stream and some CPU ti...
Piotr Dałek
09:38 PM Revision a32a1670 (ceph): tetst/compression_zlib: add simple benchmark
Simple benchmark testing performance of 1024, 2048, 4096, 8192 and
16384 byte block compression and decompression.
S...
Piotr Dałek
08:29 PM Revision 9fd92a5e (ceph): doc: manual instructions to set up mds daemon
Signed-off-by: Peter Maloney <peter.maloney@brockmann-consult.de> Peter Maloney
03:48 PM Revision a033dc6f (ceph): Merge pull request #8558 from branch-predictor/bp-mark-down-on-perm-rst
msg: mark daemons down on RST + ECONNREFUSED
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Gregory Farnum <g...
Yuri Weinstein
03:45 PM Revision e9a6f4ed (ceph): Merge pull request #11050 from xiexingguo/xxg-wip-os-0912
os/ObjectStore: fix return code of collection_empty() method
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
03:21 PM Bug #16266 (Pending Backport): Ceph Status - Segmentation Fault
Nathan Cutler
02:16 AM Bug #16266: Ceph Status - Segmentation Fault
Ugh, I just found this bug in my testing with ceph-ansible on v10.2.2. Can we get this backported to jewel? Patrick Donnelly
02:22 PM rbd Bug #17289 (Pending Backport): ImageWatcher: use after free within C_UnwatchAndFlush
Mykola Golub
12:32 PM rbd Bug #17289 (Fix Under Review): ImageWatcher: use after free within C_UnwatchAndFlush
*PR*: https://github.com/ceph/ceph/pull/11112 Jason Dillaman
12:29 PM rbd Bug #17289 (Resolved): ImageWatcher: use after free within C_UnwatchAndFlush
Jason Dillaman
02:21 PM Revision 3985ee2b (ceph): Merge pull request #11112 from dillaman/wip-17289
librbd: corrected use-after-free in ImageWatcher
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Mykola Golub
02:07 PM Revision b2452e2f (ceph): osd/OSD.h: add const to member functions
Signed-off-by: Michal Jarzabek <stiopa@gmail.com> Michal Jarzabek
01:29 PM Revision affccb1a (ceph): Merge pull request #1169 from ceph/wip-kefu-17179
tasks: add rebuild_mondb
Reviewed-by: Samuel Just <sjust@redhat.com>
Kefu Chai
01:29 PM Revision 19acda71 (ceph): Merge pull request #10933 from tchaikov/wip-rebuild-monstore
tools: rebuild monstore
Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Re...
Kefu Chai
12:29 PM Revision 2f4d4868 (ceph): librbd: corrected use-after-free in ImageWatcher
Fixes: http://tracker.ceph.com/issues/17289
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
 

Also available in: Atom