v0.94.10 Hammer

This Hammer point release fixes several bugs and adds two new features.

We recommend that all hammer v0.94.x users upgrade.

For more detailed information, see the complete changelog.

New Features

ceph-objectstore-tool and ceph-monstore-tool now enable user torebuild the monitor database from OSDs. (This feature is especially useful whenall monitors fail to boot due to leveldb corruption.)

In RADOS Gateway, it is now possible to reshard an existing bucket’s indexusing an off-line tool.

Usage:

$ radosgw-admin bucket reshard –bucket=<bucket_name> –num_shards=<num_shards>

This will create a new linked bucket instance that points to the newly createdindex objects. The old bucket instance still exists and currently it’s up tothe user to manually remove the old bucket index objects. (Note that bucketresharding currently requires that all IO (especially writes) to the specificbucket is quiesced.)

Other Notable Changes