]> git.apps.os.sepia.ceph.com Git - ceph.git/log
ceph.git
9 years agoos/bluestore/BlueStore: fix error path if label set fails
Sage Weil [Thu, 17 Dec 2015 19:11:07 +0000 (14:11 -0500)]
os/bluestore/BlueStore: fix error path if label set fails

Reported-by: David Zafman <dzafman@redhat.com>
Signed-off-by: Sage Weil <sage@redhat.com>
9 years agorocksdb: fix recycle replay
Sage Weil [Thu, 17 Dec 2015 19:12:36 +0000 (14:12 -0500)]
rocksdb: fix recycle replay

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoMakefile-rocksdb.am: update
Sage Weil [Thu, 17 Dec 2015 14:06:48 +0000 (09:06 -0500)]
Makefile-rocksdb.am: update

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore: default to 64k min_alloc_size
Sage Weil [Mon, 14 Dec 2015 21:33:38 +0000 (16:33 -0500)]
os/bluestore: default to 64k min_alloc_size

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/BlueStore: fix _open_bdev() failure path
Sage Weil [Mon, 14 Dec 2015 21:28:22 +0000 (16:28 -0500)]
os/bluestore/BlueStore: fix _open_bdev() failure path

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agokv/RocksDBStore: behave if options string is empty
Sage Weil [Mon, 14 Dec 2015 21:27:17 +0000 (16:27 -0500)]
kv/RocksDBStore: behave if options string is empty

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore: clear coll_map on umount, fsck finish
Sage Weil [Mon, 14 Dec 2015 20:56:33 +0000 (15:56 -0500)]
os/bluestore: clear coll_map on umount, fsck finish

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/kstore/KStore: fix object key decode with key
Sage Weil [Mon, 14 Dec 2015 20:55:09 +0000 (15:55 -0500)]
os/kstore/KStore: fix object key decode with key

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/BlueStore: fix object key decode with key
Sage Weil [Mon, 14 Dec 2015 19:59:17 +0000 (14:59 -0500)]
os/bluestore/BlueStore: fix object key decode with key

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoceph_objectstore_test: fix warning
Sage Weil [Wed, 9 Dec 2015 21:19:58 +0000 (16:19 -0500)]
ceph_objectstore_test: fix warning

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/KeyValueStore: drop kinetic #include
Sage Weil [Wed, 9 Dec 2015 21:19:07 +0000 (16:19 -0500)]
os/KeyValueStore: drop kinetic #include

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/kstore: add new KStore backend
Sage Weil [Thu, 10 Dec 2015 21:04:32 +0000 (16:04 -0500)]
os/kstore: add new KStore backend

This is based on BlueStore, but with all of the block-related code
and complexity ripped out, and a simple striping strategy added
in its place.

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/bluestore_types: localize types
Sage Weil [Thu, 10 Dec 2015 21:03:59 +0000 (16:03 -0500)]
os/bluestore/bluestore_types: localize types

Prefix with bluestore_

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore: add extent_ref_map_t
Sage Weil [Thu, 10 Dec 2015 22:27:04 +0000 (17:27 -0500)]
os/bluestore: add extent_ref_map_t

This will be used to refcount extents for some subset
of the store (objects with same name or hash value?).

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/FreelistManager: drop unused db ref
Sage Weil [Thu, 10 Dec 2015 21:03:41 +0000 (16:03 -0500)]
os/bluestore/FreelistManager: drop unused db ref

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore: record kv backend
Sage Weil [Thu, 10 Dec 2015 21:03:23 +0000 (16:03 -0500)]
os/bluestore: record kv backend

Record kv backend at mkfs time instead of relying on current value
of config option.

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore: statfs
Sage Weil [Thu, 10 Dec 2015 21:02:45 +0000 (16:02 -0500)]
os/bluestore: statfs

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/BlockDevice: inject block failures
Sage Weil [Fri, 4 Dec 2015 01:03:10 +0000 (20:03 -0500)]
os/bluestore/BlockDevice: inject block failures

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoceph_test_objectstore: clean up synthetic collections
Sage Weil [Thu, 3 Dec 2015 21:33:37 +0000 (16:33 -0500)]
ceph_test_objectstore: clean up synthetic collections

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore: block.db support
Sage Weil [Thu, 10 Dec 2015 22:17:45 +0000 (17:17 -0500)]
os/bluestore: block.db support

