John Spray
adb05c9d9d
mds/Migrator: don't use c++11 kw 'final' as var name
...
If for no other reason than that it looks weird
in an editor.
Signed-off-by: John Spray <john.spray@redhat.com>
2015-06-22 12:19:46 +01:00
John Spray
439faebfed
mds: tweak dirfrag asok messages
...
Signed-off-by: John Spray <john.spray@redhat.com>
2015-06-22 11:40:47 +01:00
Haomai Wang
53d6c1f179
AsyncConnection: Fix msgr send bytes perf counter statistic
...
prepare_send_message may be called twice, we need to move to write_message
Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
2015-06-22 13:01:48 +08:00
Haomai Wang
c71a2f5a6b
AsyncConnection: set out seq for message when sending ready
...
Otherwise it will result in higher priority but later message to be issued
firstly, then peer will receive out-of-order message seq
Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
2015-06-22 00:31:52 +08:00
Haomai Wang
f335648b7c
test_msgr: Random send different priority message to test sequence
...
Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
2015-06-22 00:31:50 +08:00
Guang G Yang
f028374971
osd: remove duplicate checks
...
Within pg_has_reset_since, it checkes if the PG is being deleted or not,
no need a duplicate check
Signed-off-by: Guang Yang <yguang@yahoo-inc.com>
2015-06-20 00:17:24 +00:00
David Zafman
0b2bab460c
ceph_osd: Add required feature bits related to this branch to osd_required mask
...
Signed-off-by: David Zafman <dzafman@redhat.com>
2015-06-19 17:00:03 -07:00
David Zafman
949b148dba
osd: CEPH_FEATURE_INDEP_PG_MAP feature now required
...
Feature present since at least the Dumpling release.
A later commit will add it to the osd_required mask
Signed-off-by: David Zafman <dzafman@redhat.com>
2015-06-19 17:00:03 -07:00
David Zafman
c982e553c6
osd: CEPH_FEATURE_OSD_PACKED_RECOVERY feature now required
...
Feature present since at least the Dumpling release.
A later commit will add it to the osd_required mask
Signed-off-by: David Zafman <dzafman@redhat.com>
2015-06-19 17:00:03 -07:00
David Zafman
77b09ed442
osd: CEPH_FEATURE_RECOVERY_RESERVATION feature now required
...
Feature present since at least the Dumpling release.
A later commit will add it to the osd_required mask
Signed-off-by: David Zafman <dzafman@redhat.com>
2015-06-19 17:00:03 -07:00
David Zafman
5405e46a4f
osd: CEPH_FEATURE_BACKFILL_RESERVATION feature now required
...
Feature present since at least the Dumpling release.
A later commit will add it to the osd_required mask
Signed-off-by: David Zafman <dzafman@redhat.com>
2015-06-19 17:00:03 -07:00
David Zafman
7a10a7e196
osd: CEPH_FEATURE_CHUNKY_SCRUB feature now required
...
Feature present since at least the Dumpling release.
A later commit will add it to the osd_required mask
Fixes : #11661
Signed-off-by: David Zafman <dzafman@redhat.com>
2015-06-19 17:00:03 -07:00
David Zafman
626360aab0
msg, ceph_osd: Support feature bits for all message type's local connection
...
Signed-off-by: David Zafman <dzafman@redhat.com>
2015-06-19 17:00:03 -07:00
David Zafman
de041241ad
osd: Add tracking of acting_features and upacting_features
...
Use most appropriate feature intersection depending on context
Signed-off-by: David Zafman <dzafman@redhat.com>
2015-06-19 14:09:09 -07:00
David Zafman
6d28cb9465
osd: Fix peer_features to include self
...
This should have no practical effect unless we could have
features getting turned off in a later release, since we
can assume any features being checked for are supported locally.
Signed-off-by: David Zafman <dzafman@redhat.com>
2015-06-19 11:52:03 -07:00
Josh Durgin
d3f34d4c01
Merge pull request #5019 from zhouyuan/qemu_git_url
...
qa: Use public qemu repo
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2015-06-19 08:23:35 -07:00
Josh Durgin
3203efd1fc
Merge pull request #4848 from leseb/doc-openstack-kilo
...
doc: update openstack and rgw keystone
Reviewed-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2015-06-19 07:14:05 -07:00
Loic Dachary
160201f2c9
Merge pull request #5012 from Arshanes/master
...
doc: Fixed the picture on page http://ceph.com/docs/master/cephfs/
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-06-19 15:54:27 +02:00
Valentin
a1e3108628
doc: Fixed the picture on page http://ceph.com/docs/master/cephfs/
...
Fixes : #9174
Signed-off-by Valentin Thomas <valentin.arshanes.thomas@gmail.com>
2015-06-19 13:37:56 +02:00
branto1
02ef5cf9b3
Merge pull request #4918 from SUSE/wip_ceph_spec_directories_not_owned_by_a_package
...
ceph.spec.in: fix:Add missing directories breaking suse rpm build
Reviewed-by: Boris Ranto <branto@redhat.com>
2015-06-19 11:54:29 +02:00
Owen Synge
f1ff3e4dcb
ceph.spec.in: fix:Add missing directories breaking build
...
SUSE builds on OBS are failing with the missing dir entries:
/usr/share/ceph
/usr/lib/ceph
On suse these correspond to:
%dir %{_datarootdir}/ceph/
%dir %{_libexecdir}/ceph/
Signed-off-by: Owen Synge <osynge@suse.com>
2015-06-19 11:22:19 +02:00
Yan, Zheng
902385ce38
Merge pull request #4969 from ceph/wip-frag-asok
...
mds: add dirfrag split/merge asok commands
2015-06-19 15:23:13 +08:00
Josh Durgin
a2ef5e431a
Merge pull request #5025 from majianpeng/librbd-remove-iohint
...
librbd: If objectmap tell object exist, don't send alloc_hint w/ write command
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2015-06-19 00:03:26 -07:00
Jianpeng Ma
449948edb7
librbd: If objectmap tell object exist, don't send alloc_hint w/ write command.
...
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
2015-06-19 14:50:26 +08:00
Kefu Chai
edd3542df1
Merge pull request #4929 from wonzhq/tracked-op
...
common: tracked op fixes
Reviewed-by: Kefu Chai <kchai@redhat.com>
2015-06-19 09:35:31 +08:00
Kefu Chai
ee4df07874
Merge pull request #4249 from wonzhq/rmattr
...
osd: return with ENOENT if object doesn't exist during rmattr
Reviewed-by: Kefu Chai <kchai@redhat.com>
2015-06-19 09:31:52 +08:00
Sage Weil
e5f3a23de1
Merge pull request #5002 from SUSE/wip_fixes_to_rcceph
...
Fixes to rcceph script
Reviewed-by: Sage Weil <sage@redhat.com>
2015-06-18 16:45:35 -07:00
Josh Durgin
6a15c03092
Merge pull request #4983 from yuyuyu101/wip-setallochint-option
...
librbd: Add option to allow disabling issuing alloc hint
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2015-06-18 15:00:28 -07:00
David Zafman
fd610f2bc0
Merge pull request #4993 from ceph/wip-12064
...
mon: only send MMonMetadata to peer mons that support it
Reviewed-by: Joao Eduardo Luis <joao@suse.de>
2015-06-18 14:33:42 -07:00
Loic Dachary
a5d670a35c
Merge pull request #5005 from maxime1992/master
...
doc: Document include/str_list.h
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-06-18 20:09:34 +02:00
Boris Ranto
85517d611b
ceph.spec.in: rbd-replay-prep is not being built on f21+
...
Signed-off-by: Boris Ranto <branto@redhat.com>
2015-06-18 20:04:57 +02:00
Boris Ranto
ce80a606b6
configure.ac: Fix junit4.jar detection
...
If a system contains older (3) or later (5) release of junit.jar that is
default in the system, the auto-detection might find it before it finds
junit4.jar. This commit fixes that issue by always preferring the
junit4.jar library.
Signed-off-by: Boris Ranto <branto@redhat.com>
2015-06-18 20:01:47 +02:00
Boris Ranto
15e9e3d497
ceph.spec.in: Require git distro-wide
...
Git is not a SUSE-only dependency, the build process itself requires it.
Signed-off-by: Boris Ranto <branto@redhat.com>
2015-06-18 20:00:09 +02:00
Maxime ROBERT
b4e83f440d
doc: Document include/str_list.h
...
Fixes : #12050 .
Signed-off-by: Claire MASSOT <claire.massot93@gmail.com>
Signed-off-by: Jordan DORNE <jordan.dorne@gmail.com>
Signed-off-by: Kévin CARADANT <kevin.caradant@gmail.com>
Signed-off-by: Gabriel SENTUCQ <perso@kazhord.fr>
Signed-off-by: Maxime ROBERT <maxime.robert1992@gmail.com>
2015-06-18 19:32:19 +02:00
Loic Dachary
8e08d6cc64
Merge pull request #5017 from JordanDorne/master
...
doc: Replace requries with requires in python API doc
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-06-18 18:09:29 +02:00
Yuan Zhou
4731c1e355
qa: Use public qemu repo
...
This would allow some external tests outside of sepia lab
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
2015-06-19 00:07:39 +08:00
JordanDorne
350139b3a7
doc: Replace requries with requires in python API doc
...
Fixes : #12076
Signed-off-by: Jordan DORNE <jordan.dorne@gmail.com>
2015-06-18 17:39:40 +02:00
Loic Dachary
5277861153
Merge pull request #4989 from ltoto2/master
...
doc: Adding a link to documentation on admin socket
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-06-18 17:36:33 +02:00
Thomas Laumondais
0c4555d1f4
doc: Adding a link to documentation on admin socket
...
Fixes : #11845
Signed-off-by: Thomas Laumondais <thomas.laumondais@gmail.com>
2015-06-18 17:23:40 +02:00
Owen Synge
dfda3ff874
Bug fix to ceph systemV compatability script.
...
Was failing with more than one OSD / MON deamon on a single node.
Fixes suse bugzilla #927862
Signed-off-by: Owen Synge <osynge@suse.com>
2015-06-18 17:15:22 +02:00
Loic Dachary
67343f614f
Merge pull request #5011 from robin974/master
...
doc: Fixes a missing dot
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-06-18 17:14:41 +02:00
Loic Dachary
cb49329c42
Merge pull request #5006 from Claire1293/master
...
doc: dev/differences-from-posix
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-06-18 17:12:08 +02:00
Loic Dachary
6c93465ec1
Merge pull request #4987 from Aeryax/master
...
doc: Replaced "disk or drive" by "disk" in ceph-disk.rs
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-06-18 17:10:18 +02:00
robin974
f105fdc255
doc: Fixes a missing dot
...
Fixes : #12072
Signed-off-by: Robin Tang <robintang974@gmail.com>
2015-06-18 16:43:45 +02:00
Loic Dachary
2bc009bb52
Merge pull request #5008 from jr31/master
...
doc: Unify ID format
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-06-18 16:39:03 +02:00
Loic Dachary
36369e0c05
Merge pull request #5007 from Cleminou/master
...
doc: Fixes a missing word in a printed string
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-06-18 16:38:11 +02:00
unknown
7fd1ae8b42
doc: dev/differences-from-posix
...
Fixes : #11108
Signed-off-by: Claire MASSOT <claire.massot93@gmail.com>
2015-06-18 16:37:26 +02:00
Jean-Rémi Deveaux
b10adf6a4f
doc: Unify ID format
...
Fixes : #12071
Signed-off-by: Jean-Rémi Deveaux <jeanremi.deveaux@gmail.com>
2015-06-18 16:26:08 +02:00
Cleminou
145fbb7d3c
doc: Fixes a missing word in a printed string
...
Fixes : #11106
Signed-off-by: Clement Lebrun <clement.lebrun.31@gmail.com>
2015-06-18 16:05:43 +02:00
Loic Dachary
2308faf206
Merge pull request #5004 from arthurgorjux/master
...
doc: Remove `` before and after 'ceph -s' in titles
Reviewed-by: Loic Dachary <ldachary@redhat.com>
2015-06-18 15:48:18 +02:00