Project

General

Profile

Activity

From 01/05/2018 to 02/03/2018

02/03/2018

10:17 PM Revision 2003e6da (ceph): rbd discard return -EINVAL if len > MAX_INT32
rbd discard use 'int' to return discarded length, but the 'len' user
passed is 'uint64', in some case, the ret value ...
Huan Zhang
10:17 PM Revision 25189d58 (ceph): librbd: prevent overflow of discard API result code
Prevent discard/writesame lengths larger than 2GB.
Fixes: http://tracker.ceph.com/issues/21966
Signed-off-by: Jason ...
Jason Dillaman
09:38 PM Revision 353e861d (ceph): osd: subscribe to new osdmap while waiting_for_healthy
If we are sitting around waiting until we are able to ping our "up" peers,
we need to be sure that our notion of "up"...
Sage Weil
09:38 PM Revision 9a843c51 (ceph): ptl-tool: open githubmap with utf-8 code
This resolves a decode error:
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc5 in position 8: ordinal no...
Patrick Donnelly
08:48 PM Revision 92359e72 (ceph): rbd-nbd: fix unused nbd device search bug in container
In some container scenarios, the host may choose to
map a specific nbd device, for example, /dev/nbd6 into the
contai...
Li Wang
08:48 PM Revision 8ee3d7b4 (ceph): rbd-nbd: only try to load nbd module once when open nbd device, during ...
Signed-off-by: Pan Liu <liupan1111@gmail.com>
(cherry picked from commit 37aa18858b38cee61e122adc0a1834ca797ea84f)
Pan Liu
08:23 PM Revision 8711d791 (ceph): Merge PR #20261 into master
* refs/pull/20261/head:
doc: Fix path in ceph-fuse.rst
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
07:52 PM Revision 8fb42107 (ceph): mgr: add units to performance counters
Signed-off-by: Rubab Syed<rubab.syed21@gmail.com> Rubab Syed
07:50 PM Revision fa5e1361 (ceph): cls/journal: ensure tags are properly expired
Previously, if only the local image was using the journal or if
a disconnected peer was attached, the tag entries cou...
Jason Dillaman
07:31 PM Revision 239b1ae5 (ceph): Merge PR #18930 into luminous
* refs/pull/18930/head:
mds: additional damage handling case in EImportStart
Patrick Donnelly
07:14 PM Revision 79d4e7fb (ceph): rbd: support iterating over metadata items when listing
Fixes: http://tracker.ceph.com/issues/21179
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
07:12 PM Revision ad7f35c3 (ceph): librbd: rename of non-existent image results in seg fault
Fixes: http://tracker.ceph.com/issues/21248
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
06:59 PM Revision 59cdfdc5 (ceph): rados: improve support for namespaces
Michael Andersen
05:59 PM Revision 4d4eca17 (ceph): rgw: If use 'copy part' without 'x-amz-copy-source-range',
it will copy an entire source object
Signed-off-by: Malcolm Lee <fengxueyu35@126.com>
(cherry picked from commit 753...
Malcolm Lee
05:15 PM Revision a4d79b57 (ceph): mgr/balancer: introduce CRUSHMap.DEFAULT_CHOOSE_ARGS and use it
avoid using '-1' as a magic variable.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:15 PM Revision acf0b68c (ceph): mgr/mgr_module: do not offer empty default value for choose_args
as it should be always available. this also silence a pep8 warning.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:22 PM Revision 314b65e4 (ceph): test/objectstore/run_seed_to_range.sh: objects
We need some initial objects for this to work.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:21 PM Revision 490c9bb3 (ceph): test/objectstore/run_seed_to.sh: make output readable
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:21 PM Revision 29a8306d (ceph): ceph_test_filestore_idempotent_sequence: fix clone check
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:21 PM Revision db3004e1 (ceph): ceph_test_filestore_idempotent_sequence: fix do_coll_create
The old code made no sense whatsoever!
- create one colletion, not a zillion
- inform the model in the parent class
...
Sage Weil
03:20 PM Revision 543de52c (ceph): ceph_test_filestore_idempotent_sequence: fix gap in ops
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:19 PM Revision 1ce551dc (ceph): ceph_test_filestore_idempotent_sequence: start poolid at 2
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:19 PM Revision eeeaa14a (ceph): test/objectstore/FilestoreDiff: write to stdout
This keeps our output separate from the filestore log, which we send to
a file so that the terminal output is readabl...
Sage Weil
02:05 PM Revision f10696e7 (ceph): pybind/mgr/balancer: fix sanity check against empty weight-set
There are paths get_compat_weight_set_weights() will return a
empty dict, not None.
Signed-off-by: xie xingguo <xie....
xie xingguo
01:04 AM Revision 16e6acba (ceph): ceph-objectstore-tool: performance: Add --pgid for faster search for ob...
Fixes: http://tracker.ceph.com/issues/21327
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from com...
David Zafman
12:56 AM Revision 39a7437f (ceph): ceph-objectstore-tool: performance: Add --pgid for faster search for ob...
Fixes: http://tracker.ceph.com/issues/21327
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from com...
David Zafman
12:44 AM Revision 2c5186c7 (ceph): Merge pull request #20070 from smithfarm/wip-22771-jewel
jewel: tools: ceph-objectstore-tool set-size should clear data-digest
Reviewed-by: David Zafman <dzafman@redhat.com>
David Zafman

02/02/2018

11:47 PM Revision 982bd238 (ceph): Merge pull request #20098 from ovh/bp-luminous-snaptrimq-visibility
luminous: osd, pg, mgr: make snap trim queue problems visible
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
11:10 PM Revision b8392683 (ceph): Merge pull request #19267 from tchaikov/wip-ceph-disk-fsid-luminous
luminous: ceph_disk: allow "no fsid" on activate
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Amit Kum...
Yuri Weinstein
11:09 PM Revision 9083f7db (ceph): Merge pull request #19387 from ceph/wip-cd-luminous-upgrade
luminous: tests: ceph-deploy: use wip branch for final upgrade step
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
11:08 PM Revision 119c9f03 (ceph): Merge pull request #19610 from ukernel/luminous-22306
luminous: osdc/Journaler: add 'stopping' check to various finish callbacks
Reviewed-by: Josh Durgin <jdurgin@redhat....
Yuri Weinstein
11:08 PM Revision 5b9c6719 (ceph): Merge pull request #19967 from smithfarm/wip-22707-luminous
luminous: ceph_objectstore_tool: no flush before collection_empty() calls; ObjectStore/StoreTest.SimpleAttrTest/2 fai... Yuri Weinstein
11:04 PM Revision faf8e1cc (ceph): Merge pull request #19047 from shinobu-x/wip-22193-luminous
luminous: bluestore: OSD crash on boot with assert caused by Bluefs on flush write
Reviewed-by: Kefu Chai <kchai@red...
Yuri Weinstein
11:01 PM Revision b7728d23 (ceph): Merge pull request #19388 from ceph/wip-cv-luminous-bp
luminous: qa: ceph-volume updates
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Yuri Weinstein
11:01 PM Revision f185e674 (ceph): Merge pull request #19487 from smithfarm/wip-22389-luminous
luminous: ceph-objectstore-tool: Add option dump-import to examine an export
Reviewed-by: David Zafman <dzafman@redh...
Yuri Weinstein
11:00 PM Revision 9ed49bdb (ceph): Merge pull request #19501 from shinobu-x/wip-22399-luminous
luminous: Manager daemon x is unresponsive. No standby daemons available
Reviewed-by: John Spray <john.spray@redhat....
Yuri Weinstein
10:59 PM Revision 2d92e6a4 (ceph): Merge pull request #19865 from smithfarm/wip-22634-luminous
luminous: build/ops: ceph-mgr dashboard has dependency on python-jinja2
Reviewed-by: John Spray <john.spray@redhat.com>
Yuri Weinstein
10:59 PM Revision e579ed37 (ceph): Merge pull request #19966 from smithfarm/wip-22706-luminous
luminous: tests: force backfill test can conflict with pool removal
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
10:58 PM Revision 595a5984 (ceph): Merge pull request #20116 from smithfarm/wip-22266-luminous
tools/ceph_monstore_tool: include mgrmap in initial paxos epoch
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
10:57 PM Revision 241573d0 (ceph): Merge pull request #20215 from smithfarm/wip-22701-luminous
luminous: build/ops: ceph-volume fails when centos7 image doesn't have lvm2 installed
Reviewed-by: Alfredo Deza <ade...
Yuri Weinstein
10:56 PM Revision 2d6afdca (ceph): Merge pull request #20219 from tchaikov/wip-pr-20128-luminous
luminous: common/pick_address: wrong prefix_len in pick_iface()
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Yuri Weinstein
10:38 PM Revision fcfd31a5 (ceph): Merge pull request #19849 from liewegas/wip-monlog-luminous
mon: allow cluster and debug logs to both go to stderr with different prefixes
Reviewed-by: Kefu Chai <kchai@redhat....
Yuri Weinstein
10:36 PM Revision 77c4502c (ceph): Merge pull request #19888 from pdvian/wip-22633-luminous
luminous: OSD crushes with FAILED assert(used_blocks.size() > count) during the first start after upgrade 12.2.1 -> 1... Yuri Weinstein
10:36 PM Revision f24fb875 (ceph): Merge pull request #19928 from jdurgin/wip-luminous-omap-recovery
config: lower default omap entries recovered at once
Reviewed-by: Yuri Weinstein <yweins@redhat.com>
Yuri Weinstein
10:35 PM Revision db33f288 (ceph): Merge pull request #19938 from liewegas/wip-list-size-luminous
luminous: common: compute SimpleLRU's size with contents.size() instead of lru.size()
Reviewed-by: Josh Durgin <jdur...
Yuri Weinstein
10:34 PM Revision 9379ed80 (ceph): Merge pull request #19947 from tchaikov/wip-pr-18191-luminous
qa/standalone/osd/osd-mark-down: create pool to get updated osdmap faster
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
10:33 PM Revision 5879a59e (ceph): Merge pull request #19969 from smithfarm/wip-22691-luminous
luminous: ceph-base symbols not stripped in debs
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
10:33 PM Revision 8f212ed7 (ceph): Merge pull request #19976 from pdvian/wip-22690-luminous
luminous: tests: increase osd count for ec testing
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
10:32 PM Revision d9542bcf (ceph): Merge pull request #19977 from pdvian/wip-22692-luminous
luminous: common: compute SimpleLRU's size with contents.size() instead of lru.…
Reviewed-by: Josh Durgin <jdurgin@r...
Yuri Weinstein
10:31 PM Revision 29ffc82d (ceph): Merge pull request #19995 from pdvian/wip-22698-luminous
luminous: common/throttle: start using 64-bit values
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Nath...
Yuri Weinstein
10:06 PM Revision 986f0146 (ceph): rgw: fix error handling in ListBucketIndexesCR
the call to set_state() returns 0, when we want operate() to return the
error code instead. use set_cr_error() to do ...
Casey Bodley
10:06 PM Revision 6115270b (ceph): rgw: ListBucketIndexesCR spawns entries_index after listing metadata
if the metadata listing fails, we won't have to clean up entries_index
Signed-off-by: Casey Bodley <cbodley@redhat.c...
Casey Bodley
09:20 PM Revision 8a58e684 (ceph): Merge pull request #19469 from linuxbox2/jewel-22410
jewel: rgw: fix chained cache invalidation to prevent cache size growth
Reviewed-by: Mark Kogan <mkogan@redhat.com>
...
Nathan Cutler
09:17 PM Revision 309ac05a (ceph): Merge pull request #19747 from linuxbox2/jewel-rgw-21984
jewel: rgw: fix doubled underscore with s3/swift server-side copy
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Rev...
Nathan Cutler
09:15 PM Revision 3a922ec2 (ceph): Merge pull request #19769 from linuxbox2/jewel-rgw-22517
jewel: rgw: resolve Random 500 errors in Swift PutObject (22517)
Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
...
Nathan Cutler
07:56 PM Revision 18b963cf (ceph): Revert change from commit 8c5fea68cb9e0c2e6cc2352e64c4f3f46e29c58f
that introduced a compilation error that was not noticed since the
dmclock support/testing simulators are not built b...
J. Eric Ivancich
07:49 PM Revision 3c8abd24 (ceph): doc/man/ceph-volume add docs for list sub-command
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 498d7a06a1f17c769c11da7ba9f83bcf2c0e433d)
Alfredo Deza
07:49 PM Revision 5a7b50f1 (ceph): doc/man/ceph-volume add docs for zap sub-command
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit ad73be2c2a6ee273d37b706626974d6900742256)
Alfredo Deza
07:49 PM Revision 4d237d74 (ceph): doc/man/ceph-volume add dmcrypt support
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit babcdf2fa59baab6bc2cd8a1ac190b8d02fa3fce)
Alfredo Deza
07:49 PM Revision f4d5757f (ceph): doc/ceph-volume add lvm/encryption to the index
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 163ee6a61235e97c341b2817114d98b576697096)
Alfredo Deza
07:49 PM Revision 95c279b4 (ceph): ceph-volume tests.functional add centos7 filestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 2477ac805e172a10ae3214151a78b4601cf88021)
Alfredo Deza
07:49 PM Revision 558b5c62 (ceph): ceph-volume tests.functional add dmcrypt support in tox.ini
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit d1ef5c487ba1ea868fd85b8c425986a2cf435519)
Alfredo Deza
07:49 PM Revision 5c405a05 (ceph): ceph-volume tests.functional add xenial bluestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit be0dfe76535fa135168763275513d7fafba6fe4c)
Alfredo Deza
07:49 PM Revision 8b938c42 (ceph): ceph-volume tests.functional add xenial filestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit f0f0c1f8c4dc433d8978de134c120328842a5d7f)
Alfredo Deza
07:49 PM Revision e51d7dd4 (ceph): doc/dev/ceph-volume update internal LVM metadata information
Includes dmcrypt information, and updated key names to reflect current
code
Signed-off-by: Alfredo Deza <adeza@redha...
Alfredo Deza
07:49 PM Revision 43fb4561 (ceph): ceph-volume tests add fixture helpers for call and run
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit d51973a64d9f18e0dfde7601b3ffbc57571ea653)
Alfredo Deza
07:49 PM Revision 1c560cd8 (ceph): ceph-volume tests add util.prepare unit tests
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit a774eae43a089798f895507f18b0c5d68a49fbb4)
Alfredo Deza
07:49 PM Revision 9b9ed02d (ceph): ceph-volume tests.functional add centos7 bluestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 18972322567e158a56d0e71ca4f2afbed413c855)
Alfredo Deza
07:49 PM Revision 22c10490 (ceph): ceph-volume util allow prepare module to work with encryption keys
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit a36dcdf9cfbc3ca012c5cb022e0d7dbcd95984f4)
Alfredo Deza
07:48 PM Revision b5f674da (ceph): ceph-volume lvm.activate allow encryption setups for luks
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 3476e87cec353b100cf8c117d74708f51dd6de2c)
Alfredo Deza
07:48 PM Revision 65a38c78 (ceph): doc/ceph-volume create an encryption doc explaining dmcrypt workflows
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 477670a0912c9e01fe59155bf135eaf92bdc3318)
Alfredo Deza
07:48 PM Revision 38c8a384 (ceph): ceph-volume lvm.common add dmcrypt flag
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 88ff873e9a60bd811356f7e15c8ef7f826d09337)
Alfredo Deza
07:48 PM Revision f357d5db (ceph): ceph-volume util create a helper module for encryption
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit dc34a32675a870da98931adffacb2d3db4f74c6c)
Alfredo Deza
07:48 PM Revision fde4817d (ceph): ceph-volume process allow silencing output on file logging for sensitiv...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 0e2190c7a22b61aeecdb60b6c8bfe5ba6aa873a4)
Alfredo Deza
07:48 PM Revision a2632121 (ceph): ceph-volume lvm.prepare allow encryption setups for luks
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit be3300455e479b03ac072d28bb05ccc7eaddb2e9)
Alfredo Deza
07:19 PM Revision 6b80c14a (ceph): Merge pull request #20244 from ceph/backport-19276
luminous: ceph-volume: do not use --key during mkfs
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Kefu Chai ...
Sage Weil
06:56 PM Revision 3ac57a7e (ceph): Merge pull request #19711 from trociny/wip-20762
rbd: unified way to map images using different drivers
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Reviewed-by...
Jason Dillaman
06:25 PM Revision cd013ed4 (ceph): mon/OSDMonitor: ignore and/or remove pgs that shouldn't exist
The update_creating_pgs() change is there mainly for clusters that already
have an invalid pg in the map; going forwa...
Sage Weil
06:19 PM Revision 5aadca16 (ceph): mon/OSDMonitor: reject force-create-pg on pgids that shouldn't exist
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
04:42 PM Revision 5e8e655e (ceph): rgw: return valid Location element, CompleteMultipartUpload
Returns URIs that should reach the server regardless of domain
configuration, and following tenant:bucket convention,...
Matt Benjamin
04:37 PM Revision dcdb7aba (ceph): Merge pull request #19902 from linuxbox2/wip-rgw-mploc
rgw: return valid Location element, CompleteMultipartUpload Matt Benjamin
04:35 PM Revision 46c5eaf6 (ceph): osd/ReplicatedBackend: only do once encode log_entries for multi MOSDR...
Encode log_entries is the same work for multi MOSDRepOp and encode is
heavy load.
Signed-off-by: Jianpeng Ma <jianpe...
Jianpeng Ma
03:25 PM Revision deeeaebf (ceph): Merge pull request #20199 from Songweibin/wip-group-cleanup
rbd: group misc cleanup and update rbd man page
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
02:35 PM Revision 6a09ad15 (ceph): Merge pull request #20002 from malc0lm/fix-copypart
rgw: fix 'copy part' without 'x-amz-copy-source-range' Matt Benjamin
02:11 PM Revision 00b14177 (ceph): ceph-volume tests.functional add simple xenial filestore dmcrypt plain ...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
02:10 PM Revision 0b2f869c (ceph): ceph-volume tests.functional add simple xenial filestore dmcrypt luks s...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
02:10 PM Revision 0174f9e1 (ceph): ceph-volume tests.functional add simple xenial bluestore dmcrypt plain ...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
02:10 PM Revision 4c261620 (ceph): ceph-volume tests.functional add simple centos7 filestore dmcrypt plain...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
02:09 PM Revision a911d7c6 (ceph): ceph-volume tests.functional add simple centos7 filestore dmcrypt luks ...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
02:09 PM Revision 8e0213ab (ceph): ceph-volume tests.functional add simple centos7 bluestore dmcrypt plain...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
02:09 PM Revision 76151c46 (ceph): ceph-volume tests.functional add simple centos7 bluestore dmcrypt luks ...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
02:08 PM Revision d6e24022 (ceph): ceph-volume tests.functional add simple bluestore dmcrypt luks support
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
01:36 PM Revision 0b207575 (ceph): doc/ceph-volume lvm prepare fully supports encryption now
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
01:36 PM Revision e0d3bb82 (ceph): doc/ceph-volume scan update for encryption support
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
01:32 PM Revision f0850a99 (ceph): Merge pull request #20222 from trociny/wip-deep-copy-default-format
librbd: by default use new format for deep copy destination
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:32 PM Revision bba63db1 (ceph): Merge pull request #20170 from trociny/wip-22803
qa/workunits/rbd: remove "trash purge --threshold" test
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:32 PM Revision 4b699765 (ceph): Merge pull request #20099 from Songweibin/wip-fix-deep-cp
librbd: fix deep copy a child-image
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:28 PM Revision a7d11ca2 (ceph): doc/ceph-volume remove notice that dmcrypt is not supported
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
01:26 PM Revision 9524021a (ceph): doc/man/ceph-volume add simple documentation
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
01:15 PM Revision 09f35cb2 (ceph): ceph-volume simple.scan update help menu to indicate device support
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
01:13 PM Revision b90c1a86 (ceph): ceph-volume tests for keyring parsing
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
01:12 PM Revision bece7af0 (ceph): ceph-volume tests for validate_devices
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
01:12 PM Revision 636ebc12 (ceph): ceph-volume simple.activate b64decode keys for activation as well
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
12:48 PM Revision 4cd6cf88 (ceph): Common, log: Added functionality test for recovery after silenced (#20174)
Signed-off-by: Adam Kupczyk <akupczyk@redhat.com> Adam Kupczyk
11:09 AM Revision 7a712d98 (ceph): rgw: don't change rados object's mtime when update olh
null instance and olh share rados object. Null instance using the rados object mtime as its mtime. When olh updated, ... lu.shasha
10:48 AM Revision 5cd3b8c7 (ceph): doc: Fix path in ceph-fuse.rst
This mistake was introduced in https://github.com/ceph/ceph/commit/9b6f9da3ce935ba1dcc28dfd6723ca46883ccb5e.
Signed-...
Jos Collin
09:34 AM Revision de2ddf9a (ceph): rados: clean up rados_getxattrs() and rados_striper_getxattrs()
Signed-off-by: Gu Zhongyan <guzhongyan@360.cn> Gu Zhongyan
08:37 AM Revision d9637b76 (ceph): Merge pull request #20178 from xiexingguo/wip-map-version
crush, mon: bump up map version only if we truly created a weight-set
Reviewed-by: Kefu Chai <kchai@redhat.com>
Xie Xingguo
08:02 AM Revision a42a4d40 (ceph): config: Change bluestore_cache_kv_max to type INT64
If bluestore_cache_kv_max is negative, bluestore won't calculate meta
ratio and kv ratio automatically. So change the...
Zhi Zhang
07:57 AM Revision 14a1035a (ceph): Merge pull request #20197 from xiexingguo/wip-load-ws-from-ms
pybind/mgr/balancer: load weight-set from ms
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
07:56 AM Revision ce2413c6 (ceph): Merge pull request #20196 from yaozongyou/improve-straw2-readability
crush: improve straw2 algorithm's readability
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
07:55 AM Revision 43a2b003 (ceph): Merge pull request #20194 from xiexingguo/wip-badsteps
pybind/mgr/balancer: increase bad_steps properly
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
07:55 AM Revision 85fe7ef9 (ceph): Merge pull request #20189 from neha-ojha/wip-fix-update_calc_stats
PG: primary should not be in the peer_info, skip if it is
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by:...
Kefu Chai
07:35 AM Revision c971535f (ceph): Merge pull request #20151 from badone/wip-run-tox-ceph-disk-deps-failure
tests: ceph-disk: Remove sitepackages=True
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Kefu Chai
07:35 AM Revision af20ea9d (ceph): Merge pull request #20140 from smithfarm/wip-python3-mopup
build/ops: rpm: Python 3-only ceph-disk and ceph-volume
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
07:29 AM Revision 5edf84a6 (ceph): Merge pull request #19953 from badone/wip-c_read_operations-tautologica...
c_read_operations.cc: Silence tautological-compare compiler warning
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Re...
Kefu Chai
06:30 AM Revision 9b6f9da3 (ceph): Merge pull request #20071 from joscollin/wip-ceph-fuse-doc
doc: Specify mount details in ceph-fuse
Reviewed-by: Zheng Yan <zyan@redhat.com>
Jos Collin
06:25 AM Revision 43b37b83 (ceph): osdc/ObjectCacher: fix off-by-one error in bh_write_commit()
Fixes: https://tracker.ceph.com/issues/22741
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit...
Yan, Zheng
06:25 AM Revision 7756a445 (ceph): osdc/ObjectCacher: don't merge TX buffer heads
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit 0b1e515d1c5dddf3c11eddbe6d53167d2fb6aaab)
Yan, Zheng
06:22 AM Revision caeb6c80 (ceph): mgr: prometheus: set metadata metrics value to '1' (#22717).
Signed-off-by: Konstantin Shalygin <k0ste@k0ste.ru> Konstantin Shalygin
05:50 AM Revision d415e2bf (ceph): librbd: potential crash if object map check encounters error
Fixes: http://tracker.ceph.com/issues/22819
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
05:26 AM Revision 025cfe3e (ceph): doc: Specify mount details in ceph-fuse
Signed-off-by: Jos Collin <jcollin@redhat.com> Jos Collin
04:52 AM Revision 9e6a33b1 (ceph): rgw: allow beast frontend to listen on specific IP address
This patch allows the beast frontend to listen on a specific
IP address rather than *. e.g., with below configuration...
Yuan Zhou
04:45 AM Revision b1d950ed (ceph): OSDMap: add osdmap epoch info when printing info summary
add osdmap epoch info when printing info summary
Signed-off-by: shun-s <song.shun3@zte.com.cn>
shun song
04:35 AM Revision 5088132c (ceph): cmake: fix libcephfs-test.jar build failure
When building Ceph Debian installation package, libcephfs-test.jar
build would fail if multi junit versions are insta...
Tone ZHANG
04:00 AM Revision 9a1a15e3 (ceph): cephfs-journal-tool: move shutdown to the deconstructor of MDSUtility
Fixes: http://tracker.ceph.com/issues/22734
Signed-off-by: dongdong tao <tdd21151186@gmail.com>
(cherry picked from c...
dongdong tao
01:56 AM Revision 1e3af175 (ceph): rgw: can't download object with range when compression enabled
Fixes: http://tracker.ceph.com/issues/22852
Signed-off-by: fang yuxiang <fang.yuxiang@eisoo.com>
fang yuxiang
12:55 AM Revision d93eef31 (ceph): mds: fix scrub crash
Fixes: http://tracker.ceph.com/issues/22730
Signed-off-by: dongdong tao <tdd21151186@gmail.com>
(cherry picked from c...
dongdong tao

02/01/2018

11:40 PM Revision a219bf47 (ceph): Merge pull request #20247 from ceph/revert-19552-wip-22452-luminous
Revert " luminous: msg/async: unregister connection failed when racing happened"
Reviewed-by: Josh Durgin <jdurgin@r...
Josh Durgin
11:28 PM Revision f57a80f0 (ceph): Revert " luminous: msg/async: unregister connection failed when racing ...
Sage Weil
11:22 PM Revision 0692dc26 (ceph): mds: print inode number not CInode ptr
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
11:18 PM Revision 7fdbaa60 (ceph): Merge pull request #18303 from smithfarm/wip-21632-jewel
jewel: doc: remove region from INSTALL CEPH OBJECT GATEWAY
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Nathan Cutler
11:10 PM Revision e62f21ca (ceph): Merge pull request #19187 from liewegas/wip-trim-mgrmap-luminous
mon/MgrMonitor: limit mgrmap history
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Kefu Chai <kchai@red...
Yuri Weinstein
11:09 PM Revision 419ed62d (ceph): Merge pull request #19269 from tchaikov/wip-pr-19202-luminous
luminous: cmake,common/RWLock: check for libpthread extensions
Reviewed-by: Amit Kumar <amitkuma@redhat.com>
Reviewe...
Yuri Weinstein
11:08 PM Revision 11c3f8f3 (ceph): Merge pull request #19499 from shinobu-x/wip-22402-luminous
luminous: osd: replica read can trigger cache promotion
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: A...
Yuri Weinstein
11:08 PM Revision 4106dbdd (ceph): Merge pull request #19552 from shinobu-x/wip-22452-luminous
luminous: msg/async: unregister connection failed when racing happened
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
11:07 PM Revision 6dcfa338 (ceph): Merge pull request #19628 from shinobu-x/wip-22501-luminous
luminous: tests: do not configure ec data pool with memstore
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
11:06 PM Revision 589342d9 (ceph): Merge pull request #19630 from shinobu-x/wip-22507-luminous
luminous: bluestore: do not crash on over-large objects
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
11:06 PM Revision 37ce36b6 (ceph): Merge pull request #19742 from tchaikov/wip-luminous-pr-19649-and-19650
luminous: common/dns, erasure-code: fix mem leaks
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
11:02 PM Revision bb9964ae (ceph): Merge pull request #20049 from liewegas/wip-zero-length-luminous
os: fix 0-length zero semantics, test
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
11:01 PM Revision 6f0167b1 (ceph): Merge pull request #20068 from smithfarm/wip-22761-luminous
luminous: osd: do not check out-of-date osdmap for DESTROYED flag on start
Reviewed-by: Josh Durgin <jdurgin@redhat....
Yuri Weinstein
11:01 PM Revision 742b7ba1 (ceph): Merge pull request #20069 from smithfarm/wip-22770-luminous
luminous: tools: ceph-objectstore-tool set-size should clear data-digest
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
11:00 PM Revision c8082bda (ceph): Merge pull request #20150 from pdvian/wip-22807-luminous
luminous: mon: do not use per_pool_sum_delta to show recovery summary
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
10:53 PM Revision bc9b2e6c (ceph): tests: cleanup: drop upgrade/jewel-x/point-to-point-x
This subsuite is only for testing upgrades from one jewel
point release to another. In luminous and master it serves ...
Nathan Cutler
10:50 PM Revision 7dabdf52 (ceph): Merge PR #19856 into master
* refs/pull/19856/head:
qa: synchronize kcephfs suites with fs/multimds
Reviewed-by: Zheng Yan <zyan@redhat.com>
Patrick Donnelly
10:46 PM Revision 8b1ecff6 (ceph): ceph-volume: when zapping unmount osd directories
If you zap an lv, device or partition and it's currently mounted as a
ceph osd directory then it will be unmounted so...
Andrew Schoen
10:37 PM Revision 0aa31d29 (ceph): ceph-volume: process: disable stdin param of run()
we cannot use process.communicate() to feed the Popen with input,
because, upon return of process.communicate() the s...
Kefu Chai
10:35 PM Revision 573646d4 (ceph): qa/tests: create 4 lv's by default for ceph-volume tests
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
10:34 PM Revision 5717860f (ceph): osd: accept 'keyfile' as well as 'key' during mkfs
Also, don't print the raw key to the log.
Signed-off-by: Sage Weil <sage@redhat.com>
Signed-off-by: Kefu Chai <kefu@...
Sage Weil
10:34 PM Revision a67d46b6 (ceph): ceph-volume: use --keyfile instead of --key
We do not want the key to show up on the command line (it may appear in
the process list or sudo log file).
Fixes: h...
Sage Weil
10:33 PM Revision 02a9aee1 (ceph): qa/tests: Add openstack volume/disk info for running in ovh
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
09:17 PM Revision 03102e44 (ceph): ceph-volume tests add validation for lsblk parsers
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:15 PM Revision df3088db (ceph): Merge pull request #19370 from shinobu-x/wip-22339-luminous
luminous: client: quit on failed remount during dentry invalidate test #19370
Reviewed-by: Patrick Donnelly <pdonnel...
Yuri Weinstein
09:14 PM Revision d43ec551 (ceph): Merge pull request #19585 from ukernel/luminous-22460
luminous: mds: handle client session messages when mds is stopping
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
09:14 PM Revision 685e526c (ceph): Merge pull request #19626 from shinobu-x/wip-22499-luminous
luminous: cephfs-journal-tool: tool would miss to report some invalid range
Reviewed-by: Patrick Donnelly <pdonnell@...
Yuri Weinstein
09:13 PM Revision 5ca708cd (ceph): Merge pull request #19627 from shinobu-x/wip-22500-luminous
luminous: cephfs: potential adjust failure in lru_expire
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
09:13 PM Revision b5c189b8 (ceph): Merge pull request #19776 from ukernel/luminous-22492
luminous: mds: respect mds_client_writeable_range_max_inc_objs config
Reviewed-by: Patrick Donnelly <pdonnell@redhat...
Yuri Weinstein
09:12 PM Revision a6189cc3 (ceph): Merge pull request #19829 from pdvian/wip-22573-luminous
luminous: vstart_runner: fixes for recent cephfs changes
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
09:12 PM Revision b4bc7245 (ceph): Merge pull request #19830 from shinobu-x/wip-22579-luminous
luminous: mds: check for CEPH_OSDMAP_FULL is now wrong; cluster full flag is obsolete
Reviewed-by: Patrick Donnelly ...
Yuri Weinstein
09:11 PM Revision 66189e16 (ceph): Merge pull request #19871 from smithfarm/wip-21948-luminous
luminous: mon: MDSMonitor: reject misconfigured mds_blacklist_interval
Reviewed-by: Patrick Donnelly <pdonnell@redha...
Yuri Weinstein
09:11 PM Revision b35c39f6 (ceph): Merge pull request #19959 from smithfarm/wip-22694-luminous
luminous: mds: fix dump last_sent
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
09:11 PM Revision 243f187c (ceph): Merge pull request #19962 from smithfarm/wip-22580-luminous
luminous: tests: full flag not set on osdmap for tasks.cephfs.test_full
Reviewed-by: Patrick Donnelly <pdonnell@redh...
Yuri Weinstein
09:10 PM Revision b1c27aed (ceph): Merge pull request #19968 from ukernel/luminous-22699
luminous: ceph-fuse: ::rmdir() uses a deleted memory structure of dentry leads …
Reviewed-by: Patrick Donnelly <pdon...
Yuri Weinstein
09:09 PM Revision f60c2df9 (ceph): Merge pull request #19982 from ukernel/luminous-22719
luminous: mds: handle 'inode gets queued for recovery multiple times'
Reviewed-by: Patrick Donnelly <pdonnell@redhat...
Yuri Weinstein
09:05 PM Revision 69c87bed (ceph): Merge pull request #20042 from tchaikov/wip-pr-19998-luminous
luminous: fix broken use of streamstream::rdbuf()
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
09:04 PM Revision d81ce5c0 (ceph): Merge pull request #20106 from smithfarm/wip-22502-luminous
luminous: osd: Pool Compression type option doesn't apply to new OSDs
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
08:55 PM Revision 067067b9 (ceph): ceph-volume: when zapping unmount osd directories
If you zap an lv, device or partition and it's currently mounted as a
ceph osd directory then it will be unmounted so...
Andrew Schoen
08:53 PM Revision 5ece73b5 (ceph): ceph-volume simple.activate support dmcrypted devices for both plain an...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
08:53 PM Revision f6dd0ff1 (ceph): ceph-volume terminal create a logger to get terminal+log messages in on...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
08:53 PM Revision 32cb810f (ceph): ceph-volume util.encryption parse legacy encrypted with dirs too
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
08:53 PM Revision c2367ef4 (ceph): ceph-volume util.encryption add notes about extra b64decode call for ce...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
08:53 PM Revision b80b61b9 (ceph): ceph-volume tests add a stub for process.call
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
08:53 PM Revision cce6a12f (ceph): ceph-volume tests validate parsing of cryptsetup
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
08:53 PM Revision a1124362 (ceph): ceph-volume simple.scan parse the keyring out of the keyring file
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
08:52 PM Revision be9882dd (ceph): ceph-volume: when zapping unmount osd directories
If you zap an lv, device or partition and it's currently mounted as a
ceph osd directory then it will be unmounted so...
Andrew Schoen
08:51 PM Revision 79b8bfb1 (ceph): ceph-volume tests validate parsing of cryptsetup
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
08:51 PM Revision d7855742 (ceph): ceph-volume tests add a stub for process.call
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
08:35 PM Revision 98087d82 (ceph): ceph-volume util.encryption add notes about extra b64decode call for ce...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
08:34 PM Revision be84a8da (ceph): ceph-volume util.encryption parse legacy encrypted with dirs too
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
08:32 PM Revision 884dabe1 (ceph): ceph-volume terminal create a logger to get terminal+log messages in on...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
08:32 PM Revision 9608abdb (ceph): ceph-volume simple.activate support dmcrypted devices for both plain an...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
08:31 PM Revision 3159c2f1 (ceph): ceph-volume simple.scan parse the keyring out of the keyring file
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
08:29 PM Revision d72038f7 (ceph): ceph-volume: adds a util.system.unmount function
This function will unmount the given path
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
08:14 PM Revision 4f279144 (ceph): doc/ceph-volume add lvm/encryption to the index
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 163ee6a61235e97c341b2817114d98b576697096)
Alfredo Deza
08:14 PM Revision eadf3da9 (ceph): doc/man/ceph-volume add dmcrypt support
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit babcdf2fa59baab6bc2cd8a1ac190b8d02fa3fce)
Alfredo Deza
08:13 PM Revision 15882557 (ceph): ceph-volume tests.functional add xenial filestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit f0f0c1f8c4dc433d8978de134c120328842a5d7f)
Alfredo Deza
08:13 PM Revision e77655cb (ceph): doc/dev/ceph-volume update internal LVM metadata information
Includes dmcrypt information, and updated key names to reflect current
code
Signed-off-by: Alfredo Deza <adeza@redha...
Alfredo Deza
08:13 PM Revision 75e01628 (ceph): doc/man/ceph-volume add docs for list sub-command
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 498d7a06a1f17c769c11da7ba9f83bcf2c0e433d)
Alfredo Deza
08:13 PM Revision b9f58947 (ceph): doc/man/ceph-volume add docs for zap sub-command
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit ad73be2c2a6ee273d37b706626974d6900742256)
Alfredo Deza
08:13 PM Revision 5e6740bd (ceph): ceph-volume tests add fixture helpers for call and run
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit d51973a64d9f18e0dfde7601b3ffbc57571ea653)
Alfredo Deza
08:13 PM Revision ead239fc (ceph): ceph-volume tests add util.prepare unit tests
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit a774eae43a089798f895507f18b0c5d68a49fbb4)
Alfredo Deza
08:13 PM Revision 1a5c6045 (ceph): ceph-volume tests.functional add centos7 bluestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 18972322567e158a56d0e71ca4f2afbed413c855)
Alfredo Deza
08:13 PM Revision bd9326e7 (ceph): ceph-volume tests.functional add centos7 filestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 2477ac805e172a10ae3214151a78b4601cf88021)
Alfredo Deza
08:13 PM Revision 4c8a8093 (ceph): ceph-volume tests.functional add dmcrypt support in tox.ini
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit d1ef5c487ba1ea868fd85b8c425986a2cf435519)
Alfredo Deza
08:13 PM Revision 376494fe (ceph): ceph-volume tests.functional add xenial bluestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit be0dfe76535fa135168763275513d7fafba6fe4c)
Alfredo Deza
08:13 PM Revision 94a1e31e (ceph): ceph-volume util allow prepare module to work with encryption keys
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit a36dcdf9cfbc3ca012c5cb022e0d7dbcd95984f4)
Alfredo Deza
08:10 PM Revision 0bf26505 (ceph): ceph-volume lvm.activate allow encryption setups for luks
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 3476e87cec353b100cf8c117d74708f51dd6de2c)
Alfredo Deza
08:10 PM Revision e5d18bce (ceph): ceph-volume lvm.prepare allow encryption setups for luks
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit be3300455e479b03ac072d28bb05ccc7eaddb2e9)
Alfredo Deza
08:09 PM Revision 0efc69ed (ceph): doc/ceph-volume create an encryption doc explaining dmcrypt workflows
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 477670a0912c9e01fe59155bf135eaf92bdc3318)
Alfredo Deza
08:09 PM Revision d57136ea (ceph): ceph-volume lvm.common add dmcrypt flag
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 88ff873e9a60bd811356f7e15c8ef7f826d09337)
Alfredo Deza
08:09 PM Revision a92547c7 (ceph): ceph-volume util create a helper module for encryption
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit dc34a32675a870da98931adffacb2d3db4f74c6c)
Alfredo Deza
08:09 PM Revision 1321ba91 (ceph): ceph-volume process allow silencing output on file logging for sensitiv...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 0e2190c7a22b61aeecdb60b6c8bfe5ba6aa873a4)
Alfredo Deza
08:07 PM Revision 2b0599d3 (ceph): Merge pull request #20240 from ceph/backport-20010
luminous: ceph-volume: adds a --destroy flag to ceph-volume lvm zap
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
08:01 PM Revision aba99e70 (ceph): ceph-volume: no need to set PVolume.vg_name explicitly
This will be set automatically in __init__ by looping
through kw.items and creating properties on PVolume
with them.
...
Andrew Schoen
08:01 PM Revision d06e7d52 (ceph): ceph-volume: print a message to terminal if --destroy is skipped
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit d2529ee5dd9a4dc6a81eeb2d5e54c0bdd6beeb2f)
Andrew Schoen
08:01 PM Revision b12e0009 (ceph): ceph-volume: clean up docstrings for lvm zap
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit 57471fe7e74c94351e713ff99cbcbaa7dc6a0f52)
Andrew Schoen
08:01 PM Revision 039d1875 (ceph): ceph-volume: switch remove_vg and remove_pv to process.run
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit 5a1be9a73919e13fe603861588bcc20872a4c133)
Andrew Schoen
08:01 PM Revision 5f98bc96 (ceph): ceph-volume: allow passing a fail_msg param to process.run
This will allow the user to provide a more detailed error message
on why the command failed.
Signed-off-by: Andrew S...
Andrew Schoen
08:01 PM Revision 2ac9bbdd (ceph): Merge pull request #20239 from ceph/backport-19949
luminous: ceph-volume: adds --crush-device-class flag for lvm prepare and create #19949
Reviewed-by: Alfredo Deza <a...
Alfredo Deza
07:59 PM Revision 8d7552bf (ceph): ceph-volume: tests for lvm zap --destroy
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit fafa183d8f13fa769eaab5f865f6592b89225901)
Andrew Schoen
07:59 PM Revision 4d23258e (ceph): ceph-volume: docs for the --destroy flag of lvm zap
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit 708cb43c503e962304211041570d6ca660bca1fb)
Andrew Schoen
07:59 PM Revision 8fd6f29e (ceph): ceph-volume: remove the -a flag from api.lvm.get_pvs
When we run `pvs -a` it returns all pvs, even ones that
have been recently deleted. Because of this pvs that have jus...
Andrew Schoen
07:59 PM Revision 2a42491c (ceph): ceph-volume: adds an api.lvm.remove_pv method
Used to remove physical volumes
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit 0811c02...
Andrew Schoen
07:59 PM Revision 4f3ebfe4 (ceph): ceph-volume: also remove pvs with lvm zap --destroy
Leaving the pv around doesn't keep us from redeploying on
that device because we also wipefs, but explicitly destroyi...
Andrew Schoen
07:59 PM Revision 91463059 (ceph): ceph-volume: expose vg_name in api.lvm.get_api_pvs
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit b7f24ec451e167d81a83c1e21597a9fece4f0684)
Andrew Schoen
07:59 PM Revision 3002953e (ceph): ceph-volume: adds an api.lvm.remove_vg method
This method can be used to remove volume groups
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked fro...
Andrew Schoen
07:59 PM Revision 89a0aa94 (ceph): ceph-volume: adds the --destroy flag to ceph-volume lvm zap
If you use the --destroy flag and are zapping a raw device
or parition then zap will destroy any vgs or lvs it finds ...
Andrew Schoen
07:55 PM Revision 3f0d1f71 (ceph): Merge pull request #20238 from ceph/backport-19875
luminous: ceph-volume: adds success messages for lvm prepare/activate/create
Reviewed-by: Alfredo Deza <adeza@redhat...
Alfredo Deza
07:54 PM Revision 0e47c46f (ceph): ceph-volume: docs for --crush-device-class
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit 21f459437bd1208812504a20e5a50f7a47bfa979)
Andrew Schoen
07:54 PM Revision ccc6b554 (ceph): ceph-volume: print the lvm activate success message correctly
Move the terminal.success to the methods that have access to the
correct osd_id so that they do not print None for th...
Andrew Schoen
07:54 PM Revision 00efa1a1 (ceph): ceph-volume: add crush_device_class to lvm metadata
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit 11da2185635ce14103471d851f1e8c84199d3745)
Andrew Schoen
07:54 PM Revision 5d9b4545 (ceph): ceph-volume: adds crush_device_class to the functional tests
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit 36a388d72acb049b5ee25ceea6a8d341aa58e31f)
Andrew Schoen
07:54 PM Revision 73e71435 (ceph): ceph-volume: adds crush_device_class to json metadata for 'osd new'
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit 3404d8bba503f3f74f411b11108d39cb626d3bed)
Andrew Schoen
07:54 PM Revision 48591335 (ceph): ceph-volume: adds a --crush-device-class flag to lvm create and prepare
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit bf468bc3737c15a8f15ec19ebf81c42672e28aaf)
Andrew Schoen
07:45 PM Revision 4bd607b2 (ceph): ceph-volume: adds success message to ceph-volume simple activate
This used to only show the message if systemd was not being used, now
it will show this always if the command is succ...
Andrew Schoen
07:45 PM Revision ce5df11e (ceph): ceph-volume: add success message for ceph-volume lvm prepare
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit 75c460f6e1864f15e1d23146c5740ce43c000e42)
Andrew Schoen
07:45 PM Revision 4709380f (ceph): ceph-volume: add success message for ceph-volume lvm activate
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit d30928d7c7d7cfb7e465ec2e7e46dc48407436f0)
Andrew Schoen
07:45 PM Revision ad73312f (ceph): ceph-volume: add success message for ceph-volume lvm create
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
(cherry picked from commit 0185d93cc1be1e7a6d3a803631ff92df9787754a)
Andrew Schoen
07:43 PM Revision 52502303 (ceph): Merge pull request #20237 from ceph/backport-wip-rm22281
luminous: ceph-volume rollback on failed OSD prepare/create
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
07:34 PM Revision c4947355 (ceph): ceph-volume lvm.prepare fallback to bluestore when objectstore is not s...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 9b17ad2f8fe617d219fdb2f46dd2675669f32f08)
Alfredo Deza
07:34 PM Revision d6598635 (ceph): ceph-volume lvm.create fallback to bluestore when objectstore is not sp...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 6781d6498e01bfc89189c235540e5c2a2e6bc8ca)
Alfredo Deza
07:34 PM Revision 25fbed91 (ceph): ceph-volume lvm.create rollback osd creation when prepare or activate f...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 07be6fe0ab7981ebdc34779a8ccd6220d640a549)
Alfredo Deza
07:34 PM Revision 2d238360 (ceph): ceph-volume lvm.common create a rollback_osd utility to cleanup failed ...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit e533792e0dbafc160238c0f5783f4430e2705571)
Alfredo Deza
07:34 PM Revision 14e16a23 (ceph): ceph-volume lvm.prepare rollback osd when prepare fails and an osd id w...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 579d12806b2ffc693a4e70ba3eaf663fa281d35e)
Alfredo Deza
07:11 PM Revision ebcd33db (ceph): rgw: URL-decode S3 and Swift object-copy URLs
Fixes: http://tracker.ceph.com/issues/22121
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
(cherry picked from ...
Matt Benjamin
05:30 PM Revision 4e9092b1 (ceph): Merge pull request #19483 from smithfarm/wip-22375-luminous
luminous: build/ops: luminous build fails with --without-radosgw
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
05:10 PM Revision 041dd603 (ceph): Merge pull request #20211 from dillaman/wip-22198-luminous
luminous: librbd: compare and write against a clone can result in failure
Reviewed-by: Mykola Golub <mgolub@suse.com>
Jason Dillaman
04:22 PM Revision 1bff073b (ceph): rgw: beast frontend can listen on multiple endpoints
rgw_frontends options port= and endpoint= can be given multiple times,
and the beast frontend will listen on each end...
Casey Bodley
04:16 PM Revision 7b20cc9b (ceph): librbd: reduce lock scope when assembling read results
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 284feb6a32795c64b1c5ec3b3bf0d959e72dd940)
Jason Dillaman
04:16 PM Revision f7b21684 (ceph): librbd: default template parameter for C_SparseReadRequest
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit ab0e558961ed9b63c00ad1d09ee0f9f79fd62295)
Jason Dillaman
04:16 PM Revision b1281005 (ceph): librbd: refactor io::ObjectReadRequest
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 62c3282b875f7345d7b71228d1e35e0cc87d44fa)
Jason Dillaman
04:16 PM Revision 487c41e7 (ceph): librbd: object cacher should re-use read state machine
This adds support for sparse-reads and ensures all object reads
utilize a single, tested code path.
Signed-off-by: J...
Jason Dillaman
04:16 PM Revision 7807083e (ceph): librbd: copyup state machine needs to handle empty write ops
The compare-and-write object operation cannot be executed
concurrently within a copyup operation since the object mig...
Jason Dillaman
04:16 PM Revision 4f77368a (ceph): librbd: simplify interface between object IO and copyup state machines
The initial copyup was not receiving a write hint and the
code for hints was duplicated multiple times. Additionally,...
Jason Dillaman
04:16 PM Revision 11f21bec (ceph): librbd: consolidate all object discard-related logic into single state ...
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 318797f59adcedcc386e01f1975011e0086434ac)
Jason Dillaman
04:16 PM Revision e41f815e (ceph): librbd: refactor object write request state machines
Fixes: http://tracker.ceph.com/issues/20789
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
04:16 PM Revision 445583a9 (ceph): test/librbd: disable compare and write if skipping partial discard
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 4e8b0b60a72fe1e1ac10a2beb46b77d4b58c91c4)
Jason Dillaman
04:16 PM Revision 1581b9e3 (ceph): test/librados_test_stub: pass snap context to zero op
Signed-off-by: Mykola Golub <mgolub@mirantis.com>
(cherry picked from commit 78ca0fde22076e8b156feb8dfd60aaee316a1895)
Mykola Golub
04:16 PM Revision 36f7a543 (ceph): test/librados_test_stub: simulate set_alloc_hint creating a non-existen...
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 4b851ce0fa534ca043aca835057b9d68660971a4)
Jason Dillaman
04:16 PM Revision 1fe2fe8d (ceph): test/librados_test_stub: mocked remainder of IO ops used by librbd
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit c4e5613e4a74316ba9667654e887a835b240609a)
Jason Dillaman
04:16 PM Revision b77b7218 (ceph): librbd: templatize IO object request state machines
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 654a78fa54520370f5466f9d282d4e9f8365ad48)
Jason Dillaman
04:16 PM Revision ba3b6099 (ceph): librbd: ObjectReadRequest does not require buffer extents
The ReadResult wrapper requires the buffer extents to know
how to properly reconstruct the out buffer.
Signed-off-by...
Jason Dillaman
04:15 PM Revision c727db5b (ceph): Merge pull request #20209 from dillaman/wip-22033-luminous
luminous: mgr/dashboard: added iSCSI IOPS/throughput metrics
Reviewed-by: Mykola Golub <mgolub@suse.com>
Jason Dillaman
04:14 PM Revision a3647582 (ceph): Merge pull request #20210 from dillaman/wip-22169-luminous
luminous: librbd: set deleted parent pointer to null
Reviewed-by: Mykola Golub <mgolub@suse.com>
Jason Dillaman
04:13 PM Revision 2f887e04 (ceph): Merge pull request #20208 from dillaman/wip-21920-luminous
luminous: librbd: default to sparse-reads for any IO operation over 64K
Reviewed-by: Mykola Golub <mgolub@suse.com>
Jason Dillaman
04:13 PM Revision 22780c7a (ceph): Merge pull request #20203 from ceph/wip-rm22642
ceph-volume: fix usage of the --osd-id flag
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
04:12 PM Revision 402b8e08 (ceph): Merge pull request #20207 from dillaman/wip-21793-luminous
luminous: rbd-mirror: primary image should register in remote, non-primary image's journal
Reviewed-by: Mykola Golub...
Jason Dillaman
04:12 PM Revision d2dbebf9 (ceph): Merge pull request #20206 from dillaman/wip-21694-luminous
luminous: librbd: journal should ignore -EILSEQ errors from compare-and-write
Reviewed-by: Mykola Golub <mgolub@suse...
Jason Dillaman
04:11 PM Revision eaedbcd0 (ceph): Merge pull request #20205 from dillaman/wip-22577-luminous
luminous: qa/workunits/rbd: simplify split-brain test to avoid potential race
Reviewed-by: Mykola Golub <mgolub@suse...
Jason Dillaman
04:11 PM Revision 672ef675 (ceph): Merge pull request #20153 from pdvian/wip-22809-luminous
luminous: librbd: fix snap create/rm may taking long time
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
04:09 PM Revision 381c044d (ceph): Merge pull request #20135 from dillaman/wip-22806-luminous
luminous: librbd: force removal of a snapshot cannot ignore dependent children
Reviewed-by: Mykola Golub <mgolub@sus...
Jason Dillaman
04:00 PM Revision b272904f (ceph): Merge pull request #19123 from pdvian/wip-22174-luminous
luminous: possible deadlock in various maintenance operations
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
03:55 PM Revision ad8b4e12 (ceph): rgw: use bucket marker for multipart complete oid
the use of bucket_id breaks multipart uploads if the bucket has been
resharded, because InitMultipart uses the old bu...
Casey Bodley
03:40 PM Revision 270498d6 (ceph): rgw: release cls lock if taken in RGWCompleteMultipart
Follows Casey's proposal to conditionally release the lock in
::complete(), in order to avoid duplicated code in vari...
Matt Benjamin
03:36 PM Revision be60490f (ceph): qa/workunits/rbd: remove "trash purge --threshold" test
It is difficult to make it work reliably in different environments.
Fixes: http://tracker.ceph.com/issues/22803
Sign...
Mykola Golub
03:22 PM Revision 1fc467fc (ceph): RGW: Fix duplicate tag removal during GC
We need to remove all processed tags before we fetch a new batch of tags
for removal, otherwise some tags might get p...
Jens Harbott
03:07 PM Revision d7f7000d (ceph): mon: allow removal of tier of ec overwritable pool
Fixes: http://tracker.ceph.com/issues/22754
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
02:51 PM Revision fbc41923 (ceph): Merge pull request #20090 from liewegas/wip-bluestore-label
os/bluestore: make bdev label parsing error more meaningful and less noisy
Reviewed-by: Varada Kari <varada.kari@gma...
Sage Weil
02:37 PM Revision 77a3b64f (ceph): test/log: fix for crash with libc++
the original issue reproduced with operator<<(const char*) in libstdc++,
but this actually crashes with libc++. test ...
Casey Bodley
01:10 PM Revision 0eacf651 (ceph): test/store_test: update Many4KWritesTest* test cases to finalize with fsck
Doing that when statfs report doesn't match our expectations will
provide more insight on the mismatch and helps to a...
Igor Fedotov
11:04 AM Revision aff36389 (ceph): os/bluestore: mark derivatives of AioContext as final.
Profiling `AioReadBatch`, a freshly introduced (at the moment in
a wip branch; see PR #19380) descendant of `AioConte...
Radoslaw Zarzynski
10:01 AM Revision 69e479bd (ceph): Merge pull request #20214 from dillaman/wip-22819
librbd: potential crash if object map check encounters error
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
09:43 AM Revision 64c7f313 (ceph): osd: avoid the config's get_val() overhead on the read path.
Profiling shows the overhead of the md_config_t::get_val<T>
can be significant. Unfortunately, it is being used in tw...
Radoslaw Zarzynski
09:15 AM Revision ffc06e69 (ceph): pybind/mgr/balancer: make 'eval' command can evaluate specific pool
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
09:14 AM Revision 675c3525 (ceph): mgr/balancer: pool-specific optimization for crush-compat
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
08:37 AM Revision 95901732 (ceph): pybind/mgr/balancer: remove optimization plan properly
Should pass in plan name instead of the plan itself.
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
xie xingguo
07:25 AM Revision 452761e5 (ceph): librbd: by default use new format for deep copy destination
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
06:18 AM Revision ad6039bb (ceph): osd/ReplicatedBackend: 'osd_deep_scrub_keys' doesn't work
Signed-off-by: fang yuxiang <fang.yuxiang@eisoo.com> fang yuxiang
04:46 AM Revision b890201f (ceph): Merge pull request #20175 from tone-zhang/wip-fix-bug22828
cmake: fix libcephfs-test.jar build failure
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:45 AM Revision 6062fe0a (ceph): Merge pull request #20174 from cbodley/wip-log-stream-clear
log: clear thread-local stream's ios flags on reuse
Reviewed-by: Matt Benjamin <mbenjami@redhat.com>
Reviewed-by: Ke...
Kefu Chai
04:43 AM Revision 87aad2d2 (ceph): Merge pull request #20166 from smithfarm/wip-fix-python2-global
build/ops: rpm: fix _defined_if_python2_absent conditional
Reviewed-by: Boris Ranto <branto@redhat.com>
Reviewed-by:...
Kefu Chai
04:42 AM Revision f2f00cac (ceph): common/pick_address: wrong prefix_len in pick_iface()
With prefix_len initialized as zero, mask in netmask_ipv4/6()
will always be zero, so find_ip_in_subnet() always retu...
Gu Zhongyan
04:37 AM Revision 2bdb833b (ceph): Merge pull request #20183 from tchaikov/wip-crushtool
crushtool: add --add-bucket and --move options
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
04:34 AM Revision 2769583f (ceph): Merge pull request #20180 from xiexingguo/wip-more-balancer-fixes
mgr/balancer: two more fixes
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
04:33 AM Revision 06a1c3d1 (ceph): mds: don't delay processing completed requests in replay queue
Completed requests can also be in replay queue, they need to be processed
(treated as lookup request) in clientreplay...
Yan, Zheng
04:33 AM Revision 8c7dd252 (ceph): Merge pull request #20154 from xiexingguo/wip-mgr-balancer-fixes
mgr/balancer: pool-specific optimization support and bug fixes
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
04:29 AM Revision 129effb0 (ceph): Merge pull request #20128 from guzhongyan/master
common/pick_address: wrong prefix_len in pick_iface()
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:24 AM Revision 1c320ea7 (ceph): Merge pull request #20080 from dillaman/wip-librados-client-compat
librados: getter for min compatible client versions
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
Kefu Chai
02:20 AM Revision 4faadeae (ceph): crush: improve straw2 algorithm's readability
Signed-off-by: Yao Zongyou <yaozongyou@vip.qq.com> Zongyou Yao
12:29 AM Revision 0e69d4fa (ceph): librbd: group misc cleanup
* Add some error message when returning a negative error code.
* Validate dest name when renaming a group snap.
Sign...
wb song
12:17 AM Revision c3e119d0 (ceph): librbd: fix deep copy a child-image
* tweak create a cloned image when the source image is
a clone (or at least one of its snapshots is a clone).
Sign...
wb song

01/31/2018

11:04 PM Revision f454c293 (ceph): ceph-volume: Require lvm2, move to osd package
Fixes: http://tracker.ceph.com/issues/22443
Signed-off-by: Theofilos Mouratidis <t.mour@cern.ch>
(cherry picked from...
Theofilos Mouratidis
11:04 PM Revision 93f13ab2 (ceph): build/ops: rpm: fix systemd macros for ceph-volume@.service
Fixes: http://tracker.ceph.com/issues/22217
Signed-off-by: Nathan Cutler <ncutler@suse.com>
(cherry picked from commi...
Nathan Cutler
10:48 PM Revision 8d38932c (ceph): ceph-volume: adds tests for zap --destroy and --osd-id
These are not added for dmcrypt right now because there is a bug related
to zapping encrypted disks that needs fixed ...
Andrew Schoen
10:45 PM Revision 4fff684e (ceph): ceph-volume: adds tests for zap --destroy and --osd-id
These are not added for dmcrypt right now because there is a bug related
to zapping encrypted disks that needs fixed ...
Andrew Schoen
10:41 PM Revision 24b0482a (ceph): ceph-objectstore-tool: Add option "dump-import" to examine an export
Fixes: http://tracker.ceph.com/issues/22086
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from com...
David Zafman
10:41 PM Revision e621e9d7 (ceph): test: ceph_objectstore_tool.py: Perform dump-import
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit c4602c9ac8f7819abc89c8668fbdc4572341ac5e)
David Zafman
10:38 PM Revision faef2777 (ceph): ceph-objectstore-tool: Improve ceph-objectstore-tool usage output
Remove unused argument test-align
Caused by: 1c8731c31eb53e17d8f363906438963ab5688fe0
Positional arguments are desc...
David Zafman
10:38 PM Revision 99d74032 (ceph): ceph-objectstore-tool: Fix output of section type number
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 508328784516136fe189581bfbfe5a791db8e9fd)
David Zafman
10:38 PM Revision a5282f55 (ceph): ceph-objectstore-tool: Remove unused map section from log dump
Caused by: 44cb6d30640954c66fc03d4ce58b583ffd614951
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked ...
David Zafman
10:10 PM Revision cf8fd69d (ceph): Merge pull request #17875 from smithfarm/wip-21359-luminous
luminous: cephfs: racy is_mounted() checks in libcephfs
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
09:57 PM Revision cf6799e4 (ceph): client: quit on failed remount during dentry invalidate test
Fixes: http://tracker.ceph.com/issues/22269
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Abhishek Lekshmanan
09:52 PM Revision c8d32546 (ceph): librbd: potential crash if object map check encounters error
Fixes: http://tracker.ceph.com/issues/22819
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
09:45 PM Revision 2e96f4fe (ceph): ceph-volume: adds tests for zap --destroy and --osd-id
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
09:21 PM Revision 427bad3a (ceph): Merge pull request #20121 from batrick/i21252p2
luminous: mds: fix return value of MDCache::dump_cache
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
09:19 PM Revision d8f9aec7 (ceph): mon: tidy up mds_blacklist_interval
Remove the misleading reference to this from the client
eviction page, it was never the right option to mention
there...
John Spray
09:19 PM Revision 5dcd2a59 (ceph): mon: s/mds_blacklist_interval/mon_mds_blacklist_interval/
We can rename LEVEL_DEV options at will.
Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commi...
John Spray
08:20 PM Revision e63e17a7 (ceph): compact_*: support mempool allocated containers
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
08:20 PM Revision 0635dac5 (ceph): mds: simplify initialization
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
06:27 PM Revision 9e0eea2b (ceph): Merge pull request #20213 from dillaman/wip-21868-luminous
luminous: doc/rbd: tweaks for the LIO iSCSI gateway
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
06:15 PM Revision 075e3b75 (ceph): doc/rbd: tweaks to the Windows iSCSI initiator directions
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 997bb80ba231c4a21237485ac6780d573be992c2)
Jason Dillaman
06:14 PM Revision ba26353a (ceph): doc: Added CHAP cofiguration instructions for iSCSI
Added details to specify the CHAP username and password while
discovering/login the iSCSI target.
Signed-off-by: Ash...
Ashish Singh
06:05 PM Revision a3101dd4 (ceph): doc: fix ceph-iscsi-config version number
Signed-off-by: Mike Christie <mchristi@redhat.com>
(cherry picked from commit 3ab71020a5e420a333cb4a6b0be67ade185c1593)
Mike Christie
06:05 PM Revision 3560c6de (ceph): doc: add ceph iscsi test kernel info
Signed-off-by: Mike Christie <mchristi@redhat.com>
(cherry picked from commit 5c30318660eebc882326d87eec39b4fbe4cc85d7)
Mike Christie
06:05 PM Revision 4bc150c8 (ceph): doc: add rbd pool requirement for gwcli
Signed-off-by: Mike Christie <mchristi@redhat.com>
(cherry picked from commit b56d994f3addcd9c6a7848dec9be93568cdb2d0e)
Mike Christie
06:04 PM Revision 30c93cdb (ceph): doc: add daemon-reload for rbd-target-api setup
Signed-off-by: Mike Christie <mchristi@redhat.com>
(cherry picked from commit 4ca0d508bb9b68c791abc5799d0195f4baace455)
Mike Christie
06:04 PM Revision 46bf788c (ceph): doc: add gwcli manual install instructions
Signed-off-by: Mike Christie <mchristi@redhat.com>
(cherry picked from commit f45aafed1c7a5393e712f9fbfd7479fc444ad3d8)
Mike Christie
06:04 PM Revision efdb5851 (ceph): doc: separate gwcli install from post install setup steps
Signed-off-by: Mike Christie <mchristi@redhat.com>
(cherry picked from commit f80f083d0a982d7e89c77e3a6f8d71c2871a8f2c)
Mike Christie
06:04 PM Revision f399a339 (ceph): doc: add note to clarify trusted_ip_list use
Signed-off-by: Mike Christie <mchristi@redhat.com>
(cherry picked from commit 3cc367dc6ebca18e884d7c75d2cd1fa7907b7139)
Mike Christie
06:04 PM Revision 2eda81b9 (ceph): doc: update esx instructions
Signed-off-by: Mike Christie <mchristi@redhat.com>
(cherry picked from commit 3806f9750d29c6d930a7c8a003902e79b99766f...
Mike Christie
06:03 PM Revision f4b1f397 (ceph): doc: add warning about SCSI PGRs/reservations
Signed-off-by: Mike Christie <mchristi@redhat.com>
(cherry picked from commit 62661a2e23ce98432f3c037fa9a8155a633ee182)
Mike Christie
06:03 PM Revision 723d5fab (ceph): doc: add esx web based client images
Signed-off-by: Mike Christie <mchristi@redhat.com>
(cherry picked from commit 78e12135eeb5829cad65cebd3c2be9df4d582b1f)
Mike Christie
06:03 PM Revision 0f937ed3 (ceph): doc: remove windows based vsphere client images
Signed-off-by: Mike Christie <mchristi@redhat.com>
(cherry picked from commit 426b562fdc1b373b72de2d69c4851be22ec12008)
Mike Christie
06:03 PM Revision f8ab982b (ceph): doc: fix gwcli examples
Signed-off-by: Mike Christie <mchristi@redhat.com>
(cherry picked from commit 480f6a82a2b9dcd0179951ea16432d8d32f2c96d)
Mike Christie
06:03 PM Revision 335fa90e (ceph): doc: Update ceph iscsi kernel/distro requirements.
Signed-off-by: Mike Christie <mchristi@redhat.com>
(cherry picked from commit f436e993d359dfdad26b7d569d555a3b3a5b798d)
Mike Christie
06:02 PM Revision 03635935 (ceph): doc/rbd: tweaks for the LIO iSCSI gateway
Fixes: http://tracker.ceph.com/issues/21763
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
05:51 PM Revision 30ff1fbe (ceph): librbd: export read and writes performance counters for daemons
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 7a9d10a4e61ed168678f38f6a224859e0df44099)
Jason Dillaman
05:51 PM Revision 076ee1a2 (ceph): librbd: track image open and lock acquire time via perf counter
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 8583270fd2d0930c1fccd2285378de0844b1d928)
Jason Dillaman
05:51 PM Revision 451ae9ed (ceph): mgr/dashboard: include A/O start relative timestamp for iSCSI
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit e62f186613a1de64a155a852b21ec9033c6e73ea)
Jason Dillaman
05:51 PM Revision 092e6cf2 (ceph): mgr/dashboard: added iSCSI IOPS/throughput metrics
Fixes: http://tracker.ceph.com/issues/21391
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
05:51 PM Revision fad78966 (ceph): librbd: moved performance counter enums to common location
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 2224e5ca1dacef1e3f8ec4854f08b4abe86f5d...
Jason Dillaman
05:25 PM Revision 91540425 (ceph): rgw: do not reflect period if not current
if some history period not exist in local, it will pull
from master and update the old info to zonegroup.
fixes: htt...
Tianshan Qu
04:46 PM Revision 3aae175d (ceph): Merge branch 'wip-21520-luminous' of https://github.com/shinobu-x/ceph ...
Yuri Weinstein
04:45 PM Revision 436d89b9 (ceph): librbd: set deleted parent pointer to null
Fixes: http://tracker.ceph.com/issues/22158
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
04:41 PM Revision bb5ee06b (ceph): osd: send health-checks to mgr
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit f4b74125e44fe78154fb377fa06fc08b3325859d)
Con...
Kefu Chai
04:41 PM Revision 68796745 (ceph): mon/health_check: s/std::list/list/
so it's self-contained, and .cc files including it are not obliged to `using namespace std`.
Signed-off-by: Kefu Cha...
Kefu Chai
04:41 PM Revision 030d7e8c (ceph): mgr: summarize osd metrics in MMgrReport and sent it to mon
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 7e7978732d20c506eca581f2b153ede70ceefa3d)
Con...
Kefu Chai
04:41 PM Revision b8b3eee7 (ceph): qa: silence SLOW_OPS,PENDING_CREATING_PGS warnings
this is an intermediate step to deprecate REQUEST_SLOW warnings.
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry...
Kefu Chai
04:41 PM Revision 2472ec3b (ceph): librbd: track the child of an image in-memory
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit ce2ae1d7c0f8818c86cbc746921e8eb6b0f89913)
Jason Dillaman
04:38 PM Revision c22e49f3 (ceph): rbd-mirror: journal debug message should not be logged as error
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 625222edbce66c98b86fc87fa3bd12ea40db17a2)
Jason Dillaman
04:38 PM Revision 08ed96a7 (ceph): rbd-mirror: avoid attempting to decode an empty client data buffer
Fixes: http://tracker.ceph.com/issues/21961
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
04:31 PM Revision c1c43110 (ceph): librbd: default to sparse-reads for any IO operation over 64K
Testing BlueStore against both HDDs and OSDs with fully allocated
and sparse-allocated objects shows a performance im...
Jason Dillaman
04:31 PM Revision cec71d94 (ceph): librbd: templatize io::CopyupRequest and io::ObjectRequest
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit dd5452004047c31e0f3eb813d5dd0b50bd68e76f)
Jason Dillaman
04:26 PM Revision ba74ae95 (ceph): rbd-mirror: removed duplicate client registration logic
The client will now be registered before the bootstrap state machine
is invoked.
Fixes: http://tracker.ceph.com/issu...
Jason Dillaman
04:26 PM Revision f7d43cb0 (ceph): rbd-mirror: local primary images should still register to remote images
Fixes: http://tracker.ceph.com/issues/21561
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
04:24 PM Revision 1a0e9498 (ceph): librbd: journal should ignore -EILSEQ errors from compare-and-write
Fixes: http://tracker.ceph.com/issues/21628
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
04:21 PM Revision 2691ada5 (ceph): qa/workunits/rbd: simplify split-brain test to avoid potential race
Fixes: http://tracker.ceph.com/issues/22485
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
04:15 PM Revision 53028369 (ceph): mgr/MgrClient: send health_checks using MMgrReport
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 6fed1d21be1adf1464b5834787c95fae205a91b5)
Kefu Chai
04:15 PM Revision 69e8a0ab (ceph): osd: remember is_primary when adding pending creating pgs
so mgr can avoid calculating the same PG from different OSDs.
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry pi...
Kefu Chai
03:54 PM Revision 9401bba7 (ceph): Merge pull request #20195 from luomuyao/bugfix
rgw: drop a repeated statement for encode_xml()
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
03:04 PM Revision f88f2d3b (ceph): ceph-volume: no need to return osd_id from util.prepare.check_id
Now that osd_id is passed to util.prepare.create_id it doesn't
make any sense to return osd_id from check_id anymore ...
Andrew Schoen
12:16 PM Revision c803f38a (ceph): mgr/influx: Send more information about pools
In addition to the existing statistics also send Read and Write IOps,
but also quota information.
Signed-off-by: Wid...
Wido den Hollander
12:16 PM Revision a0c2c8b9 (ceph): mgr/influx: Catch ConnectionError if raised
The InfluxDBClient can also re-raise a ConnectionError from the
python requests module if that was caught.
The Excep...
Wido den Hollander
12:09 PM Revision 6ef48aeb (ceph): Merge pull request #19555 from shinobu-x/wip-22455-luminous
luminous: balancer crush-compat sends "foo" command
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
12:06 PM Revision 0489bddb (ceph): Merge pull request #20156 from pdvian/wip-22811-luminous
luminous: mon: fix mgr using auth_client_required policy
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
12:01 PM Revision 8bbf1653 (ceph): Merge pull request #19481 from jan--f/wip-22421-luminous
luminous: mon: reenable timer to send digest when paxos is temporarily inactive
Reviewed-by: John Spray <john.spray@...
John Spray
11:59 AM Revision 1e322941 (ceph): Merge pull request #19553 from shinobu-x/wip-22453-luminous
luminous: mgr/balancer/upmap_max_iterations must be cast to integer
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
11:49 AM Revision 2d64d41a (ceph): Merge pull request #19624 from shinobu-x/wip-22496-luminous
luminous: KeyError: ('name',) in balancer rm
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
11:48 AM Revision d3515059 (ceph): Merge pull request #19834 from pdvian/wip-22585-luminous
luminous: pybind/mgr/prometheus: fix metric type undef -> untyped
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
11:47 AM Revision ea85e979 (ceph): Merge pull request #20084 from pdvian/wip-22760-luminous
luminous: mgr: prometheus: added osd commit/apply latency metrics (#22718).
Reviewed-by: John Spray <john.spray@redh...
John Spray
11:46 AM Revision 81712618 (ceph): Merge pull request #20089 from pdvian/wip-22768-luminous
luminous: mgr: disconnect unregistered service daemon when report received
Reviewed-by: John Spray <john.spray@redha...
John Spray
11:42 AM Revision fab5aa92 (ceph): Merge pull request #20182 from jcsp/wip-22831
luminous: pybind/mgr/dashboard: fix reverse proxy support
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
09:38 AM Revision 28d48737 (ceph): pybind/mgr/balancer: load weight-set from ms
See https://github.com/ceph/ceph/pull/20178, so we won't
try to call 'ceph osd crush weight-set create-compat' multip...
xie xingguo
09:34 AM Revision 1efda79f (ceph): rbd: translate pool id into pool name in error msg
Signed-off-by: songweibin <song.weibin@zte.com.cn> wb song
09:34 AM Revision 3041b9af (ceph): rbd: add open/close section when listing group images
Signed-off-by: songweibin <song.weibin@zte.com.cn> wb song
09:34 AM Revision 0e50c352 (ceph): pybind/rbd: fix some typo
Signed-off-by: songweibin <song.weibin@zte.com.cn> wb song
05:56 AM Revision 753b3a7c (ceph): rgw: If use 'copy part' without 'x-amz-copy-source-range',
it will copy an entire source object
Signed-off-by: Malcolm Lee <fengxueyu35@126.com>
Malcolm Lee
04:20 AM Revision c7990c66 (ceph): rbd: s/group-spec/group-snap-spec for group snapshot
Signed-off-by: songweibin <song.weibin@zte.com.cn> wb song
04:20 AM Revision d8608ceb (ceph): rbd: add missing period at the end of mesg
Signed-off-by: songweibin <song.weibin@zte.com.cn> wb song
04:20 AM Revision a12f9b81 (ceph): doc/rbd: update rbd man page
Signed-off-by: songweibin <song.weibin@zte.com.cn> wb song
02:33 AM Revision 341ddddf (ceph): rgw: drop a repeated statement for encode_xml()
Signed-off-by: luomuyao <luo.muyao@zte.com.cn> luomuyao
02:15 AM Revision 47d1eb35 (ceph): pybind/mgr/balancer: increase bad_steps properly
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn> xie xingguo
01:02 AM Revision 16f00157 (ceph): crush, mon: bump up map version only if we truly created a weight-set
In crush-compat mode mgr/balancer will do 'ceph osd crush weight-set create-compat'
on each call to 'ceph balancer op...
xie xingguo
12:52 AM Revision 8f09d392 (ceph): rgw: hold lock while reading sync trace nodes
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> Yehuda Sadeh
12:52 AM Revision 1371df07 (ceph): rgw: sync trace, hold complete node longer
Fixes: http://tracker.ceph.com/issues/22833
Inserting an entry to the complete_nodes list in
RGWSyncTraceManager::fi...
Yehuda Sadeh
12:47 AM Revision 7eb2423b (ceph): Merge pull request #17869 from smithfarm/wip-21479-luminous
luminous: mgr: Services reported with blank hostname
Reviewed-by: John Spray <john.spray@redhat.com>
Reviewed-by: Am...
Yuri Weinstein
12:46 AM Revision 3512fc40 (ceph): Merge pull request #18832 from shinobu-x/wip-22075-luminous
luminous: mgr tests don't indicate failure if exception thrown from serve()
Reviewed-by: John Spray <john.spray@redh...
Yuri Weinstein
12:46 AM Revision 25cf00a7 (ceph): Merge pull request #18842 from shinobu-x/wip-21863-luminous
luminous: ceph-conf: dump parsed config in plain text or as json
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
12:45 AM Revision ef103869 (ceph): Merge pull request #19002 from tchaikov/wip-pr-18976-luminous
luminous: udev: Fix typo in udev OSD rules file
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Yuri Weinstein
12:44 AM Revision a3091bdd (ceph): Merge pull request #19023 from pdvian/wip-22164-luminous
luminous: cluster [ERR] Unhandled exception from module 'balancer' while running on mgr.x: 'NoneType' object has no a... Yuri Weinstein
12:44 AM Revision 5563a650 (ceph): Merge pull request #19031 from pdvian/wip-22167-luminous
luminous: Various odd clog messages for mons
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: John Spray <john...
Yuri Weinstein
12:42 AM Revision b0b09df8 (ceph): Merge pull request #19039 from jan--f/wip-22199-luminous
luminous: tools/crushtool: skip device id if no name exists
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: A...
Yuri Weinstein
12:41 AM Revision a3510113 (ceph): Merge pull request #19046 from shinobu-x/wip-22189-luminous
luminous: osdc/Objecter: objecter op_send_bytes perf counter always 0
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
12:41 AM Revision 5f175b5b (ceph): Merge pull request #19059 from pdvian/wip-22176-luminous
luminous: osd: subscribe osdmaps if any pending pgs
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
12:40 AM Revision a1636c34 (ceph): Merge pull request #19083 from smithfarm/wip-22213-luminous
luminous: On pg repair the primary is not favored as was intended
Reviewed-by: David Zafman <dzafman@redhat.com>
Yuri Weinstein
12:40 AM Revision 5c797939 (ceph): Merge pull request #19084 from shinobu-x/wip-22216-luminous
luminous: "osd status" command exception if OSD not in pgmap stats
Reviewed-by: John Spray <john.spray@redhat.com>
Yuri Weinstein
12:39 AM Revision 525fe577 (ceph): Merge pull request #19118 from tangwenjun3/wip-backport-19030
luminous: os/bluestore: fix the allocate in bluefs
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: xie xingguo...
Yuri Weinstein
12:33 AM Revision 91d1a7be (ceph): Merge pull request #19133 from smithfarm/wip-22194-luminous
luminous: Default kernel.pid_max is easily exceeded during recovery on high OSD-count system
Reviewed-by: David Diss...
Yuri Weinstein
12:30 AM Revision 2c2e6068 (ceph): Merge pull request #19631 from shinobu-x/wip-22509-luminous
luminous: osd: "sudo cp /var/lib/ceph/osd/ceph-0/fsid ..." fails
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
12:30 AM Revision 3937ae42 (ceph): Merge pull request #19839 from tchaikov/wip-22558-luminous
luminous: rpm: adjust ceph-{osdomap,kvstore,monstore}-tool feature move
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Yuri Weinstein
12:28 AM Revision 74064cb9 (ceph): Merge pull request #18838 from shinobu-x/wip-21973-luminous
luminous: [test] UpdateFeatures RPC message should be included in test_notify.py
Reviewed-by: Jason Dillaman <dillam...
Yuri Weinstein
12:27 AM Revision f5dcf47a (ceph): Merge pull request #18840 from shinobu-x/wip-21970-luminous
luminous: [journal] tags are not being expired if no other clients are registered
Reviewed-by: Jason Dillaman <dilla...
Yuri Weinstein
12:26 AM Revision 40ca9d22 (ceph): Merge pull request #18949 from jcsp/wip-luminous-rgw-config-desc
luminous: options.cc: document rgw config options
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
12:25 AM Revision f7778d47 (ceph): Merge pull request #19051 from shinobu-x/wip-22185-luminous
luminous: rbd: abort in listing mapped nbd devices when running in a container
Reviewed-by: Jason Dillaman <dillaman...
Yuri Weinstein

01/30/2018

11:43 PM Revision 921f1113 (ceph): PG: primary should not be in the peer_info, skip if it is
Signed-off-by: Neha Ojha <nojha@redhat.com> Neha Ojha
11:18 PM Revision d8ba4862 (ceph): Merge PR #19760 into master
* refs/pull/19760/head:
mds: add dump flag for CInode
mds: add command "openfiles ls"
Reviewed-by: Patrick Donnell...
Patrick Donnelly
11:18 PM Revision 90687e49 (ceph): Merge PR #19825 into master
* refs/pull/19825/head:
client: properly choose target mds for rmsnap/renamesnap
mds: properly setup need_snapflush...
Patrick Donnelly
11:17 PM Revision 6c6e25f8 (ceph): Merge PR #19833 into master
* refs/pull/19833/head:
common: add C_SaferCond ctor with name argument
Client: use C_SaferCond for "_flush_range"
...
Patrick Donnelly
11:17 PM Revision bb329c55 (ceph): Merge PR #19836 into master
* refs/pull/19836/head:
Avoid the assert failure when the inode for the cap_export from other MDS happened not in MD...
Patrick Donnelly
11:17 PM Revision 89dfc952 (ceph): Merge PR #19842 into master
* refs/pull/19842/head:
client: unify function name in debug log for Client.cc
Reviewed-by: Patrick Donnelly <pdonn...
Patrick Donnelly
11:17 PM Revision b233abc2 (ceph): Merge PR #19991 into master
* refs/pull/19991/head:
cephfs-journal-tool: move shutdown to the deconstructor of MDSUtility
Reviewed-by: Patrick ...
Patrick Donnelly
11:17 PM Revision 388c9dd3 (ceph): Merge PR #20001 into master
* refs/pull/20001/head:
mds: use the steady clock on tick
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
11:17 PM Revision 23ff594e (ceph): Merge PR #20012 into master
* refs/pull/20012/head:
mds: fix scrub crash
Reviewed-by: Douglas Fuller <dfuller@redhat.com>
Patrick Donnelly
11:17 PM Revision 69765dcb (ceph): Merge PR #20079 into master
* refs/pull/20079/head:
mds: set higher priority for some perf counters
Reviewed-by: Patrick Donnelly <pdonnell@red...
Patrick Donnelly
11:17 PM Revision ae0b89c6 (ceph): Merge PR #20113 into master
* refs/pull/20113/head:
osdc/ObjectCacher: don't merge TX buffer heads
osdc/ObjectCacher: fix off-by-one error in b...
Patrick Donnelly
10:28 PM Revision 43f699fc (ceph): ceph-volume: when reusing an osd ID you must give that id to 'osd new'
If you do not then auth will not be created for the new OSD and the
daemon will not be able to start.
Signed-off-by:...
Andrew Schoen
09:33 PM Revision 548a74bd (ceph): ceph-volume util.constants add ceph-disk partition labels
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:33 PM Revision d59b087e (ceph): ceph-volume util.encryption add helpers for legacy devices
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:33 PM Revision cdb81243 (ceph): ceph-volume util.disk add a PART_ENTRY_TYPE detection utility
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:33 PM Revision 469d01dc (ceph): ceph-volume util.system do not 'translate' using realpath
Using realpath always means that device mapper paths, like for dmcrypt
or LVM will get mangled and will return someth...
Alfredo Deza
09:33 PM Revision 60e86996 (ceph): ceph-volume util.system tmp mounts can now remove a dmcrypt mapper
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:33 PM Revision e5759e4f (ceph): ceph-volume util.encryption add a utilty to open plain encrypted devices
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:33 PM Revision 6c87d66d (ceph): ceph-volume simple.scan support dmcrypt OSDs when scanning
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:33 PM Revision b90044c2 (ceph): ceph-volume util.disk support PKNAME and absolute paths in lsblk
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:00 PM Revision 367560e2 (ceph): ceph-volume: when reusing an osd ID you must give that id to 'osd new'
If you do not then auth will not be created for the new OSD and the
daemon will not be able to start.
Signed-off-by:...
Andrew Schoen
06:35 PM Revision 22df0fbf (ceph): rgw: civetweb accepts multiple port= entries
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
06:12 PM Revision 35ee1274 (ceph): Add go vet to Travis
Joannah Nanjekye
05:39 PM Revision 7c809166 (ceph): ceph-volume: prepare_* methods do not need to recreate fsid or osd_id
The prepare_filestore and prepare_bluestore methods do not need to
attempt to recreate osd_id or fsid because this ha...
Andrew Schoen
05:32 PM Revision a08fc639 (ceph): ceph_volume: modify util.prepare.check_id to handle stdout as a list
process.call returns stdout as a list, not a string
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
05:05 PM Revision cf1b8419 (ceph): rgw: frontend config uses multimap
this allows us to configure multiple values for a given key without
resorting to string formatting to cram them into ...
Casey Bodley
05:04 PM Revision 9cdd2fe6 (ceph): Merge pull request #20000 from zhouyuan/rgw_beast_listen
rgw: allow beast frontend to listen on specific IP address
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
04:38 PM Revision 50917930 (ceph): Merge pull request #20058 from cbodley/wip-doc-rgw-frontends
doc/rgw: add page for http frontend configuration
Reviewed-by: Matt Benjamin <mbenjami@redhat.com>
Casey Bodley
04:35 PM Revision 0d6c5927 (ceph): Merge PR #20165 into master
* refs/pull/20165/head:
doc/client: uniform naming
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
04:29 PM Revision 8ccefcba (ceph): Merge pull request #20164 from luomuyao/typo
rgw: fix a typo in comment
Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
Reviewed-by: Jos Collin <jcollin@red...
Casey Bodley
04:18 PM Revision ba2c6015 (ceph): pybind/mgr/mgr_module: add default param for MgrStandbyModule.get_config()
this matches its counterpart of MgrModule.
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit bc...
Kefu Chai
04:18 PM Revision f0cae0bf (ceph): pybind/mgr: fix typo
Signed-off-by: Nick Erdmann <n@nirf.de>
(cherry picked from commit fdd64bb2dac33085b47c737032a525d89319c866)
Nick Erdmann
04:18 PM Revision 91bfcc73 (ceph): pybind/mgr/dashboard: fix reverse proxy support
This fixes http redirection for reverse http proxies
Fixes: http://tracker.ceph.com/issues/22557
Signed-off-by: Nick...
Nick Erdmann
03:22 PM Revision 0d27fff3 (ceph): ceph-volume: tests for util.prepare.check_id
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
03:21 PM Revision 699aa658 (ceph): ceph-volume: return osd_id from util.prepare.check_id if it exists
This also changes this so the osd_id is returned as a string so
an ID of 0 would evaluate to True.
Signed-off-by: An...
Andrew Schoen
02:29 PM Revision c421d533 (ceph): Merge pull request #20062 from cbodley/wip-luminous-rgw-bilog-trim
luminous: rgw multisite: automated trimming for bucket index logs
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Casey Bodley
02:28 PM Revision 95ad024c (ceph): log: clear thread-local stream's ios flags on reuse
when reusing a thread-local std::ostream for a new log entry, clear any
ios flags (ie eofbit/failbit/badbit) that may...
Casey Bodley
02:09 PM Revision 8ea03a78 (ceph): test/cli/crushtool: add test for --add-bucket and --move
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:09 PM Revision 22c94351 (ceph): crushtool: add --move
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:09 PM Revision c1f43343 (ceph): crush/CrushWrapper: lower log level of check_item_loc()
it's not an error if the item is not at loc.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:10 PM Revision 5b95c51a (ceph): Merge pull request #20159 from shun-s/fix-rbd-log
librbd: clean up ManagedLock log prefix
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
11:09 AM Revision 45250039 (ceph): crushtool: add --add-bucket
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
10:37 AM Revision b0d8043a (ceph): common/pick_address: wrong prefix_len in pick_iface()
With prefix_len initialized as zero, mask in netmask_ipv4/6()
will always be zero, so find_ip_in_subnet() always retu...
Gu Zhongyan
09:02 AM Revision cdae240e (ceph): pybind/mgr/balancer: fix sanity check against minimal pg numbers per pool
And rename some variables properly.
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
xie xingguo
09:02 AM Revision ae56d847 (ceph): pybind/mgr/balancer: do not dirty compat_ws on error out
We will get a worse result if we execute the corresponding plan later.
Signed-off-by: xie xingguo <xie.xingguo@zte.c...
xie xingguo
08:26 AM Revision 4eb4827f (ceph): client: properly choose target mds for rmsnap/renamesnap
Old code does not set inode or dentry for rmsnap/renamesnap requests.
So rmsnap/renamesnap requests are sent to rando...
Yan, Zheng
08:25 AM Revision de3f3d88 (ceph): mds: properly setup need_snapflush for snapped inode
MDCache::cow_inode() checks "cap->issued() & CEPH_CAP_ANY_WR" to decide
if it needs to setup need_snapflush for the n...
Yan, Zheng
06:50 AM Revision 4a356104 (ceph): rgw: admin api - add ability to sync user stats from admin api
Fixes: http://tracker.ceph.com/issues/21301
Signed-off-by: Nathan Johnson <nathan@nathanjohnson.org>
(cherry picked f...
Nathan Johnson
02:29 AM Revision 2aa5950c (ceph): c_read_operations.cc: Silence tautological-compare compiler warning
Signed-off-by: Brad Hubbard <bhubbard@redhat.com> Brad Hubbard
02:08 AM Revision 8d5da83b (ceph): Merge pull request #19770 from shinobu-x/mempool_lock
common: s/unique_lock/lock_guard/, if manual lock/unlock are not necessary
Reviewed-by: Patrick Donnelly <pdonnell@r...
Kefu Chai
02:07 AM Revision 108ac2ca (ceph): cmake: fix libcephfs-test.jar build failure
When building Ceph Debian installation package, libcephfs-test.jar
build would fail if multi junit versions are insta...
Tone ZHANG
01:59 AM Revision 7df6f060 (ceph): librbd: possible deadlock with synchronous maintenance operations
Fixes: http://tracker.ceph.com/issues/22120
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
01:59 AM Revision 2e69cd92 (ceph): librbd: added missing locks for snap rollback and rename
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 0ccd26f9989b892be2ab620bcf7f4fbf14980e8e)
Jason Dillaman
01:41 AM Revision c2e95951 (ceph): rbd: clean up ManagedLock log prefix
clean up ManagedLock log prefix
Signed-off-by: shun-s <song.shun3@zte.com.cn>
shun song
01:10 AM Revision 258a2e11 (ceph): rgw: fix a typo in rgw_perms[]
Signed-off-by: luomuyao <luo.muyao@zte.com.cn> luomuyao
01:07 AM Revision 94a2076b (ceph): osdc/Journaler: make sure flush() writes enough data
If _do_flush() fails to write all data because of prezere, _do_flush()
should be called again when prezero finishes. ...
Yan, Zheng
12:37 AM Revision 52e336ef (ceph): pybind/mgr/balancer: re-initialize everything on instantiating a new Eval
Otherwise there might be obsolete pool/root infos etc.
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
xie xingguo

01/29/2018

10:15 PM Revision 29630cb0 (ceph): RGW-NFS: Use rados cluster_stat to report filesystem usage
Partially fixes: http://tracker.ceph.com/issues/22202
Signed-off-by: Supriti Singh <supriti.singh@suse.com>
supriti singh
10:10 PM Revision a6bf362d (ceph): test/log: add failing unit test for reuse of bad stream
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
09:47 PM Revision cb396a78 (ceph): Merge pull request #20052 from ceph/revert-19253-wip-rgw-22124
Revert "rgw: reshard should not update stats when linking new bucket instance"
Reviewed-by: Casey Bodley <cbodley@re...
Casey Bodley
09:24 PM Revision 5c1a3c64 (ceph): Revert "osd/ECBackend: fix on_write ordering w/ sync onreadable callbacks"
This reverts commit 1908c061496817ee6dbc483186a41a9b373be01c.
Hoping this helps resolve the failed assertion
src/os...
Sage Weil
06:06 PM Revision 40c93224 (ceph): Merge pull request #20171 from linuxbox2/rgw_rvrt_disable_exact
Revert "rgw_file: disable FLAG_EXACT_MATCH enforcement" Matt Benjamin
04:48 PM Revision 548eadee (ceph): ceph-volume: check to see if an OSD id exists before reusing it
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
04:43 PM Revision 4ac99de6 (ceph): ceph-volume: adds a prepare util for checking OSD ID existance
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
04:22 PM Revision d146d830 (ceph): Merge pull request #19848 from cbodley/wip-luminous-boost-166
luminous: backport beast frontend and boost 1.66 update Sage Weil
04:21 PM Revision cbe3d3f4 (ceph): Revert "rgw_file: disable FLAG_EXACT_MATCH enforcement"
This reverts commit 5e0bea71b52f652a5cb6323cf56391ada215c80b.
Fixes: http://tracker.ceph.com/issues/22827
Signed-off...
Matt Benjamin
04:21 PM Revision 20cfb9bd (ceph): Merge pull request #19500 from shinobu-x/wip-22401-luminous
luminous: rgw: make HTTP dechunking compatible with Amazon S3
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Sage Weil
04:12 PM Revision 9981b513 (ceph): Merge pull request #17816 from smithfarm/wip-hadoop-s3a
luminous: tests: qa/rgw: hadoop-s3a suite targets centos_latest
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Revie...
Yuri Weinstein
04:10 PM Revision abeb3c56 (ceph): Merge pull request #18972 from linuxbox2/luminous-22084
luminous: rgw: Fix swift object expiry not deleting objects
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:09 PM Revision 8fe88c45 (ceph): Merge pull request #19086 from shinobu-x/wip-22210-luminous
luminous: radosgw-admin zonegroup get and zone get should return defaults when there is no realm
Reviewed-by: Casey ...
Yuri Weinstein
04:09 PM Revision d55eda82 (ceph): Merge pull request #19088 from pdvian/wip-22177-luminous
luminous: rgw: check going_down() when lifecycle processing
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-...
Yuri Weinstein
04:08 PM Revision 7e84974d (ceph): Merge pull request #19636 from shinobu-x/wip-22506-luminous
luminous: rgw usage trim only trims a few entries
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:06 PM Revision 0f1f98ad (ceph): Merge pull request #19784 from linuxbox2/luminous-20201
luminous: RGW: S3 POST policy should not require Content-Type
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewe...
Yuri Weinstein
04:05 PM Revision d51dbcaf (ceph): Merge pull request #19799 from smithfarm/wip-22581-luminous
luminous: rgw: multisite: 'radosgw-admin sync error list' contains temporary EBUSY errors
Reviewed-by: Casey Bodley ...
Yuri Weinstein
04:03 PM Revision 1708c17f (ceph): Merge pull request #19867 from smithfarm/wip-22591-luminous
luminous: rgw: refuses upload when Content-Type missing from POST policy
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:02 PM Revision 7c3e4684 (ceph): Merge pull request #20051 from ceph/revert-19538-wip-22434-luminous
Revert "luminous: rgw: user stats increased after bucket reshard"
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:01 PM Revision 915a8e14 (ceph): Merge pull request #20056 from linuxbox2/luminous-rgw-latchfix
luminous: rgw_file: alternate fix deadlock on lru eviction
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:57 PM Revision 9882489f (ceph): Merge pull request #20073 from smithfarm/wip-22767-luminous
luminous: rgw: librgw: fix shutdown error with resources uncleaned
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
03:56 PM Revision 440fdfa4 (ceph): Merge pull request #20075 from smithfarm/wip-22773-luminous
luminous: rgw: file deadlock on lru evicting
Reviewed-by: Matt Benjamin <mbenjami@redhat.com>
Yuri Weinstein
03:56 PM Revision f83a246b (ceph): Merge pull request #20107 from dreamhost/wip-22792
luminous: rgw: When a system object is created exclusively, do not distribute the
Reviewed-by: Casey Bodley <cbodley...
Yuri Weinstein
03:26 PM Revision 0e0d0cd8 (ceph): test/librados: be more tolerant with timed lock tests
wait for extra 0.1 second, and try again if the lock is not expired yet.
this happens if the client and osd are not s...
Kefu Chai
02:55 PM Revision a78cdcee (ceph): os/bluestore: disable on_applied sync_complete
1. This is causing problems in ECBackend that are not obvious.
2. It didn't show any performance win anyway.
3. I'm t...
Sage Weil
02:42 PM Revision 4f537e22 (ceph): Merge pull request #20167 from cernceph/dvanders_withhold
osd: change log level when withholding pg creation
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:37 PM Revision d12ba37e (ceph): osd: change log level when withholding pg creation
Signed-off-by: Dan van der Ster <daniel.vanderster@cern.ch> Dan van der Ster
01:17 PM Revision f57e00db (ceph): build/ops: rpm: fix _defined_if_python2_absent conditional
The expectation is that _defined_if_python2_absent will be defined
if (and only if) the python2 bcond is not set. Bef...
Nathan Cutler
11:01 AM Revision dc2369d8 (ceph): rgw: fix a typo in comment
Signed-off-by: luomuyao <luo.muyao@zte.com.cn> luomuyao
10:56 AM Revision c41ef5a5 (ceph): Merge pull request #19758 from nrdmn/fix-dashboard-wip
pybind/mgr/dashboard: fix reverse proxy support
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: John Spray <j...
John Spray
10:41 AM Revision 91e12608 (ceph): Merge pull request #20142 from shangzhong/wip-java-native
java/native: s/jni: lstat/jni: stat in native_ceph_stat
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:39 AM Revision a26b4ae7 (ceph): mgr: balancer: fixed mistype "AttributeError: 'Logger' object has no at...
Signed-off-by: Konstantin Shalygin <k0ste@k0ste.ru>
(cherry picked from commit 2062e84c7a33fc5170740f2d60d07ddf62085457)
Konstantin Shalygin
10:38 AM Revision e46a4d80 (ceph): Merge pull request #20130 from k0ste/newfeature
mgr: balancer: fixed mistype "AttributeError: 'Logger' object has no attribute 'err'"
Reviewed-by: Kefu Chai <kchai@...
Kefu Chai
10:37 AM Revision 3e3e7816 (ceph): Merge pull request #20127 from majianpeng/issue_op_cleanup
osd/ReplicatedBackend: clean up code.
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:37 AM Revision d61b129e (ceph): Merge pull request #20119 from Liuchang0812/remove-health-service
mon: remove health service
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
10:36 AM Revision 9c456415 (ceph): Merge pull request #20092 from tangwenjun3/wip-fix-write-label
os/bluestore: no need to fsync when failed to write label
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
10:36 AM Revision 2a5b62a3 (ceph): Merge pull request #20078 from renhwztetecs/renhw-wip-mon-paxos-cleanup
mon: paxos cleanup
Reviewed-by: Joao Eduardo Luis <joao@suse.de>
Kefu Chai
10:24 AM Revision 78c3dfdf (ceph): doc/client: uniform naming
Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn> huanwen ren
10:03 AM Revision b2d406e0 (ceph): Merge pull request #20126 from tchaikov/wip-doc-mgr-auth
doc: update mgr related auth settings
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
07:34 AM Revision 6a57358a (ceph): rbd: unified way to map images using different drivers
Instead of "rbd map|unmap|showmapped", "rbd ndb map|unmap|list",
"rbd ggate map|unmap|list" commands, provide:
rbd ...
Mykola Golub
06:41 AM Revision 2ff9ea15 (ceph): rgw: fix the max-uploads parameter not work
fix http://tracker.ceph.com/issues/22825
Signed-off-by: Xin Liao <liaoxinbit@gmail.com>
liaoxin01
04:22 AM Revision 14bb8150 (ceph): mgr/dashboard: add configuration setting browser
Signed-off-by: Rubab Syed<rubab.syed21@gmail.com> Rubab Syed
04:08 AM Revision 343a9a39 (ceph): rgw: log the right http status code in civetweb frontend's access log
Fixes: http://tracker.ceph.com/issues/22538
Signed-off-by: Yao Zongyou <yaozongyou@vip.qq.com>
(cherry picked from c...
Zongyou Yao
03:20 AM Revision 4ca3eb28 (ceph): mgr/balancer: pool-specific optimization support
This currently only works for upmap.
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
xie xingguo
02:57 AM Revision 2852a5f5 (ceph): mon: fix mgr using auth_client_required policy
This caused mgr daemons to fail to authenticate
when auth_client_required was set to something
different to auth_clus...
John Spray
02:57 AM Revision f2a20277 (ceph): mgr: apply auth_service_required to client conns
Previously was using auth_cluster_required for all
connections, which meant that if someone had
disabled client cephx...
John Spray
02:45 AM Revision cfd05be6 (ceph): librbd: fix snap create/rm may taking long time
fix snap create/rm may taking long time
http://tracker.ceph.com/issues/22716
Signed-off-by: Song Shun <song.shun3@...
shun song
02:27 AM Revision 1526e088 (ceph): mds: reset connection's priv when marking down connection
mds won't get reset for down connection, so it needs to break
circle reference between connection and session.
Signe...
Yan, Zheng
12:15 AM Revision 7cbf1a6b (ceph): tests: ceph-disk: Remove sitepackages=True
"sitepackages=True" causes issues on systems that may have packages like
"coverage" or "pytest" installed at the syst...
Brad Hubbard

01/28/2018

10:47 PM Revision 8950736b (ceph): mon: use pool_sum as param name in PGMapDigest::recovery_summary
the param name of delta_sum of PGMapDigest::recovery_summary() is misleading too.
delta_sum fits the recovery_rate_su...
Chang Liu
10:47 PM Revision e94900c7 (ceph): mon: do not use per_pool_sum_delta to show recovery summary
Fixes: http://tracker.ceph.com/issues/22727
Signed-off-by: Chang Liu <liuchang0812@gmail.com>
(cherry picked from co...
Chang Liu
10:45 PM Revision f23035fb (ceph): test: Remove bogus check in ceph_objectstore_tool.py
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit f918b1fac1f3cdb4cf316fb4c7afc90de49ce06e)
David Zafman
10:45 PM Revision 339e9900 (ceph): ceph-objectstore-tool: Fix debug output
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 090c773fc9b7f3316ed88edd24b85a703224ddc5)
David Zafman
10:45 PM Revision 152272ce (ceph): osd: Fixes for mark_unfound_lost
Let recovery requeue operations and release backoff
For "delete" mark object context, if present, to non-existent
Si...
David Zafman
10:45 PM Revision 17c64595 (ceph): ceph-osdomap-tool: Add compact comand option
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit b1f397f4fc3313ee0325722156759bfe32286c6b)
David Zafman
10:45 PM Revision 4c2a8f1d (ceph): osd: Primary shard needs to be at the front to be preferred
Caused by: cd0d8b0714d8684cf61b4650e170027ef46f489b
Fixes: http://tracker.ceph.com/issues/21907
Signed-off-by: Davi...
David Zafman
10:45 PM Revision 540f425f (ceph): osd: Scrub of object with only object error(s) are not logged
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 1ad05b1068ddd5d3312af45af1a60587200ddcd7)
David Zafman
09:32 PM Revision 20164df4 (ceph): client: rework Client::get_local_osd() return codes
It currently returns -1 when there isn't one, but the C wrapper can
also return -ENOTCONN if the cmount isn't mounted...
Jeff Layton
09:32 PM Revision dbf54df8 (ceph): client: reset unmounting flag to false when starting a new mount
Once the "unmounting" flag goes to true, it never flips back to false.
We don't have a lot of checks for "unmounting"...
Jeff Layton
09:32 PM Revision 12e93809 (ceph): client: remove misleading comment in get_cap_ref
That may have been true at one time, but it's not always a single bit now.
Signed-off-by: Jeff Layton <jlayton@redha...
Jeff Layton
02:38 PM Revision 0d4a71ed (ceph): Merge pull request #19990 from dillaman/wip-group-cleanup
librbd: group and snapshot cleanup
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
11:52 AM Revision 3a058a2e (ceph): tests: rados tool: test -f option
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
11:23 AM Revision 358f8a55 (ceph): mds: fix session reference leak
"m->get_connection()->get_priv()" increases the session's reference
count by one. but we forget to release the refere...
Yan, Zheng
11:17 AM Revision 82d4896b (ceph): tools: rados: drop --force option
The global -f / --force option was introduced by
3425a8e5031a4f0c9c0eb85e8a329b02d05b9420 for use in import/export.
...
Nathan Cutler
11:13 AM Revision 182b519c (ceph): tools: rados: make -f be --format instead of --force
Fixes: http://tracker.ceph.com/issues/15904
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
11:12 AM Revision 89385a2f (ceph): doc: mention rados -f change in PendingReleaseNotes
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
12:30 AM Revision a19210b6 (ceph): qa/tasks/reg11184: import run
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 59e3827be7ff4cbcb24b196125b25802ffd741c8)
Sage Weil
12:28 AM Revision 96cd8227 (ceph): qa/tasks/ceph_manager: wait for osd to start after objectstore-tool seq...
Fixes: http://tracker.ceph.com/issues/20705
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 583...
Sage Weil
12:03 AM Revision 3d5dabf8 (ceph): build/ops: rpm: Python 3-only ceph-disk and ceph-volume
This should have been part of 661ccdbaa15f88d69986533c74553e6a19bd577d
but was overlooked.
Signed-off-by: Nathan Cut...
Nathan Cutler
12:03 AM Revision d01d69e5 (ceph): cmake: empty INSTALL_RPATH for libcls_sdk.so.1.0.0
See 235448879e5 for explanation.
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler

01/27/2018

09:40 PM Revision bae94c68 (ceph): rgw_file: avoid evaluating nullptr for readdir offset
I've found by experimentation that passing a null pointer
as a value to a CachedPrebufferedStreambuf ostream caused
s...
Matt Benjamin
01:02 PM Revision 471a5a93 (ceph): rbd: dump op features in image info
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:02 PM Revision 9a938088 (ceph): rbd: normalize group command aliases
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:02 PM Revision 36d3b17d (ceph): pybind/rbd: normalize image group API
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
08:34 AM Revision 16a900ed (ceph): test: fix misc fiemap testing
1) Different filesystem will have different behavior to
allocate extents. Therefore, even if write 4000 extents,
the ...
Ning Yao
07:31 AM Revision da9cd5e8 (ceph): java/native: s/jni: lstat/jni: stat in native_ceph_stat
Signed-off-by: Shangzhong Zhu <zhu.shangzhong@zte.com.cn> shangzhong zhu

01/26/2018

10:50 PM Revision 2b33c475 (ceph): Merge pull request #18951 from dzafman/wip-21440
Jewel: Performance: Only scan for omap corruption once
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
David Zafman
10:40 PM Revision eb55a14e (ceph): Merge pull request #19828 from xxhdx1985126/wip_xxh_trackedop_tracking_...
common: mark events of TrackedOp outside its constructor
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Greg ...
Yuri Weinstein
10:37 PM Revision e5925894 (ceph): Merge pull request #20022 from badone/wip-OSDMonitor-error-message-outputs
mon/OSDMonitor: Fix OSDMonitor error message outputs
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
10:37 PM Revision dae4d67e (ceph): Merge pull request #20115 from liewegas/wip-features
mon: fix structure of 'features' command
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
08:41 PM Revision f67bd47d (ceph): Merge pull request #20096 from myoungwon/wip-manifest-two-pool-test
src/test/osd: add two pool test for manifest objects
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
07:42 PM Revision 46f67dd6 (ceph): build/ops: rpm: recommend chrony instead of ntp-daemon
References: https://tracker.ceph.com/issues/22751
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
06:29 PM Revision 31c60584 (ceph): Merge pull request #20018 from smithfarm/wip-python3-only
build/ops: rpm: conditionalize Python 2 availability to enable Ceph build on Python 3-only system
Reviewed-by: Kefu ...
Nathan Cutler
04:29 PM Revision 7fe6917b (ceph): Merge pull request #20134 from tchaikov/wip-spdk-aarch64
spdk: update SPDK to fix the build failure on aarch64
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
03:58 PM Revision 5cbfeffd (ceph): osd/ReplicatedBackend: clean up code.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> Jianpeng Ma
03:56 PM Revision 2177353f (ceph): Merge pull request #18690 from dzafman/wip-1508935
jewel: osd: recover_replicas: object added to missing set for backfill, but is not in recovering, error!
Reviewed-by...
David Zafman
03:32 PM Revision ac56e7bb (ceph): test/librbd: treat empty features environment variable as old format
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:32 PM Revision 4432e7eb (ceph): librbd: remove 'consistency' verbiage from group feature
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:32 PM Revision 0ce2c834 (ceph): librbd: group image add/remove ops should notify update
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:32 PM Revision 19a9c3bf (ceph): cls/rbd: cleanup helper method visibility
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:32 PM Revision 41c5f323 (ceph): cls/rbd: removed unused snapshot feature bitmask
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:32 PM Revision c0801af3 (ceph): cls/rbd: add new op feature bits for groups and snap trash
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:32 PM Revision 94dc5aeb (ceph): cls/rbd: renamed image group add/remove/get operations
The methods are used by the luminous release of librbd but are essentially
no-ops since group support was removed fro...
Jason Dillaman
03:32 PM Revision 7cd13f83 (ceph): cls/rbd: automatically manage group op feature on images
When an image is added to a group, set the group op feature
bit and when removed, clear the bit.
Signed-off-by: Jaso...
Jason Dillaman
03:32 PM Revision 4ad9d565 (ceph): librbd: simplified retrieving snapshots from image header
Added a new cls 'snapshot_get' method that retrieves all snapshot
specific details to avoid the need to add a new cls...
Jason Dillaman
03:32 PM Revision deba6b41 (ceph): librbd: properly handle group snap add failure case
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:32 PM Revision 3c4e2c10 (ceph): librbd: shorten the generated group image snapshot name
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:32 PM Revision 86772a18 (ceph): librbd: normalize image group C/C++ API
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:23 PM Revision 7a275516 (ceph): client: add cap_dirtier_uid/gid to CapSnap
Set new fields to whatever the inode has at the time that we create the
CapSnap. In the event that it was unset at th...
Jeff Layton
02:59 PM Revision 94e7b142 (ceph): src/test/osd/TestRados: add a comment
Signed-off-by: Myoungwon Oh <omwmw@sk.com> myoungwon oh
02:06 PM Revision 95e1963c (ceph): pybind/mgr/dashboard: fix reverse proxy support
This fixes http redirection for reverse http proxies
Fixes: http://tracker.ceph.com/issues/22557
Signed-off-by: Nick...
Nick Erdmann
02:06 PM Revision fdd64bb2 (ceph): pybind/mgr: fix typo
Signed-off-by: Nick Erdmann <n@nirf.de> Nick Erdmann
01:45 PM Revision e544f149 (ceph): Merge pull request #20064 from tchaikov/wip-cmake-py3
cmake: enabled py3 only build
Reviewed-by: John Spray <john.spray@redhat.com>
Reviewed-by: Nathan Cutler <ncutler@su...
Nathan Cutler
01:15 PM Revision e50835f8 (ceph): Merge pull request #20136 from dillaman/wip-22815-luminous
luminous: qa/workunits/rbd: switch devstack to pike release
Reviewed-by: Mykola Golub <mgolub@suse.com>
Jason Dillaman
01:13 PM Revision 4efada35 (ceph): qa/workunits/rbd: switch devstack to pike release
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 7ff1e0bc2193acd009a74db81cf8e8cc8639ad12)
Jason Dillaman
01:11 PM Revision 37067a6f (ceph): librbd: force removal of a snapshot cannot ignore dependent children
Fixes: http://tracker.ceph.com/issues/22791
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
01:05 PM Revision 95a83580 (ceph): spdk: enable SPDK on AArch64 by default
Enable SPDK in Ceph on AArch64 by default.
Change-Id: I81ad8e0b860968d62fd2740ae04923f477dab75a
Signed-off-by: Tone ...
Tone ZHANG
01:03 PM Revision 29b5611d (ceph): doc/dev: add a brief guide to serialization
Contributors encounter this pretty soon when trying
to add any feature to Ceph, so I'd like a central place
to point ...
John Spray
12:55 PM Revision 539e046b (ceph): spdk: update SPDK to fix the build failure on aarch64
to include 29be88fab6bb026df27c93ee89c61965b3c43133 which addresses a
build failure on aarch64.
Signed-off-by: Kefu ...
Kefu Chai
12:24 PM Revision 9e45edaa (ceph): cmake: build ceph-mgr with specified version of python
* add an option named "MGR_PYTHON_VERSION", so we can build ceph-mgr
which use py3 for running plugins
* also drop ...
Kefu Chai
12:24 PM Revision 46003075 (ceph): mgr: be compatible with py3
so ceph-mgr can be compiled using py3
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:22 PM Revision 8169164e (ceph): build/ops: deb: drop redundant ceph-common recommends
Since ceph-common is a hard dependency of ceph-base, packages that
require ceph-base do not need to recommend ceph-co...
Nathan Cutler
12:06 PM Revision 8b21ba92 (ceph): cmake: add WITH_PYTHON2 option
* add WITH_PYTHON2 option, so we can build python3 bindings only.
* change the default value of WITH_PYTHON3 option t...
Kefu Chai
11:31 AM Revision 2062e84c (ceph): mgr: balancer: fixed mistype "AttributeError: 'Logger' object has no at...
Signed-off-by: Konstantin Shalygin <k0ste@k0ste.ru> Konstantin Shalygin
11:05 AM Revision 367c4628 (ceph): Merge pull request #19922 from Rubab-Syed/performance_counter_browser
mgr/dashboard: performance counter browsers
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
07:30 AM Revision c641b205 (ceph): Merge pull request #20009 from Liuchang0812/fix-22727
mon: do not use per_pool_sum_delta to show recovery summary
Reviewed-by: Varada Kari <varada.kari@gmail.com>
Reviewe...
Kefu Chai
07:28 AM Revision 73cc02d3 (ceph): Merge pull request #20048 from jcsp/wip-22096
mon: fix mgr using auth_client_required policy
Reviewed-by: Joao Eduardo Luis <joao@suse.de>
Reviewed-by: Kefu Chai ...
Kefu Chai
07:24 AM Revision 8c2037ef (ceph): doc: update mgr related auth settings
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
07:20 AM Revision a1d63044 (ceph): qa/suites/rados/thrash/workloads: add paramters to support two pools
Signed-off-by: Myoungwon Oh <omwmw@sk.com> myoungwon oh
06:42 AM Revision 661ccdba (ceph): build/ops: rpm: conditionalize Python 2 availability
Not all build targets have Python 2 available. Allow the build
to succeed on pure Python 3 systems.
Signed-off-by: N...
Nathan Cutler
06:42 AM Revision b2d45578 (ceph): build/ops: rpm: package byte-compiled ceph-rest-api
This is only necessary on Python 3-only systems.
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
06:42 AM Revision c0b7aab3 (ceph): build/ops: rpm: python3-ceph-argparse only if Python 2 available
The python3-ceph-argparse package is only necessary in environments where
Python 3 might not be available. For distro...
Nathan Cutler
06:42 AM Revision 5ec23644 (ceph): doc: PendingReleaseNotes: python-ceph-compat deprecate/drop
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
06:42 AM Revision e9e62cbf (ceph): build/ops: rpm: move distro-conditional make check deps
These were in the wrong section.
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
06:42 AM Revision d688b23f (ceph): build/ops: rpm: introduce _python_buildid macro
This eliminates several ugly conditional blocks. This commit also does some
cleanup like dropping the ceph-base runti...
Nathan Cutler
06:42 AM Revision fab20559 (ceph): cmake: empty INSTALL_RPATH for libceph_zstd.so.2.0.0
See 235448879e5 for explanation.
Signed-off-by: Nathan Cutler <ncutler@suse.com>
Nathan Cutler
06:42 AM Revision ca6c92b3 (ceph): make-dist: add OBS-specific release suffix on SUSE
This is needed to prevent OBS from overriding the nice release number generated
by make-dist.
For more information, ...
Nathan Cutler
06:42 AM Revision ea5ac3cd (ceph): build/ops: rpm: correct Group for python libraries
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
06:36 AM Revision 2d072dc5 (ceph): Merge pull request #19994 from runsisi/wip-objecter-cleanup
objecter: minor cleanups
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:34 AM Revision 4233cc02 (ceph): Merge pull request #19651 from yanghonggang/master
mon/OSDMonitor.cc: fix expected_num_objects interpret error
Reviewed-by: Joao Eduardo Luis <joao@suse.de>
Reviewed-b...
Kefu Chai
05:41 AM Revision 023759c7 (ceph): Merge pull request #20124 from dillaman/wip-devstack
qa/workunits/rbd: switch devstack to pike release
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
05:32 AM Revision a2210912 (ceph): Merge pull request #20105 from dillaman/wip-22791
librbd: force removal of a snapshot cannot ignore dependent children
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
03:00 AM Revision 7638a207 (ceph): Merge pull request #19320 from vshankar/rbd-mirror-image-map-policy-test
test/rbd-mirror: image map policy test
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
02:59 AM Revision da731456 (ceph): Merge pull request #19974 from shun-s/wip-accelerate-rbd-snap-create-rm...
librbd: cache last index position to accelerate snap create/rm
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
02:59 AM Revision 62534904 (ceph): Merge pull request #19996 from Songweibin/wip-rbd-deep-cp
rbd: add deep cp CLI method
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
12:20 AM Revision 25ecfbd9 (ceph): mgr/dashboard: performance counter browsers
Signed-off-by: Rubab-Syed <rubab.syed21@gmail.com> Rubab Syed

01/25/2018

11:44 PM Revision 7ff1e0bc (ceph): qa/workunits/rbd: switch devstack to pike release
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
10:52 PM Revision 19b56486 (ceph): Merge PR #20060 into master
* refs/pull/20060/head:
ceph-debug-docker.sh: allow specifying branch sha1
Reviewed-by: Brad Hubbard <bhubbard@redh...
Patrick Donnelly
10:13 PM Revision fcc58ecf (ceph): librbd: force removal of a snapshot cannot ignore dependent children
Fixes: http://tracker.ceph.com/issues/22791
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
08:03 PM Revision bba828b2 (ceph): Merge pull request #19105 from batrick/i22228
luminous: client: anchor Inode while trimming caps
Reviewed-by: Yan, Zheng <zyan@redhat.com>
Reviewed-by: Yuri Weins...
Yuri Weinstein
08:02 PM Revision f473d3e4 (ceph): Merge pull request #19360 from ukernel/luminous-22219
luminous: mds: ignore export pin for unlinked directory
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
08:01 PM Revision 646a2c4d (ceph): Merge pull request #19646 from pdvian/wip-22503-luminous
luminous: mds: properly eval locks after importing inode
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
07:46 PM Revision 1b1ce132 (ceph): Merge pull request #20055 from dzafman/wip-22724
luminous: miscounting degraded objects and PG stuck in recovery_unfound
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Josh Durgin
07:44 PM Revision 80de33b1 (ceph): Merge branch 'luminous' into wip-22724
David Zafman
07:36 PM Revision 09baff4b (ceph): Merge pull request #20081 from dzafman/wip-recovering-luminous
luminous: osd/ReplicatedPG.cc: recover_replicas: object added to missing set for backfill, but is not in recovering, ... Josh Durgin
07:12 PM Revision d7874dc1 (ceph): Merge pull request #18008 from ukernel/luminous-21584
luminous: mds: fix CDir::log_mark_dirty()
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Jos Colli...
Yuri Weinstein
07:11 PM Revision 2ecc4c32 (ceph): Merge pull request #18782 from ukernel/luminous-21985
luminous: mds: fix MDS_FEATURE_INCOMPAT_FILE_LAYOUT_V2 definition
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
07:09 PM Revision 6097c4f1 (ceph): Merge pull request #18783 from ukernel/luminous-21975
luminous: mds: trim 'N' log segments according to how many log segments are there
Reviewed-by: Patrick Donnelly <pdo...
Yuri Weinstein
07:08 PM Revision b18280db (ceph): Merge pull request #18831 from shinobu-x/wip-22076-luminous
luminous: cephfs: "ceph tell mds" commands result in "File exists" errors on client admin socket
Reviewed-by: Jos Co...
Yuri Weinstein
07:07 PM Revision 443bfb69 (ceph): Merge pull request #18835 from shinobu-x/wip-22074-luminous
luminous: mds: don't check gid when none specified in auth caps
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
07:06 PM Revision 0e762253 (ceph): Merge pull request #18869 from shinobu-x/wip-21952-luminous
luminous: mds: no assertion on inode being purging in find_ino_peers()
Reviewed-by: Patrick Donnelly <pdonnell@redha...
Yuri Weinstein
07:06 PM Revision 1412d885 (ceph): Merge pull request #18871 from shinobu-x/wip-21947-luminous
luminous: mds: preserve order of requests during recovery of multimds cluster
Reviewed-by: Patrick Donnelly <pdonnel...
Yuri Weinstein
07:05 PM Revision dbc7cf62 (ceph): Merge pull request #18912 from shinobu-x/wip-22077-luminous
luminous: src/mds/MDCache.cc: 7421: FAILED assert(CInode::count() == inode_map.size() + snap_inode_map.size())
Revie...
Yuri Weinstein
07:04 PM Revision 4a0835d0 (ceph): Merge pull request #19055 from shinobu-x/wip-22192-luminous
luminous: MDSMonitor: monitor gives constant "is now active in filesystem cephfs as rank" cluster log info messages
...
Yuri Weinstein
07:02 PM Revision 6fa7c82b (ceph): Merge pull request #19326 from ukernel/luminous-22263
luminous: mds: handle client reconnect gather race
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
07:00 PM Revision cdfe41dd (ceph): Merge pull request #19480 from smithfarm/wip-22407-luminous
luminous: cephfs: client: implement delegation support in userland cephfs
Reviewed-by: Patrick Donnelly <pdonnell@re...
Yuri Weinstein
06:58 PM Revision dc68871f (ceph): Merge pull request #19775 from ukernel/luminous-19578
luminous: mds: track dirty dentries in separate list
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
06:58 PM Revision 75d7ce3c (ceph): Merge pull request #19827 from pdvian/wip-22587-luminous
luminous: mds: reduce debugging level for balancer messages
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Revi...
Yuri Weinstein
06:57 PM Revision b2e38487 (ceph): Merge pull request #20082 from smithfarm/wip-21525-luminous
luminous: cephfs: client: dual client segfault with racing ceph_shutdown
Reviewed-by: Patrick Donnelly <pdonnell@red...
Yuri Weinstein
06:55 PM Revision af9499db (ceph): Merge pull request #20085 from pdvian/wip-22763-luminous
luminous: cephfs-journal-tool: add "set pool_id" option
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
06:55 PM Revision 832f228d (ceph): Merge pull request #20086 from pdvian/wip-22765-luminous
luminous: client: avoid recursive lock in ll_get_vino
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Yuri Weinstein
06:10 PM Revision a7158f6f (ceph): rgw: fix RGWCompletionManager get_next stuck after going down
fix the situation cond.Signal() fist then we go into cond.wait()
fixes: http://tracker.ceph.com/issues/22799
Signed...
Tianshan Qu
05:52 PM Revision 26b73375 (ceph): ceph-dencoder: moved RBD types outside of RGW preprocessor guard
Fixes: http://tracker.ceph.com/issues/22321
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
05:51 PM Revision f7fb5662 (ceph): cephfs: Add option to load invalid metadata from disk
Add an option, mds_allow_loading_invalid_metadata, for testing
to bypass sanity checks on metadata loaded from RAODS....
Douglas Fuller
05:28 PM Revision d4f5dc27 (ceph): mds: fix return value of MDCache::dump_cache
previous commit "mds: track snap inodes through sorted map" makes
MDCache::dump_cache return 1 on success.
Signed-of...
Yan, Zheng
05:25 PM Revision fc791b98 (ceph): qa/rgw: hadoop suite targets centos_latest
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit a97d5bea42a40909aa4e9672505b9ad994cec184)...
Casey Bodley
05:23 PM Revision 470c5f23 (ceph): qa/rgw: use overrides for hadoop version
instead of having two separate tasks, add v27.yaml and v28.yaml with
overrides for hadoop_version
Signed-off-by: Cas...
Casey Bodley
05:11 PM Revision e7113bca (ceph): Merge pull request #18019 from ukernel/luminous-21091
luminous: mds: fix StrayManager::truncate()
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: John Sp...
Yuri Weinstein
05:09 PM Revision ab9e7968 (ceph): rgw: fix for empty query string in beast frontend
when the target does not contain a ?, the QUERY_STRING was being set to
the same value as REQUEST_URI. this QUERY_STR...
Casey Bodley
05:03 PM Revision 60c74451 (ceph): Merge pull request #19485 from dillaman/wip-21788-luminous
luminous: librbd: refresh image after applying new/removing old metadata
Reviewed-by: Mykola Golub <mgolub@suse.com>
Jason Dillaman
04:44 PM Revision cea6b6e3 (ceph): Merge pull request #18834 from shinobu-x/wip-22073-luminous
luminous: [api] compare-and-write methods not properly advertised
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
04:28 PM Revision fa97a479 (ceph): Merge pull request #19058 from shinobu-x/wip-22190-luminous
luminous: class rbd.Image discard----OSError: [errno 2147483648] error discarding region
Reviewed-by: Jason Dillaman...
Jason Dillaman
04:18 PM Revision 2d0a2df9 (ceph): Merge pull request #19066 from pdvian/wip-22172-luminous
luminous: [rbd-nbd] Fedora does not register resize events
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Reviewe...
Yuri Weinstein
04:17 PM Revision 5bfd5cb5 (ceph): Merge pull request #19107 from pdvian/wip-22208-luminous
luminous: rbd: disk usage on empty pool no longer returns an error message
Reviewed-by: Jason Dillaman <dillaman@red...
Yuri Weinstein
04:17 PM Revision 043a7a19 (ceph): Merge pull request #19305 from pdvian/wip-21700-luminous
luminous: rbd-mirror: Allow a different data-pool to be used on the secondary cluster
Reviewed-by: Jason Dillaman <d...
Yuri Weinstein
04:16 PM Revision 588e5759 (ceph): Merge pull request #19447 from smithfarm/wip-21646-luminous
luminous: librbd: Image-meta should be dynamically refreshed
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Yuri Weinstein
04:15 PM Revision ab6b45d6 (ceph): Merge pull request #19479 from smithfarm/wip-22376-luminous
luminous: rbd: Python RBD metadata_get does not work
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Reviewed-by: ...
Yuri Weinstein
04:14 PM Revision 43333e0d (ceph): Merge pull request #19484 from dillaman/wip-21644-luminous
luminous: rbd-mirror: sync image metadata when transfering remote image
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Yuri Weinstein
04:13 PM Revision 3ac67321 (ceph): Merge pull request #19503 from shinobu-x/wip-22395-luminous
luminous: librbd: cannot clone all image-metas if we have more than 64 key/value pairs
Reviewed-by: Jason Dillaman <...
Yuri Weinstein
04:12 PM Revision 9560a8b2 (ceph): Merge pull request #19504 from shinobu-x/wip-22393-luminous
luminous: librbd: cannot copy all image-metas if we have more than 64 key/value pairs
Reviewed-by: Jason Dillaman <d...
Yuri Weinstein
04:11 PM Revision 9f48a65b (ceph): Merge pull request #19554 from shinobu-x/wip-22454-luminous
luminous: cluster resource agent ocf:ceph:rbd - wrong permissions
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Yuri Weinstein
04:11 PM Revision 49d5128b (ceph): Merge pull request #19625 from shinobu-x/wip-22497-luminous
luminous: [rbd-mirror] new pools might not be detected
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Yuri Weinstein
04:10 PM Revision 5051aa86 (ceph): Merge pull request #19800 from smithfarm/wip-21641-luminous
luminous: rbd ls -l crashes with SIGABRT
Reviewed-by: Mykola Golub <mgolub@mirantis.com>
Yuri Weinstein
04:10 PM Revision 52e59854 (ceph): mgr: request daemon's metadata when receiving a report message from an ...
Fixes: http://tracker.ceph.com/issues/21687
Signed-off-by: Chang Liu <liuchang0812@gmail.com>
(cherry picked from co...
Chang Liu
04:09 PM Revision e97ad14c (ceph): mgr: kill MgrSession when MMgrReport come from daemon without metadata ...
Signed-off-by: liuchang0812 <liuchang0812@gmail.com>
(cherry picked from commit 29080134339e5e64d50af1db9fe50df7ea55c...
Chang Liu
04:09 PM Revision 147d57b3 (ceph): Merge pull request #19802 from smithfarm/wip-21690-luminous
luminous: tests: rbd_mirror_helpers.sh request_resync_image function saves image id to wrong variable
Reviewed-by: J...
Yuri Weinstein
04:09 PM Revision a69f543b (ceph): Merge pull request #19853 from pdvian/wip-22593-luminous
luminous: rbd: librbd: filter out potential race with image rename
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Yuri Weinstein
03:43 PM Revision 0699129f (ceph): Revert "rgw: reshard should not update stats when linking new bucket in...
Signed-off-by: Orit Wasserman <owasserm@redhat.com> Orit Wasserman
03:43 PM Revision 52bf90bb (ceph): Merge pull request #20047 from jcsp/wip-prometheus-qa
qa: add new prometheus test to rados/mgr suite
Reviewed-By: Nathan Cutler <ncutler@suse.com>
Reviewed-by: Kefu Chai ...
Kefu Chai
03:40 PM Revision 4318ac5e (ceph): Revert "luminous: rgw: user stats increased after bucket reshard"
Signed-off-by: Orit Wasserman <owasserm@redhat.com> Orit Wasserman
03:19 PM Revision c42f7632 (ceph): Merge pull request #19596 from qrGitHub/wip-rgw-lc-scheduleNextStartTime
rgw: optimize next start time for lifecycle
Reviewed-by: Daniel Gryniewicz <dang@redhat.com>
Casey Bodley
03:02 PM Revision 50136330 (ceph): Merge pull request #20077 from smithfarm/wip-spdk-fast-forward
spdk: update submodule to more recent upstream
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:46 PM Revision 3bae3195 (ceph): mon: remove health service
Signed-off-by: Chang Liu <liuchang0812@gmail.com> Chang Liu
02:26 PM Revision 6f725e76 (ceph): cmake: build Boost.python with specified version of python
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
12:46 PM Revision cd9e6788 (ceph): tools/ceph_monstore_tool: include mgrmap in initial paxos epoch
before this change, the "mgr" map is not included paxos, thus why the
peon mon fails to have the mgr map after it is ...
Kefu Chai
11:23 AM Revision 474828dd (ceph): Merge pull request #19235 from jcsp/wip-mgr-can-run
mgr: improved module loading for error reporting etc
Reviewed-by: Kefu Chai <kchai@redhat.com>
John Spray
10:57 AM Revision 583ff77c (ceph): rgw: rgw_add_to_iam_env use string_view
This commit unites the various add_to_iam_env implementations and uses the
std::string_view variant. Also updated cal...
Abhishek Lekshmanan
10:56 AM Revision b2accc22 (ceph): rgw: policy: refactor has_conditional
Basically created has_conditional and has_partial_conditional to check for
exact/partial matches for conditionals and...
Abhishek Lekshmanan
10:51 AM Revision d04ed348 (ceph): librbd: fix snap create/rm may taking long time
fix snap create/rm may taking long time
http://tracker.ceph.com/issues/22716
Signed-off-by: Song Shun <song.shun3@...
shun song
08:36 AM Revision 34cc708c (ceph): Merge pull request #19122 from smithfarm/wip-lowmem-builder
build/ops: rpm: set build parallelism based on available memory
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-b...
Nathan Cutler
07:32 AM Revision 21a3955e (ceph): mon: fix structure of 'features' command
We are dumping an array of objects all called "group"--we need an array
here, not an object (dict) section.
Signed-o...
Sage Weil
06:10 AM Revision 85365c4f (ceph): ceph-disk: reduce the scope of activate_lock.
Hold the FileLock when mounting the directory. Release the FileLock when start the osd and connect to the monitor. So... hikdata hik
05:31 AM Revision 0b1e515d (ceph): osdc/ObjectCacher: don't merge TX buffer heads
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
04:22 AM Revision b639fa31 (ceph): OSD: heartbeat peers need to be updated when a new OSD added into an al...
Fixes: http://tracker.ceph.com/issues/18004
Signed-off-by: Pan Liu <pan.liu@istuary.com>
(cherry picked from commit e...
Pan Liu
04:02 AM Revision 9ad43cd2 (ceph): cephfs-journal-tool: add usage help info for header set <field>
Signed-off-by: dongdong tao <tdd21151186@gmail.com>
(cherry picked from commit 2b06bff950a78b15aca083b20eaa812b4214e8...
dongdong tao
04:00 AM Revision 6e62decc (ceph): mds: add error log info
Signed-off-by: dongdong tao <tdd21151186@gmail.com>
(cherry picked from commit a7c2ecd6391d22c5312a9e568ff742cff252749e)
dongdong tao
04:00 AM Revision 7b6d61d7 (ceph): cephfs-journal-tool: add "set pool_id" option
Fixes: http://tracker.ceph.com/issues/22631
Signed-off-by: dongdong tao <tdd21151186@gmail.com>
(cherry picked from ...
dongdong tao
02:25 AM Revision cc4c6dcc (ceph): osdc/ObjectCacher: fix off-by-one error in bh_write_commit()
Fixes: https://tracker.ceph.com/issues/22741
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Yan, Zheng
01:16 AM Revision 3ebb5cc7 (ceph): os/bluestore.cc: no need to fsync when failed to write label
Signed-off-by: tangwenjun <tang.wenjun3@zte.com.cn> tangwenjun tang
01:00 AM Revision da3ba002 (ceph): osd: Sign in early SIGHUP signal
In the process of starting the osd process,if system just call the
logratote("killall -q -1 ceph-mon ceph-mgr ceph-md...
huanwen ren

01/24/2018

10:20 PM Revision d048cb2c (ceph): build/ops: rpm: let ctest benefit from memory calculation
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
10:20 PM Revision e020ec33 (ceph): build/ops: cmake: do not guard certain tools with WITH_TESTS
As a follow-up to d7b493a7108a68302bc0f48337bf3c253a720266 we need to stop guarding
ceph-osdomap-tool
ceph-m...
Nathan Cutler
10:20 PM Revision 0cf627b4 (ceph): build/ops: rpm: override %_smp_mflags if not enough memory
Sometimes the build machine has lots of processor cores and not enough
memory to successfully build Ceph on all of th...
Nathan Cutler
10:20 PM Revision 353ff677 (ceph): build/ops: rpm: fix Group for rados-objclass-devel subpackage
Fixes RPMLINT warning "non-standard-group Development/Libraries"
Also, the Group: line is only needed for SUSE so pu...
Nathan Cutler
09:51 PM Revision b219b854 (ceph): When a system object is created exclusively, do not distribute the
cache information to the other rados gateways and instead let them
lazily retrieve the information when they need it....
J. Eric Ivancich
09:19 PM Revision 7ba84945 (ceph): Merge pull request #18722 from shinobu-x/wip-luminous-21946
luminous: mds: set PRIO_USEFUL on num_sessions counter
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-...
Yuri Weinstein
09:18 PM Revision 92978056 (ceph): Merge pull request #18730 from shinobu-x/wip-luminous-22030
luminous: List of filesystems does not get refreshed after a filesystem deletion
Reviewed-by: Josh Durgin <jdurgin@r...
Yuri Weinstein
09:18 PM Revision ae19fa73 (ceph): Merge pull request #18754 from shinobu-x/wip-21636-luminous
luminous: ceph-monstore-tool --readable mode doesn't understand FSMap, MgrMap
Reviewed-by: Josh Durgin <jdurgin@redh...
Yuri Weinstein
08:43 PM Revision 15e0630b (ceph): Merge pull request #19384 from ivancich/wip-rgw-lazy-cache-put-on-excl-...
rgw: do not update all gateway caches upon creation of system obj w/ exclusive flag
Reviewed-by: Casey Bodley <cbodl...
Casey Bodley
07:55 PM Revision 3ccf7e0b (ceph): osd/PG: print a space after __func__ in log message
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit e7bdf589db2010ea82aa33d60e9c54c14c7a78f0)
Kefu Chai
07:53 PM Revision 32c0eab8 (ceph): osd: update store with options after pg is created
Fixes: http://tracker.ceph.com/issues/22419
Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit 43...
Kefu Chai
06:08 PM Revision 6eb5c636 (ceph): mon: expose can_run flag in `module ls` + mgr dump
Enable people to see can_run failures and the explanatory
messages (telling them about a missing dependency)
before t...
John Spray
06:08 PM Revision 191cce74 (ceph): doc: note new mgr module error codes
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
06:08 PM Revision 9999ddf6 (ceph): mgr: refactor get_modules/list_modules
list_modules is really about searching for them
on disk, so it's now probe_modules and private.
Both methods now ret...
John Spray
06:08 PM Revision b3e6b8e1 (ceph): qa: always dump corrupt messages in rados/upgrade
Previously only a service with debug_ms>=1 would dump
corrupt messages: in an upgrade test we're *alway*
interested i...
John Spray
06:08 PM Revision 6a8da7ca (ceph): mgr: load all modules (not just active ones)
This is to enable us to learn more about the module
before it is enabled, such as whether its can_run method
return t...
John Spray
06:08 PM Revision 712ad57d (ceph): mgr: evaluate `can_run` method on modules
...and transmit the result to the monitor in
our beacon.
Fixes: http://tracker.ceph.com/issues/21502
Signed-off-by: ...
John Spray
06:08 PM Revision 834bc279 (ceph): mgr: load command definitions earlier
...and for all modules, not just the active ones.
This enables us to give better feedback to the user
when they try ...
John Spray
06:08 PM Revision f95b079c (ceph): qa/mgr: add test for command execution errors
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
06:08 PM Revision d9a47181 (ceph): mgr: add health checks for failed modules
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
05:22 PM Revision f852f640 (ceph): Merge pull request #20054 from ceph/wip-rm22619
ceph-volume: dmcrypt support for lvm
Reviewed-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
04:16 PM Revision dd08d17f (ceph): build/ops: rpm: reconstruct SUSE bconds
Disable java build completely. Enable lttng build on SLES only, and only for
certain architectures.
Signed-off-by: N...
Nathan Cutler
04:16 PM Revision 2305bf06 (ceph): build/ops: rpm: use %_fillupdir macro in openSUSE/SLES
Replace references to /var/adm/fillup-templates with new %_fillupdir macro
Fixes: https://bugzilla.opensuse.org/show...
sysrich
04:16 PM Revision 290d9094 (ceph): build/ops: rpm: introduce _remote_tarball_prefix macro
With this macro, we can use a single Source0 line for all supported distros.
RH/CentOS/Fedora needs the prefix, while...
Nathan Cutler
04:14 PM Revision 4f5c8b60 (ceph): cephfs: Reset scrub data when inodes move
If an inode currently on the ScrubStack is moved, it may be
initialized again, causing an assert. Instead, remove the...
Douglas Fuller
04:07 PM Revision fbb14a0e (ceph): Merge pull request #20053 from dillaman/wip-22740-luminous
luminous: qa/suites/upgrade: disable broken kraken upgrade cls_rbd test
Reviewed-By: Yuri Weinstein <yuriw@redhat.com>
Abhishek Lekshmanan
03:05 PM Revision 06b9f828 (ceph): Merge pull request #18564 from kmroz/wip-21688-luminous
luminous: Possible deadlock in 'list_children' when refresh is required
Reviewed-by: Jason Dillaman <dillaman@redhat...
Yuri Weinstein
03:04 PM Revision 1898fb6f (ceph): Merge pull request #18698 from shinobu-x/wip-luminous-21808
luminous: rbd: fix crash during map
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Yuri Weinstein
03:03 PM Revision b0a841fd (ceph): Merge pull request #19038 from pdvian/wip-22183-luminous
luminous: rgw: set sync_from_all as true when no value is seen
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
02:23 PM Revision 61ec339e (ceph): Merge pull request #19446 from smithfarm/wip-22404-luminous
luminous: doc: crush_ruleset is invalid command in luminous
Reviewed-By: Abhishek Lekshmanan <abhishek@suse.com>
Abhishek Lekshmanan
01:46 PM Revision 2d93e376 (ceph): Merge pull request #18747 from shinobu-x/wip-21794-luminous
luminous: backoff causes out of order op
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Yuri Weinstein <ywei...
Alfredo Deza
10:46 AM Revision 127236f6 (ceph): options, Mon: monitor the snap trim queues
If new option "mon osd snap trim queue warn on" is set to value larger
than 0 (32768 by default), cluster will go int...
Piotr Dalek
10:46 AM Revision faeb81cd (ceph): osd/PrimaryLogPG: dump snap_trimq size
One can just parse the snap_trimq string, but that's much more
expensive than just reading an unsigned int.
Signed-o...
Piotr Dalek
10:46 AM Revision ca4413de (ceph): osd, PG: share the snaptrimq.size() within pg_stat_t
That way it will be unnecessary to go through all pgs separately
to find pgs with excessively long snap trim queues. ...
Piotr Dalek
10:44 AM Revision d848bc8a (ceph): src/test/osd/RadosModel: modify SetCunk to support two pool
Signed-off-by: Myoungwon Oh <omwmw@sk.com> myoungwon oh
10:43 AM Revision 14fab809 (ceph): src/test/osd/RadosModel: modify SetRedirect to support two pool
Signed-off-by: Myoungwon Oh <omwmw@sk.com> myoungwon oh
10:38 AM Revision 067cc584 (ceph): src/test/osd/RadosModel: add two pool test
Signed-off-by: Myoungwon Oh <omwmw@sk.com> myoungwon oh
10:33 AM Revision 39e025b5 (ceph): doc/dev/msgr2.rst: update of the banner and authentication phases
Signed-off-by: Ricardo Dias <rdias@suse.com> Ricardo Dias
10:22 AM Revision 1c2ac308 (ceph): Merge pull request #20083 from liewegas/wip-msgr2-goals
doc/dev/msgr2.rst: a few notes on protocol goals
Reviewed-by: Ricardo Dias <rdias@suse.com>
Sage Weil
08:29 AM Revision 3b75db80 (ceph): mgr: increase time resolution of Commit/Apply OSD latencies.
Increase precision/resolution of time measurements in performance
monitoring. Affects only Commit/Apply OSD latencies...
Коренберг Марк
07:23 AM Revision 05c496d4 (ceph): mds: set higher priority for some perf counters
Fixes: http://tracker.ceph.com/issues/22776
Signed-off-by: Shangzhong Zhu <zhu.shangzhong@zte.com.cn>
shangzhong zhu
03:23 AM Revision c93fa099 (ceph): Merge pull request #20087 from dzafman/wip-misc-luminous
qa/standalone: Minor fixes for ceph_objectstore_tool.py test
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:07 AM Revision 5cd98b0d (ceph): os/bluestore: change bdev parse error to ENOENT
If there is not a valid label, then the label is not found. This is a
more reasonable error code than "Invalid argum...
Sage Weil
03:06 AM Revision 14c498dd (ceph): os/bluestore: make bdev label parse error less noisy
This happens during the normal initialization of a new bluestore osd and it
is confusing for users. Make it less noi...
Sage Weil
02:49 AM Revision 25a901ba (ceph): osd, mon: Add new pg states recovery_unfound and backfill_unfound
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 7f8b0ce9e681f727d8217e3ed74a1a3355f364f3)...
David Zafman
02:49 AM Revision 3068ea1e (ceph): osd: Better recovery/backfill restart for mark_unfound_lost delete/revert
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 689bff354a6bfa1cf47b0d0a04fa9f1b2ef68f75)
David Zafman
02:49 AM Revision 325eec1b (ceph): test: Add replicated recovery/backfill test
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit c2572bee3c6256419e0b265e9e2829e7f3afb76d)
David Zafman
02:49 AM Revision 0040c7bf (ceph): test: Cleanup test-erasure-eio.sh code
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 69b5fc54feb59f8b0a26a3ca3e925980c91b5b75)
David Zafman
02:48 AM Revision e40e2aa5 (ceph): osd: Add new UnfoundBackfill and UnfoundRecovery pg transitions
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit bb2bcb95f51abc206e005e44ef383ee45b8f2209)...
David Zafman
02:46 AM Revision bb21f237 (ceph): mgr: disconnect unregistered service daemon when report received
This will allow the service daemon to reconnect and re-register
itself as a service daemon without requiring the mgr ...
Jason Dillaman
02:41 AM Revision b97227d3 (ceph): test: Fix ceph-objectstore-tool usage check
Caused by: c7b7a1f04f78fa62890c567d0ca53874c8d75eb7
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked ...
David Zafman
02:41 AM Revision fe956597 (ceph): test: ceph_objectstore_tool.py bad --filestore option to vstart
Luminous doesn't have --filestore option
Caused by: fd7d53bacb10d5b2094f1f579c96899d8a0a4b4f
Signed-off-by: David Z...
David Zafman
01:50 AM Revision 4c211d0d (ceph): client: avoid recursive lock in ll_get_vino
Fixes: http://tracker.ceph.com/issues/22629
Signed-off-by: dongdong tao <tdd21151186@gmail.com>
(cherry picked from c...
dongdong tao
01:19 AM Revision 4d07eb8b (ceph): cephfs-journal-tool: add "set pool_id" option
Fixes: http://tracker.ceph.com/issues/22631
Signed-off-by: dongdong tao <tdd21151186@gmail.com>
(cherry picked from ...
dongdong tao
01:19 AM Revision 61a64511 (ceph): mds: add error log info
Signed-off-by: dongdong tao <tdd21151186@gmail.com>
(cherry picked from commit a7c2ecd6391d22c5312a9e568ff742cff252749e)
dongdong tao
01:19 AM Revision dc0e0250 (ceph): cephfs-journal-tool: add usage help info for header set <field>
Signed-off-by: dongdong tao <tdd21151186@gmail.com>
(cherry picked from commit 2b06bff950a78b15aca083b20eaa812b4214e8d4)
dongdong tao
01:04 AM Revision 05510292 (ceph): rbd: add deep cp CLI method
Signed-off-by: songweibin <song.weibin@zte.com.cn> wb song
12:30 AM Revision 40cddc17 (ceph): rgw: allow beast frontend to listen on specific IP address
This patch allows the beast frontend to listen on a specific
IP address rather than *. e.g., with below configuration...
Yuan Zhou
12:14 AM Revision 1b2b589a (ceph): mgr: prometheus: added osd commit/apply latency metrics (#22718).
Signed-off-by: Konstantin Shalygin <k0ste@k0ste.ru>
(cherry picked from commit 1adf4325455ccdbf03da63046c510bb041ac8520)
Konstantin Shalygin

01/23/2018

11:40 PM Revision 73934df3 (ceph): doc/dev/msgr2.rst: a few notes on protocol goals
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
11:10 PM Revision 6c5684c8 (ceph): Merge pull request #18742 from shinobu-x/wip-21924-luminous
luminous: ceph_test_objectstore fails ObjectStore/StoreTest.Synthetic/1 (filestore) buffer content mismatch
Reviewed...
Yuri Weinstein
11:10 PM Revision f7bfda8f (ceph): Merge pull request #18744 from shinobu-x/wip-21922-luminous
luminous: Objecter::C_ObjectOperation_sparse_read throws/catches exceptions on -ENOENT
Reviewed-by: Josh Durgin <jdu...
Yuri Weinstein
11:09 PM Revision 6bd8b907 (ceph): Merge pull request #18745 from shinobu-x/wip-21921-luminous
luminous: Objecter::_send_op unnecessarily constructs costly hobject_t
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
11:09 PM Revision 55f4642b (ceph): test: make the LibCephFS.ShutdownRacer test even more thrashy
Have each thread do the startup and shutdown in a loop for a specified
number of times.
Tracker: http://tracker.ceph...
Jeff Layton
11:09 PM Revision 963d6fb2 (ceph): lockdep: free_ids and lock_ref hashes must be truly global
It's possible for the teardown of g_lockdep_ceph_ctx to occur, followed
by a new context being registered as the lock...
Jeff Layton
11:09 PM Revision 42bc9058 (ceph): common: add a clear_g_str_vec() function to clear g_str_vec
Prefix str_vec and str_vec_lock with "g_" to make it clear that they are
truly global values. Add a new clear_g_str_v...
Jeff Layton
11:08 PM Revision f5e1d2b1 (ceph): Merge pull request #18746 from shinobu-x/wip-21916-luminous
luminous: msg/async/AsyncConnection.cc: 1835: FAILED assert(state == STATE_CLOSED)
Reviewed-by: Josh Durgin <jdurgin...
Yuri Weinstein
11:08 PM Revision 8dec6175 (ceph): common: make it safe to call env_to_vec multiple times
After it has been called once and we have outstanding CephContexts with
pointers into str_vec, we can't call get_str_...
Jeff Layton
11:08 PM Revision eeb62a53 (ceph): lockdep: fix Mutex tests to disable lockdep properly
...and make g_lockdep a bool.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
(cherry picked from commit 0cd0bd778a6...
Jeff Layton
11:07 PM Revision 864a2c5a (ceph): client: test shutdown race
Spawn threads that bring up a bunch of ceph_mounts with individual
CephContext objects, and then tear them down in pa...
Jeff Layton
11:07 PM Revision 8db3ecd6 (ceph): client: fix signed/unsigned comparison compiler warning
The build says:
src/client/Client.cc: In member function ‘void Client::trim_caps(MetaSession*, int)’:
src/client/Cli...
Jeff Layton
11:07 PM Revision 49ac68c3 (ceph): lockdep: fix races with concurrent lockdep teardown
If the cct is unregistered while other threads are flogging mutexes,
then we can hit all sorts of bugs. Ensure that w...
Jeff Layton
11:07 PM Revision b66ba628 (ceph): lockdep: don't take lockdep_mutex twice for new lock registrations
We can do it under the same mutex, which should be more efficient.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
(...
Jeff Layton
11:07 PM Revision 2e0800bd (ceph): Merge pull request #18749 from shinobu-x/wip-21785-luminous
luminous: OSDMap cache assert on shutdown
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Greg Farnum <gf...
Yuri Weinstein
11:06 PM Revision ea771cbd (ceph): Merge pull request #18753 from shinobu-x/wip-21697-luminous
luminous: OSDService::recovery_need_sleep read+updated without locking
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
10:52 PM Revision b03323c8 (ceph): Merge pull request #18715 from shinobu-x/wip-luminous-21964
luminous: ceph_test_cls_log failures related to cls_cxx_subop_version()
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
10:51 PM Revision a0b48971 (ceph): Merge pull request #18732 from shinobu-x/wip-luminous-21875
luminous: ceph-mgr spuriously reloading OSD metadata on map changes
Reviewed-by: John Spray <john.spray@redhat.com>
Yuri Weinstein
10:50 PM Revision c8d526b8 (ceph): Merge pull request #18735 from shinobu-x/wip-22029-luminous
luminous: restarting active ceph-mgr cause glitches in bps and iops metrics
Reviewed-by: Kefu Chai <kchai@redhat.com...
Yuri Weinstein
07:37 PM Revision a09a42a4 (ceph): test: Test case that reproduces tracker 18162
recover_replicas: object added to missing set for backfill, but is not in recovering, error!
Signed-off-by: David Za...
David Zafman
07:37 PM Revision 23f7c556 (ceph): osd: Better handle failure to get enough EC shards to backfill
Fixes: http://tracker.ceph.com/issues/18162
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from com...
David Zafman
07:35 PM Revision aa017678 (ceph): librados: getter for min compatible client versions
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
07:27 PM Revision c553f00c (ceph): osd/OSDMap: expose require_min_compat_client variable
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
07:24 PM Revision 1ed0062e (ceph): Merge pull request #20010 from ceph/wip-rm22653
ceph-volume: adds a --destroy flag to ceph-volume lvm zap
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
07:14 PM Revision 081fe723 (ceph): osd: For recovery get all possible shards to read on errors
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 390d12f71a1bd6e07f3516b1c73e467e9960725d)
David Zafman
07:14 PM Revision 5bed56a6 (ceph): test: Use feature to get last array element
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 43e3206de2a20bf17ad9f2b16b7e486804097bf2)
David Zafman
07:14 PM Revision 62e9c05a (ceph): osd: Allow recovery to send additional reads
For now it doesn't include non-acting OSDs
Added test for this case
Signed-off-by: David Zafman <dzafman@redhat.com>...
David Zafman
07:14 PM Revision bfd00299 (ceph): test: Allow modified options to existing setup functions
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit f92aa6c82449152901a4663c523e9ba43363eca3)
David Zafman
07:13 PM Revision 39bb3cf8 (ceph): osd: CLEANUP: Change getattr_maybe_cache() to reflect how it is being used
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 143111a112ec64724226f83ed285f66ee52204b2)
David Zafman
07:13 PM Revision a7a2de03 (ceph): test: Add a removal test for erasure code read
Test feature: http://tracker.ceph.com/issues/14513
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked f...
David Zafman
06:32 PM Revision f0f0c1f8 (ceph): ceph-volume tests.functional add xenial filestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:32 PM Revision 46babe80 (ceph): doc/dev/ceph-volume update internal LVM metadata information
Includes dmcrypt information, and updated key names to reflect current
code
Signed-off-by: Alfredo Deza <adeza@redha...
Alfredo Deza
06:32 PM Revision 498d7a06 (ceph): doc/man/ceph-volume add docs for list sub-command
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:32 PM Revision ad73be2c (ceph): doc/man/ceph-volume add docs for zap sub-command
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:32 PM Revision babcdf2f (ceph): doc/man/ceph-volume add dmcrypt support
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:32 PM Revision 163ee6a6 (ceph): doc/ceph-volume add lvm/encryption to the index
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:03 PM Revision 7522ddd9 (ceph): mon/PGMap: 'unclean' does not imply damaged
Everything (that I can think of) that would lead to a PG being unclean is
already reported via another health message...
Sage Weil
05:39 PM Revision 67fbd383 (ceph): boost: include more specific asio headers
when building with gcc5 and boost 1.66, this #include <boost/asio.hpp> fails to compile:
In file included from build...
Casey Bodley
04:24 PM Revision 919f50be (ceph): rgw: add MetaMasterTrimCR to query sync status from peers
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 8bb106720160e42ae6e04f5dffc6af03794009ab)
Casey Bodley
04:24 PM Revision cf261ac2 (ceph): rgw: master calculates minimum sync status of peers
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 00d7b7b664c49bd476c060152e2738031cc4ba05)
Casey Bodley
04:24 PM Revision a724ceba (ceph): rgw: add PurgePeriodLogsCR to purge entire mdlog periods
Conflicts: rgw_raw_obj
src/rgw/rgw_sync.cc
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked f...
Casey Bodley
04:24 PM Revision 119a3b2d (ceph): rgw: master purges period mdlogs once all peers are done
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit eb140e38207dc43e16d803ee1174678cc9d5e39c)
Casey Bodley
04:24 PM Revision 0d837a3c (ceph): rgw: add MetaMasterTrimShardCollectCR
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 1765f869289e7bb2dd8cf4c89783b95f13a8fcdf)
Casey Bodley
04:24 PM Revision 90b9149f (ceph): rgw: master trims mdlogs as peers make progress on current period
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 1afabc1fdd1c36431c216ead8da8dfd799bdbe49)
Casey Bodley
04:24 PM Revision 5caf51ef (ceph): rgw: add MetaPeerTrimCR to query master mdlog info
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 6e9296d49f4ce322a98651119f5dc66df7f5224c)
Casey Bodley
04:24 PM Revision dd458fa7 (ceph): rgw: peer purges mdlog periods before master's oldest
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 6cde60e954e60ff77e93b93e8c5bd7059f6a2644)
Casey Bodley
04:24 PM Revision 0f8156a0 (ceph): rgw: add MetaPeerTrimShardCR to trim mdlog shards
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 3376c4b67c52f02111dea3bc032403f425a709c1)
Casey Bodley
04:24 PM Revision e4ffe3ac (ceph): rgw: peer trims mdlog shards up to master's oldest entry
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 0557a79612504646e9f195cacff839e6ad050957)
Casey Bodley
04:24 PM Revision 8fc80043 (ceph): rgw: add MetaTrimPollCR to coordinate polling and leases
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 8431f178004b952d9443a3acbd315d46514fadc2)
Casey Bodley
04:24 PM Revision befe59ab (ceph): rgw: RGWSyncLogTrimThread runs mdlog trim
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit aaab1ec2f736248b3557f42b4108e91b45f6b407)
Casey Bodley
04:24 PM Revision 6dbaecfd (ceph): radosgw-admin: add 'mdlog autotrim' command
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 16462640a311fdd262a3ee74552fc2297a4f1db5)
Casey Bodley
04:24 PM Revision 1dc97ae7 (ceph): rgw: use RGWShardCollectCR in MetaMasterTrimCR
limit the number of concurrent sync status requests to peers
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherr...
Casey Bodley
04:24 PM Revision f3744440 (ceph): rgw: add TODOs to split trim logic into separate source files
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit ec0a655a80b20e9c76cf0d65cfea3fde66ce0a10)
Casey Bodley
04:24 PM Revision fbfa4c34 (ceph): rgw: add CRs for async mdlog history operations
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 70bcf452a2cfeafee3fb8a560391c50c3f52fedd)...
Casey Bodley
04:05 PM Revision ea170d0d (ceph): rgw: use objv_tracker for mdlog history
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 2c7897309617b29fc24a85ae21efffc387908380)
Casey Bodley
04:05 PM Revision 67addc2c (ceph): rgw: add RGWRadosRemoveCR
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 57b94899dccf0c0a63aabfd77af62608117f440e)...
Casey Bodley
04:00 PM Revision 16306d7b (ceph): librbd: use steady clock to measure elapsed time in AioCompletion
Signed-off-by: Mohamad Gebai <mgebai@suse.com> Mohamad Gebai
03:19 PM Revision 2ed35c9f (ceph): rgw: fix notify timeout for BucketTrimWatcher
from seconds to msec
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit ada2d108e627d519794...
Casey Bodley
03:19 PM Revision 660abda2 (ceph): rgw: more documentation for bilog trim config
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 4d4442168c15775f8346ebc6295a6de912250b8f)
Casey Bodley
03:19 PM Revision 96baf2d0 (ceph): rgw: add TrimComplete to watch/notify api
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 916f5995c92acd0c5ba66fde6031fed7cb91cb95)
Casey Bodley
03:19 PM Revision f1bcf840 (ceph): test/rgw: add test_bucket_index_log_trim()
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit d9dc58cf2c6f64562843cc1d00df82d99379e640)
Casey Bodley
03:19 PM Revision 668c2833 (ceph): qa/rgw: add kwargs for debug output
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit fa8a0713de6b5b8ea9c9400f3ed467d87940612a)
Casey Bodley
03:19 PM Revision d1620fef (ceph): rgw: move shard marker helper into BucketIndexShardsManager
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 4be7039964a2d17069b3604a4c994743145a013e)
Casey Bodley
03:19 PM Revision 32ebc0e5 (ceph): rgw: add comment for bucket in BucketCounter
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit c6d946b3e1fbb10da43273e62c8584ffe3afbcdf)
Casey Bodley
03:19 PM Revision 24f7fd2c (ceph): rgw: hold cr reference in MetadataListCR callback
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 3a1474031e4266100c5ccaf082756bdf0607a2be)
Casey Bodley
03:19 PM Revision 6fc4c7a1 (ceph): rgw: BucketTrimWatcher checks handle in stop
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 6e4d9735036a68575696e53b6732e4680a0226d6)
Casey Bodley
03:19 PM Revision 3f06276f (ceph): rgw: curly brace style for bilog trim classes
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit a0c438eefcf0c99094efa0d98902cc4fca5957f0)
Casey Bodley
03:19 PM Revision 7c430a08 (ceph): rgw: RGWDataSyncSingleEntryCR calls BucketChangeObserver
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 1c50d727b5df574e28d90cd99abe15db1742e4b1)...
Casey Bodley
02:36 PM Revision b27f6af8 (ceph): Merge pull request #18925 from ivancich/jewel-backport-18821
jewel: rgw: Fix swift object expiry not deleting objects
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Nathan Cutler
02:11 PM Revision ccd16d22 (ceph): Merge pull request #20020 from mikechristie/wip-doc-mnc-update-iscsi-cl...
doc: update ceph iscsi kernel and package info
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:35 PM Revision 4dbcd4dd (ceph): Merge pull request #18323 from thmour/thmour_rbdtrash
rbd: replace trash delay option, add rbd trash purge command
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
01:34 PM Revision 80f6c5cc (ceph): Merge pull request #20014 from liewegas/wip-rbd-validate
common/options,librbd/Utils: refactor RBD feature validation
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
12:45 PM Revision 86ee30c3 (ceph): mgr: apply auth_service_required to client conns
Previously was using auth_cluster_required for all
connections, which meant that if someone had
disabled client cephx...
John Spray
11:42 AM Revision a95ba20d (ceph): mon/paxosservice: cleanup
Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn> huanwen ren
11:42 AM Revision fc02286a (ceph): osdc: build MOSDOp message in Objecter::_send_op
it's more intuitive and consistent
Signed-off-by: runsisi <runsisi@zte.com.cn>
runsisi hust
11:30 AM Revision fe5e1eb1 (ceph): spdk: update submodule to more recent upstream
This commit fast-forwards the SPDK submodule to upstream commit
93bd60e0de6b161567182d965239735bf467e85c to enable th...
Nathan Cutler
11:29 AM Revision 07a122a3 (ceph): common/throttle: start using 64-bit values
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from commit fa37ed1a48fd804ac199509bd78c470480ecbb22)
...
Igor Fedotov
10:45 AM Revision dc48e5bc (ceph): rgw_file: alternate fix deadlock on lru eviction
This change is an alternate fix for two problems found and fixed
by Yao Zongyou <yaozongyou@vip.qq.com>.
The deadloc...
Matt Benjamin
10:44 AM Revision e3fbaa92 (ceph): rgw_file: alternate fix deadlock on lru eviction
This change is an alternate fix for two problems found and fixed
by Yao Zongyou <yaozongyou@vip.qq.com>.
The deadloc...
Matt Benjamin
10:41 AM Revision b9e4aa94 (ceph): rbd trash: replace cli delay option, add rbd trash purge command
Replaced the delay argument for the trash move
command with a string acceptable by /bin/date, e.g.:
$ rbd trash move...
Theofilos Mouratidis
10:36 AM Revision 816397e8 (ceph): rgw: RGWUser::init no longer overwrites user_id
if an admin op specifies a user_id and does not find a user with that
id, but does find a user based on a later field...
Casey Bodley
10:34 AM Revision 35d2baf4 (ceph): librgw: fix shutdown err with resources uncleaned
Fixed: http://tracker.ceph.com/issues/22296
Signed-off-by: Tao Chen <chentao@umcloud.com>
(cherry picked from commit...
Tao CHEN
10:25 AM Revision 63d180c8 (ceph): osdc: remove Objecter::kick_requests which is unused
Signed-off-by: runsisi <runsisi@zte.com.cn> runsisi hust
10:23 AM Revision dd4f3225 (ceph): qa: add new prometheus test to rados/mgr suite
Added in https://github.com/ceph/ceph/pull/19744
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
10:23 AM Revision e2c68d5e (ceph): qa: assign prometheus ports during selftest
This was throwing IOError("Port 9283 not free on '::'",)
when trying to serve, since merging https://github.com/ceph/...
John Spray
10:17 AM Revision cd70aa2c (ceph): Merge pull request #20005 from jcsp/wip-mgr-minor
mgr: remove a few junk lines
Reviewed-by: Kefu Chai <kchai@redhat.com>
John Spray
10:17 AM Revision e1af6673 (ceph): mgr: remove a few junk lines
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
10:10 AM Revision 84b64a88 (ceph): ceph-objectstore-tool: Fix set-size to clear data_digest if changing di...
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 7ca3ce93099de9412012b7a88121f9fced34f4b8)...
David Zafman
10:09 AM Revision ae9c4c86 (ceph): test: Add undocumented corrupt-size for testing
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit c0606b9eea977074b560b44c4cd1a3d8e8bc3e0a)...
David Zafman
10:05 AM Revision 238ddccb (ceph): ceph-objectstore-tool: Fix set-size to clear data_digest if changing di...
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 7ca3ce93099de9412012b7a88121f9fced34f4b8)
David Zafman
10:01 AM Revision a0c0e637 (ceph): osd: only exit if *latest* map(s) say we are destroyed
It's possible our current map is older, we were destroyed then, but in
newer maps our osd was recreated. This happen...
Sage Weil
09:48 AM Revision e49a8cd8 (ceph): mds: handle 'inode gets queued for recovery multiple times'
Fixes: http://tracker.ceph.com/issues/22647
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit ...
Yan, Zheng
09:47 AM Revision 1145c02f (ceph): mds: use elist to track recover queue items
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit 74f2a87887e81dc1d5895976982efb51b0a5e97e)
C...
Yan, Zheng
08:24 AM Revision 73ff298b (ceph): mon: use pool_sum as param name in PGMapDigest::recovery_summary
the param name of delta_sum of PGMapDigest::recovery_summary() is misleading too.
delta_sum fits the recovery_rate_su...
Chang Liu
07:48 AM Revision 04d90a7d (ceph): Merge pull request #19988 from liewegas/wip-22673
osd: only exit if *latest* map(s) say we are destroyed
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
04:15 AM Revision e2f5335c (ceph): rbd-mirror: image map policy tests
Signed-off-by: Venky Shankar <vshankar@redhat.com> Venky Shankar
02:33 AM Revision 0f3dd484 (ceph): rgw: upldate the max-buckets when the quota is uploaded
Fixes:https://tracker.ceph.com/issues/22745
Signed-off-by: zhaokun <develop.hikdata.com>
hikdata hik
12:16 AM Revision 3911a2ae (ceph): Merge pull request #20059 from ceph/wip-rm22427
doc/ceph-volume OSD use the fsid file, not the osd_fsid Sage Weil
12:15 AM Revision d431de74 (ceph): Merge pull request #19979 from k0ste/prometheus_metadata
mgr: prometheus: set metadata metrics value to '1' (#22717).
Reviewed-by: John Spray <john.spray@redhat.com>
Reviewe...
Sage Weil
12:14 AM Revision eafa6e0e (ceph): Merge pull request #19980 from k0ste/prometheus_latency
mgr: prometheus: added osd commit/apply latency metrics (#22718).
Reviewed-by: Jan Fajerski <jfajerski@suse.com>
Rev...
Sage Weil

01/22/2018

11:51 PM Revision f9e02d51 (ceph): Merge pull request #19986 from tchaikov/wip-denc-size-t-featured
denc: should check element's type not 'size_t'
Reviewed-by: Adam Emerson <aemerson@redhat.com>
Sage Weil
11:51 PM Revision 6f7e54db (ceph): Merge pull request #20028 from mogeb/steady-clock-rados
rados: use WaitInterval()'s return value instead of manual timing
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
11:50 PM Revision ffe3eb10 (ceph): Merge pull request #20044 from tchaikov/wip-22419
osd: update store with options after pg is created
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
11:49 PM Revision 92f7b562 (ceph): Merge pull request #20032 from liewegas/wip-name-shadowing
mon/OSDMonitor: rename outer name declaration to avoid shadowing
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
11:48 PM Revision 6eb85b3a (ceph): Merge pull request #20015 from cbodley/wip-crypto--
crypto: remove cryptopp library
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
11:48 PM Revision b4c91da9 (ceph): Merge pull request #20029 from tchaikov/wip-osx-build
osdc,os,osd: fix build on osx
Reviewed-by: Adam Emerson <aemerson@redhat.com>
Sage Weil
11:46 PM Revision 12e61663 (ceph): Merge pull request #20046 from tchaikov/wip-22711
test: reduce the chance to have degraded PGs
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
11:10 PM Revision 3ab71020 (ceph): doc: fix ceph-iscsi-config version number
Signed-off-by: Mike Christie <mchristi@redhat.com> Mike Christie
10:02 PM Revision 2c71e5cd (ceph): rgw: add rgw_bucket_sync_status() to bypass manager
RGWBucketSyncStatusManager::init() is doing a lot of extra work that's
not needed to serve the rest api (spawning an ...
Casey Bodley
10:02 PM Revision 001f5577 (ceph): rgw: add json decoders for bucket sync status
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 28c6ac62b877f0eafc94facb77255bfe81f48c38)
Casey Bodley
10:02 PM Revision 8dc99bbd (ceph): rgw: add /admin/log rest api for bucket sync status
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit fab595ab9bfe7f477ab03efee66d1a335d91f7cb)
Casey Bodley
10:02 PM Revision 1efe55f4 (ceph): rgw: add RGWBucketInfo overload for BucketShard::init
for use by callers that have already read the bucket instance info
Signed-off-by: Casey Bodley <cbodley@redhat.com>
...
Casey Bodley
10:02 PM Revision aba2e0b6 (ceph): rgw: add RGWRadosBILogTrimCR
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 0dea44dad3a572cd966d22dd345c1e226c073f6e)
Casey Bodley
10:02 PM Revision 6b41f309 (ceph): rgw: RGWGetBucketInstanceInfoCR takes rgw_bucket or metadata key
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 689badbe7fb468d4aec14e2f86bfc4cce9c103a2)
Casey Bodley
10:02 PM Revision da126d8f (ceph): rgw: add HTTPManager to BucketTrimManager
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 04400bc60b1cf9efbc49761cba8311e0a95dfc9e)
Casey Bodley
10:02 PM Revision 0d86081f (ceph): rgw: add BucketTrimInstanceCR
fetches bucket sync status from each peer, calculates the min markers
for each shard, and trims the bilog shards. cal...
Casey Bodley
10:02 PM Revision 21aef40b (ceph): rgw: start BucketTrimManager in RGWRados
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 74aedaef0757f56a77671d6de59628538cfa0bbb)
Casey Bodley
10:02 PM Revision fb7e2c0e (ceph): rgw: BucketTrimManager implements BucketChangeObserver
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit b4249cc432b5b74e5c8f545bdc7daddbc9e60d23)
Casey Bodley
10:02 PM Revision e34da7e6 (ceph): rgw: add BucketTrimWatcher to serve watch/notify apis
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit f96d9a8e22195bfb3347b5add7a4385895d36f9c)
Casey Bodley
10:02 PM Revision 1d8dbaeb (ceph): rgw: add TrimCounters api to BucketTrimWatcher
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 5bcf109eac30780cfa9ae5d524d2bde638651f40)
Casey Bodley
10:02 PM Revision 8434b7bd (ceph): rgw: add BucketTrimPollCR for interval and lease logic
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 129fc99d5208279029ff1722d21f0ad24c37db62)
Casey Bodley
10:02 PM Revision f746e86b (ceph): rgw: add BucketTrimCR to spawn trim for active buckets
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 82c059530871af054c48de0e6a091b1f74f2eb12)
Casey Bodley
10:02 PM Revision fbc356a2 (ceph): rgw: add MetadataListCR to loop over bucket instances
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit c9d50860b735809e343a0831ba3d346b0b37973c)
Casey Bodley
10:02 PM Revision d13f6a10 (ceph): rgw: add BucketTrimStatus
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 2c07d7dd0e6c358bcdba409747ebf13f846a77e1)
Casey Bodley
10:02 PM Revision e7b3a636 (ceph): rgw: collect cold buckets for trim
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 06a22a134f9af92753fa206eb64025472ec94f40)
Casey Bodley
10:02 PM Revision b72f8aef (ceph): rgw: BucketTrimManager implements BucketTrimObserver
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 7be4eab8a339e9e083352a44ad09272da717c73e)
Casey Bodley
10:02 PM Revision f65ad4a3 (ceph): rgw: add configure_bucket_trim()
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit d29f96ae3e1b7d65b2f513340e8c2c42cf6de9f1)
Casey Bodley
10:02 PM Revision b26e997d (ceph): rgw: add 'radosgw-admin bilog autotrim'
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 4f736f1ec74f74e8dc1ae4ffb5b71274351c66f0)
Casey Bodley
10:01 PM Revision 92c9fd95 (ceph): common: introduce BoundedKeyCounter and unit test
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit e9a5ec9f64dd6cd163a855335b846181c3ac83d2)...
Casey Bodley
10:00 PM Revision 3aba3f59 (ceph): rgw: add skeleton for BucketTrimManager
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 4309adb36be8dff737ab2196f59743c316b12bca)...
Casey Bodley
10:00 PM Revision 7308044a (ceph): rgw: MetadataManager interface takes const string refs
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit b3a5c5a0569f95a5a755ea0dc03ec2c1ea4bdc4d)
Casey Bodley
10:00 PM Revision 82c1b7d7 (ceph): rgw: introduce RGWRadosNotifyCR for aio_notify
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 964d966969bf757570bffb650ebb4ef515a6592e)
Casey Bodley
09:35 PM Revision 80b7b7e5 (ceph): rgw: add objv_tracker arg to RGWSimpleRadosRead/WriteCR
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit ca462a3b9aef2be6422e420fc2482f831409cb72)...
Casey Bodley
09:30 PM Revision f97015ac (ceph): rgw: add objv_tracker arg to RGWRados::put_system_obj_data
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 2cee82f266335914103edf9673af494bfa39b7fe)...
Casey Bodley
09:28 PM Revision c41bdb70 (ceph): rgw: move timelog trim wrapper to header
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit db79bfabc87884ca5ae92a0685ec217a99af4597)
Casey Bodley
09:28 PM Revision 34f5f98b (ceph): rgw: move coroutines out of anonymous namespace
anonymous namespaces do terrible things to name mangling, and this shows
up in our coroutine logging
Signed-off-by: ...
Casey Bodley
09:28 PM Revision 86d670eb (ceph): rgw: skip sync thread if current period is empty
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 5deabd35796f483f7fd74ba042b7f81a3366422b)
Casey Bodley
08:55 PM Revision 3bea2a35 (ceph): rgw: add static function to generate lock cookie
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 9a1b2359730df27e6688a77bfa3d5e801ad846a3)
Casey Bodley
08:55 PM Revision f885c7b7 (ceph): rgw: hold lock for data log trimming
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 0777fff4163588850a95433799d4e3ce1bd8b6e9)
Casey Bodley
08:55 PM Revision 1ad8d2a6 (ceph): rgw: DataLogTrimCR renamed zone to zone_id
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit f8d9ac6e740d6d1642da507747d2337000f0ab20)
Casey Bodley
08:54 PM Revision 67f81c4b (ceph): rgw: use factory function to hide RGWDataLogTrimCR
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 5ded7ee28baa478f94e6bfb84d0c0fc4e4af7ff8)...
Casey Bodley
08:48 PM Revision 608430f3 (ceph): rgw: pass cr registry to managers
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit ef4d7eab11fb5d2a41c9c28b9eb8b075aaff0d05)...
Casey Bodley
08:43 PM Revision 691bfec6 (ceph): rgw: enable async calls to time_log_trim
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit d67436bb0d6cb9ae7757916547b8274990f8cc6b)
Casey Bodley
08:43 PM Revision 0fa2db43 (ceph): rgw: add RGWRadosTimelogTrimCR
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 20f31a412d3479efe71d5745c55575173c3fe9e8)
Casey Bodley
08:43 PM Revision 9b20b55b (ceph): rgw: add RGWDataLogTrimCR
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 6a366f955a0caa4febdbcf855a9da482a27b7fb0)
Casey Bodley
08:43 PM Revision 446d8b29 (ceph): rgw: add RGWSyncLogTrimThread to RGWRados
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 3b674bbd865cb640266751480c86925a8c07e099)
Casey Bodley
08:42 PM Revision 3a46af79 (ceph): rgw: add rest handlers to query sync status
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit a66b4cc9faaf003e9b3389994470048f1a317405)...
Casey Bodley
08:42 PM Revision ce041f0e (ceph): rgw: use RGWShardCollectCR for RGWReadDataSyncStatusCoroutine
this allows us to limit the number of outstanding requests for shard
markers
there also appeared to be issues with s...
Casey Bodley
08:42 PM Revision 1f9eb579 (ceph): rgw: add dout_prefix for rgw_data_sync.cc
and took out the redundant 'rgw' from 'rgw meta sync:'
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry pick...
Casey Bodley
08:42 PM Revision 9d2090b8 (ceph): rgw: add json decoders for data sync status
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit ebbb70bd5165e3e835d8e528e038d512e7dedba9)
Casey Bodley
08:42 PM Revision 50971dc4 (ceph): rgw: expose sync managers through RGWRados
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit ccef4b0f59c598eff2afc908f639ccf560782015)
Casey Bodley
08:37 PM Revision 7d6984b5 (ceph): qa/suites/upgrade: disable broken kraken upgrade cls_rbd test
Fixes: https://tracker.ceph.com/issues/22740
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
08:16 PM Revision a5f26c62 (ceph): doc/ceph-volume OSD use the fsid file, not the osd_fsid
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
08:11 PM Revision 292cfbb1 (ceph): ceph-debug-docker.sh: allow specifying branch sha1
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com> Patrick Donnelly
07:48 PM Revision d906fd03 (ceph): doc/ceph-volume add lvm/encryption to the index
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:48 PM Revision 31ae5cf9 (ceph): doc/man/ceph-volume add dmcrypt support
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:45 PM Revision b592ac44 (ceph): doc/rgw: add page for http frontend configuration
Fixes: http://tracker.ceph.com/issues/13523
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
07:43 PM Revision 2477ac80 (ceph): ceph-volume tests.functional add centos7 filestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:43 PM Revision d1ef5c48 (ceph): ceph-volume tests.functional add dmcrypt support in tox.ini
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:43 PM Revision be0dfe76 (ceph): ceph-volume tests.functional add xenial bluestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:43 PM Revision 0e30aa65 (ceph): ceph-volume tests.functional add xenial filestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:43 PM Revision da9d2bcd (ceph): doc/dev/ceph-volume update internal LVM metadata information
Includes dmcrypt information, and updated key names to reflect current
code
Signed-off-by: Alfredo Deza <adeza@redha...
Alfredo Deza
07:43 PM Revision 8dfdde2b (ceph): doc/man/ceph-volume add docs for list sub-command
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:43 PM Revision bcbc2908 (ceph): doc/man/ceph-volume add docs for zap sub-command
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:43 PM Revision 88ff873e (ceph): ceph-volume lvm.common add dmcrypt flag
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:43 PM Revision dc34a326 (ceph): ceph-volume util create a helper module for encryption
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:43 PM Revision 0e2190c7 (ceph): ceph-volume process allow silencing output on file logging for sensitiv...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:43 PM Revision be330045 (ceph): ceph-volume lvm.prepare allow encryption setups for luks
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:43 PM Revision 3476e87c (ceph): ceph-volume lvm.activate allow encryption setups for luks
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:43 PM Revision a36dcdf9 (ceph): ceph-volume util allow prepare module to work with encryption keys
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:43 PM Revision d51973a6 (ceph): ceph-volume tests add fixture helpers for call and run
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:43 PM Revision a774eae4 (ceph): ceph-volume tests add util.prepare unit tests
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:43 PM Revision 18972322 (ceph): ceph-volume tests.functional add centos7 bluestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:43 PM Revision 477670a0 (ceph): doc/ceph-volume create an encryption doc explaining dmcrypt workflows
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:42 PM Revision b020674f (ceph): Merge pull request #19960 from gohighsec/default_bluestore
doc: update man page to explain ceph-volume support bluestore
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
07:30 PM Revision b8c2b4b9 (ceph): doc/dev/ceph-volume update internal LVM metadata information
Includes dmcrypt information, and updated key names to reflect current
code
Signed-off-by: Alfredo Deza <adeza@redha...
Alfredo Deza
07:30 PM Revision 35d3a05c (ceph): doc/man/ceph-volume add docs for list sub-command
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:30 PM Revision c9169136 (ceph): doc/man/ceph-volume add docs for zap sub-command
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:30 PM Revision 09b19a8a (ceph): doc/man/ceph-volume add dmcrypt support
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:30 PM Revision 1c00e19b (ceph): doc/ceph-volume add lvm/encryption to the index
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:30 PM Revision 36442881 (ceph): ceph-volume tests add util.prepare unit tests
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:30 PM Revision dab3f352 (ceph): ceph-volume tests.functional add centos7 bluestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:30 PM Revision 1a8ef286 (ceph): ceph-volume tests.functional add centos7 filestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:30 PM Revision 9dbe161f (ceph): ceph-volume tests.functional add dmcrypt support in tox.ini
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:30 PM Revision e0a81b78 (ceph): ceph-volume tests.functional add xenial bluestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:30 PM Revision b887c91c (ceph): ceph-volume tests.functional add xenial filestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:21 PM Revision 81f4c810 (ceph): doc/ceph-volume add lvm/encryption to the index
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:14 PM Revision bee1c30e (ceph): doc/dev/ceph-volume update internal LVM metadata information
Includes dmcrypt information, and updated key names to reflect current
code
Signed-off-by: Alfredo Deza <adeza@redha...
Alfredo Deza
07:14 PM Revision 36e2f966 (ceph): doc/man/ceph-volume add docs for list sub-command
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:14 PM Revision 8fcc81c6 (ceph): doc/man/ceph-volume add docs for zap sub-command
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:14 PM Revision b7d7de76 (ceph): doc/man/ceph-volume add dmcrypt support
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:53 PM Revision dd5dccf5 (ceph): rgw_file: alternate fix deadlock on lru eviction
This change is an alternate fix for two problems found and fixed
by Yao Zongyou <yaozongyou@vip.qq.com>.
The deadloc...
Matt Benjamin
06:53 PM Revision e0b85124 (ceph): rgw_file: alternate fix deadlock on lru eviction
This change is an alternate fix for two problems found and fixed
by Yao Zongyou <yaozongyou@vip.qq.com>.
The deadloc...
Matt Benjamin
06:50 PM Revision debb6b90 (ceph): Merge pull request #20034 from linuxbox2/wip-rgw-altlatchfix
rgw_file: alternate fix deadlock on lru eviction Matt Benjamin
06:43 PM Revision e8822fe1 (ceph): tests: recovery-unfound-found test needs to account for correct misplac...
The test expected HEALTH_OK when in a state with misplaced objects therefore HEALTH_WARN
Signed-off-by: David Zafman...
David Zafman
06:43 PM Revision 40ecfe28 (ceph): osd: Don't start recovery for missing until active pg state set
I was seeing recovery hang when it is started before _activate_committed()
The state machine passes into "Active" but...
David Zafman
06:40 PM Revision 02660d92 (ceph): osd/PG: restart recovery if NotRecovering and unfound found
If we are in recovery_unfound state waiting for unfound objects, and we
find them, we need to restart the recovery re...
Sage Weil
06:38 PM Revision 673df31f (ceph): qa/suites/rados: test for recovery_unfound bug
See http://tracker.ceph.com/issues/22145
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 25b79...
Sage Weil
06:38 PM Revision f4f25bec (ceph): osd/PG: document state hierarchy
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit e2a75c91dd21f362d0b7fb6acf6a360beefd4168)
Sage Weil
06:23 PM Revision 23a08fce (ceph): osd/PG: include primary in PG operator<< for ec pools
Otherwise it is confusing!
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 0d98f262c0894b11b77...
Sage Weil
05:12 PM Revision 6c465fea (ceph): ceph-volume tests.functional add dmcrypt support in tox.ini
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:12 PM Revision 7ac9f464 (ceph): ceph-volume tests.functional add xenial bluestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:12 PM Revision 587d0d2c (ceph): ceph-volume tests.functional add xenial filestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:12 PM Revision d5e32067 (ceph): doc/dev/ceph-volume update internal LVM metadata information
Includes dmcrypt information, and updated key names to reflect current
code
Signed-off-by: Alfredo Deza <adeza@redha...
Alfredo Deza
05:12 PM Revision 8f478087 (ceph): doc/man/ceph-volume add docs for list sub-command
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:12 PM Revision 2a32d944 (ceph): doc/man/ceph-volume add docs for zap sub-command
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:12 PM Revision 6b920d16 (ceph): doc/man/ceph-volume add dmcrypt support
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:12 PM Revision 0c2e14e8 (ceph): ceph-volume process allow silencing output on file logging for sensitiv...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:12 PM Revision de19a35b (ceph): ceph-volume lvm.prepare allow encryption setups for luks
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:12 PM Revision 4521521d (ceph): ceph-volume lvm.activate allow encryption setups for luks
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:12 PM Revision 9a90896a (ceph): ceph-volume util allow prepare module to work with encryption keys
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:12 PM Revision 67eb6c0a (ceph): ceph-volume tests add fixture helpers for call and run
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:12 PM Revision dd5df37a (ceph): ceph-volume tests add util.prepare unit tests
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:12 PM Revision b56bdf6e (ceph): ceph-volume tests.functional add centos7 bluestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:12 PM Revision d08c01dc (ceph): ceph-volume tests.functional add centos7 filestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:12 PM Revision d68dcc53 (ceph): doc/ceph-volume create an encryption doc explaining dmcrypt workflows
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:12 PM Revision 0f9e3ac9 (ceph): ceph-volume lvm.common add dmcrypt flag
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
05:12 PM Revision b94012df (ceph): ceph-volume util create a helper module for encryption
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
04:49 PM Revision b44bd85b (ceph): Merge pull request #20030 from tchaikov/wip-doc-cxx11
doc/dev/cxx: add C++11 ABI related doc Sage Weil
03:21 PM Revision ed984797 (ceph): Revert "rgw: reshard should not update stats when linking new bucket in...
Orit Wasserman
03:18 PM Revision 4d709ca5 (ceph): Revert "luminous: rgw: user stats increased after bucket reshard"
Orit Wasserman
03:16 PM Revision 42f5d042 (ceph): Merge pull request #19708 from qrGitHub/wip-rgw-unused-variable4
rgw: drop unused variable bucket_instance_ids
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Jos Collin...
Casey Bodley
03:02 PM Revision 029594a0 (ceph): Merge pull request #19257 from ifed01/wip-ifed-rocksdb-fix
luminous: rocksdb: fixes early metadata spill over to slow device in Sage Weil
03:01 PM Revision ac064e1f (ceph): ceph_test_objectstore: do not change model for 0-length zero
We almost fixed this in the pr merged at 2dbbb351e2e0e3703880023bf51f55790f763e04
but missed this piece.
Signed-off-...
Sage Weil
03:00 PM Revision 6a691bb7 (ceph): os/bluestore: 0-length zero should not change object size
Fixes: http://tracker.ceph.com/issues/21712
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit b58...
Sage Weil
03:00 PM Revision 445f9b52 (ceph): os/filestore: make 0-length zero avoid touching object length
Fixes: http://tracker.ceph.com/issues/21712
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 979...
Sage Weil
03:00 PM Revision a146e49c (ceph): os/ObjectStore: 0-length zero does not change length of object
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 9ad1f4f10ff7bfe32d0a37361640fe5c65e56699)
Sage Weil
02:30 PM Revision b25efca3 (ceph): Merge pull request #18717 from shinobu-x/sk_mgr_daemonserver_using_get_val
mgr/DaemonServer.cc: [Cleanup] Change to using get_val template function
Reviewed-by: John Spray <john.spray@redhat...
John Spray
02:21 PM Revision fc8bbaf0 (ceph): Merge pull request #19362 from myoungwon/wip-manifest-rados-op-promote
osd, librados: add a rados op (TIER_PROMOTE)
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:20 PM Revision 6e1b4b15 (ceph): Merge pull request #20045 from shangzhong/doc-cephfs-multimds
doc: redundant "cephfs" when set the "allow_multimds"
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
01:47 PM Revision e4c8123d (ceph): rgw_op: drop the forward_as_tuple variant of rgw_add_to_iam_environment
We don't have any places in the code where we can std::move both the
key and value to construct the map, so dropping ...
Abhishek Lekshmanan
01:47 PM Revision de81a74c (ceph): rgw: rgw_op update has_conditional calls with new has_key
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
01:47 PM Revision d2ec5099 (ceph): rgw_iam_policy: add has_conditional to Policy
does a linear search of conditional keys and returns if present. Useful
where conditionals specified need an often ex...
Abhishek Lekshmanan
01:47 PM Revision 01cb3952 (ceph): s3: add tags for ExistingObjectTag IAM conditional only if necessary
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
01:47 PM Revision 3d5fe3e5 (ceph): drop eval_existing_objtags
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
01:47 PM Revision 5fdb2f22 (ceph): rgw: policy: support GetObjTags to use policy conditionals
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
01:47 PM Revision 7cb7c599 (ceph): rgw: kill iam_action as a RGWOp member
since we only use it for verify_permissions, let us kill iam_action as
member of RGWOp class
Signed-off-by: Abhishek...
Abhishek Lekshmanan
01:47 PM Revision dc9f7edd (ceph): rgw: drop requestobject tag from gperf and keywords
Since these are dropped at compile time anyway
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
Abhishek Lekshmanan
01:47 PM Revision bffa8c62 (ceph): rgw: rgw_add_to_iam_env has a r-value reference function overload
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
01:47 PM Revision e3dbb3da (ceph): rgw: support for s3 grants conditional
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
01:47 PM Revision 11011e26 (ceph): rgw_op: use has_conditional only when iam_policy exists
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
01:47 PM Revision 9aed1edc (ceph): rgw: policy: support for acl grants cond. in bucket acls as well
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
01:47 PM Revision 41da34c8 (ceph): rgw: policy : put object support for x-amz-metadata-directive
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
01:47 PM Revision f2e7054e (ceph): rgw: policy: add_to_iam_env now supports char* and checks for null
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
01:47 PM Revision 38bb5c0a (ceph): rgw: policy: support for conditionals in copy obj
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
01:47 PM Revision 356c2706 (ceph): rgw: Policy: add support for PutObject with grants conditionals
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
01:47 PM Revision 6ed31c04 (ceph): rgw: policy: add_to_iam_env allows empty values
Since null conditional just allows for presence of a header it makes
sense to allow empty values as well for checking...
Abhishek Lekshmanan
01:47 PM Revision 5c09c754 (ceph): doc: rgw add the newly supported bucket policy conditionals
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
01:43 PM Revision 1e06fe00 (ceph): mon: fix mgr using auth_client_required policy
This caused mgr daemons to fail to authenticate
when auth_client_required was set to something
different to auth_clus...
John Spray
01:29 PM Revision c05d9633 (ceph): Merge pull request #19744 from jan--f/mgr-prometheus-standby-mondown
pybind/mgr/prometheus: add StandbyModule and handle failed MON cluster
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
01:24 PM Revision 74c9cfc4 (ceph): test: reduce the chance to have degraded PGs
in test_mon_osd_misc(), there is good chance that the cluster chooses
to use an unbalanced weight because of the data...
Kefu Chai
12:21 PM Revision 4a45b025 (ceph): qa/tasks/mgr: add test_prometheus; smoke tests for prometheus module
Signed-off-by: Jan Fajerski <jfajerski@suse.com> Jan Fajerski
12:21 PM Revision ff471d48 (ceph): pybing/mgr/prometheus: tidy up cherrypy engine start and stop
Calling cherrypy.engine.block() in the stanby module results in a failing
mgr failover.
Signed-off-by: Jan Fajerski ...
Jan Fajerski
11:58 AM Revision 85847c50 (ceph): Merge pull request #19965 from ovh/bp-reorder-mimic-fields
osd_types.cc: reorder fields in serialized pg_stat_t
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
11:58 AM Revision d3785b43 (ceph): Merge pull request #19963 from runsisi/wip-cmake
cmake: do not find bzip2/lz4 for rocksdb
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:58 AM Revision 8cbee479 (ceph): Merge pull request #19944 from badone/wip-better-prepare_command_pool_s...
mon/OSDMonitor: Better prepare_command_pool_set E2BIG error message
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
11:57 AM Revision 97992124 (ceph): Merge pull request #19934 from david-z/wip-rocksdb-dump-mem
kv/RocksDB: get index and filter blocks memory usage
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
11:46 AM Revision e7d555b0 (ceph): doc: redundant "cephfs" when set the "allow_multimds"
Signed-off-by: Shangzhong Zhu <zhu.shangzhong@zte.com.cn> shangzhong zhu
10:53 AM Revision 67abd124 (ceph): Merge pull request #19948 from tchaikov/wip-standby-module-get-config
pybind/mgr/mgr_module: add default param for MgrStandbyModule.get_con…
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
09:35 AM Revision c806855d (ceph): rgw: lifecycle omap entry was removed in abnormal situation
Signed-off-by: fang yuxiang fang.yuxiang@eisoo.com fang yuxiang
08:58 AM Revision bc7de8b1 (ceph): pybind/mgr/mgr_module: add default param for MgrStandbyModule.get_config()
this matches its counterpart of MgrModule.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:38 AM Revision 41fd3503 (ceph): Merge pull request #19863 from renhwztetecs/renhw-wip-common-time
common/time: add time.h for Alpine build
Reviewed-by: John Coyle <dx9err@gmail.com>
Reviewed-by: Kefu Chai <kchai@re...
Kefu Chai
08:36 AM Revision f5e7a8da (ceph): Merge pull request #19899 from smithfarm/wip-rip-rcceph
build/ops: rpm: rip out rcceph script
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
Reviewed-by: Boris Ranto <branto@...
Kefu Chai
08:10 AM Revision 43b2e512 (ceph): osd: update store with options after pg is created
Fixes: http://tracker.ceph.com/issues/22419
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
08:10 AM Revision d0f67059 (ceph): Revert "osd/PG: pass pool options to ObjectStore on pg create"
pg is not created by the underlying store, hence the
osd->store->set_collection_opts() call always returns -ENOENT.
...
Kefu Chai
05:09 AM Revision e7bdf589 (ceph): osd/PG: print a space after __func__ in log message
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
02:59 AM Revision 2260f03b (ceph): mon/OSDMonitor: squelch 'id' arg errors
Several commands use 'id' but for other types (e.g., vector<int64_t>).
Signed-off-by: Sage Weil <sage@redhat.com>
(c...
Sage Weil
02:56 AM Revision e0709034 (ceph): use stringsream::str(), not rdbuf()
Fixes: http://tracker.ceph.com/issues/22715
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 918...
Sage Weil
02:00 AM Revision c24f2bae (ceph): mon/OSDMonitor.cc: fix expected_num_objects interpret error
Fixes: http://tracker.ceph.com/issues/22530
Signed-off-by: Yang Honggang <joseph.yang@xtaotech.com>
Yang Honggang

01/21/2018

08:29 PM Revision bfd84c90 (ceph): Merge pull request #19998 from liewegas/wip-22715
fix broken use of streamstream::rdbuf()
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
10:11 AM Revision 4ea106bc (ceph): rgw: resharding needs to set back the bucket ACL after link
Fixes: http://tracker.ceph.com/issues/22703
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman

01/20/2018

11:27 PM Revision e35c50c1 (ceph): rgw: Better ERANGE error message
Add mon_max_pg_per_osd exceeded as possible cause for ERANGE error
Partially fixes: http://tracker.ceph.com/issues/2...
Brad Hubbard
11:22 PM Revision a031aa27 (ceph): mon/OSDMonitor: Fix OSDMonitor error message outputs
Partially fixes: http://tracker.ceph.com/issues/22351
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
Brad Hubbard
10:06 PM Revision 5c303186 (ceph): doc: add ceph iscsi test kernel info
Signed-off-by: Mike Christie <mchristi@redhat.com> Mike Christie
02:56 PM Revision 3cf0880f (ceph): rgw_file: alternate fix deadlock on lru eviction
This change is an alternate fix for two problems found and fixed
by Yao Zongyou <yaozongyou@vip.qq.com>.
The deadloc...
Matt Benjamin
03:21 AM Revision 3251ce14 (ceph): sync rgw multi changes
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
03:20 AM Revision 0a5501a1 (ceph): sync rbd.py changes
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
03:18 AM Revision 0cfc065a (ceph): sync rados.py changes
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
03:15 AM Revision 7a0ecd40 (ceph): sync thrash-osd-heath ignore's
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
03:14 AM Revision a4c6cbfe (ceph): sync ceph-manager and kernel mount options
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
03:12 AM Revision 739b1e44 (ceph): sync fs script changes
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
03:03 AM Revision ff4080d4 (ceph): mgr changes sync with upstream
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni

01/19/2018

10:23 PM Revision c581d1f4 (ceph): ceph-volume tests.functional add xenial bluestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
10:23 PM Revision ce7026c6 (ceph): ceph-volume tests.functional add xenial filestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
10:23 PM Revision 23a67305 (ceph): ceph-volume lvm.activate allow encryption setups for luks
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
10:23 PM Revision e0a00871 (ceph): ceph-volume util allow prepare module to work with encryption keys
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
10:23 PM Revision b4599719 (ceph): ceph-volume tests add fixture helpers for call and run
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
10:23 PM Revision d7dfd494 (ceph): ceph-volume tests add util.prepare unit tests
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
10:23 PM Revision 97886d46 (ceph): ceph-volume tests.functional add centos7 bluestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
10:23 PM Revision b8afa195 (ceph): ceph-volume tests.functional add centos7 filestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
10:23 PM Revision 53727d51 (ceph): ceph-volume tests.functional add dmcrypt support in tox.ini
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:10 PM Revision 1a69f3ed (ceph): Merge pull request #19071 from smithfarm/wip-22181-luminous
luminous: rgw segfaults after running radosgw-admin data sync init
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Re...
Sage Weil
09:09 PM Revision 7a4b4218 (ceph): Merge pull request #19077 from smithfarm/wip-22171-luminous
luminous: rgw: log keystone errors at a higher level
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Sage Weil
09:08 PM Revision 6d56c2fd (ceph): Merge pull request #19810 from adamemerson/wip-luminous-21901
luminous: rgw: bucket policy evaluation logical error
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
09:06 PM Revision 63a05442 (ceph): Merge pull request #19847 from adamemerson/wip-22541-luminous
luminous: rgw: put bucket policy panics RGW process
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
09:03 PM Revision e24edea8 (ceph): Merge pull request #19785 from linuxbox2/luminous-22410
luminous: rgw: fix chained cache invalidation to prevent cache size growth
Reviewed-by: Adam Emerson <aemerson@redha...
Yuri Weinstein
09:02 PM Revision ca5ae981 (ceph): Merge pull request #19788 from adamemerson/wip-luminous-cache
luminous: rgw: Random 500 errors in Swift PutObject (needs cache fixes)
Reviewed-by: Nathan Cutler <ncutler@suse.com...
Yuri Weinstein
09:01 PM Revision f2c5146f (ceph): Merge pull request #19053 from shinobu-x/wip-22187-luminous
luminous: rgw: add cors header rule check in cors option request
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
09:01 PM Revision e002a82d (ceph): Merge pull request #19819 from adamemerson/wip-backport-22601
luminous: rgw: S3 API Policy Conditions IpAddress and NotIpAddress do not work
Reviewed-by: Abhishek Lekshmanan <abh...
Yuri Weinstein
09:00 PM Revision ccd4b538 (ceph): Merge pull request #19050 from shinobu-x/wip-22184-luminous
luminous: Dynamic bucket indexing, resharding and tenants seems to be broken
Reviewed-by: Casey Bodley <cbodley@redh...
Casey Bodley
09:00 PM Revision 21ff007c (ceph): Merge pull request #19085 from shinobu-x/wip-22215-luminous
luminous: rgw: bucket index object not deleted after radosgw-admin bucket rm --purge-objects --bypass-gc
Reviewed-by...
Casey Bodley
08:54 PM Revision 599d6a16 (ceph): Merge pull request #18870 from shinobu-x/wip-21949-luminous
luminous: rgw: null instance mtime incorrect when enable versioning
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
08:54 PM Revision 7a686ddb (ceph): Merge pull request #18764 from smithfarm/wip-22017-luminous
luminous: rgw: Segmentation fault when starting radosgw after reverting .rgw.root
Reviewed-by: Casey Bodley <cbodley...
Casey Bodley
08:53 PM Revision c143de46 (ceph): Merge pull request #18765 from smithfarm/wip-22024-luminous
luminous: RGWCrashError: RGW will crash if a putting lc config request does not include an ID tag in the request xml
...
Casey Bodley
08:53 PM Revision 92a1908c (ceph): Merge pull request #18766 from smithfarm/wip-22021-luminous
luminous: rgw: modify s3 type subuser access permission fail
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
08:53 PM Revision 11a3dae2 (ceph): Merge pull request #18867 from shinobu-x/wip-22027-luminous
luminous: multisite: destination zone does not compress synced objects
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
08:48 PM Revision 7ae70b8b (ceph): Merge pull request #18868 from shinobu-x/wip-22026-luminous
luminous: Policy parser may or may not dereference uninitialized boost::optional sometimes
Reviewed-by: Adam Emerson...
Yuri Weinstein
08:46 PM Revision 262bd715 (ceph): Merge pull request #19538 from shinobu-x/wip-22434-luminous
luminous: rgw: user stats increased after bucket reshard
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
08:46 PM Revision 14ca29d5 (ceph): Merge pull request #19489 from dplyakin/luminous-get-website-error-code
luminous: rgw: fix GET website response error code
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
08:44 PM Revision b26aeac2 (ceph): Merge pull request #19090 from pdvian/wip-22179-luminous
luminous: rgw: Fix swift object expiry not deleting objects
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-...
Yuri Weinstein
08:43 PM Revision 370abb54 (ceph): Merge pull request #19434 from cbodley/wip-luminous-pr-16807
luminous: rgw: revert PR #16807
Reviewed-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
Yuri Weinstein
08:41 PM Revision 85558065 (ceph): Merge pull request #19502 from shinobu-x/wip-22397-luminous
luminous: rgw: radosgw-admin reshard command argument error.
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Yuri Weinstein
08:40 PM Revision eaedb0f0 (ceph): Merge pull request #19506 from shinobu-x/wip-22388-luminous
luminous: rgw: 501 is returned When init multipart is using V4 signature and chunk encoding
Reviewed-by: Radoslaw Za...
Yuri Weinstein
07:59 PM Revision 5f2b0065 (ceph): ceph-volume tests.functional add xenial filestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:59 PM Revision 35557d45 (ceph): ceph-volume lvm.prepare allow encryption setups for luks
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:59 PM Revision 41e4f333 (ceph): ceph-volume lvm.activate allow encryption setups for luks
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:59 PM Revision 034058c1 (ceph): ceph-volume util allow prepare module to work with encryption keys
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:59 PM Revision ab9b6998 (ceph): ceph-volume tests add fixture helpers for call and run
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:59 PM Revision 6fadc515 (ceph): ceph-volume tests add util.prepare unit tests
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:59 PM Revision e960f0e8 (ceph): ceph-volume tests.functional add centos7 bluestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:59 PM Revision 846c5283 (ceph): ceph-volume tests.functional add centos7 filestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:59 PM Revision a9022af2 (ceph): ceph-volume tests.functional add dmcrypt support in tox.ini
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
07:59 PM Revision d65ae2c3 (ceph): ceph-volume tests.functional add xenial bluestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
06:08 PM Revision e066b691 (ceph): test: Verify stat calculations during backfill
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 88ce0c1a91178c25c75e9b627c2a2b64b0969648)
David Zafman
06:08 PM Revision 82b1a41e (ceph): qa: Ignore degraded PGs when injecting random eio errors
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit c77941f593755f79e4a800545d7ff437bbe0562d)
David Zafman
06:08 PM Revision f7bc7475 (ceph): ceph-helpers.sh: Add flush_pg_stats() to wait_for_clean() to make it re...
osd-scrub-repair.sh: Fixes for omap keys landing on different OSDs due to flush
Signed-off-by: David Zafman <dzafman...
David Zafman
06:08 PM Revision 98cf9289 (ceph): test: Verify stat calculations during recovery
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit f5af1af6d3727f915dfcf7ea8a243b4a52b43859)
David Zafman
06:08 PM Revision 7065a781 (ceph): osd: Improve the way insufficient targets is handled to be compatible w...
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 91d1487ecfb497905a20556baf699ce8dde1cc30)...
David Zafman
06:06 PM Revision 6a652944 (ceph): osd: Improve pg degraded state setting based on _update_calc_stats() de...
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 74f9e70903723bdad190bc3f71a2ca2109bfe4f7)...
David Zafman
06:01 PM Revision 50dc08cf (ceph): Merge pull request #19597 from joscollin/wip-lspools-output
mon: align lspools output
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Greg Farnum
06:01 PM Revision b683ba9f (ceph): osd: Base pg degraded state on num_degraded_objects
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 5ffde0002f605401fb99535ff86afa0eb0404c67)
David Zafman
06:01 PM Revision 1afeb8bc (ceph): osd: Handling when recovery sources have missing
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit b769b98686e98b16a74318346ddf0cee88ac7476)
David Zafman
06:01 PM Revision 15bd330e (ceph): osd: Rewrite _update_calc_stats() to make it cleaner and more accurate
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit e1075f107372c97580b984c74666027fc2e71daf)...
David Zafman
06:00 PM Revision 50cdacb9 (ceph): osd: cleanup: Fix log message
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 01ac714aa3522dde130b48d5901e72533aa423b1)
David Zafman
06:00 PM Revision 9142833b (ceph): osd: cleanup: Remove unused const vars
Signed-off-by: David Zafman <dzafman@redhat.com>
(cherry picked from commit 9a66a6f517ea0c9c7963b2f3127f5efb78aea346)
David Zafman
05:23 PM Revision 213c98ac (ceph): Merge pull request #19936 from linuxbox2/wip-rgw-22121
rgw: URL-decode S3 and Swift object-copy URLs Matt Benjamin
04:12 PM Revision 8550a027 (ceph): ceph-volume tests.functional add xenial filestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
04:12 PM Revision 2137da16 (ceph): ceph-volume tests.functional add xenial bluestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
04:08 PM Revision 3057fd0a (ceph): ceph-volume tests.functional add centos7 filestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
04:08 PM Revision fea79861 (ceph): ceph-volume tests.functional add dmcrypt support in tox.ini
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
04:08 PM Revision e6cad601 (ceph): ceph-volume tests.functional add centos7 bluestore tests for dmcrypt
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
03:43 PM Revision 40d3bc07 (ceph): Merge pull request #20019 from zhouyuan/fix_librbdpy_example
doc: fix librbdpy example
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Reviewed-By: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:40 PM Revision 92c2dd27 (ceph): doc/dev/cxx: add C++11 ABI related doc
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:37 PM Revision de791830 (ceph): cls/rgw: fix bi_log_iterate_entries return wrong truncated
if there are over 1000 entries of instance keys, cls_cxx_map_get_vals
will get truncated=true, but bilogs already rea...
Tianshan Qu
03:33 PM Revision a4aecca1 (ceph): Merge pull request #19577 from vshankar/wip-policy-state-machine-rollback
rbd-mirror: rollback state transitions in image policy
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
03:33 PM Revision cac05067 (ceph): Merge pull request #19821 from trociny/wip-nbd-global-options
rbd: properly pass ceph global command line args to subprocess
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
03:32 PM Revision 5f344360 (ceph): Merge pull request #19912 from adamemerson/wip-minimax-rbd
librbd: prefer templates to macros
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
03:32 PM Revision 4e0dc282 (ceph): Merge pull request #19937 from trociny/wip-rbd-showmapped
rbd: adjusted "showmapped" JSON and XML formatted output
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
03:25 PM Revision ba857409 (ceph): cmake: remove cryptopp option
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
03:25 PM Revision fcf9ccc0 (ceph): auth: remove cryptopp CryptoKeyHandler impl
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
03:25 PM Revision 097b9d46 (ceph): rgw: remove cryptopp BlockCrypt impls
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
03:25 PM Revision a18f0589 (ceph): common: remove cryptopp digest impls
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
03:25 PM Revision 52e3cb77 (ceph): common: remove typedef for byte
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
02:58 PM Revision 25584e55 (ceph): ceph-volume util allow prepare module to work with encryption keys
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
02:58 PM Revision 7bb544cb (ceph): ceph-volume tests add fixture helpers for call and run
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
02:58 PM Revision fa27ddb6 (ceph): ceph-volume tests add util.prepare unit tests
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
02:58 PM Revision a68ac018 (ceph): doc/ceph-volume create an encryption doc explaining dmcrypt workflows
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
02:58 PM Revision f7cade75 (ceph): ceph-volume lvm.common add dmcrypt flag
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
02:58 PM Revision 03cf32d9 (ceph): ceph-volume util create a helper module for encryption
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
02:58 PM Revision 15a193ef (ceph): ceph-volume process allow silencing output on file logging for sensitiv...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
02:58 PM Revision cd89d5b0 (ceph): ceph-volume lvm.prepare allow encryption setups for luks
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
02:58 PM Revision 0eeee709 (ceph): ceph-volume lvm.activate allow encryption setups for luks
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
02:48 PM Revision fa2faeef (ceph): common/options,librbd/Utils: refactor RBD feature validation
Move conversion of RBD features to/from string/uint64_t to helpers, and
use those from the option validator.
Keep th...
Sage Weil
01:38 PM Revision 2cfd5fec (ceph): Merge pull request #19972 from liewegas/wip-mgr-rados
pybind/mgr/mgr_module: make rados handle available to all modules
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
01:26 PM Revision a03dacd9 (ceph): mon/OSDMonitor: rename outer name declaration to avoid shadowing
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:11 PM Revision cd0749f8 (ceph): osdc,os,osd: fix build on osx
on clang on MacOS, size_t is not identical to uint64_t, so we need to do
specify the template parameter if the two pa...
Kefu Chai
04:29 AM Revision ea0e8f0c (ceph): cephfs-journal-tool: move shutdown to the deconstructor of MDSUtility
Fixes: http://tracker.ceph.com/issues/22734
Signed-off-by: dongdong tao <tdd21151186@gmail.com>
dongdong tao
02:41 AM Revision dcf70f5f (ceph): doc: fix librbdpy example
need to connect cluster before opening ioctx
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
Yuan Zhou
01:50 AM Revision f4de5b58 (ceph): rgw: add RGWReadDataSyncRecoveringShardsCR to read recovering shards
Signed-off-by: lvshanchun <lvshanchun@gmail.com> lvshanchun
01:50 AM Revision 8c3ea263 (ceph): rgw: display data sync recovering shards in radosgw-admin sync status
Signed-off-by: lvshanchun <lvshanchun@gmail.com> lvshanchun

01/18/2018

10:51 PM Revision 9688fcc9 (ceph): rgw: URL-decode S3 and Swift object-copy URLs
Fixes: http://tracker.ceph.com/issues/22121
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
Matt Benjamin
10:05 PM Revision 9ed73386 (ceph): ceph-volume lvm.activate allow encryption setups for luks
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
10:05 PM Revision 2bdaee26 (ceph): ceph-volume util allow prepare module to work with encryption keys
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
10:04 PM Revision 7070d5f3 (ceph): ceph-volume lvm.prepare allow encryption setups for luks
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:53 PM Revision 8e0b8d1b (ceph): ceph-volume util create a helper module for encryption
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:53 PM Revision 31456f41 (ceph): ceph-volume process allow silencing output on file logging for sensitiv...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:53 PM Revision cf5059be (ceph): ceph-volume lvm.common add dmcrypt flag
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:51 PM Revision 43496b1e (ceph): doc/ceph-volume create an encryption doc explaining dmcrypt workflows
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:37 PM Revision 1be28827 (ceph): ceph-volume util allow prepare module to work with encryption keys
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:35 PM Revision 000f1631 (ceph): ceph-volume util create a helper module for encryption
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:35 PM Revision f5ee55cc (ceph): ceph-volume process allow silencing output on file logging for sensitiv...
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:35 PM Revision 8cf19d91 (ceph): ceph-volume lvm.prepare allow encryption setups for luks
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:35 PM Revision b43ba555 (ceph): ceph-volume lvm.activate allow encryption setups for luks
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
09:35 PM Revision b7c3097c (ceph): ceph-volume lvm.common add dmcrypt flag
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
08:54 PM Revision 57471fe7 (ceph): ceph-volume: clean up docstrings for lvm zap
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
08:41 PM Revision d2529ee5 (ceph): ceph-volume: print a message to terminal if --destroy is skipped
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
08:34 PM Revision 12918264 (ceph): ceph-volume: no need to set PVolume.vg_name explicitly
This will be set automatically in __init__ by looping
through kw.items and creating properties on PVolume
with them.
...
Andrew Schoen
08:31 PM Revision 5a1be9a7 (ceph): ceph-volume: switch remove_vg and remove_pv to process.run
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
08:25 PM Revision 72048510 (ceph): ceph-volume: allow passing a fail_msg param to process.run
This will allow the user to provide a more detailed error message
on why the command failed.
Signed-off-by: Andrew S...
Andrew Schoen
07:59 PM Revision dc914ba4 (ceph): Merge PR #20011 into master
* refs/pull/20011/head:
mds: fix some typo
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
07:55 PM Revision 4701e85a (ceph): rgw: unlink deleted bucket from bucket's owner
if a bucket is deleted by an admin/system user instead of its
owner, the unlink would fail and the deleted bucket rem...
Casey Bodley
07:39 PM Revision bef22609 (ceph): rgw: log unlink_instance mtime as object's mtime
This is needed so that when squashing entries during data
sync we get a consistent mtime for that object.
Signed-off...
Yehuda Sadeh
06:37 PM Revision c2d28e27 (ceph): Merge pull request #18971 from liewegas/wip-pg-scrub-preempt
osd/PG: allow scrub preemption
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Sage Weil
06:15 PM Revision bc98772b (ceph): rgw: share time skew check between v2 and v4 auth
this moves the new std::chrono-based v4 time skew check into a common
helper function, then uses that in place of the...
Casey Bodley
06:08 PM Revision fafa183d (ceph): ceph-volume: tests for lvm zap --destroy
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
06:01 PM Revision c3297919 (ceph): Merge pull request #19476 from qrGitHub/wip-rgw-lack-timeSkewCheck
rgw: add time skew check in function parse_v4_auth_header
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by...
Yuri Weinstein
05:59 PM Revision 7c575c88 (ceph): Merge pull request #19826 from joke-lee/rgw_fix_s3website_redirect_loca...
rgw: fix s3website redirect location string length
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
05:59 PM Revision 47713dc5 (ceph): Merge pull request #19918 from fangyuxiangGL/lc-omap
rgw: abort multipart if upload meta object doesn't exist
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
05:47 PM Revision f942ec70 (ceph): Merge pull request #20003 from wjwithagen/fix-PG-protected
common: change routines to public access
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
05:46 PM Revision 918361e9 (ceph): use stringsream::str(), not rdbuf()
Fixes: http://tracker.ceph.com/issues/22715
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
05:46 PM Revision 0580f012 (ceph): mon/OSDMonitor: squelch 'id' arg errors
Several commands use 'id' but for other types (e.g., vector<int64_t>).
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
05:12 PM Revision 708cb43c (ceph): ceph-volume: docs for the --destroy flag of lvm zap
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
05:12 PM Revision 10a34974 (ceph): ceph-volume: remove the -a flag from api.lvm.get_pvs
When we run `pvs -a` it returns all pvs, even ones that
have been recently deleted. Because of this pvs that have jus...
Andrew Schoen
05:12 PM Revision 0811c02b (ceph): ceph-volume: adds an api.lvm.remove_pv method
Used to remove physical volumes
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
05:12 PM Revision cb748ccb (ceph): ceph-volume: also remove pvs with lvm zap --destroy
Leaving the pv around doesn't keep us from redeploying on
that device because we also wipefs, but explicitly destroyi...
Andrew Schoen
05:12 PM Revision b7f24ec4 (ceph): ceph-volume: expose vg_name in api.lvm.get_api_pvs
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
05:12 PM Revision 50a6a543 (ceph): ceph-volume: adds an api.lvm.remove_vg method
This method can be used to remove volume groups
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
05:12 PM Revision aea326b7 (ceph): ceph-volume: adds the --destroy flag to ceph-volume lvm zap
If you use the --destroy flag and are zapping a raw device
or parition then zap will destroy any vgs or lvs it finds ...
Andrew Schoen
04:13 PM Revision e741c1a6 (ceph): mds: fix scrub crash
Fixes: http://tracker.ceph.com/issues/22730
Signed-off-by: dongdong tao <tdd21151186@gmail.com>
dongdong tao
03:11 PM Revision 6d4d26fd (ceph): rados: use WaitInterval()'s return value instead of manual timing
Signed-off-by: Mohamad Gebai <mgebai@suse.com> Mohamad Gebai
02:54 PM Revision 5981ddc1 (ceph): mon: do not use per_pool_sum_delta to show recovery summary
Fixes: http://tracker.ceph.com/issues/22727
Signed-off-by: Chang Liu <liuchang0812@gmail.com>
Chang Liu
02:47 PM Revision 889abad3 (ceph): tools/rbd: use steady clock in bencher
Signed-off-by: Mohamad Gebai <mgebai@suse.com> Mohamad Gebai
02:26 PM Revision 34ad0986 (ceph): ceph-volume: docs for the --destroy flag of lvm zap
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
01:54 PM Revision e42bf30b (ceph): osd: add 'ceph [tell|daemon] osd.id smart'
Also added 'ceph daemon osd.id list_devices' which prints to stdout the
OSD devices. 'ceph [tell|daemon] osd.id smart...
Yaarit Hatuka
01:49 PM Revision 7cee6c8d (ceph): Merge pull request #19949 from ceph/wip-bz1498521
ceph-volume: adds --crush-device-class flag for lvm prepare and create
Reviewed-by: Alfredo Deza <adeza@redhat.com>
...
Alfredo Deza
01:46 PM Revision 7096acf5 (ceph): Merge pull request #19997 from Songweibin/wip-fix-typo
doc/rbd: fix typo s/morror/mirror
Reviewed-by: Jos Collin <jcollin@redhat.com>
Reviewed-by: Jason Dillaman <dillaman...
Jason Dillaman
01:29 PM Revision 85144f58 (ceph): rgw: set priority on perf counters
...to cue MgrClient to pass these on to ceph-mgr
Signed-off-by: John Spray <john.spray@redhat.com>
John Spray
12:47 PM Revision 1f915cff (ceph): ceph-volume: adds the --destroy flag to ceph-volume lvm zap
If you use the --destroy flag and are zapping a raw device
or parition then zap will destroy any vgs or lvs it finds ...
Andrew Schoen
12:46 PM Revision 22d6d908 (ceph): Merge pull request #19981 from k0ste/dashboard_iops
mgr: dashboard: show per pool IOPS on health page (#22495).
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
12:43 PM Revision 9fc46d52 (ceph): mgr: dashboard: show per pool IOPS on health page (#22495).
Signed-off-by: Konstantin Shalygin <k0ste@k0ste.ru> Konstantin Shalygin
10:46 AM Revision b1852397 (ceph): common: change routines to public access
Clang complains tafter recent changes:
/home/jenkins/workspace/ceph-master/src/osd/OSD.cc:8787:8: error: 'DeleteStart...
Willem Jan Withagen
10:02 AM Revision ad11a8e9 (ceph): Merge pull request #19929 from zmc/wip-luminous-prom-pg_deep
luminous: mgr/prometheus: add missing 'deep' state to PG_STATES in ceph-mgr pro…
Reviewed-by: John Spray <john.spray...
John Spray
08:40 AM Revision 8c9eb2d4 (ceph): mds: use the steady clock on tick
Signed-off-by: Mohamad Gebai <mgebai@suse.com> Mohamad Gebai
06:03 AM Revision 1adf4325 (ceph): mgr: prometheus: added osd commit/apply latency metrics (#22718).
Signed-off-by: Konstantin Shalygin <k0ste@k0ste.ru> Konstantin Shalygin
03:36 AM Revision a68d08f8 (ceph): doc/rbd: fix typo s/morror/mirror
Signed-off-by: songweibin <song.weibin@zte.com.cn> wb song
01:13 AM Revision abb91dc4 (ceph): Merge pull request #19943 from dillaman/wip-22676-luminous
luminous: cls/rbd: remove incompatible group features from partial implementation
Reviewed-by: Mykola Golub <mgolub@...
Jason Dillaman

01/17/2018

11:46 PM Revision 8b5de185 (ceph): ceph-fuse: ::rmdir() uses a deleted memory structure of dentry leads a ...
we should add the dentry ref immediately after "get_or_create" in
case of the ref be put to zero.
Fixes: http://trac...
YunfeiGuan
10:32 PM Revision 124b4e34 (ceph): qa/suites: filter out cls_rbd tests against unsupported methods
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
10:12 PM Revision 2b741000 (ceph): Merge pull request #18865 from shinobu-x/wip-21631-luminous
luminous: doc: remove region from "INSTALL CEPH OBJECT GATEWAY"
Reviewed-By: Abhishek Lekshmanan <abhishek@suse.com>
Abhishek Lekshmanan
09:11 PM Revision 2e5a09f1 (ceph): ceph-volume: adds the --destroy flag to ceph-volume lvm zap
If you use the --destroy flag and are zapping a raw device
or parition then zap will destroy any vgs or lvs it finds ...
Andrew Schoen
07:18 PM Revision cadd8426 (ceph): cls/rbd: remove incompatible group features from partial implementation
Fixes: https://tracker.ceph.com/issues/22676
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
07:12 PM Revision 5112965d (ceph): ceph-volume: adds an api.lvm.remove_vg method
This method can be used to remove volume groups
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
07:00 PM Revision ee7d2dd0 (ceph): Merge pull request #19931 from mikechristie/wip-doc-mnc-iscsi-updates
Misc iSCSI doc updates
Reviewed-by: John Wilkins <jowilkin@redhat.com>
John Wilkins
06:58 PM Revision 54b5b491 (ceph): ceph-volume: expose vg_name in api.lvm.get_api_pvs
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
05:44 PM Revision c9f7689a (ceph): ceph-volume: print the lvm activate success message correctly
Move the terminal.success to the methods that have access to the
correct osd_id so that they do not print None for th...
Andrew Schoen
04:38 PM Revision 4e4d6466 (ceph): osd: only exit if *latest* map(s) say we are destroyed
It's possible our current map is older, we were destroyed then, but in
newer maps our osd was recreated. This happen...
Sage Weil
03:55 PM Revision 9f523803 (ceph): qa/tasks/ceph: ignore failure when chown ceph:ceph
we didn't have ceph:ceph user back in hammer. so ignore this error.
ceph-common will create this user in newer versio...
Kefu Chai
03:18 PM Revision 1789a0ee (ceph): Merge pull request #17520 from joscollin/wip-cleanup-drop-return
rgw: Drop unnecessary return
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
01:30 PM Revision fdc1a39c (ceph): denc: should check element's type not 'size_t'
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
10:28 AM Revision 6cb1cc8a (ceph): rgw: add s3 conditions for PutObject IAM policies
Adding the following s3 conditions for PutObject operation
s3:x-amz-canned-acl (caveat: only strings are supported, ...
Abhishek Lekshmanan
10:28 AM Revision 47f10fec (ceph): RGW: IAM: support s3:x-amz-acl conditional for PutACLs
Support string-like s3:x-amz-acl conditional for PutACL request. We're
still to support lists for this
Signed-off-b...
Abhishek Lekshmanan
10:28 AM Revision acde64c2 (ceph): rgw_op: add iam action as RGWOp member
This commit adds iam_action as a member of RGWOp class which allows for
reusing this later when object policies are t...
Abhishek Lekshmanan
10:28 AM Revision d8be271a (ceph): rgw_op: add a function to eval ExistingObjTag s3:IAM conditional
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
10:28 AM Revision d34294f7 (ceph): rgw: support for ExistingObjectTag for PutObjectTagging operation
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
10:28 AM Revision 91ae0ccc (ceph): rgw: support for ExistingObjectTag for s3:PubObjectAcl
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
10:28 AM Revision 00113eb0 (ceph): rgw: split rgw_iam_eval_existing_objtags to seperate functions
one for adding tags to env and the other which calls eval, useful for
Ops where we dont need an eval but need it in t...
Abhishek Lekshmanan
10:28 AM Revision e66c7ecb (ceph): rgw: support ExistingObjectTag in GetObjectAcl op
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
10:28 AM Revision c7b6fdbd (ceph): rgw: add support for ExistingObjectTag in DeleteObjectTagging
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
10:28 AM Revision 038e410a (ceph): rgw_iam_tags: split into smaller function
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com> Abhishek Lekshmanan
09:13 AM Revision 4015824f (ceph): mon:validate hit_set values before set
Fixes: http://tracker.ceph.com/issues/22659
Signed-off-by: Jing Li lijing@gohighsec.com
Jing Li
08:00 AM Revision 722fbb90 (ceph): rbd: properly pass ceph global command line args to subprocess
When initializing the global context, global_init parses command line
arguments and removes ceph global args from the...
Mykola Golub
07:06 AM Revision 55f8db1b (ceph): mgr: prometheus: set metadata metrics value to '1' (#22717).
Signed-off-by: Konstantin Shalygin <k0ste@k0ste.ru> Konstantin Shalygin
07:02 AM Revision 5353569e (ceph): mds: handle 'inode gets queued for recovery multiple times'
Fixes: http://tracker.ceph.com/issues/22647
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit ...
Yan, Zheng
07:01 AM Revision 4063b807 (ceph): mds: use elist to track recover queue items
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
(cherry picked from commit 74f2a87887e81dc1d5895976982efb51b0a5e97e)
...
Yan, Zheng
04:23 AM Revision 7d23827c (ceph): common: compute SimpleLRU's size with contents.size() instead of lru.si...
As libstdc++ earlier than version 5 implement the list::size() as a O(n) operation,
this should be needed to avoid re...
Xuehan Xu
04:14 AM Revision 91be5317 (ceph): common: compute SimpleLRU's size with contents.size() instead of lru.si...
As libstdc++ earlier than version 5 implement the list::size() as a O(n) operation,
this should be needed to avoid re...
Xuehan Xu
04:06 AM Revision 9478c064 (ceph): Merge PR #19803 into master
* refs/pull/19803/head:
mds: get rid of unnecessary if condition
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com...
Patrick Donnelly
04:06 AM Revision cc710979 (ceph): Merge PR #19837 into master
* refs/pull/19837/head:
client: avoid recursive lock in ll_get_vino
Reviewed-by: Patrick Donnelly <pdonnell@redhat....
Patrick Donnelly
04:06 AM Revision bbd23ca4 (ceph): Merge PR #19860 into master
* refs/pull/19860/head:
cephfs-journal-tool: add usage help info for header set <field>
mds: add error log info
ce...
Patrick Donnelly
04:06 AM Revision 7a8bd1c9 (ceph): Merge PR #19891 into master
* refs/pull/19891/head:
mds: handle 'inode gets queued for recovery multiple times'
mds: use elist to track recover...
Patrick Donnelly
04:06 AM Revision 4412c6b5 (ceph): Merge PR #19911 into master
* refs/pull/19911/head:
cephfs: Switch MIN/MAX for std::min/max and use intarith templates
Reviewed-by: Patrick Don...
Patrick Donnelly
03:52 AM Revision 6dd42392 (ceph): osd: allow limited scrub preemption
If we receive a write within the scrub range, abort the scrub chunk and
shrink the chunk size. If we do this too man...
Sage Weil
03:52 AM Revision 4e0f4238 (ceph): osd: document scrub options
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:52 AM Revision a188cb27 (ceph): osd/ECBackend: debug ec scrub error paths
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:52 AM Revision 5ac3bfa3 (ceph): qa/suites/rados/singleton/all/divergent_priors*: unsquelch osd debug
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:52 AM Revision 2d34e380 (ceph): osd/PG: drop 'seed' property from Scrubber
This has been -1 for many releases now.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
03:08 AM Revision 99f3c3f8 (ceph): rgw: add lagging shard ids in rgw sync status
Signed-off-by: lvshanchun <lvshanchun@gmail.com> lvshanchun
03:08 AM Revision 39fd90c8 (ceph): rgw: display errors of object sync failed in sync error list
Signed-off-by: lvshanchun <lvshanchun@gmail.com> lvshanchun
03:06 AM Revision 1142dacc (ceph): qa: add missing openstack configs
First introduced in: ec6fb28eaf8e2db327e4afc115879a40c7664e07
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
...
Patrick Donnelly
03:06 AM Revision dc96e3c1 (ceph): qa: increase osd count for ec testing
Missing in d0732fc96fbc6849dd51b391d85f765c74cfb593.
Fixes: http://tracker.ceph.com/issues/22646
Signed-off-by: Patr...
Patrick Donnelly
02:34 AM Revision 9e1efd6c (ceph): client: fix cap revoke race
If caps are been revoking by the auth MDS, don't consider them as
issued even they are still issued by non-auth MDS. ...
Yan, Zheng
02:20 AM Revision 7a0c4d02 (ceph): ceph-volume: update argument description that bluestore is the default
Fixes: http://tracker.ceph.com/issues/22663
Signed-off-by: Jing Li lijing@gohighsec.com
Jing Li
02:19 AM Revision c8bdb49c (ceph): doc: update man page to explain ceph-volume support bluestore
Fixes: http://tracker.ceph.com/issues/22663
Signed-off-by: Jing Li lijing@gohighsec.com
Jing Li
01:50 AM Revision 67e5a2f3 (ceph): Merge pull request #19876 from theanalyst/build/do-cmake-args
build: do_cmake: allow ARGS to be overridden
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:43 AM Revision 360e9801 (ceph): client: release revoking Fc after invalidate cache
this issue is likely revealed by commit 7bc1fa04
"client: avoid adding checked inode to the delayed_caps"
Fixes: htt...
Yan, Zheng
01:39 AM Revision 83406c10 (ceph): rgw: drop unused vector elements
Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn> Bingyin Zhang

01/16/2018

09:44 PM Revision d079916a (ceph): Merge pull request #19433 from liewegas/wip-pg-removal
osd: put pg removal in op_wq
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Sage Weil
09:02 PM Revision 366905fb (ceph): pybind/mgr/mgr_module: make rados handle available to all modules
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
08:31 PM Revision 617a82c4 (ceph): osd: track deleted pools' pg_nums for calculating split
This is needed to determine (quickly) whether PGs have split. Calling
get_pg_num() on the latest map does not work w...
Sage Weil
08:31 PM Revision d37d9668 (ceph): osd/PrimaryLogPG: do on_shutdown on removal
This cleans up our reservations and misc other state in OSDService that
needs to be cleaned up.
Signed-off-by: Sage ...
Sage Weil
07:58 PM Revision 7ccb7b70 (ceph): Merge pull request #19850 from dzafman/wip-calc-stats
osd/PG: re-write of _update_calc_stats and improve pg degraded state
Fixes: http://tracker.ceph.com/issues/20059
Re...
David Zafman
06:52 PM Revision 9f103f01 (ceph): tests: recovery-unfound-found test needs to account for correct misplac...
The test expected HEALTH_OK when in a state with misplaced objects therefore HEALTH_WARN
Signed-off-by: David Zafman...
David Zafman
06:48 PM Revision b56d994f (ceph): doc: add rbd pool requirement for gwcli
Signed-off-by: Mike Christie <mchristi@redhat.com> Mike Christie
06:48 PM Revision 4ca0d508 (ceph): doc: add daemon-reload for rbd-target-api setup
Signed-off-by: Mike Christie <mchristi@redhat.com> Mike Christie
06:48 PM Revision f45aafed (ceph): doc: add gwcli manual install instructions
Signed-off-by: Mike Christie <mchristi@redhat.com> Mike Christie
05:06 PM Revision 9c2278bb (ceph): Merge pull request #19613 from qrGitHub/wip-rgw-optimize-bucketLCPrepare
rgw: optimize function bucket_lc_prepare
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
05:05 PM Revision afb35baf (ceph): Merge pull request #19878 from cbodley/wip-rgw-get-omap-keys-cr
rgw: fix handling of ENOENT in RGWRadosGetOmapKeysCR
Reviewed-by: Adam Emerson <aemerson@redhat.com>
Yuri Weinstein
05:04 PM Revision 36f1dc0f (ceph): Merge pull request #19897 from cbodley/wip-rgw-put-system-obj
rgw: rgw_put_system_obj takes bufferlist
Reviewed-by: Matt Benjamin <mbenjami@redhat.com>
Reviewed-by: Orit Wasserma...
Yuri Weinstein
04:13 PM Revision 65ed5f3b (ceph): os/newstore: aio now working and bug fixes.
Signed-off-by: Mark Nelson <mnelson@redhat.com> Mark Nelson
03:55 PM Revision 1e48ee9c (ceph): crush/CrushWrapper: fix finalize clobbering of max_devices
This hides device names when they don't appear in the hierarchy,
e.g. after setting a name and class for a new device...
Sage Weil
03:55 PM Revision 6aa7c885 (ceph): mon/OSDMonitor: fix 'osd crush set-device-class' for new osds
We should set the max_devices value for a new device. (Actually,
finalize() will fix this for us on decode, but bett...
Sage Weil
03:20 PM Revision 3404d8bb (ceph): ceph-volume: adds crush_device_class to json metadata for 'osd new'
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
03:20 PM Revision 21f45943 (ceph): ceph-volume: docs for --crush-device-class
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
03:20 PM Revision bf468bc3 (ceph): ceph-volume: adds a --crush-device-class flag to lvm create and prepare
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
03:20 PM Revision 11da2185 (ceph): ceph-volume: add crush_device_class to lvm metadata
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
03:20 PM Revision 36a388d7 (ceph): ceph-volume: adds crush_device_class to the functional tests
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
02:16 PM Revision 31f9af83 (ceph): Merge pull request #19945 from tchaikov/wip-deprecated-in-cxx17
librbd,librados: do not include stdbool.h in C++ headers
Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
Kefu Chai
02:15 PM Revision cff35427 (ceph): Merge pull request #19261 from dillaman/wip-22286
mgr: disconnect unregistered service daemon when report received
Reviewed-By: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:06 PM Revision 8e3edae0 (ceph): debian: add -dbg packages for python-{rados,rgw,rbd,cephfs}
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit b5bd43323fd96aa975e0500261b65a46067b68fa)
Sage Weil
02:05 PM Revision 98eaf443 (ceph): debian/rules: strip ceph-base libraries
This includes rados classes and ec plugins.
Fixes: http://tracker.ceph.com/issues/22640
Signed-off-by: Sage Weil <sa...
Sage Weil
01:55 PM Revision cc76ab1e (ceph): ceph-fuse: ::rmdir() uses a deleted memory structure of dentry leads a ...
we should add the dentry ref immediately after "get_or_create" in
case of the ref be put to zero.
Fixes: http://trac...
YunfeiGuan
01:33 PM Revision 44643cae (ceph): objectstore/store_test: fix lack of flush prior to collection_empty() call
Fixes: http://tracker.ceph.com/issues/22409
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry picked from comm...
Igor Fedotov
01:33 PM Revision 5f9911bc (ceph): Merge pull request #19942 from shinobu-x/wip-sk-minmax-ms_async_op_threads
common: Add min/max of ms_async_op_threads
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:33 PM Revision fdc3f5c2 (ceph): Merge pull request #19397 from xxhdx1985126/master
mon: update PaxosService::cached_first_committed in PaxosService::maybe_trim()
Reviewed-by: Kefu Chai <kchai@redhat....
Sage Weil
01:31 PM Revision d2a68571 (ceph): mgr/DaemonServer: fix error string
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 78b7f10d298070515418f5a71931d6235498c87f)
Sage Weil
01:31 PM Revision adc47b95 (ceph): qa/tasks/ceph_manager: tolerate failure to force backfill/recoery
The pool may have been deleted out from underneath us.
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked fro...
Sage Weil
12:54 PM Revision bf16f598 (ceph): osd: piecewise scrub
Perform scrub in stages, with each unit of work requeuing an item in the
work queue.
Signed-off-by: Sage Weil <sage@...
Sage Weil
11:44 AM Revision 08a4de14 (ceph): cmake: do not find bzip2/lz4 for rocksdb
RocksDB has compression disabled by default[1] and it's never been enabled[2],
so do not link these compression libra...
runsisi hust
11:42 AM Revision 2c6dd9f1 (ceph): cmake: link libfuse using FUSE_LIBRARIES
instead of linking with -lfuse directly
Signed-off-by: runsisi <runsisi@zte.com.cn>
runsisi hust
11:39 AM Revision bfa2653f (ceph): build/ops: move ceph-osdomap-tool, ceph-monstore-tool out of ceph-test
build rpm with --without ceph_test_package should fail[1][2]
since -DWITH_TESTS=OFF is defined
[1] https://github.co...
runsisi hust
10:04 AM Revision 0230fe67 (ceph): osd_types.cc: don't store 32 least siognificant bits of state twice
a25221e55172c326b48dea6f08c16d700921864e introduced a new, 64bit
pg state field, retaining encoding and decoding of l...
Piotr Dalek
09:28 AM Revision ae7472fb (ceph): osd_types.cc: reorder encoding/decoding of fields in pg_stat_t
Fields state, purged_snaps and snaptrimq_len are new to Mimic.
Reorder them in a way that newest field (snaptrimq_len...
Piotr Dalek
08:30 AM Revision 80ea9ed3 (ceph): qa: check pool full flags
Cluster-wide flag removed in b4ca5ae462c6f12ca48b787529938862646282cd.
Fixes: http://tracker.ceph.com/issues/22475
...
Patrick Donnelly
08:23 AM Revision fb51be71 (ceph): mds: fix dump last_sent
issue: http://tracker.ceph.com/issues/22562
Signed-off-by: dongdong tao <tdd21151186@gmail.com>
(cherry picked from ...
dongdong tao
08:21 AM Revision 5fd01ca8 (ceph): mds: fix dump last_sent
issue: http://tracker.ceph.com/issues/22562
Signed-off-by: dongdong tao <tdd21151186@gmail.com>
(cherry picked from ...
dongdong tao

01/15/2018

09:58 PM Revision e56106cf (ceph): create 4 lv's by default for ceph-volume tests
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
09:57 PM Revision 28b596f4 (ceph): create 4 lv's by default for ceph-volume tests
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
08:38 PM Revision ad9db7ee (ceph): mgr/prometheus: add missing 'deep' state to PG_STATES in ceph-mgr prome...
without this the endpoint throws 500s when any PG is doing a deep scrub.
Signed-off-by: Peter Woodman <peter@shortbu...
Peter Woodman
08:38 PM Revision a1ca7f7d (ceph): pybind/mgr/prometheus: don't crash when encountering an unknown PG state
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
(cherry picked from commit 67a1b66b06bf74274c2cf1d4b5c900f2c56a990d)
Jan Fajerski
07:02 PM Revision f80f083d (ceph): doc: separate gwcli install from post install setup steps
Signed-off-by: Mike Christie <mchristi@redhat.com> Mike Christie
07:02 PM Revision 3cc367dc (ceph): doc: add note to clarify trusted_ip_list use
Signed-off-by: Mike Christie <mchristi@redhat.com> Mike Christie
07:02 PM Revision 3806f975 (ceph): doc: update esx instructions
Signed-off-by: Mike Christie <mchristi@redhat.com> Mike Christie
05:55 PM Revision 47087b41 (ceph): ceph-volume: docs for --crush-device-class
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
05:12 PM Revision 87de302c (ceph): ceph-disk: use 'osd new' json to set crush_device_class
Instead of writing a crush_device_class file in the osd directory
that sets the crush device class for the OSD set it...
Andrew Schoen
05:07 PM Revision 4145212b (ceph): ceph-disk: use 'osd new' json to set crush_device_class
Instead of writing a crush_device_class file in the osd directory
that sets the crush device class for the OSD set it...
Andrew Schoen
02:42 PM Revision cc6a3561 (ceph): Merge pull request #19925 from jcsp/wip-dashboard-trim-luminous2
luminous: mgr: remove unused static files from dashboard module
Reviewed-by: Sebastien Han <shan@redhat.com>
John Spray
01:51 PM Revision aab2defa (ceph): Merge pull request #19822 from trociny/wip-ggate-ceph-globals
rbd-ggate: fix parsing ceph global options
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Reviewed-by: Willem Jan...
Jason Dillaman
10:34 AM Revision 0c38eb87 (ceph): Merge pull request #19673 from zouaiguo/wip_erase_code
mon/OSDMonitor.cc : set erasure-code-profile to "" when create replicated pools.
Reviewed-by: Joao Eduardo Luis <joa...
Kefu Chai
10:24 AM Revision 2049155e (ceph): doc: mention rcceph drop in PendingReleaseNotes
Signed-off-by: Nathan Cutler <ncutler@suse.com> Nathan Cutler
10:22 AM Revision a24afcdc (ceph): build/ops: rpm: rip out rcceph script
"rcceph" is a SysVinit-style command-line interface for stopping, starting,
enabling, etc. all ceph-osd and ceph-mon ...
Nathan Cutler
06:23 AM Revision 771ecd55 (ceph): common/time: add time.h for Alpine build
We create the Alpine apk package to view "https://github.com/ceph/ceph/blob/master/README.alpine.md",
at compile time...
huanwen ren
03:27 AM Revision 9a9a00cb (ceph): Merge pull request #19896 from tchaikov/wip-vive-cxx-17
msg/simple: s/ceph::size/std::size/
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Adam C. Emerson <aemerson@...
Kefu Chai
03:24 AM Revision 1f21f2f3 (ceph): Merge pull request #19870 from liewegas/wip-strip-ceph-base
debian/rules: strip ceph-base libraries
Reviewed-By: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:14 AM Revision 17dcd13e (ceph): Merge pull request #18755 from aclamk/wip-reverted-approx-size
osd/PG: revert approx size
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn...
Kefu Chai
03:10 AM Revision e9f5612b (ceph): qa/standalone/osd/osd-mark-down: create pool to get updated osdmap faster
Mon send osdmap to random osds after we mark osd down, the down osd
may use more than $sleep time to get updated osdm...
huangjun
03:09 AM Revision 7aba57b9 (ceph): Merge pull request #18191 from hjwsm1989/osd-mark-down
qa/standalone/osd/osd-mark-down: create pool to get updated osdmap faster
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:06 AM Revision 35a57fab (ceph): Merge pull request #19877 from adamemerson/wip-dencish
denc cleanups and other fixes
Reviewed-by: Willem Jan Withagen <wjw@digiware.nl>
Reviewed-by: Kefu Chai <kchai@redha...
Kefu Chai
02:17 AM Revision 91d1487e (ceph): osd: Improve the way insufficient targets is handled to be compatible w...
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
02:17 AM Revision c77941f5 (ceph): qa: Ignore degraded PGs when injecting random eio errors
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
02:17 AM Revision 64047e1b (ceph): osd: Don't start recovery for missing until active pg state set
I was seeing recovery hang when it is started before _activate_committed()
The state machine passes into "Active" but...
David Zafman
02:17 AM Revision aeba36a6 (ceph): ceph-helpers.sh: Add flush_pg_stats() to wait_for_clean() to make it re...
osd-scrub-repair.sh: Fixes for omap keys landing on different OSDs due to flush
Signed-off-by: David Zafman <dzafman...
David Zafman
02:17 AM Revision f5af1af6 (ceph): test: Verify stat calculations during recovery
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
02:17 AM Revision 88ce0c1a (ceph): test: Verify stat calculations during backfill
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
02:16 AM Revision 74f9e709 (ceph): osd: Improve pg degraded state setting based on _update_calc_stats() de...
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman

01/14/2018

07:40 PM Revision df5a3709 (ceph): Merge pull request #19946 from liewegas/wip-22677
qa/workunits/rados/test_rados_tool: fix stray |, race Sage Weil
06:38 PM Revision e1075f10 (ceph): osd: Rewrite _update_calc_stats() to make it cleaner and more accurate
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
06:38 PM Revision 5ffde000 (ceph): osd: Base pg degraded state on num_degraded_objects
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
06:38 PM Revision b769b986 (ceph): osd: Handling when recovery sources have missing
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
06:37 PM Revision 01ac714a (ceph): osd: cleanup: Fix log message
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
06:37 PM Revision 9a66a6f5 (ceph): osd: cleanup: Remove unused const vars
Signed-off-by: David Zafman <dzafman@redhat.com> David Zafman
04:47 PM Revision dca1257a (ceph): osd/PG: flush osr before listing scrub objects
We need to make sure previous transactions are readable before we list
objects. This avoids races like, say,
- ecba...
Sage Weil
04:47 PM Revision 004ee202 (ceph): osd/PG: drop waiting_on, use waiting_on_whom
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
04:47 PM Revision 3e66d88f (ceph): osd/*Backend: debug: inject sleep during deep scrub
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
04:47 PM Revision 3f922e79 (ceph): qa/tasks/ceph: disable osd_debug_deep_scrub_sleep in case it is set
Otherwise the final scrub may take too long.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
04:47 PM Revision 588f0643 (ceph): osd/ECBackend: turn be_deep_scrub options into legacy
We don't have a lightweight mechanism for doing trivial config options
that is better than legacy_config_opts.h yet. ...
Sage Weil
04:35 PM Revision ff9fa835 (ceph): qa/workunits/rados/test_rados_tool: remove stray |, fix race
Fixes: http://tracker.ceph.com/issues/22676
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
02:19 PM Revision b233cbcc (ceph): mds: fix some typo
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
10:03 AM Revision cfd4712e (ceph): librbd,librados: do not include stdbool.h in C++ headers
stdbool.h is offered to provide C++ keywords for C source file.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:48 AM Revision 070b87aa (ceph): Merge pull request #12431 from VictorDenisov/snapshot_rename
rbd: group snapshot rename
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman

01/13/2018

11:00 PM Revision d2c0fe9b (ceph): mon/OSDMonitor: Better prepare_command_pool_set E2BIG error message
Signed-off-by: Brad Hubbard <bhubbard@redhat.com> Brad Hubbard
07:05 PM Revision 1b7f7a05 (ceph): cephfs: Switch MIN/MAX for std::min/max and use intarith templates
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
07:04 PM Revision d1416344 (ceph): rbd: Switch MIN/MAX for std::min/max and use intarith templates
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
07:00 PM Revision 838cae45 (ceph): rbd: Add group snapshot rename commands
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
07:00 PM Revision c4f2eb4a (ceph): librbd: Add group snap rename method
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
04:26 PM Revision ea2c99ec (ceph): qa/workunits/rados/test_rados_tool.sh: -x
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
03:56 PM Revision 7907bc00 (ceph): Merge pull request #19913 from adamemerson/wip-minimax-rados
rados: Prefer templates to macros
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
03:56 PM Revision 755ea1c0 (ceph): Merge pull request #19914 from tchaikov/wip-cmake-check-boost-in-src
cmake: check version of boost in src/boost
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Brad Hubbard ...
Sage Weil
03:55 PM Revision f199490b (ceph): Merge pull request #19926 from batrick/i22527
mon: revert mds metadata argument name change
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Sage Weil <sage...
Sage Weil
03:04 PM Revision 0186e6e4 (ceph): mds: add dump flag for CInode
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
03:01 PM Revision 548869ea (ceph): mds: add command "openfiles ls"
list all the opening files with the corresponding clients and their caps.
Signed-off-by: dongdong tao <tdd21151186@g...
dongdong tao
02:25 PM Revision a74e5549 (ceph): common: mark events of TrackedOp outside its constructor
Avoid marking events when TrackedOp::tracking_start() isn't invoked yet.
Fixes: http://tracker.ceph.com/issues/22608...
Xuehan Xu
11:16 AM Revision e655020e (ceph): client: unify function name in debug log for Client.cc
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
09:43 AM Revision b29f0858 (ceph): common: add C_SaferCond ctor with name argument
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
09:43 AM Revision 57a5fef2 (ceph): Client: use C_SaferCond for "_flush_range"
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
09:43 AM Revision 06d0d61f (ceph): client: use C_SaferCond for _fallocate and ll_write_block
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
09:42 AM Revision f7cf322c (ceph): client: use C_SaferCond for _sync_fs and _fsync
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
09:42 AM Revision 1a4f1afa (ceph): client: use C_SaferCond in Client::_write
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
09:39 AM Revision 66249591 (ceph): client: use C_SaferCond for _read_sync
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
09:38 AM Revision 0b42aa9f (ceph): client: use C_SaferCond in _read_async
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
09:38 AM Revision bc9e4bd9 (ceph): client: use C_SaferCond for "Client::_read"
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
02:13 AM Revision 79fbe60d (ceph): Merge pull request #19903 from dillaman/wip-librbd-op-features
librbd: add preliminary support for new operation feature bit
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
01:02 AM Revision 97731e3a (ceph): common: Add min/max of ms_async_op_threads
Signed-off-by: Shinobu Kinjo <shinobu@redhat.com> Shinobu Kinjo

01/12/2018

10:47 PM Revision a7b97806 (ceph): Merge pull request #19793 from badone/wip-blocking-deep-scrub
ceph.in: Add blocking mode for scrub and deep-scrub
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Yuri Weinstein
10:46 PM Revision 2b99d31d (ceph): Merge pull request #19910 from jdurgin/wip-21897
config: lower default omap entries recovered at once
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
10:37 PM Revision 1f530c0f (ceph): Merge PR #19894 into master
* refs/pull/19894/head:
cmake: link against ceph-common instead of common
Reviewed-by: Patrick Donnelly <pdonnell@r...
Patrick Donnelly
10:37 PM Revision 653bfcc5 (ceph): Merge PR #19920 into master
* refs/pull/19920/head:
client: fix cap revoke race
client: release revoking Fc after invalidate cache
Reviewed-by...
Patrick Donnelly
10:37 PM Revision e592c021 (ceph): Merge PR #19885 into master
* refs/pull/19885/head:
qa: increase osd count for ec testing
qa: add missing openstack configs
Reviewed-by: Sage ...
Patrick Donnelly
08:33 PM Revision 8a99d930 (ceph): os/newstore: closer to working!
Signed-off-by: Mark Nelson <mnelson@redhat.com> Mark Nelson
07:49 PM Revision 4f72b20f (ceph): rgw: RGWRados::put_system_obj takes const bufferlist
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
07:36 PM Revision de97a3be (ceph): rbd: adjusted "showmapped" JSON and XML formatted output
Signed-off-by: Mykola Golub <mgolub@suse.com> Mykola Golub
07:33 PM Revision d5e2e43d (ceph): common: compute SimpleLRU's size with contents.size() instead of lru.si...
As libstdc++ earlier than version 5 implement the list::size() as a O(n) operation,
this should be needed to avoid re...
Xuehan Xu
07:32 PM Revision 28d35abf (ceph): rados: Switch MIN/MAX for std::min/max and use intarith templates
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
07:31 PM Revision 443a7f5f (ceph): Merge pull request #19900 from dillaman/wip-rbd-lock-list
rbd: adjusted "lock list" JSON and XML formatted output
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
07:26 PM Revision 8b80074c (ceph): rgw: rgw_put_system_obj takes bufferlist
all callers were converting from bufferlist to const char*, then
RGWRados::put_system_obj() copied that back into a n...
Casey Bodley
06:17 PM Revision 1fcc8e9b (ceph): Merge pull request #19933 from qrGitHub/wip-rgw-useless-line4
rgw: drop redundant RGW_OP_STAT_OBJ check
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
04:31 PM Revision 619b0c02 (ceph): rbd: adjusted "lock list" JSON and XML formatted output
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:46 PM Revision ffdb6537 (ceph): librbd: operations should return -EROFS if disabled
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:14 PM Revision fef89753 (ceph): librbd: retrieve the op features on image refresh
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
01:12 PM Revision 209f6fc5 (ceph): librbd: track new operation features within image
This will initially be utilized to restrict older clients from
performing operations against an image if (1) it doesn...
Jason Dillaman
06:45 AM Revision c06b97b3 (ceph): include: Add templates along side macros in intarith
The macros can be removed later.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
06:40 AM Revision a72527a6 (ceph): kv/RocksDB: get index and filter blocks memory usage
Signed-off-by: Zhi Zhang <zhangz.david@outlook.com> Zhi Zhang
06:26 AM Revision c378fe6d (ceph): rgw: drop redundant RGW_OP_STAT_OBJ check
Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn> Bingyin Zhang
05:51 AM Revision 98572fba (ceph): denc: Clean up tuples even more
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
05:51 AM Revision dcd6d70e (ceph): types: Output of arbitrary std::tuples
Again, using ceph::for_each
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
05:51 AM Revision 54bc44c0 (ceph): encoding: Encode/decode of arbitrary tuples
Using ceph::for_each to avoid fiddling with indices everywhere.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
05:49 AM Revision abd4c104 (ceph): common: Add ceph::for_each for tuples
Expand to pairs, optionals, and variants later.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
05:49 AM Revision b3cd1032 (ceph): common: Make maybe functions support std::optional
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
05:49 AM Revision 9412de0c (ceph): denc: Simplify tuple decode/encode
Use index_sequence instead of rolling our own support infrastructure.
Signed-off-by: Adam C. Emerson <aemerson@redha...
Adam Emerson
05:49 AM Revision 3aefaa81 (ceph): denc: Fix std::array bound_encode
std::arrays are not variable length structures and thus are not
encoded with a length.
Signed-off-by: Adam C. Emerso...
Adam Emerson
05:39 AM Revision b6aa9ca6 (ceph): osd: do not increase num_object if the object has manifest
In the case of redirected and chunked object, base tier
has metadata (same as existing object but, size is zero)
so d...
myoungwon oh
05:39 AM Revision 02c22327 (ceph): osd: take write lock when process_copy_chunk_manifest()
During promote_object for chunked object,
The object's read lock can be held due to recovery.
So, if the read lock is...
myoungwon oh
05:39 AM Revision 8bb5ddc0 (ceph): osd: fix using invalid value
Signed-off-by: Myoungwon Oh <omwmw@sk.com> myoungwon oh
05:38 AM Revision 93e986c0 (ceph): qa/suites/rados/thrash: add tier_promote op
1.add tier_promote op for redirect and chunked cases.
2.rename set-chunk.yaml due to current chunked object
only for ...
myoungwon oh
05:38 AM Revision 14765eac (ceph): src/test: add a test op (TierPromoteOp)
Signed-off-by: Myoungwon Oh <omwmw@sk.com> myoungwon oh
05:38 AM Revision fae84218 (ceph): src/test: add unit tests for tier_promote
Signed-off-by: Myoungwon Oh <omwmw@sk.com> myoungwon oh
05:38 AM Revision 05ad951d (ceph): osd: promote_object() for redirect and chunked object
Signed-off-by: Myoungwon Oh <omwmw@sk.com> myoungwon oh
05:38 AM Revision c6945d03 (ceph): osd,librados: a rados op to promote the object (redirect, chunked)
Signed-off-by: Myoungwon Oh <omwmw@sk.com> myoungwon oh
05:24 AM Revision 70487bbc (ceph): denc: Remove unneeded enable_ifs
The idiom
```
template<typename U = T>
static enable_if_t<!!sizeof(U) && ... >
```
Exists to force SFINAE dependent ...
Adam Emerson
05:11 AM Revision 99beaf1f (ceph): os/newstore: really compiles now, but segfaults.
Signed-off-by: Mark Nelson <mnelson@redhat.com> Mark Nelson
04:50 AM Revision 617a0961 (ceph): denc: Simplify is_any_of
We can't simplify underlying type in the obvious way since template
evaluation is strict.
Signed-off-by: Adam C. Eme...
Adam Emerson
04:16 AM Revision 74948b5c (ceph): denc: Support std::optional
Since we'll probably want to use it at some point.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
03:55 AM Revision 6e039e58 (ceph): {common,mds,rbd}: Fix unused lambda capture warnings
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
03:55 AM Revision 8e877e0d (ceph): denc: Unbreak Clang support
We were using an enable_if<sizeof(U)> idiom that Clang rejects as an
illicit narrowing conversion.
Signed-off-by: Ad...
Adam Emerson
02:47 AM Revision 774b3735 (ceph): doc/man: Add '--block' option for ceph command
Signed-off-by: Brad Hubbard <bhubbard@redhat.com> Brad Hubbard
02:38 AM Revision 03fe7d8c (ceph): Merge pull request #19886 from liu-chunmei/fix_dpdk_worker_references_i...
osd: fix dpdk worker references issue
Reviewed-by: Haomai Wang <haomai@xsky.com>
Haomai Wang
02:30 AM Revision 4ffd5b79 (ceph): rbd: hide implicit / non-mutable features from the CLI help
The layering and data-pool features are enabled automatically
when striping or a data pool is specified, respectively...
Jason Dillaman
01:57 AM Revision f436e993 (ceph): doc: Update ceph iscsi kernel/distro requirements.
Signed-off-by: Mike Christie <mchristi@redhat.com> Mike Christie
01:57 AM Revision 480f6a82 (ceph): doc: fix gwcli examples
Signed-off-by: Mike Christie <mchristi@redhat.com> Mike Christie
01:57 AM Revision 426b562f (ceph): doc: remove windows based vsphere client images
Signed-off-by: Mike Christie <mchristi@redhat.com> Mike Christie
01:57 AM Revision 78e12135 (ceph): doc: add esx web based client images
Signed-off-by: Mike Christie <mchristi@redhat.com> Mike Christie
01:57 AM Revision 62661a2e (ceph): doc: add warning about SCSI PGRs/reservations
Signed-off-by: Mike Christie <mchristi@redhat.com> Mike Christie

01/11/2018

11:28 PM Revision 8b13643b (ceph): config: lower default omap entries recovered at once
For large omap DBs, reading 64k leads to heartbeat timeouts. There
are numerous callchains leading to this recovery ...
Josh Durgin
11:27 PM Revision 89d0c357 (ceph): osd: record final pg_pool_t when a pool is deleted
Also, prevent OSD start if we have a PG whose pool is deleted and no
stored pool info. (User should downgrade, let P...
Sage Weil
11:26 PM Revision ec401470 (ceph): config: lower default omap entries recovered at once
For large omap DBs, reading 64k leads to heartbeat timeouts. There
are numerous callchains leading to this recovery ...
Josh Durgin
11:07 PM Revision 288dcf9a (ceph): osd: tolerate startup for pg with no pool in osdmap
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
11:07 PM Revision c35ee7ab (ceph): osd/PG: drop PGPool auid member
It's at info.auid.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
11:07 PM Revision 2c719c8c (ceph): osd/PG: simplify snapmapper init
Use PGPool info; don't look at map (pool may have been deleted).
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
11:07 PM Revision fc2cd286 (ceph): osd/osd_types: tolerate pool deletion
- the epoch the pool is deleted is an interval change
- no changes are possible after that
Also, use a pg_pool_t poi...
Sage Weil
11:07 PM Revision e59e7ad2 (ceph): osd/PG: tolerate missing pool
These assertions will soon no longer be valid.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
11:07 PM Revision d77dd635 (ceph): osd: leave PG registered (and stray) during delete; reimplement pg dele...
A lot of awkward complexity is implemented in OSD to handle PGs that aren't in
pg_map and are in the process of being...
Sage Weil
11:07 PM Revision 285654c2 (ceph): osd: remove old pg removal infrastructure
Another queue bites the dust! \o/
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
11:07 PM Revision 2914e409 (ceph): osd: enqueue peering evt with pgid, not PG*
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
11:07 PM Revision 4a45a4d5 (ceph): osd/PG: carry pg ref for final pg delete txn
FileStore breaks of the Sequencer is destroyed while the txn is in flight.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
11:07 PM Revision e5a56d42 (ceph): osd: queue peering events directly, without pg lookup
We do not need to look up the PG in order to queue a peering event now
that the queue is based on spg_t and handles t...
Sage Weil
11:07 PM Revision b0874dca (ceph): osd/PG: drop dup call to publish_stats_to_osd in Active AdvMap handler
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
11:07 PM Revision 5668dee0 (ceph): osd/PG: do not publish_stats_to_osd in state exit() methods
exit() can happen due to AdvMap and a peering interval change, but it
runs before we have updated any of our internal...
Sage Weil
11:07 PM Revision adbedc9b (ceph): osd: drop advance_pg() split_pgs arg
We can do the same work inside the function and simplify the code.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
11:07 PM Revision d44dcf4e (ceph): osd: document split tracking structures a bit
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
11:07 PM Revision 24fd1e00 (ceph): osd/PG: wait for commit *and* readable before deleting more of PG
For filestore, waiting for onreadable ensures that (1) the backend has done
(all) of the deletion work (we are thrott...
Sage Weil
11:07 PM Revision 70aacb4a (ceph): osd/PG: start delete after initial delete start info is applied
This allows us to eliminate the flush in _delete_some().
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
11:07 PM Revision d153a95b (ceph): osd: do not clean up split state on deleted pools
We want the PGs to get created and then process the newer osdmap(s) to
delete themselves.
Signed-off-by: Sage Weil <...
Sage Weil
11:07 PM Revision 10b6d61c (ceph): osd: always call complete_split()
We need to complete the split regardless of whether the pg will get
removed after.
Signed-off-by: Sage Weil <sage@re...
Sage Weil
11:07 PM Revision 21e8512b (ceph): osd: clean up pending splits when removing a pg
Say we get an osdmap indicating a pg will split, but the pg is deleting and
finishes its delete before the pg consume...
Sage Weil
11:07 PM Revision b92b91b9 (ceph): osd: identify splits even if pool is eventually deleted
Previously we wouldn't bother splitting if the pool was going away; now
we walk the pg forward and will process the s...
Sage Weil
11:07 PM Revision 4fb3947e (ceph): osd/PG: use local_reserver to schedule delete
Use the reserver so that delete competes for the same slot(s) as recovery
and such.
Priority below recovery normally...
Sage Weil
11:07 PM Revision 6d004d91 (ceph): osd/PG: clear requeued peering events
Broken by fffcc8a50e684c9b67643ec002869a8b7024b01c
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from co...
Sage Weil
10:47 PM Revision 4042bec1 (ceph): mon: revert mds metadata argument name change
Partial revert of PR #18512: d1877b68d90163897245a9801cff0ea419ff28e4
Fixes: http://tracker.ceph.com/issues/22527
S...
Patrick Donnelly
10:14 PM Revision 4da29a07 (ceph): Merge branch 'wip-names!-in!-space!' of git://github.com/adamemerson/ceph
Reviewed-by: Jesse Williamson <jwilliamson@suse.de>
# Conflicts:
# src/cls/rbd/cls_rbd.cc
# src/cls/rbd/cls_rbd_type...
Sage Weil
09:50 PM Revision c6d66764 (ceph): Merge pull request #19099 from ifed01/wip-ifed-faster-pglog
osd: eliminate ineffective container operations
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
09:50 PM Revision 3f9deab3 (ceph): os/newstore: oh boy, it compiles.
Signed-off-by: Mark Nelson <mnelson@redhat.com> Mark Nelson
09:50 PM Revision c1ec2752 (ceph): Merge pull request #19180 from theanalyst/tools/rados-omap-clear
tools: rados add a cli option to clear omap keys
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Kefu Ch...
Sage Weil
09:49 PM Revision 47c925a7 (ceph): Merge pull request #19872 from tchaikov/wip-random_shuffle
osd: s/random_shuffle()/shuffle()/
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Reviewed-by: Casey Bodley <cbodley@...
Sage Weil
09:48 PM Revision c4a78818 (ceph): Merge pull request #19881 from liewegas/wip-kill-crush-location
ceph-crush-location: remove
Reviewed-by: Wido den Hollander <wido@widodh.nl>
Sage Weil
09:43 PM Revision 89c91d72 (ceph): ceph-volume: utf-8 encode crush_device_class and add a trailing newline
The newline is only so this file prints nicely in a terminal.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
09:43 PM Revision 3bb6133e (ceph): ceph-volume: adds crush_device_class to the functional tests
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
09:43 PM Revision 8e41a03d (ceph): ceph-volume: adds a --crush-device-class flag to lvm create and prepare
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
09:43 PM Revision 3c63b6c8 (ceph): ceph-volume: add crush_device_class to lvm metadata
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
09:43 PM Revision f978471f (ceph): ceph-volume: write the crush_device_class file in the osd directory
This will only happen if the --crush-device-class flag is used.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
08:29 PM Revision ac3855e9 (ceph): Merge pull request #11544 from VictorDenisov/consistency_groups_snapshots
librbd: group snapshots
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
08:27 PM Revision bbbfd27b (ceph): rbd-mirror: fix valgrind false positive from new boost release
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
07:20 PM Revision 5a602ed3 (ceph): ceph-volume: add crush_device_class to lvm metadata
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
07:20 PM Revision 37269b57 (ceph): ceph-volume: adds crush_device_class to the functional tests
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
07:20 PM Revision 11fcc5f6 (ceph): ceph-volume: adds crush_device_class to json metadata for 'osd new'
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
07:20 PM Revision eb924911 (ceph): ceph-volume: adds a --crush-device-class flag to lvm create and prepare
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
07:04 PM Revision b8a49174 (ceph): ceph-volume: adds crush_device_class to the functional tests
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
06:13 PM Revision 6dc6be13 (ceph): ceph-volume: utf-8 encode crush_device_class and add a trailing newline
The newline is only so this file prints nicely in a terminal.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
05:57 PM Revision 492c170a (ceph): mgr/dashboard: remove non-minified bootstrap
Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commit 5ce51ebbf047e373eac624e49e2d2bcfb46f09ff)
John Spray
05:57 PM Revision 1961e32c (ceph): mgr/dashboard: remove unneeded bits of AdminLTE
AdminLTE is delivered in a handy all-in format,
but we don't need all this stuff at runtime.
Signed-off-by: John Spr...
John Spray
05:57 PM Revision 8e4cc4f9 (ceph): mgr/dashboard: re-arrange static files
Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commit 85a87da7aa46266abd8d4c42218bcbccce386316)
John Spray
05:57 PM Revision 47194cdc (ceph): mgr/dashboard: don't include remote js/css
This will help anyone running away from the internet.
Signed-off-by: John Spray <john.spray@redhat.com>
(cherry pick...
John Spray
05:57 PM Revision f081fde5 (ceph): mgr/dashboard: remove un-minified datatables source
Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commit 888f0f934e59fe28fdd97bca044702ce445bfe2e)
John Spray
05:05 PM Revision ce8ed309 (ceph): Merge pull request #19924 from rzarzynski/wip-rgw-drop-dump_uri_from_state
rgw: drop dump_uri_from_state() which isn't used anymore.
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
Reviewed...
Casey Bodley
04:58 PM Revision 00886401 (ceph): librbd: ensure enums are prefixed w/ RBD_ to avoid collisions
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
04:31 PM Revision e20987c8 (ceph): rgw: multipart abort if upload meta object doesn't exist
Signed-off-by: fang yuxiang fang.yuxiang@eisoo.com fang yuxiang
04:31 PM Revision 23a31bc8 (ceph): ceph-volume: write the crush_device_class file in the osd directory
This will only happen if the --crush-device-class flag is used.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Andrew Schoen
03:52 PM Revision 854b2bbf (ceph): librbd: fix false-positive compiler warning
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:51 PM Revision 0357a8b7 (ceph): rgw: return valid Location element, CompleteMultipartUpload
Returns URIs that should reach the server regardless of domain
configuration, and following tenant:bucket convention,...
Matt Benjamin
03:47 PM Revision f3f05b99 (ceph): rbd-mirror: rollback state transitions in image policy
Introduce an error path in state transitions for reinitiating
image mapping possibly to a new peer. Also, a minor cle...
Venky Shankar
03:38 PM Revision efb05b51 (ceph): cls_rbd: Add group snapshot operations to cls_rbd
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision c7c7e5a7 (ceph): librbd: Add group snapshot operations
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 50ca45fc (ceph): rbd: Add group snapshot command
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision d95b791e (ceph): qa/workunits/rbd: Add tests for consistency groups
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 297e3320 (ceph): cls_rbd: Address comments
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 61ff95c1 (ceph): cls_rbd: Remove h_group_create
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision c187075e (ceph): cls_rbd: initialize group state
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 74908f4b (ceph): librbd: rename group state to 'incomplete'
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 280bda2d (ceph): librbd: fixup Move function declaration
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 3087646e (ceph): librbd: remove get_snap_id_from_namespace
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision a5de40ab (ceph): librbd: Drop word consistency in librbd
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 68d70afb (ceph): librbd: use RBD_GROUP_INVALID_POOL
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision a946d6b0 (ceph): librbd: Fix indentation
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 45e85db2 (ceph): librbd: Drop consistency from pybind
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 67b7d5c8 (ceph): rbd: Drop consistency from help
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 06d496e2 (ceph): test/pybind: drop consistency from test name
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 99b996a5 (ceph): rbd: Fix section name
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision a0cdcd8a (ceph): rbd: Drop consistency from tools
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision a4304a9c (ceph): rbd: Inline options function
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision e0a88151 (ceph): rbd: Change message format
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision e9cf8871 (ceph): rbd: Add snap rm alias
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 74638595 (ceph): rbd: produce state string instead of integer
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 586ae258 (ceph): rbd: drop consistency from Info
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 2d53795d (ceph): rbd: fix cli tests
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 85f0348e (ceph): rbd: translate group pool to name
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 18ea8898 (ceph): rbd: translate pool id into name
Signed-off-by: Victor Denisov <denisovenator@gmail.com> Victor Denisov
03:38 PM Revision 2f3f6028 (ceph): rbd: wrap object section around group snap list formatter
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:38 PM Revision d7619852 (ceph): librbd: moved new snapshot API methods to separate class
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:38 PM Revision 2f838104 (ceph): librbd: added missing C API version for rbd_snap_get_group_namespace
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:38 PM Revision 75652b05 (ceph): pybind/rbd: added snap_get_group_namespace API method
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:38 PM Revision 31a382f1 (ceph): rbd: utilize '<name>@<snap>' format when creating/removing group snaps
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:38 PM Revision 8d68fa2a (ceph): librbd: fixed memory leak and use-after-free in group snap API
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:38 PM Revision 7f29a98d (ceph): librbd: fix ImageCtx::get_snap_id method
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:38 PM Revision 725722bb (ceph): cls/rbd: combined group_snap_add and group_snap_update
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:38 PM Revision f61cc574 (ceph): rbd: restore snap list by image id functionality
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:38 PM Revision edc3bd73 (ceph): librbd: group snapshots should be linked to image pool (not data pool)
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:38 PM Revision 072004ad (ceph): test/pybind: corrected failures due to test execution ordering
Signed-off-by: Jason Dillaman <dillaman@redhat.com> Jason Dillaman
03:09 PM Revision 797bd655 (ceph): Merge pull request #19919 from wjwithagen/wip-wjw-rbd-ggate-fix
rbd-ggate: fix syntax error.
Reviewed-by: Mykola Golub <mgolub@suse.com>
Mykola Golub
02:56 PM Revision 6e880481 (ceph): Merge pull request #19917 from yaozongyou/rgw-remove-unused-cls-user-ad...
rgw: remove unused cls_user_add_bucket
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:32 PM Revision 29816d22 (ceph): Merge pull request #19699 from qrGitHub/wip-rgw-useless-line
rgw: remove useless lines in RGWDeleteBucket::execute
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: Ab...
Casey Bodley
02:27 PM Revision 53348dc6 (ceph): Merge pull request #19632 from Rubab-Syed/outreachy_mgr_dashboard
mgr/dashboard: Add monitor list
Reviewed-by: John Spray <john.spray@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat...
John Spray
02:02 PM Revision e32b83c3 (ceph): doc/ceph-volume create an encryption doc explaining dmcrypt workflows
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
02:02 PM Revision 4b7c93d4 (ceph): doc/ceph-volume create an encryption doc explaining dmcrypt workflows
Signed-off-by: Alfredo Deza <adeza@redhat.com> Alfredo Deza
12:48 PM Revision baab5cd2 (ceph): Merge pull request #19898 from tchaikov/wip-cmake-build-with-clang
cmake: BuildBoost.cmake: use specified compiler for building boost
Reviewed-By: Casey Bodley <cbodley@redhat.com>
Kefu Chai
12:16 PM Revision 02b3726e (ceph): rgw: drop dump_uri_from_state() which isn't used anymore.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com> Radoslaw Zarzynski
09:50 AM Revision 99d8c303 (ceph): client: fix cap revoke race
If caps are been revoking by the auth MDS, don't consider them as
issued even they are still issued by non-auth MDS. ...
Yan, Zheng
08:31 AM Revision e05f1431 (ceph): client: release revoking Fc after invalidate cache
this issue is likely revealed by commit 7bc1fa04
"client: avoid adding checked inode to the delayed_caps"
Fixes: htt...
Yan, Zheng
08:29 AM Revision da69ef23 (ceph): rbd-ggate: fix syntax error.
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl> Willem Jan Withagen
07:15 AM Revision 9db1198c (ceph): rgw: remove unused cls_user_add_bucket
the function
`int cls_user_add_bucket(rgw_raw_obj& obj, list<cls_user_bucket_entry>& entries);`
is unsed and not impl...
Zongyou Yao
06:31 AM Revision 905b7344 (ceph): Merge pull request #19880 from jcsp/wip-doc-dashboard-standby-luminous
doc: update mgr/dashboard doc about standbys
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
06:27 AM Revision 98a38f40 (ceph): Merge pull request #19879 from jcsp/wip-doc-dashboard-standby
doc: update mgr/dashboard doc about standbys
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
05:19 AM Revision fd5a5229 (ceph): cmake: check version of boost in src/boost
after bumping up the required boost version, old copy of boost in
src/boost will not work. so we need to error out ea...
Kefu Chai
05:07 AM Revision 06bbf939 (ceph): mds: handle 'inode gets queued for recovery multiple times'
Fixes: http://tracker.ceph.com/issues/22647
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
Yan, Zheng
05:07 AM Revision 74f2a878 (ceph): mds: use elist to track recover queue items
Signed-off-by: "Yan, Zheng" <zyan@redhat.com> Yan, Zheng
04:08 AM Revision 2b06bff9 (ceph): cephfs-journal-tool: add usage help info for header set <field>
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
04:07 AM Revision a7c2ecd6 (ceph): mds: add error log info
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
02:47 AM Revision 72c2076f (ceph): config: lower default omap entries recovered at once
For large omap DBs, reading 64k leads to heartbeat timeouts. There
are numerous callchains leading to this recovery ...
Josh Durgin
02:19 AM Revision 2bb1492a (ceph): Merge pull request #19642 from xiexingguo/wip-pending-new-state
osd/OSDMap.h: toss osd out if it has no more pending states
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
12:41 AM Revision 1eab3f0f (ceph): rgw: dont log EBUSY errors in 'sync error list'
these temporary errors get retried automatically, so no admin
intervention is required. logging them only serves to w...
Casey Bodley
12:37 AM Revision e52ae366 (ceph): HashIndex: randomize split threshold by a configurable amount
Store a random value up to the filestore_split_rand_factor for each
collection when it is created or apply-layout-set...
Josh Durgin

01/10/2018

10:50 PM Revision e12f85e1 (ceph): ceph.in: pass RADOS inst to LibCephFS
This avoids multiple instances of the admin socket and other redundancies.
Fixes: http://tracker.ceph.com/issues/219...
Patrick Donnelly
09:38 PM Revision ac274b65 (ceph): Merge pull request #19901 from vico-research-and-consulting/master
mgr/zabbix: monitoring template improvements
Reviewed-by: Wido den Hollander <wido@widodh.nl>
Sage Weil
09:37 PM Revision f8815d29 (ceph): Merge pull request #18833 from yuyuyu101/wip-async-perf
msg/async/AsyncConnection: combine multi alloc into one
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
09:24 PM Revision 9b493c8a (ceph): Merge pull request #18906 from ovh/bp-buffer-crc-improvements
common/buffer: switch crc cache to single pair instead of map
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
09:23 PM Revision 51976334 (ceph): Merge pull request #19547 from tchaikov/wip-22344
ceph.in: print all matched commands if arg missing
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Jos Collin ...
Yuri Weinstein
09:22 PM Revision 48c9a3fa (ceph): Merge pull request #19832 from shinobu-x/min_max_filestore
os: FileStore, Using stl min | max, MIN | MAX macros instead
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
09:22 PM Revision 9bc2a15d (ceph): Merge pull request #19874 from myoungwon/wip-fix-22641
osd: fix a valgrind issue (conditional jump depends on uninitialized value)
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
08:39 PM Revision 0ac7c5f5 (ceph): mgr/zabbix: monitoring template improvements
The changes need some review because i am currently not able to test this in a environment.
- added a host screen whi...
Marc Schoechlin
07:03 PM Revision 46de629c (ceph): osd: Use unqualified encode/decode
This is a portion of Part 1 of the namespace project: using ADL
properly in encode and decode so we can use namespace...
Adam Emerson
07:03 PM Revision 1cc6a6c4 (ceph): osdc: Use unqualified encode/decode
This is a portion of Part 1 of the namespace project: using ADL
properly in encode and decode so we can use namespace...
Adam Emerson
07:03 PM Revision 5fe1c6f9 (ceph): rbd_replay: Use unqualified encode/decode
This is a portion of Part 1 of the namespace project: using ADL
properly in encode and decode so we can use namespace...
Adam Emerson
07:03 PM Revision fb264d77 (ceph): rgw: Use unqualified encode/decode
This is a portion of Part 1 of the namespace project: using ADL
properly in encode and decode so we can use namespace...
Adam Emerson
07:03 PM Revision 7597b123 (ceph): tools: Use unqualified encode/decode
This is a portion of Part 1 of the namespace project: using ADL
properly in encode and decode so we can use namespace...
Adam Emerson
07:03 PM Revision 19e02981 (ceph): test: Use unqualified encode/decode
This is a portion of Part 1 of the namespace project: using ADL
properly in encode and decode so we can use namespace...
Adam Emerson
07:03 PM Revision 8da07089 (ceph): include: Remove fallback usings from encoding.h
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
07:02 PM Revision 6d658d7c (ceph): encoding: Move encode/decode functions into ceph namespace
This begins Part 1 of the Great Namespace Fix. Currently, encode/decode
does not handle types in namespaces properly....
Adam Emerson
07:02 PM Revision 2646c887 (ceph): encoding: Remove no-longer-needed #define
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
07:02 PM Revision efcdb5a6 (ceph): common: Use unqualified encoding in some files
bit_vector.hpp and bloom_filter.cc to be specific.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
07:02 PM Revision 16fbc704 (ceph): common: Use unqualified encoding in ceph_time.h
Well, actually move encode/decode into encoding.h and include ceph_time.h
from there.
Also in any function that enco...
Adam Emerson
07:02 PM Revision 271a8a8d (ceph): common: Use unqualified encoding in the rest of the files
And now we're done with this directory, for now.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
07:02 PM Revision f46f5e6c (ceph): auth: Use unqualified encode/decode
This is a portion of the namespace project.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
07:02 PM Revision 4eb497f3 (ceph): client: Use unqualified encode/decode
This is a portion of the namespace project.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
07:02 PM Revision 06aa3dd9 (ceph): cls: Use unqualified encode/decode
This is a portion of the namespace project.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
07:02 PM Revision 62c97dea (ceph): compressor: Use unqualified encode/decode
This is a portion of the namespace project.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
07:02 PM Revision a91a455f (ceph): crush: Use unqualified encode/decode
This is a portion of the namespace project.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
07:02 PM Revision 32a9f404 (ceph): include: Use unqualified encode/decode
This is a portion of the namespace project.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
07:02 PM Revision 17a887c1 (ceph): journal: Use unqualified encode/decode
This is a portion of the namespace project.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
07:02 PM Revision 4caccb33 (ceph): key_value_store: Use unqualified encode/decode
This is a portion of the namespace project.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
07:02 PM Revision 16fec46e (ceph): kv: Use unqualified encode/decode
This is a portion of the namespace project.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
07:02 PM Revision 2e70bc37 (ceph): librados: Use unqualified encode/decode
This is a portion of the namespace project.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
07:02 PM Revision 97f56e67 (ceph): rbd: Use unqualified encode/decode
This is a portion of Part 1 of the namespace project: using ADL
properly in encode and decode so we can use namespace...
Adam Emerson
07:02 PM Revision c7582b78 (ceph): mds: Use unqualified encode/decode
This is a portion of Part 1 of the namespace project: using ADL
properly in encode and decode so we can use namespace...
Adam Emerson
07:02 PM Revision f45e480e (ceph): messages: Use unqualified encode/decode
This is a portion of Part 1 of the namespace project: using ADL
properly in encode and decode so we can use namespace...
Adam Emerson
07:02 PM Revision 156c941a (ceph): mgr: Use unqualified encode/decode
This is a portion of Part 1 of the namespace project: using ADL
properly in encode and decode so we can use namespace...
Adam Emerson
07:02 PM Revision 19fb1b29 (ceph): mon: Use unqualified encode/decode
This is a portion of Part 1 of the namespace project: using ADL
properly in encode and decode so we can use namespace...
Adam Emerson
07:02 PM Revision 7ea02d32 (ceph): msg: Use unqualified encode/decode
This is a portion of Part 1 of the namespace project: using ADL
properly in encode and decode so we can use namespace...
Adam Emerson
07:02 PM Revision 5aed163b (ceph): objclass: Use unqualified encode/decode
This is a portion of Part 1 of the namespace project: using ADL
properly in encode and decode so we can use namespace...
Adam Emerson
07:02 PM Revision d942b662 (ceph): os: Use unqualified encode/decode
This is a portion of Part 1 of the namespace project: using ADL
properly in encode and decode so we can use namespace...
Adam Emerson
06:38 PM Revision 3689c0c4 (ceph): qa: synchronize kcephfs suites with fs/multimds
Fixes: http://tracker.ceph.com/issues/22627
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
06:19 PM Revision d95a7b5f (ceph): ceph-volume: add crush_device_class to lvm metadata
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
05:11 PM Revision d6175381 (ceph): doc/README: mention about ARGS in do_cmake
Add an example on how to use ARGS to override cmake builds
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
Abhishek Lekshmanan
05:02 PM Revision 9b99018b (ceph): build: do_cmake: allow ARGS to be overridden
so that one can do stuff like
ARGS="-DCMAKE_C_COMPILER=gcc-7 -D.." ./do_cmake.sh
Signed-off-by: Abhishek Lekshmanan ...
Abhishek Lekshmanan
04:39 PM Revision 83ef5e9b (ceph): Merge branch 'master' into wip-rgw-optimize-bucketLCPrepare
Casey Bodley
04:31 PM Revision 42c2155d (ceph): Merge pull request #19615 from qrGitHub/wip-rgw-log-adjustment2
rgw: format logs in file rgw_lc.cc
Reviewed-by: Amit Kumar <amitkuma@redhat.com>
Reviewed-by: Casey Bodley <cbodley@...
Yuri Weinstein
04:29 PM Revision aecd0e0f (ceph): Merge pull request #19740 from fangyuxiangGL/invalid-compress
rgw: keep compression type consistent between parts of s3 Multipart
Reviewed-by: Casey Bodley <cbodley@redhat.com>
R...
Yuri Weinstein
04:26 PM Revision 6ccc2b02 (ceph): Merge pull request #19753 from qrGitHub/wip-rgw-fix-cephdencoder
rgw: format rgw_bucket_dir_header in ceph-dencoder
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:25 PM Revision f64aa80f (ceph): Merge pull request #19814 from qrGitHub/wip-rgw-optimize-function3
rgw: optimize function parse_raw_oid
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:25 PM Revision 319474a3 (ceph): Merge pull request #19817 from qrGitHub/wip-rgw-useless-line2
rgw: drop useless lines
Reviewed-by: Amit Kumar <amitkuma@redhat.com>
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:00 PM Revision 1d12dd40 (ceph): Merge pull request #19882 from adamwg/awg/fix-config-docs
doc: Update config file search paths to reflect reality Sage Weil
03:39 PM Revision 206a53e4 (ceph): Merge pull request #19441 from wumingqiao/wip-pg-on-flushed
osd/PG: handle flushed event directly
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
03:37 PM Revision f51f0c1e (ceph): Merge pull request #19813 from xxhdx1985126/wip_xxh_low_list_size
common: compute SimpleLRU's size with contents.size() instead of lru.size()
Reviewed-by: Sage Weil <sage@redhat.com>...
Kefu Chai
03:35 PM Revision aab167d5 (ceph): Merge pull request #19812 from shinobu-x/osd_get_next_up_osd_after
osd: Remove redundant local variable declaration
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
03:34 PM Revision 3c34f048 (ceph): Merge pull request #19805 from tchaikov/wip-perf-counters-cleanup
common/perf_counters: remove unused parameter
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
03:31 PM Revision 884cd06e (ceph): Merge pull request #19759 from ifed01/wip-ifed-throttle64
common/throttle: start using 64-bit values
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
03:29 PM Revision a0cba2bb (ceph): ceph-volume: adds a --crush-device-class flag to lvm create and prepare
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
03:28 PM Revision 218df657 (ceph): Merge pull request #19529 from thmour/master
ceph-volume: Require lvm2, move to osd package
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Reviewed-by: Boris Ranto...
Kefu Chai
03:25 PM Revision 1dc26fb9 (ceph): Merge pull request #19520 from ovh/bp-snap-trimq-visibility
osd, pg, mgr: make snap trim queue problems visible
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
03:22 PM Revision 1128ac46 (ceph): Merge pull request #19374 from symptog/master
mgr/influx: Add InfluxDB SSL Option
Reviewed-by: Wido den Hollander <wido@42on.com>
Kefu Chai
03:13 PM Revision 9345a28a (ceph): cmake: BuildBoost.cmake: use specified compiler for building boost
* user-config.jam is the suggested way for adding toolset for Boost.Build.
* always specify toolset when running b2, ...
Kefu Chai
02:45 PM Revision 25c72da0 (ceph): Merge pull request #19875 from ceph/wip-rm22307
ceph-volume: adds success messages for lvm prepare/activate/create
Reviewed-by: Alfredo Deza <adeza@redhat.com>
Alfredo Deza
02:10 PM Revision 3f45280a (ceph): Merge pull request #19393 from tchaikov/wip-no-more-gcc-4.8
rgw,common,rbd: s/boost::regex/std::regex/
Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
Kefu Chai
01:37 PM Revision a67ab5ec (ceph): msg/simple: s/ceph::size/std::size/
this should fix the build on platforms without pipe2(2)
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
01:07 PM Revision eb353a18 (ceph): Revert "osd/osd_type: kill log.approx_size()"
This reverts commit 46bfe362ed3fff41cee878e685e0d95cd1e41fcf.
Signed-off-by: Adam Kupczyk <akupczyk@redhat.com>
Adam Kupczyk
01:01 PM Revision bac997a9 (ceph): Merge pull request #19622 from majianpeng/bluestore-check-obj-max-siz
os/bluestore: using macro OBJECT_MAX_SIZE to check osd_max_object_size.
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:01 PM Revision c9c2244a (ceph): Merge pull request #19707 from shinobu-x/pick_address_a
common/pick_address.cc: Cleanup
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:01 PM Revision a7dc2245 (ceph): Merge pull request #19796 from LiumxNL/fix-ooo-caused-con-reset
osd: fix out of order caused by letting old msg from down osd be processed
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
01:00 PM Revision 58170f50 (ceph): Merge pull request #19820 from yaozongyou/silence-maybe-uninitialized-w...
osd: silence maybe-uninitialized false positives
Reviewed-by: Kefu Chai <kchai@redhat.com>
Sage Weil
01:00 PM Revision 71b8e4b2 (ceph): Merge pull request #19864 from rzarzynski/wip-bs-no-blobrefing-in-do_read
os/bluestore: avoid unneeded BlobRefing in _do_read().
Reviewed-by: Igor Fedotov <ifedotov@mirantis.com>
Sage Weil
12:59 PM Revision 588516fa (ceph): Merge pull request #19866 from liewegas/wip-bluestore-error-injection
os/bluestore: fix data read error injection in bluestore
Reviewed-by: Igor Fedotov <ifedotov@mirantis.com>
Reviewed-...
Sage Weil
12:59 PM Revision 0d263b25 (ceph): Merge pull request #19869 from liewegas/wip-log-desc
common/options: long description for log_stderr_prefix
Reviewed-by: Joao Eduardo Luis <joao@suse.de>
Sage Weil
09:00 AM Revision 02a720b6 (ceph): cmake: link against ceph-common instead of common
this change repeats e6695bb and partially reverts df9a598.
it's always nice to reuse shared library: smaller size of ...
Kefu Chai
08:51 AM Revision 41bdc351 (ceph): osd: giving back approx_size function
Signed-off-by: Adam Kupczyk <akupczyk@redhat.com> Adam Kupczyk
08:50 AM Revision 7cf39a19 (ceph): Revert "osd/PrimaryLogPG: do not use approx_size() for log trimming"
This reverts commit 024b5bcbf0259eeecba234cff882564947c3a525.
Signed-off-by: Adam Kupczyk <akupczyk@redhat.com>
Adam Kupczyk
07:08 AM Revision a2f38be9 (ceph): osd: s/random_shuffle()/shuffle()/
random_shuffle() is deprecated in C++14, and is removed in C++17
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
Sig...
Kefu Chai
04:05 AM Revision 637bf125 (ceph): qa: Add blocking versions of scrub and deep-scrub
Signed-off-by: Brad Hubbard <bhubbard@redhat.com> Brad Hubbard
03:17 AM Revision c3c88d84 (ceph): mon: update PaxosService::cached_first_committed in PaxosService::maybe...
This should be able to avoid interleaving execution of Paxos::commit_finish() and
check_sub(), which could lead to un...
Xuehan Xu
02:24 AM Revision 626e42b8 (ceph): mds: ignore MClientCaps::FLAG_NO_CAPSNAP
checking the flags is racy because client may create cap snap after
sending cap message
Signed-off-by: "Yan, Zheng" ...
Yan, Zheng
01:28 AM Revision b4e2f322 (ceph): rgw: add time skew check in function parse_v4_auth_header
* In auth v4 http header request, RGW doesn't check time skew, while AWS
* does.
Fixes: http://tracker.ceph.com/issu...
Bingyin Zhang
01:14 AM Revision f59380e1 (ceph): os/bluestore: add asserts for fsck's used_blocks bitmap access as
boost doesn't always handle out-of-range access properly.
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
(cherry pi...
Igor Fedotov
01:12 AM Revision f919061a (ceph): os/bluestore: refactor FreeListManager to get clearer view on the number
of alloc units it tracks.
This also fixes out-of-range access for fsck's used_blocks bitmap that
might happen when ch...
Igor Fedotov
01:02 AM Revision a7e77525 (ceph): OSD: fix dpdk worker references issue
DPDK worker support local listen table, so missed update worker->references
in get_worker(), this will cause assert(o...
chunmei Liu
12:56 AM Revision 1f32d63e (ceph): Merge PR #18424 into master
* refs/pull/18424/head:
mds: create snaprealm for quota enabled inode
Reviewed-by: Patrick Donnelly <pdonnell@redha...
Patrick Donnelly
12:56 AM Revision 6a97e254 (ceph): Merge PR #19572 into master
* refs/pull/19572/head:
client: add log when we got unexpected flush ack
Reviewed-by: Patrick Donnelly <pdonnell@re...
Patrick Donnelly
12:56 AM Revision e73e5edb (ceph): Merge PR #19672 into master
* refs/pull/19672/head:
ceph-fuse: ::rmdir() uses a deleted memory structure of dentry leads a core
Reviewed-by: Zh...
Patrick Donnelly
12:56 AM Revision 2cdf087d (ceph): Merge PR #19693 into master
* refs/pull/19693/head:
mds: use session.get_client()
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-...
Patrick Donnelly
12:56 AM Revision 8b24b57b (ceph): Merge PR #19696 into master
* refs/pull/19696/head:
client: avoid adding checked inode to the delayed_caps
Reviewed-by: Patrick Donnelly <pdonn...
Patrick Donnelly
12:56 AM Revision 8ab4c18e (ceph): Merge PR #19702 into master
* refs/pull/19702/head:
client: avoid remove same cap twice
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Rev...
Patrick Donnelly
12:56 AM Revision a2feda18 (ceph): Merge PR #19703 into master
* refs/pull/19703/head:
client: make mark_caps_clean and mark_caps_dirty as member function to Inode
client: fix di...
Patrick Donnelly
12:55 AM Revision 117c9ec9 (ceph): Merge PR #19723 into master
* refs/pull/19723/head:
mds: clean up log's function name for CDir.cc and Beacon.cc
mds: clean up log's function na...
Patrick Donnelly
12:55 AM Revision 6143563b (ceph): Merge PR #19730 into master
* refs/pull/19730/head:
mds: Using stl min | max, MIN | MAX macros instead
Reviewed-by: Patrick Donnelly <pdonnell@...
Patrick Donnelly
12:55 AM Revision 5f595143 (ceph): Merge PR #19762 into master
* refs/pull/19762/head:
mds: fix dump last_sent
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
12:55 AM Revision 1bb91f41 (ceph): Merge PR #19767 into master
* refs/pull/19767/head:
client: enhance log for _closed_mds_session
Reviewed-by: Patrick Donnelly <pdonnell@redhat....
Patrick Donnelly
12:48 AM Revision f8c275b8 (ceph): qa: increase osd count for ec testing
Missing in d0732fc96fbc6849dd51b391d85f765c74cfb593.
Fixes: http://tracker.ceph.com/issues/22646
Signed-off-by: Patr...
Patrick Donnelly
12:48 AM Revision e8a0f1c5 (ceph): qa: add missing openstack configs
First introduced in: ec6fb28eaf8e2db327e4afc115879a40c7664e07
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly

01/09/2018

11:43 PM Revision e64e37c6 (ceph): rgw: add xml output header in RGWCopyObj_ObjStore_S3 response msg
Fixes: http://tracker.ceph.com/issues/22416
Signed-off-by: Enming Zhang <enming.zhang@umcloud.com>
(cherry picked fr...
Enming Zhang
11:37 PM Revision d9a4914b (ceph): rgw:lc: RGWPutLC return ERR_MALFORMED_XML when missing <Rule> tag in l...
Fixes: http://tracker.ceph.com/issues/21377
Signed-off-by: Shasha Lu <lu.shasha@eisoo.com>
(cherry picked from commi...
lu.shasha
11:07 PM Revision 75d6b377 (ceph): doc: Update config file search paths to reflect reality
The config file paths listed in the docs don't match the config file
paths actually searched by ceph (see `src/common...
Adam Wolfe Gordon
10:57 PM Revision 31bd4ee9 (ceph): rgw: add xml output header in RGWCopyObj_ObjStore_S3 response msg
Fixes: http://tracker.ceph.com/issues/22416
Signed-off-by: Enming Zhang <enming.zhang@umcloud.com>
(cherry picked fr...
Enming Zhang
10:38 PM Revision fb3220ff (ceph): ceph-crush-location: remove
This script is pointless. It is equivalent to the built-in default
behavior, which makes it only useful as a sample ...
Sage Weil
10:35 PM Revision 3904bc01 (ceph): doc/rados/operations/crush-map: drop ceph-crush-location reference
Explain how to write a location hook; do not reference the old sample one.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
10:28 PM Revision 60d3312d (ceph): init-ceph: drop crush location update
OSD.cc does this on its own; no need for this script to be involved.
Signed-off-by: Sage Weil <sage@redhat.com>
Sage Weil
10:25 PM Revision 723b0f20 (ceph): doc: update mgr/dashboard doc about standbys
Signed-off-by: John Spray <john.spray@redhat.com>
(cherry picked from commit fa14812cbb584b61cb2ce687ae4c14225eecd9fe)
John Spray
10:23 PM Revision fa14812c (ceph): doc: update mgr/dashboard doc about standbys
Signed-off-by: John Spray <john.spray@redhat.com> John Spray
08:18 PM Revision 0ccf50fc (ceph): rgw: RGWRadosGetOmapKeysCR uses omap_get_keys2
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
08:10 PM Revision 2f94f63e (ceph): rgw: RGWRadosGetOmapKeysCR uses completion return code
when this operates on a nonexistent object, the osd will reject the
request with ENOENT before trying to process the ...
Casey Bodley
06:22 PM Revision b8dcc5ab (ceph): rgw: Fix swift object expiry not deleting objects
In cls_timeindex_list() though `to_index` has expired for a timespan, the marker is set for a subsequent index during... Pavan Rallabhandi
06:21 PM Revision 87c6ed14 (ceph): ceph-volume: adds success message to ceph-volume simple activate
This used to only show the message if systemd was not being used, now
it will show this always if the command is succ...
Andrew Schoen
05:30 PM Revision a5159a45 (ceph): Merge pull request #18788 from amitkumar50/cov-mon-1
mon: NULL check of logger before use
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
05:30 PM Revision c231b9c8 (ceph): Merge pull request #19054 from cbodley/wip-librados-asio
librados: add async interfaces for use with Networking TS
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Ada...
Yuri Weinstein
05:16 PM Revision 28b2079e (ceph): Merge pull request #19852 from yaozongyou/rgw-remove-unused-function
rgw: remove unused function get_system_obj_attrs
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Orit Wasserman
05:11 PM Revision ad3502f4 (ceph): Merge pull request #16383 from mikulely/1-ban-change-swift-obj-placement
rgw: drop the unnecessary handling of Swift's X-Storage-Policy on objects
Reviewed-by: Radoslaw Zarzynski <rzarzyns@...
Yuri Weinstein
05:10 PM Revision ee5c1c30 (ceph): Merge pull request #17683 from shashalu/fix-lc-xml
rgw: RGWPutLC return ERR_MALFORMED_XML when missing <Rule> tag in lifecycle.xml
Reviewed-by: Daniel Gryniewicz <dan...
Yuri Weinstein
05:05 PM Revision 43378e3a (ceph): Merge pull request #17873 from amitkumar50/cov-rgw-8
rgw: Returning when dst_ioctx.operate() returns error
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
05:04 PM Revision 4e3a9c9c (ceph): Merge pull request #18861 from gaosibei/wip-fix-null-pointer
rgw: fix null pointer crush
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Yuri Weinstein
05:04 PM Revision 1f1c4451 (ceph): Merge pull request #19061 from Leeshine/wip-rgw-bug-21583
rgw: fix the bug of radowgw-admin zonegroup set requires realm
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Yuri Weinstein
04:53 PM Revision b5bd4332 (ceph): debian: add -dbg packages for python-{rados,rgw,rbd,cephfs}
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
04:15 PM Revision cb0f1aa0 (ceph): Merge pull request #19854 from fangyuxiangGL/doc-sync-err
rgw: add radosgw-admin sync error trim to trim sync error log
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
04:01 PM Revision 64fd1b77 (ceph): osd: fix a vargrind issue
Fixes: http://tracker.ceph.com/issues/22641
Signed-off-by: Myoungwon Oh <omwmw@sk.com>
myoungwon oh
04:00 PM Revision d30928d7 (ceph): ceph-volume: add success message for ceph-volume lvm activate
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
04:00 PM Revision 0185d93c (ceph): ceph-volume: add success message for ceph-volume lvm create
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
04:00 PM Revision 75c460f6 (ceph): ceph-volume: add success message for ceph-volume lvm prepare
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
03:52 PM Revision 8fb44c11 (ceph): ceph-volume: add success message for ceph-volume lvm create
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
03:48 PM Revision 69c5389d (ceph): ceph-volume: add success message for ceph-volume lvm activate
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
03:45 PM Revision 4fc20289 (ceph): ceph-volume: add success message for ceph-volume lvm prepare
Signed-off-by: Andrew Schoen <aschoen@redhat.com> Andrew Schoen
03:16 PM Revision 877cd687 (ceph): Merge pull request #19809 from liu-chunmei/fix_dpdk_mzname_setting_issue
osd: fix dpdk memzon mz_name setting issue
Reviewed-By: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:58 PM Revision f473d570 (ceph): librados: add async interfaces for use with Networking TS
Defines asynchronous librados operations that satisfy all of the
"Requirements on asynchronous operations" imposed by...
Casey Bodley
02:44 PM Revision 0cdb6a74 (ceph): Merge pull request #19616 from ifed01/wip-ifed-revert-extents
osd: get rid off extent map in object_info
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:44 PM Revision e1cd4b5a (ceph): Merge pull request #19764 from ifed01/wip-ifed-storetest-cempty
objectstore/store_test: fix lack of flush prior to collection_empty()…
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:44 PM Revision ddd5a6a7 (ceph): Merge pull request #19841 from rzarzynski/wip-bs-dump-onode-by-ref
os/bluestore: _dump_onode() don't prolongate Onode anymore.
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:39 PM Revision c3a78951 (ceph): debian/rules: strip ceph-base libraries
This includes rados classes and ec plugins.
Fixes: http://tracker.ceph.com/issues/22640
Signed-off-by: Sage Weil <sa...
Sage Weil
02:24 PM Revision 3b2f7a0a (ceph): common/options: long description for log_stderr_prefix
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
01:41 PM Revision 6ea6ccec (ceph): os/bluestore: using macro OBJECT_MAX_SIZE to check object max size.
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com> Jianpeng Ma
01:35 PM Revision 2adc133b (ceph): RGW: S3 POST policy should not require Content-Type
In the current implementation, putting a key in the acting
RGWPolicyEnv makes it required in RGWPolicyEnv::match_poli...
Matt Benjamin
01:29 PM Revision 554dc279 (ceph): ceph-volume: Require lvm2, move to osd package
Fixes: http://tracker.ceph.com/issues/22443
Signed-off-by: Theofilos Mouratidis <t.mour@cern.ch>
Theofilos Mouratidis
01:29 PM Revision 7e3f7b38 (ceph): ceph-volume: Require lvm2, move to osd package
Fixes: http://tracker.ceph.com/issues/22443
Signed-off-by: Theofilos Mouratidis <t.mour@cern.ch>
Theofilos Mouratidis
01:20 PM Revision be32d15a (ceph): os/bluestore: fix data read error injection in bluestore
Signed-off-by: Sage Weil <sage@redhat.com> Sage Weil
12:57 PM Revision 6cc4a339 (ceph): packaging: explicit jinja2 dependency for dashboard
We were getting this via python-flask, when mgr was
installed on nodes with ceph-mon, but for correctness
in general ...
John Spray
12:03 PM Revision 3e2bbdfa (ceph): os/bluestore: avoid unneeded BlobRefing in _do_read().
The hottest place in the terms of CPU cycles according to `perf annotate`:
```
| intrusive_ptr(intrus...
Radoslaw Zarzynski
11:13 AM Revision 0e57572c (ceph): Merge pull request #19844 from jcsp/wip-22615
luminous: mgr/dashboard: Fix PG status coloring
Reviewed-by: Wido den Hollander <wido@42on.com>
Reviewed-by: John Sp...
John Spray
09:29 AM Revision 002a2234 (ceph): tools/{rbd_nbd,rbd}: s/boost::regex/std::regex/
* src/tools/rbd/*: s/boost::regex/std::regex/
* */CMakeLists.txt: do not link against Boost_REGEX_LIBRARY
anymore...
Kefu Chai
09:29 AM Revision 48375835 (ceph): Revert "rgw: Support certain archaic and antiquated distributions"
This reverts commit af8d9bdf07ab97b9d9387f68ba0fedccce803073.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:29 AM Revision 38cbf095 (ceph): test: s/boost::regex/std::regex/
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
09:29 AM Revision b662f3cd (ceph): common: s/boost::regex/std::regex/
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
09:29 AM Revision 5ad86335 (ceph): rgw: s/boost::regex/std::regex/
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
09:29 AM Revision 73681795 (ceph): mon: s/boost::regex/std::regex/
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
09:29 AM Revision 142f2a56 (ceph): cmake: do not build/install boost::regex
we now use std::regex now, since we've dropped the support of GCC 4.8
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
09:16 AM Revision 0706e9b8 (ceph): Merge pull request #19858 from joscollin/wip-luminous-doc-misc-fixes
luminous: doc: misc fixes for CephFS best practices
Reviewed-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
Jos Collin
08:39 AM Revision b3a5e313 (ceph): cephfs-journal-tool: add "set pool_id" option
Fixes: http://tracker.ceph.com/issues/22631
Signed-off-by: dongdong tao <tdd21151186@gmail.com>
dongdong tao
08:22 AM Revision 0f0df7db (ceph): doc: misc fixes
misc fixes for best-practices.
Signed-off-by: Jos Collin <jcollin@redhat.com>
(cherry picked from commit ecacd1078db...
Jos Collin
08:21 AM Revision 2e7c4023 (ceph): doc: fix heading
Fixed 'Which kernel version?' heading not having brown color background.
Signed-off-by: Jos Collin <jcollin@redhat.c...
Jos Collin
08:05 AM Revision 67149edf (ceph): rgw: silence not allow register storage class specifier warning
The register keyword was deprecated in C++11, so remove it.
Signed-off-by: Yao Zongyou <yaozongyou@vip.qq.com>
Zongyou Yao
07:48 AM Revision fdfbe40c (ceph): client: avoid recursive lock in ll_get_vino
Fixes: http://tracker.ceph.com/issues/22629
Signed-off-by: dongdong tao <tdd21151186@gmail.com>
dongdong tao
06:24 AM Revision 233a4d23 (ceph): rgw: add radosgw-admin sync error trim to trim sync error log
Signed-off-by: fang yuxiang fang.yuxiang@eisoo.com fang yuxiang
06:14 AM Revision a61e62cf (ceph): mon/OSDMonitor.cc : set erasure-code-profile to "" when create replicat...
when we create a pool specify a rule, for example "ceph osd pool create foo replicated 10 rule_foo",
we will set pool...
爱国 邹
04:45 AM Revision 7829d226 (ceph): Merge PR #19791 into master
* refs/pull/19791/head:
doc: misc fixes
doc: fix heading
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
04:39 AM Revision ecacd107 (ceph): doc: misc fixes
misc fixes for best-practices.
Signed-off-by: Jos Collin <jcollin@redhat.com>
Jos Collin
03:34 AM Revision 9d788c6a (ceph): Merge pull request #19662 from tchaikov/wip-denc-cxx-17
denc: use constexpr-if to replace some SFINAE impls
Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
Kefu Chai
03:31 AM Revision a60e7f3b (ceph): rgw: remove unused function get_system_obj_attrs
Signed-off-by: Yao Zongyou <yaozongyou@vip.qq.com> Zongyou Yao
03:01 AM Revision 965c9d24 (ceph): rgw: optimize function bucket_lc_prepare
* 1. Initialize variable "marker" at the end of each batch;
* 2. Return failure when cls_rgw_lc_set_entry fails;
Sig...
Bingyin Zhang
01:54 AM Revision 09f68052 (ceph): denc: use constexpr-if to replace some SFINAE impls
more readable this way IMO.
Signed-off-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
12:19 AM Revision 7a097b24 (ceph): rgw: fix s3website redirect location string length
Signed-off-by: yuliyang <yuliyang@cmss.chinamobile.com> joke lee
12:17 AM Revision d4770b9f (ceph): Fix cluster config
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
12:01 AM Revision a8c69a86 (ceph): librbd: filter out potential race with image rename
Fixes: http://tracker.ceph.com/issues/18435
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman

01/08/2018

11:49 PM Revision 17aa16dc (ceph): librbd: filter out potential race with image rename
Fixes: http://tracker.ceph.com/issues/18435
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
10:39 PM Revision 9d617b4e (ceph): mon/LogMonitor: add mon_cluster_log_to_stderr
Optionally send cluster log messages to stderr (prefixed by the
channel).
Signed-off-by: Sage Weil <sage@redhat.com>...
Sage Weil
10:39 PM Revision acc76d71 (ceph): log: add log_stderr_prefix option
Allows you to set a prefix for debug log messages send to stderr (e.g.,
"debug ").
Signed-off-by: Sage Weil <sage@re...
Sage Weil
10:27 PM Revision cdea5475 (ceph): Merge PR #19807 into master
* refs/pull/19807/head:
mds: warn for mds_cache_memory_limit bug in doc
Reviewed-by: Zheng Yan <zyan@redhat.com>
Patrick Donnelly
10:14 PM Revision 733d21f5 (ceph): mds: warn for mds_cache_memory_limit bug in doc
Fixes: http://tracker.ceph.com/issues/22599
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
Patrick Donnelly
09:49 PM Revision 473f12d4 (ceph): cmake: add WITH_BOOST_CONTEXT option
adds a more specific option for this boost::context dependency, which was
previously only used by the radosgw beast f...
Casey Bodley
09:41 PM Revision b1ad4b1e (ceph): cmake: remove Beast submodule and include path
the beast library is included in boost 1.66
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from com...
Casey Bodley
09:41 PM Revision eb6f0896 (ceph): rgw: update beast frontend for boost 1.66
Fixes: http://tracker.ceph.com/issues/22600
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from com...
Casey Bodley
09:41 PM Revision b1bfa824 (ceph): cmake: update minimum boost version to 1.66
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 0e47a339dface3807ab0061f9ce62fe1d2654d29)
Casey Bodley
09:31 PM Revision 5ddc90eb (ceph): Merge pull request #19657 from adamemerson/wip-hypermodern
The Day Has Come!
Update language standard version to C++17 and remove backported standard library features.
Review...
Adam Emerson
09:30 PM Revision 1d2e15ac (ceph): submodule: update Beast to ceph/ceph-master branch
pulls beast submodule up from v116 tag to v124, with an additional bug
fix for async_read_some()
Signed-off-by: Case...
Casey Bodley
09:30 PM Revision acb49cfc (ceph): rgw: RGWEnv::set() takes std::string
the beast frontend will either pass a string_ref or a string_view,
depending on the boost version. we can't overload ...
Casey Bodley
09:30 PM Revision 0f08d3d9 (ceph): rgw: fix for pause in beast frontend
pause_for_new_config() was only stopping the listener on pause, but
existing keepalive connections would keep trying ...
Casey Bodley
09:30 PM Revision 3d79dadf (ceph): qa/rgw: add beast frontend to some rgw suites
added a qa/rgw_frontend directory for civetweb.yaml and the new
beast.yaml. the rgw suites for multifs and singleton ...
Casey Bodley
09:29 PM Revision 30b4d2bb (ceph): rgw: beast frontend discards unread body before next header
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit c6bc7e1b0cbaf553f000aaa2893fa1486fc02a75)
Casey Bodley
09:29 PM Revision c3bb0bae (ceph): rgw: remove boost::coroutine and context deps
the beast frontend no longer uses stackful coroutines, so these
dependencies aren't necessary
Signed-off-by: Casey B...
Casey Bodley
09:29 PM Revision 53ff61f9 (ceph): rgw: ask beast parser about keepalive/close
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 5d7f154a77eb2cf82b6e4e49d20687c8ed839113)
Casey Bodley
09:29 PM Revision 1bc2728d (ceph): rgw: update beast frontend/submodule to v116
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 746c218c620d7681f6c9d769631ee1ac0d2b5987)
Casey Bodley
09:29 PM Revision 0a024c97 (ceph): rgw: set header/body size limits on beast parser
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 1f72684eb4c6fb9fd021240ae55812894afc19e9)
Casey Bodley
09:29 PM Revision c897636f (ceph): rgw: beast frontend uses callbacks instead of coroutines
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 7767d8d88aecac8e88ed4c87a187c7a2ed67cf48)
Casey Bodley
09:29 PM Revision 2dd6512c (ceph): rgw: fix opslog uri as per Amazon s3
According to s3[1], current Request-URI opslog entry are missing:
+ request method
+ query string
+ http version num...
Jiaying Ren
09:28 PM Revision e7bd12a3 (ceph): rgw: fix opslog can't record referrer when using curl as client
Fixes: http://tracker.ceph.com/issues/20935
Reported-by: Zhang Shaowen <zhangshaowen@cmss.chinamobile.com>
Signed-of...
Jiaying Ren
09:18 PM Revision e747d24c (ceph): Merge pull request #19823 from trociny/wip-ggate-list-xml
rbd-ggate: make list command produce valid xml format output
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Jason Dillaman
08:54 PM Revision ad62acef (ceph): Merge pull request #19846 from fangyuxiangGL/compress-info
rgw: make radosgw object stat RGW_ATTR_COMPRESSION dump readable
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
08:51 PM Revision b63708c7 (ceph): Merge pull request #19732 from shinobu-x/using_find_primarylogpg
osd: Making use of find to reduce computational complexity
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
08:50 PM Revision c30eca51 (ceph): Merge pull request #19765 from liewegas/wip-force-backfill-cleanups
qa: tolerate failure to force backfill
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
08:49 PM Revision 57847793 (ceph): Merge pull request #19786 from dillaman/wip-osd-class-cap
osd: support class method whitelisting within caps
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
Yuri Weinstein
08:30 PM Revision ad038df0 (ceph): common: Remove backported typedefs
Since they're no longer needed.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
08:30 PM Revision 3a9ec5fc (ceph): common: Remove backported C++17 functions
Signed-off-by: Adam C. Emerson <aemerson@redhat.com> Adam Emerson
08:30 PM Revision 22d52655 (ceph): common: Remove backport_std.h entirely
And use the experimental ostream joiner provided with the library.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
08:30 PM Revision 6580d0a6 (ceph): dout: Remove VLA sanity check
This doesn't seem to be able to work for C++17 under both GCC and
Clang. Maybe there's a better way to do it. I might...
Adam Emerson
08:30 PM Revision 79b19aac (ceph): {common,osd,mds,rbd}: Remove unused captures
If we aren't referencing a variable, don't capture it. (This makes the
lambdas smaller, too, modulo Sufficiently Smar...
Adam Emerson
08:30 PM Revision da1457cd (ceph): build: Bump language to C++17
Fix up all of the fallout from that.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
Adam Emerson
06:57 PM Revision 623c6bd5 (ceph): osd: fix dpdk memzon mz_name setting issue
Signed-off-by: chunmei Liu <chunmei.liu@intel.com> chunmei Liu
06:33 PM Revision 9db61c8b (ceph): rgw: put bucket policy panics RGW process
Fixes: http://tracker.ceph.com/issues/22541
Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn>
(cherry picked fro...
Bingyin Zhang
05:37 PM Revision d1a2235a (ceph): rgw: add an rgw-admin option to clear usage stats for the cluster
Add an option that can clear all the usage stats recorded so far, this
is more efficient than calling usage trim, sin...
Abhishek Lekshmanan
05:37 PM Revision c8127181 (ceph): rgw: add an option to clear usage entries for all oids
Calling the cls_rgw_usage_log_clear() which in turn calls an omap clear
to clear all the omap entries on an oid
Sign...
Abhishek Lekshmanan
05:36 PM Revision 61600c41 (ceph): cls/rgw: implement usage clear
This calls the omap clear api to clear all omap entries on an object
which is useful if we ever want to fully reset t...
Abhishek Lekshmanan
05:30 PM Revision f669fcdf (ceph): objectstore/store_test: fix lack of flush prior to collection_empty() call
Fixes: http://tracker.ceph.com/issues/22409
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
Igor Fedotov
05:22 PM Revision 3de49aa9 (ceph): Merge pull request #19505 from shinobu-x/wip-22392-luminous
luminous: mds: tell session ls returns vanila EINVAL when MDS is not active
Reviewed-by: Jos Collin <jcollin@redhat....
Jos Collin
05:10 PM Revision 89e43115 (ceph): osd: get rid off extent map in object_info
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
05:10 PM Revision 1653bcca (ceph): qa/standalone/scrub/osd-scrub-repair.sh: remove extents flag from objec...
Signed-off-by: Igor Fedotov <ifedotov@suse.com> Igor Fedotov
04:57 PM Revision 585ffbec (ceph): Merge pull request #19475 from ZVampirEM77/wip-em-copyobj-ret
rgw: add xml output header in RGWCopyObj_ObjStore_S3 response msg
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Rev...
Yuri Weinstein
04:55 PM Revision f6953235 (ceph): Merge pull request #19824 from qrGitHub/wip-rgw-useless-line3
rgw: drop useless type conversion Matt Benjamin
04:55 PM Revision 55813f3c (ceph): Merge pull request #19570 from yaozongyou/rgw-remove-unused-variable
cls/rgw: remove unused variable bl
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:54 PM Revision a5896e5c (ceph): rgw: make radosgw object stat RGW_ATTR_COMPRESSION dump readable
Signed-off-by: fang yuxiang fang.yuxiang@eisoo.com fang yuxiang
04:54 PM Revision 8096752c (ceph): Merge pull request #19575 from Liuchang0812/rgw-tier-type-check
rgw: proper error message when tier_type does not exist
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yuri Weinstein
04:53 PM Revision 4032b1a4 (ceph): Merge pull request #19582 from qrGitHub/wip-rgw-redundant-readingAttrs
rgw: remove get_system_obj_attrs in function RGWDeleteLC::execute and RGWDeleteCORS::execute
Reviewed-by: Casey Bodl...
Yuri Weinstein
04:52 PM Revision d095ab2a (ceph): Merge pull request #19676 from qrGitHub/wip-rgw-redundant-compare
rgw: remove redundant signature compare in LocalEngine::authenticate
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redha...
Yuri Weinstein
04:51 PM Revision 26e17404 (ceph): Merge pull request #19678 from yaozongyou/rgw-civetweb-status-code
rgw: log the right http status code in civetweb frontend's access log
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redh...
Yuri Weinstein
04:49 PM Revision 240ead68 (ceph): Merge pull request #19687 from qrGitHub/wip-rgw-bucketPolicy-invalidEffect
rgw: put bucket policy panics RGW process
Reviewed-by: Adam Emerson <aemerson@redhat.com>
Yuri Weinstein
04:49 PM Revision 7ecef5ba (ceph): Merge pull request #19700 from qrGitHub/wip-rgw-optimize-function
rgw: optimize function RGWHandler::do_init_permissions
Reviewed-by: Adam Emerson <aemerson@redhat.com>
Yuri Weinstein
04:46 PM Revision b712b75e (ceph): Merge pull request #19710 from qrGitHub/wip-rgw-optimize-function2
rgw: optimize function abort_bucket_multiparts
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yuri Weinstein
04:46 PM Revision 205320b2 (ceph): Merge pull request #19772 from fangyuxiangGL/quota
rgw: update quota is inconsistent at add/del object with compression
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:46 PM Revision e57055c7 (ceph): Merge pull request #19773 from chuang-he/fix_create_form_headers
rgw: fix the return type is wrong
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:18 PM Revision 907a7246 (ceph): Merge pull request #19831 from pdvian/wip-22576-luminous
luminous: qa: configure zabbix properly before selftest
Reviewed-by: John Spray <john.spray@redhat.com>
Reviewed-by:...
John Spray
04:15 PM Revision 2042881c (ceph): mgr/dashboard: Fix PG status coloring
This was broken in the 12.2.2 release and PGs would not get a
color anymore.
This commit also makes sure pools/PGs a...
Wido den Hollander
04:13 PM Revision 5ae196e4 (ceph): Merge pull request #19431 from wido/mgr-pg-status
mgr/dashboard: Fix PG status coloring
Reviewed-by: John Spray <john.spray@redhat.com>
John Spray
02:55 PM Revision a913358d (ceph): Merge pull request #19294 from myoungwon/wip-manifest-ref-flush
osd: flush operations for chunked objects
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:16 PM Revision 351a689d (ceph): Merge pull request #19840 from joscollin/wip-jewel-backport-22569-2
jewel: doc: clarify Path Restriction instructions
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Jos Collin
01:20 PM Revision 76a64d8d (ceph): doc: hyperlink fix
Signed-off-by: Drunkard Zhang <gongfan193@gmail.com>
(cherry picked from commit f763bacab3ea66ab13b4d62ad883c365a8e0a...
Drunkard Zhang
12:27 PM Revision 49a4c51e (ceph): os/bluestore: _dump_onode() don't prolongate Onode anymore.
Before the patch `BlueStore::_dump_onode()` takes `OnodeRef`
by value effectively extending the object's life time.
...
Radoslaw Zarzynski
11:51 AM Revision c9c821cb (ceph): Merge pull request #19428 from tchaikov/wip-erasure-cleanup
erasure-code: use std::count() instead
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Kefu Chai
11:08 AM Revision 0a347506 (ceph): rpm: adjust ceph-{osdomap,kvstore,monstore}-tool feature move
this is the rpm's counterpart of debian/control changes related to the
ceph-{osdomap,kvstore,monstore}-tool feature m...
Kefu Chai
11:07 AM Revision f69516e1 (ceph): Merge pull request #19777 from tchaikov/wip-rpm-fix-upgrade
rpm: adjust ceph-{osdomap,kvstore,monstore}-tool feature move
Reviewed-by: Boris Ranto <branto@redhat.com>
Reviewed-...
Kefu Chai
10:15 AM Revision 70755a02 (ceph): Merge pull request #19787 from linuxbox2/luminous-21984
rgw: fix rewrite a versioning object create a new object bug Yehuda Sadeh
05:14 AM Revision b338154b (ceph): os: FileStore, Using stl min | max, MIN | MAX macros instead
Signed-off-by: Shinobu Kinjo <shinobu@redhat.com> Shinobu Kinjo
04:38 AM Revision b5892a13 (ceph): pybind/mgr/prometheus: fix metric type undef -> untyped
Fixes "Prometheus exporter can't get metrics after update to 12.2.2"
Fixes: http://tracker.ceph.com/issues/22313
Sig...
Ilya Margolin
04:34 AM Revision 567bd5ac (ceph): qa: configure zabbix properly before selftest
Even though the selftest routine doesn't care about
the settings, we should set them to avoid emitting
nasty log/heal...
John Spray
04:21 AM Revision 85ac1cd3 (ceph): Merge pull request #19795 from joscollin/wip-jewel-backport-22569
jewel: doc: clarify Path Restriction instructions
Reviewed-by: Nathan Cutler <ncutler@suse.com>
Jos Collin
04:08 AM Revision 98e3e2a7 (ceph): mds: check metadata pool not cluster is full
CEPH_OSDMAP_FULL flag was obsoleted by
b4ca5ae462c6f12ca48b787529938862646282cd. So, check if the metadata pool is
fu...
Patrick Donnelly
01:47 AM Revision c5c0435e (ceph): vstart_runner: set ec_profile attribute
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 0f507d88559e7060e86a4a3ea9fcffb02c01...
Patrick Donnelly
01:47 AM Revision dd6b6626 (ceph): vstart_runner: ignore failed dentry invalidation
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit cd1e5f53f0a732e4398efadbbf5b6ce914dd...
Patrick Donnelly
01:43 AM Revision e97399d2 (ceph): mds: reduce debugging level for balancer messages
Fixes: http://tracker.ceph.com/issues/21853
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked fro...
Patrick Donnelly
01:02 AM Revision 95bb4e93 (ceph): rgw: drop useless type conversion
* variable 'max_buckets' is already 'uint64_t', so the type conversion is useless.
Signed-off-by: Bingyin Zhang <zha...
Bingyin Zhang

01/07/2018

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

01/06/2018

05:29 PM Revision 25550823 (ceph): Merge pull request #19354 from shinobu-x/osd_atomic
osd: Use specializations, typedefs instead
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Yuri Weinstein
05:28 PM Revision 392314d9 (ceph): Merge pull request #19549 from bi-shun/brotli-compressor
compressor: Add Brotli Compressor
Reviewed-by: Kefu Chai <kchai@redhat.com>
Yuri Weinstein
05:28 PM Revision 93891902 (ceph): Merge pull request #19564 from kungf/list_bucket_osd
mon/OSDMonitor: list osd tree in named bucket
Reviewed-by: Sage Weil <sage@redhat.com>
Yuri Weinstein
05:19 PM Revision 94cce089 (ceph): Add simple rbd performance tests
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
04:25 PM Revision 0973c371 (ceph): Merge pull request #19816 from tchaikov/wip-22596
qa/standalone: remove osd-map-max-advance related tests
Reviewed-by: Sage Weil <sage@redhat.com>
Sage Weil
02:50 PM Revision 057a95a8 (ceph): doc/mds: add generated files into the /etc/ceph/
Fixes: 16906
Signed-off-by: huanwen ren <ren.huanwen@zte.com.cn>
(cherry picked from commit d1277f116cd297bae8da7b3e...
huanwen ren
12:00 PM Revision b07aa210 (ceph): rpm: adjust ceph-{osdomap,kvstore,monstore}-tool feature move
this is the rpm's counterpart of debian/control changes related to the
ceph-{osdomap,kvstore,monstore}-tool feature m...
Kefu Chai
11:40 AM Revision e7097593 (ceph): qa/standalone: remove osd-map-max-advance related tests
this setting was removed in 8967b73
Fixes: http://tracker.ceph.com/issues/22596
Signed-off-by: Kefu Chai <kchai@redh...
Kefu Chai
11:29 AM Revision e4b6a1d1 (ceph): mds: get rid of unnecessary if condition
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
06:38 AM Revision 3e0e1a02 (ceph): rgw: optimize function parse_raw_oid
* drop redundant checks
Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn>
Bingyin Zhang
03:35 AM Revision 077351fa (ceph): Merge pull request #19808 from cbodley/wip-boost-1.66
cmake: update minimum boost version to 1.66
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
02:42 AM Revision 7e0a27a5 (ceph): common: compute SimpleLRU's size with contents.size() instead of lru.si...
As libstdc++ earlier than version 5 implement the list::size() as a O(n) operation,
this should be needed to avoid re...
Xuehan Xu
02:27 AM Revision fa796a05 (ceph): mds: clean up log's function name for CDir.cc and Beacon.cc
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
02:26 AM Revision dc2ed131 (ceph): mds: clean up log's function name for CDentry.cc
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
02:26 AM Revision d5f11b19 (ceph): mds: clean up log's function name for CInode.cc
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
02:06 AM Revision e691a27d (ceph): osd: Remove redundant local variable declaration
Signed-off-by: Shinobu Kinjo <shinobu@redhat.com> Shinobu Kinjo

01/05/2018

10:35 PM Revision 5b9f1281 (ceph): rgw: Fix evaluation of bucket management permissions
I spent some more time looking through the documentation of how work
is evaluated, and the examples on
<http://docs....
Adam Emerson
09:30 PM Revision febd39cf (ceph): rgw: Refactor checking of some ops
Since some operations check the user against the bucket owner in the
absence of a policy, rather than open-coding tha...
Adam Emerson
08:49 PM Revision d1ec5234 (ceph): Merge pull request #19358 from taoCH/wip-librgw-multitenancy
librgw: export multitenancy support Matt Benjamin
07:55 PM Revision d85f42dd (ceph): cmake: remove Beast submodule and include path
the beast library is included in boost 1.66
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
07:55 PM Revision b589b73c (ceph): cmake: add WITH_BOOST_CONTEXT option
adds a more specific option for this boost::context dependency, which was
previously only used by the radosgw beast f...
Casey Bodley
07:55 PM Revision a66a6449 (ceph): rgw: update beast frontend for boost 1.66
Fixes: http://tracker.ceph.com/issues/22600
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
07:29 PM Revision 01f9b599 (ceph): Merge pull request #19806 from cbodley/wip-common-escape
common: add streaming interfaces for json/xml escaping
Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
Casey Bodley
06:52 PM Revision 0e47a339 (ceph): cmake: update minimum boost version to 1.66
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
06:26 PM Revision 688cc257 (ceph): common: add streaming interfaces for json/xml escaping
adds stream output operators that escape json/xml strings without having
to allocate a separate output buffer
Signed...
Casey Bodley
05:38 PM Revision dff95620 (ceph): test: EscapeJson.Utf8 uses json instead of xml
the xml version does not escape the \n, while json does
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
05:38 PM Revision b2960e47 (ceph): test: use hex string literals
Signed-off-by: Casey Bodley <cbodley@redhat.com> Casey Bodley
05:07 PM Revision c859483f (ceph): Merge pull request #19449 from smithfarm/wip-22398-luminous
luminous: doc: man page for mount.fuse.ceph
Reviewed-by: Jos Collin <jcollin@redhat.com>
Jos Collin
04:42 PM Revision 135c0a01 (ceph): Merge pull request #19279 from taoCH/wip-fix-librgw-shutdown-err
librgw: fix shutdown err with resources uncleaned
Reviewed-by: Matt Benjamin <mbenjami@redhat.com>
Yuri Weinstein
04:41 PM Revision 3b033d8e (ceph): Merge pull request #19394 from zhangsw/cleanup-rgw-datasync-lease_cr
rgw: lease_cr->go_down is called twice, remove the needless one.
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Yuri Weinstein
04:11 PM Revision 767fec1e (ceph): rgw: retry CORS put/delete operations on ECANCELLED
Fixes: http://tracker.ceph.com/issues/22517
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
(cherry picked from ...
Adam Emerson
04:11 PM Revision 5ceb7cb9 (ceph): rgw: Add expiration in the object cache
We had it in the chained caches, but it doesn't do much good if
they just fetch objects out of the object cache.
Fix...
Adam Emerson
04:11 PM Revision 34864fe7 (ceph): rgw: Plumb refresh logic into object cache
Now when we force a refetch of bucket info it will actually go to the
OSD rather than simply using the objects in the...
Adam Emerson
04:02 PM Revision 92eae109 (ceph): Merge pull request #19725 from shinobu-x/osd_max_object_size
osd,os/bluestore: Display current size of osd_max_object_size
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
03:59 PM Revision 6a817b90 (ceph): Merge pull request #19718 from ifed01/wip-ifed-freelist-cleanup
os/bluestore: refactor FreeListManager to get clearer view on the number
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
03:57 PM Revision bfd4091f (ceph): rgw: Expire entries in bucket info cache
To bound the degree to which an RGW instance can go out to lunch if
the watch/notify breaks down, force refresh of an...
Adam Emerson
03:52 PM Revision b99dae03 (ceph): Merge pull request #18324 from Jeegn-Chen/wip-bucket-quota-api
rgw: Admin API Support for bucket quota change
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Casey Bodley
03:52 PM Revision 58fe27eb (ceph): common/perf_counters: remove unused parameter
Signed-off-by: Kefu Chai <kchai@redhat.com> Kefu Chai
03:50 PM Revision 44bbb372 (ceph): Merge pull request #19719 from shinobu-x/bluestore_extentmap_dup
bluestore: BlueStore::ExtentMap::dup impl
Reviewed-by: Sage Weil <sage@redhat.com>
Kefu Chai
03:43 PM Revision 2775cc9a (ceph): Merge pull request #19698 from Liuchang0812/cleanup-ceph-tool
ceph: add the right bracket to watch-channel argument in the help message
Reviewed-by: Sage Weil <sage@redhat.com>
R...
Kefu Chai
03:35 PM Revision 16a1a02e (ceph): Merge pull request #19660 from cfanz/tmp
include/encoding: fix compat version error message
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:16 PM Revision b77ad3ae (ceph): Merge pull request #19654 from yaozongyou/test-fix-memory-leak
test: fix unittest memory leak to silence valgrind
Reviewed-by: Kefu Chai <kchai@redhat.com>
Kefu Chai
03:15 PM Revision 4fda7cc5 (ceph): Merge pull request #19598 from jcsp/wip-22457
packaging: explicit jinja2 dependency for dashboard
Reviewed-by: Wido den Hollander <wido@42on.com>
Kefu Chai
02:59 PM Revision ce1fe248 (ceph): doc: fix typo
Signed-off-by: Jos Collin <jcollin@redhat.com>
(cherry picked from commit a925bb4520797376b4b169bbcfe613cd1fa36429)
Jos Collin
02:59 PM Revision fa86f789 (ceph): doc: add mount.fuse.ceph to index
Added mount.fuse.ceph to index.rst
Fixes: http://tracker.ceph.com/issues/22595
Signed-off-by: Jos Collin <jcollin@re...
Jos Collin
02:59 PM Revision e21b3af6 (ceph): doc: doc for mount.fuse.ceph
Created doc for mount.fuse.ceph.
Fixes: http://tracker.ceph.com/issues/21539
Signed-off-by: Jos Collin <jcollin@redh...
Jos Collin
02:58 PM Revision bdeaae01 (ceph): Merge pull request #19792 from joscollin/wip-doc-cephfs
doc: add mount.fuse.ceph to index
Reviewed-by: Yan, Zheng <zyan@redhat.com>
Reviewed-by: Nathan Cutler <ncutler@suse...
Nathan Cutler
02:07 PM Revision a925bb45 (ceph): doc: fix typo
Signed-off-by: Jos Collin <jcollin@redhat.com> Jos Collin
01:59 PM Revision db23f4ce (ceph): doc: add mount.fuse.ceph to index
Added mount.fuse.ceph to index.rst
Fixes: http://tracker.ceph.com/issues/22595
Signed-off-by: Jos Collin <jcollin@re...
Jos Collin
01:48 PM Revision c384f302 (ceph): qa/workunits/rbd: fixed variable name for resync image id
Fixes: http://tracker.ceph.com/issues/21663
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
01:48 PM Revision 88c987cd (ceph): qa/workunits/rbd: fixed variable name for resync image id
Fixes: http://tracker.ceph.com/issues/21663
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from c...
Jason Dillaman
01:22 PM Revision 24f768dc (ceph): librbd: hold cache_lock while clearing cache nonexistence flags
When transitioning from a snapshot that had an associated parent
to a snapshot where the parent was flattened and rem...
Jason Dillaman
01:20 PM Revision a15eb7df (ceph): librbd: hold cache_lock while clearing cache nonexistence flags
When transitioning from a snapshot that had an associated parent
to a snapshot where the parent was flattened and rem...
Jason Dillaman
01:16 PM Revision 84fff7ac (ceph): rgw: dont log EBUSY errors in 'sync error list'
these temporary errors get retried automatically, so no admin
intervention is required. logging them only serves to w...
Casey Bodley
10:56 AM Revision dc279bdd (ceph): osd: use next_map to determine if peer is down
or peer was once down after this msg had been sent out
Signed-off-by: Mingxin Liu <mingxin@xsky.com>
Mingxin Liu
08:50 AM Revision 06071401 (ceph): ceph.in: Add blocking mode for scrub and deep-scrub
Signed-off-by: Brad Hubbard <bhubbard@redhat.com> Brad Hubbard
06:10 AM Revision 69edaa1e (ceph): rgw: update quota is inconsistent at add/del object with compression
Fixes: http://tracker.ceph.com/issues/22568
Signed-off-by: fang yuxiang fang.yuxiang@eisoo.com
fang yuxiang
05:54 AM Revision a068fd84 (ceph): doc: fix heading
Fixed 'Which kernel version?' heading not having brown color background.
Signed-off-by: Jos Collin <jcollin@redhat.com>
Jos Collin
03:58 AM Revision e4a0cb58 (ceph): Merge pull request #19559 from liu-chunmei/fix_dpdk_bug_base_spdk
osd: fix dpdk runtime issue based on spdk/dpdk libarary
Reviewed-by: Haomai Wang <haomai@xsky.com>
Haomai Wang
03:18 AM Revision 06ce6137 (ceph): client: make mark_caps_clean and mark_caps_dirty as member function to ...
Signed-off-by: dongdong tao <tdd21151186@gmail.com> dongdong tao
03:15 AM Revision aeb920be (ceph): client: fix dirty caps might never be flushed
Fixes: http://tracker.ceph.com/issues/22546
Signed-off-by: dongdong tao <tdd21151186@gmail.com>
dongdong tao
02:06 AM Revision fd6dda08 (ceph): use retry instead of bash while loop which can block indefinitly
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
02:00 AM Revision 4de16979 (ceph): gitlab changed from osas to gitlab.cee.redhat.com
Signed-off-by: Vasu Kulkarni <vasu@redhat.com> Vasu Kulkarni
01:48 AM Revision 0cbd26e8 (ceph): doc: Add usage doc for individual bucket quota Admin API
Add usage doc for a new Admin API for individual bucket quota management
Fixes: http://tracker.ceph.com/issues/21811...
Jeegn Chen
 

Also available in: Atom