Support a mid- to fast device that will preferentially
store the rocksdb data (and wal, if block.wal is not
present).

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore: less debug noise
Sage Weil [Thu, 10 Dec 2015 22:17:10 +0000 (17:17 -0500)]
os/bluestore: less debug noise

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/BlueFS: all overwrites on open_for_write
Sage Weil [Thu, 10 Dec 2015 22:21:03 +0000 (17:21 -0500)]
os/bluestore/BlueFS: all overwrites on open_for_write

rocksdb will occasionally overwrite an existing file
if it is not present/valid in the manifest.

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/BlueStore: drop internal EnvMirror
Sage Weil [Wed, 25 Nov 2015 19:27:28 +0000 (14:27 -0500)]
os/bluestore/BlueStore: drop internal EnvMirror

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agorocksdb: pull up to master, include EnvMirror
Sage Weil [Fri, 11 Dec 2015 14:32:30 +0000 (09:32 -0500)]
rocksdb: pull up to master, include EnvMirror

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore: label all block devices
Sage Weil [Thu, 10 Dec 2015 22:20:25 +0000 (17:20 -0500)]
os/bluestore: label all block devices

Label all of our block devices with a simple label
that includes the osd_uuid.  Wire this into the
ObjectStore and OSD probe mechanism.

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/BlueFS: flush log if needed
Sage Weil [Thu, 10 Dec 2015 22:19:29 +0000 (17:19 -0500)]
os/bluestore/BlueFS: flush log if needed

If a file has dirty metadata (but no dirty data), we
still need to flush the log when it is flushed.

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/BlueFS: fix replay of unlink
Sage Weil [Thu, 10 Dec 2015 22:18:57 +0000 (17:18 -0500)]
os/bluestore/BlueFS: fix replay of unlink

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore: support second block.wal device
Sage Weil [Thu, 10 Dec 2015 22:15:57 +0000 (17:15 -0500)]
os/bluestore: support second block.wal device

Use this device for the bluefs log.

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/BlueStore: fix zero gap bug
Sage Weil [Thu, 10 Dec 2015 22:15:33 +0000 (17:15 -0500)]
os/bluestore/BlueStore: fix zero gap bug

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore: disable overlay for now
Sage Weil [Thu, 10 Dec 2015 22:15:14 +0000 (17:15 -0500)]
os/bluestore: disable overlay for now

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/BlockDevice: restructure interface
Sage Weil [Fri, 27 Nov 2015 16:07:46 +0000 (11:07 -0500)]
os/bluestore/BlockDevice: restructure interface

use atomics, do not track in-flight extents or magically cope
with racing ios (that is the users responsibility).

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/BlueFS: fix overwrite
Sage Weil [Thu, 10 Dec 2015 21:49:56 +0000 (16:49 -0500)]
os/bluestore/BlueFS: fix overwrite

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/BlueFS: fix writes spanning extents
Sage Weil [Thu, 10 Dec 2015 22:10:02 +0000 (17:10 -0500)]
os/bluestore/BlueFS: fix writes spanning extents

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore: reenable rocksdb recycling
Sage Weil [Thu, 10 Dec 2015 22:09:51 +0000 (17:09 -0500)]
os/bluestore: reenable rocksdb recycling

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/BlockDevice: lock device while open
Sage Weil [Thu, 10 Dec 2015 21:45:04 +0000 (16:45 -0500)]
os/bluestore/BlockDevice: lock device while open

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/BlockDevice: debug read result
Sage Weil [Thu, 10 Dec 2015 21:44:42 +0000 (16:44 -0500)]
os/bluestore/BlockDevice: debug read result

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/BlockDevice: fix alignment check
Sage Weil [Thu, 10 Dec 2015 21:44:29 +0000 (16:44 -0500)]
os/bluestore/BlockDevice: fix alignment check

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/BlockDevice: check aio return values
Sage Weil [Thu, 10 Dec 2015 21:49:14 +0000 (16:49 -0500)]
os/bluestore/BlockDevice: check aio return values

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/BlueFS: avoid lock during reads
Sage Weil [Thu, 10 Dec 2015 21:43:32 +0000 (16:43 -0500)]
os/bluestore/BlueFS: avoid lock during reads

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/BlueFS: prevent read+write sharing
Sage Weil [Thu, 10 Dec 2015 21:43:14 +0000 (16:43 -0500)]
os/bluestore/BlueFS: prevent read+write sharing

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agovstart.sh: debug bluefs and rocksdb
Sage Weil [Thu, 10 Dec 2015 21:38:45 +0000 (16:38 -0500)]
vstart.sh: debug bluefs and rocksdb

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/BlueFS: periodically compact log
Sage Weil [Thu, 10 Dec 2015 21:38:35 +0000 (16:38 -0500)]
os/bluestore/BlueFS: periodically compact log

