Commit Graph

5 Commits

Author SHA1 Message Date
Samuel Just
717621f66e librados,Objecter,PG: list objects now includes the locator key
Previously, there was no way to recover the locator key used to create
and object.  Now, rados_objects_list_next and ObjectIterator will return
the key as well as the object name.

Signed-off-by: Samuel Just <samuel.just@dreamhost.com>
2011-12-07 11:40:11 -08:00
Stanislav Sedov
8140bdb0bc Abstract out extended attribute calls in ceph_extattr.c so all
the system-dependent extattr code can be moved into a single
place.  Implement FreeBSD and Darwin support.

Signed-off-by:	Stanislav Sedov <stas@FreeBSD.org>
2011-10-04 17:34:41 -07:00
Stanislav Sedov
9fde4d946f First cut of FreeBSD support. This patch allowes ceph to compile successfully
under FreeBSD.

Signed-off-by:	Stanislav Sedov <stas@FreeBSD.org>
2011-10-04 17:34:41 -07:00
Sage Weil
5fde4011ac heartbeatmap: add suicide grace
Add a second suicide grace period that will make us kill ourselves if
we are sufficiently catatonic.

Signed-off-by: Sage Weil <sage@newdream.net>
2011-08-29 11:46:15 -07:00
Colin Patrick McCabe
1a7eac4d82 parallelize rados export and import
* use workqueues to parallelize rados export and import

* Put export and import into separate files

* Fix RADOS_SYNC_TMP_SUFFIX_LEN bug

Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
2011-08-23 18:12:26 -07:00