Rewrite only the current metadata in a fresh log
periodically to free log space.

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/BlueFS: simplify extent list
Sage Weil [Thu, 10 Dec 2015 21:37:55 +0000 (16:37 -0500)]
os/bluestore/BlueFS: simplify extent list

Merge contiguous extents.

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/BlueFS: fix read
Sage Weil [Thu, 10 Dec 2015 21:37:35 +0000 (16:37 -0500)]
os/bluestore/BlueFS: fix read

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoceph_test_objectstore: trivial init fix
Sage Weil [Thu, 10 Dec 2015 21:35:37 +0000 (16:35 -0500)]
ceph_test_objectstore: trivial init fix

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agokv/RocksDBStore: rocksdb_separate_wal_dir option
Sage Weil [Thu, 10 Dec 2015 21:31:18 +0000 (16:31 -0500)]
kv/RocksDBStore: rocksdb_separate_wal_dir option

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/BlueFS: ref count BlueFS::File *
Sage Weil [Thu, 10 Dec 2015 21:34:27 +0000 (16:34 -0500)]
os/bluestore/BlueFS: ref count BlueFS::File *

There are FileWriters that exist when the file is
deleted.

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/BlueFS: readdir list dirs, too
Sage Weil [Thu, 10 Dec 2015 21:32:24 +0000 (16:32 -0500)]
os/bluestore/BlueFS: readdir list dirs, too

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoceph-bluefs-tool: simple tool to export bluefs content
Sage Weil [Thu, 10 Dec 2015 21:32:06 +0000 (16:32 -0500)]
ceph-bluefs-tool: simple tool to export bluefs content

Currently we just do a dump.  We'll add more
functionality later.

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/BlueFS: many fixes
Sage Weil [Thu, 10 Dec 2015 21:30:47 +0000 (16:30 -0500)]
os/bluestore/BlueFS: many fixes

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/BlueStore: share space with BlueFS
Sage Weil [Thu, 10 Dec 2015 21:16:57 +0000 (16:16 -0500)]
os/bluestore/BlueStore: share space with BlueFS

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/BlockDevice: move to simple mutex model
Sage Weil [Thu, 10 Dec 2015 21:17:53 +0000 (16:17 -0500)]
os/bluestore/BlockDevice: move to simple mutex model

Just for now, while we get the rest of this working.

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/BlueFS: simple file system to back rocksdb
Sage Weil [Thu, 10 Dec 2015 21:07:15 +0000 (16:07 -0500)]
os/bluestore/BlueFS: simple file system to back rocksdb

BlueFS is a simple file system that will back rocksdb.
BlueRocksEnv is the rocksdb::Env implementation that
glues them together.

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoceph_test_objectstore: less verbose
Sage Weil [Fri, 27 Nov 2015 16:07:36 +0000 (11:07 -0500)]
ceph_test_objectstore: less verbose

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoceph_test_objectstore: less verbose on hash collision test
Sage Weil [Wed, 25 Nov 2015 19:21:12 +0000 (14:21 -0500)]
ceph_test_objectstore: less verbose on hash collision test

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/BlueStore: fix _do_read
Sage Weil [Thu, 10 Dec 2015 21:22:02 +0000 (16:22 -0500)]
os/bluestore/BlueStore: fix _do_read

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/StupidAllocator: fix locking
Sage Weil [Thu, 10 Dec 2015 21:21:48 +0000 (16:21 -0500)]
os/bluestore/StupidAllocator: fix locking

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/StupidAllocator: fix misc bugs
Sage Weil [Thu, 10 Dec 2015 21:16:41 +0000 (16:16 -0500)]
os/bluestore/StupidAllocator: fix misc bugs

Can't use invalid iterator; fix init_rm_free.

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/Allocator: init_rm_free
Sage Weil [Thu, 10 Dec 2015 21:08:32 +0000 (16:08 -0500)]
os/bluestore/Allocator: init_rm_free

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agokv/RocksDBStore: take custom Env
Sage Weil [Thu, 10 Dec 2015 21:10:24 +0000 (16:10 -0500)]
kv/RocksDBStore: take custom Env

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore: fix _do_read return value
Sage Weil [Thu, 10 Dec 2015 21:13:27 +0000 (16:13 -0500)]
os/bluestore: fix _do_read return value

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore/BlockDevice: fix read return value
Sage Weil [Thu, 10 Dec 2015 21:13:11 +0000 (16:13 -0500)]
os/bluestore/BlockDevice: fix read return value

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/bluestore: separate Allocator from freelist storage
Sage Weil [Thu, 10 Dec 2015 21:05:56 +0000 (16:05 -0500)]
os/bluestore: separate Allocator from freelist storage

FreelistManager perists our freelist.  Allocator is a policy that
allocates it.

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agonewstore -> bluestore
Sage Weil [Mon, 16 Nov 2015 21:42:08 +0000 (16:42 -0500)]
newstore -> bluestore

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/newstore: always create db.wal
Sage Weil [Mon, 16 Nov 2015 21:02:48 +0000 (16:02 -0500)]
os/newstore: always create db.wal

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/newstore: create db dir
Sage Weil [Mon, 16 Nov 2015 20:33:18 +0000 (15:33 -0500)]
os/newstore: create db dir

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/newstore: consume a raw block device
Sage Weil [Mon, 16 Nov 2015 18:35:37 +0000 (13:35 -0500)]
os/newstore: consume a raw block device

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/newstore: make collection_list tolerate sloppy start position
Sage Weil [Tue, 24 Nov 2015 19:12:05 +0000 (14:12 -0500)]
os/newstore: make collection_list tolerate sloppy start position

Because of this change (#6076), the hobject_t will contain pool id, hence
the ghobject_t having this hobject_t will be not equal to ghobject_t().

In newstore, this will cause assertion failure:
FAILED assert(k >= start_key && k < end_key)

The fix is to make compatible with previous change to create a
ghobject_t object with pool id and shard id in newstore.

Fixes: #13801
Reported-by: Zhi Zhang <zhangz.david@outlook.com>
Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/newstore: make key names more efficient
Sage Weil [Wed, 21 Oct 2015 20:45:11 +0000 (16:45 -0400)]
os/newstore: make key names more efficient

- pack u32 and u64 in binary (instead of in hex)
- avoid duplicating the object name while making things still
  sort by (key,name).  Use < when key < name, = when key == name,
  > when key > name) as a prefix.  And in the = case (which is
  basically always) include the name just once.

Note that this breaks on-disk compatibility.

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/newstore: fix collection_list vs max entries
Sage Weil [Fri, 16 Oct 2015 16:41:50 +0000 (12:41 -0400)]
os/newstore: fix collection_list vs max entries

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/newstore: do not set/change frag_size if there are overlays
Sage Weil [Wed, 14 Oct 2015 12:41:39 +0000 (08:41 -0400)]
os/newstore: do not set/change frag_size if there are overlays

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/newstore: define a fid_backpointer_t type
Sage Weil [Tue, 6 Oct 2015 23:05:42 +0000 (19:05 -0400)]
os/newstore: define a fid_backpointer_t type

Signed-off-by: Sage Weil <sage@redhat.com>
fix wal_oP_t

9 years agoos/newstoer: add newstore types to ceph-dencoder
Sage Weil [Tue, 6 Oct 2015 23:01:17 +0000 (19:01 -0400)]
os/newstoer: add newstore types to ceph-dencoder

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/newstore: set alloc hint on new frags
Sage Weil [Tue, 6 Oct 2015 01:42:09 +0000 (21:42 -0400)]
os/newstore: set alloc hint on new frags

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/newstore: dump onode contents
Sage Weil [Tue, 6 Oct 2015 12:55:27 +0000 (08:55 -0400)]
os/newstore: dump onode contents

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/newstore: fixed fragment size
Sage Weil [Mon, 21 Sep 2015 01:56:50 +0000 (21:56 -0400)]
os/newstore: fixed fragment size

Instead of a single, variable-length fragment for each object,
set a fixed size (newstore_min_frag_size = 1 MB) and stripe the
object over these.  The last fragment will be smaller
than 1 MB if the object is not a multiple of 1 MB.

On write, this is basically free: we can just as cheaply write
4 inodes created together and fsync them than we can one.  On
overwrite, it allows us to replace individual fragments and avoid
write-ahead many cases.

On read it is a bit slower because of inode lookups and disk
seeks.  In the common case (big object written sequentially) we
hope that fs prefetching will hide most of it (e.g., all inodes
will be loaded together in the same metadata btree node, and the
files' data is written sequentially on disk).

Allowing for a singe large fragment in the case of a sequentially
written large object may save us something, but it complicates
the code significantly.

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoos/newstore: recycle rocksdb log files
Sage Weil [Mon, 9 Nov 2015 22:14:45 +0000 (17:14 -0500)]
os/newstore: recycle rocksdb log files

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agorocksdb: latest master
Sage Weil [Mon, 9 Nov 2015 22:13:57 +0000 (17:13 -0500)]
rocksdb: latest master

Signed-off-by: Sage Weil <sage@redhat.com>
9 years agoMerge pull request #6649 from majianpeng/filesstore-lfnunlink
Sage Weil [Fri, 1 Jan 2016 14:49:52 +0000 (09:49 -0500)]
Merge pull request #6649 from majianpeng/filesstore-lfnunlink

osd: FileStore:: optimize lfn_unlink

Reviewed-by: Kefu Chai <kchai@redhat.com>
9 years agoMerge pull request #7017 from efirs/ef_atomic_ceph_tid
Sage Weil [Fri, 1 Jan 2016 14:48:10 +0000 (09:48 -0500)]
Merge pull request #7017 from efirs/ef_atomic_ceph_tid

osd: use atomic to generate ceph_tid

Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
9 years agoMerge pull request #7077 from XinzeChi/wip-fix-wip-perf
Sage Weil [Fri, 1 Jan 2016 14:47:35 +0000 (09:47 -0500)]
Merge pull request #7077 from XinzeChi/wip-fix-wip-perf

osd: fix wip (l_osd_op_wip) perf counter and remove repop_map

Reviewed-by: Kefu Chai <kchai@redhat.com>
9 years agoMerge pull request #6893 from kylinstorage/wip-osd_command
Sage Weil [Thu, 31 Dec 2015 14:33:51 +0000 (09:33 -0500)]
Merge pull request #6893 from kylinstorage/wip-osd_command

librados: add c++ style osd/pg command interface

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
9 years agoMerge pull request #5630 from wonzhq/evict-after-flush
Sage Weil [Thu, 31 Dec 2015 14:33:26 +0000 (09:33 -0500)]
Merge pull request #5630 from wonzhq/evict-after-flush

osd: try evicting after flushing is done

Reviewed-by: Sage Weil <sage@redhat.com>
9 years agoMerge pull request #6639 from xiexingguo/xxg-wip-13822
Sage Weil [Thu, 31 Dec 2015 14:33:05 +0000 (09:33 -0500)]
Merge pull request #6639 from xiexingguo/xxg-wip-13822

librados: potential null pointer access in list_(n)objects

Reviewed-by: Kefu Chai <kchai@redhat.com>
9 years agoMerge pull request #6702 from liewegas/wip-fix-recency
Sage Weil [Thu, 31 Dec 2015 14:32:28 +0000 (09:32 -0500)]
Merge pull request #6702 from liewegas/wip-fix-recency

osd/ReplicatedPG: fix promotion recency logic

Reviewed-by: Samuel Just <sjust@redhat.com>
9 years agoMerge pull request #6824 from Sandy4999/wip-crushtool-build
Sage Weil [Thu, 31 Dec 2015 14:32:01 +0000 (09:32 -0500)]
Merge pull request #6824 from Sandy4999/wip-crushtool-build

crushtool: set type 0 name "device" for --build option

Reviewed-by: Sage Weil <sage@redhat.com>
9 years agoMerge pull request #6962 from liewegas/wip-buffer-lastp
Sage Weil [Thu, 31 Dec 2015 14:30:55 +0000 (09:30 -0500)]
Merge pull request #6962 from liewegas/wip-buffer-lastp

buffer: fix internal iterator invalidation on rebuild, get_contiguous

Reviewed-by: Samuel Just <sjust@redhat.com>
9 years agoMerge pull request #6970 from aiicore/drop_removal_pg_type
Sage Weil [Thu, 31 Dec 2015 14:30:12 +0000 (09:30 -0500)]
Merge pull request #6970 from aiicore/drop_removal_pg_type

osd: drop deprecated removal pg type

Reviewed-by: Sage Weil <sage@redhat.com>
9 years agoosd: remove repop_map in osd 7077/head
Xinze Chi [Tue, 29 Dec 2015 14:48:55 +0000 (22:48 +0800)]
osd: remove repop_map in osd

If I do not misread, repop_map is useless.

Signed-off-by: Xinze Chi <xinze@xsky.com>
9 years agoosd: fix wip (l_osd_op_wip) perf counter
Xinze Chi [Tue, 29 Dec 2015 14:00:31 +0000 (22:00 +0800)]
osd: fix wip (l_osd_op_wip) perf counter

The l_osd_op_wip is for osd, so it should be the sum of all pgs in osd

Signed-off-by: Xinze Chi <xinze@xsky.com>
9 years agoMerge pull request #6987 from H3C/wip-addr-bugfix
Kefu Chai [Mon, 28 Dec 2015 08:40:38 +0000 (16:40 +0800)]
Merge pull request #6987 from H3C/wip-addr-bugfix

common/address_help.cc: fix the leak in entity_addr_from_url()

Reviewed-by: Kefu Chai <kchai@redhat.com>
9 years agoMerge remote-tracking branch 'origin/jewel' 6763/head
Josh Durgin [Thu, 24 Dec 2015 00:32:00 +0000 (16:32 -0800)]
Merge remote-tracking branch 'origin/jewel'

9 years agocommon/address_help.cc: fix the leak in entity_addr_from_url() 6987/head
qiankunzheng [Wed, 23 Dec 2015 22:29:26 +0000 (17:29 -0500)]
common/address_help.cc: fix the leak in entity_addr_from_url()

Fixes: #14132
Signed-off-by: Qiankun Zheng <zheng.qiankun@h3c.com>
9 years agoMerge pull request #7026 from xdonghai/master
Josh Durgin [Wed, 23 Dec 2015 22:28:24 +0000 (14:28 -0800)]
Merge pull request #7026 from xdonghai/master

rbd: must specify both of stripe-unit and stripe-count when specifying stripingv2 feature

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
9 years agoMerge pull request #6998 from xiexingguo/xxg-wip-clsrbd
Josh Durgin [Wed, 23 Dec 2015 22:15:32 +0000 (14:15 -0800)]
Merge pull request #6998 from xiexingguo/xxg-wip-clsrbd

stringify outputted error code and fix unmatched parentheses.

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
9 years agoMerge pull request #6983 from xiexingguo/xxg-wip-14126
Josh Durgin [Wed, 23 Dec 2015 22:12:43 +0000 (14:12 -0800)]
Merge pull request #6983 from xiexingguo/xxg-wip-14126

librbd: small fixes for error messages and readahead counter

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
9 years agoMerge pull request #6298 from guangyy/wip-13441
Sage Weil [Wed, 23 Dec 2015 22:05:54 +0000 (17:05 -0500)]
Merge pull request #6298 from guangyy/wip-13441

osd: make list_missing query missing_loc.needs_recovery_map

Reviewed-by: Samuel Just <sjust@redhat.com>
9 years agoMerge pull request #6572 from liewegas/wip-crush-chooseleaf-stable
Sage Weil [Wed, 23 Dec 2015 22:05:23 +0000 (17:05 -0500)]
Merge pull request #6572 from liewegas/wip-crush-chooseleaf-stable

crush: add chooseleaf_stable tunable

Reviewed-by: Loic Dachary <ldachary@redhat.com>
9 years agoMerge pull request #7043 from dillaman/wip-14170-jewel
Josh Durgin [Wed, 23 Dec 2015 21:30:13 +0000 (13:30 -0800)]
Merge pull request #7043 from dillaman/wip-14170-jewel

librbd: do not ignore self-managed snapshot release result

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
9 years agolibrbd: do not ignore self-managed snapshot release result 7043/head
Jason Dillaman [Wed, 23 Dec 2015 18:57:44 +0000 (13:57 -0500)]
librbd: do not ignore self-managed snapshot release result

Fixes: #14170
Signed-off-by: Jason Dillaman <dillaman@redhat.com>