Commit Graph

6 Commits

Author SHA1 Message Date
Mike Ryan
9013efd3a3 osd: deep scrub, read file contents from disk and compare digest
Deep scrub reads the contents of every file from the store and computes
a crc32 digest. The primary compares the digest of all replicas and will
mark the PG inconsistent if any don't match.

OSDs that do not support deep scrub simply perform an ordinary chunky
scrub. Any subset of OSDs that do support deep scrub will have their
digests compared.

Signed-off-by: Mike Ryan <mike.ryan@inktank.com>
2012-09-05 14:19:19 -07:00
Sage Weil
2a36873d2e rbd: use generic options, keyring for 'rbd map'
Switch usage over to the normal options, and use the normal EntityName
and keyring inputs for 'rbd map'.

Signed-off-by: Sage Weil <sage@inktank.com>
2012-08-17 16:51:15 -07:00
Stratos Psomadakis
4e518ed3de rbd: Document the rbd showmapped cmd
Document the rbd showmapped cmd in rbd.usage(), and rbd's man page,
and add it to the bash completion script.

Signed-off-by: Stratos Psomadakis <psomas@grnet.gr>
2011-11-07 09:27:15 -08:00
Sage Weil
b69da1769a rdosgw_admin -> radosgw-admin
Be consistent with other binary tool naming.

Signed-off-by: Sage Weil <sage@newdream.net>
2011-09-28 16:09:55 -07:00
Sage Weil
dec6ef1d05 bash_completion: no more injectargs command
Use 'ceph [osd|mds|mon] tell injectargs "foo bar"'.

Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
2011-07-26 14:17:08 -07:00
Wido den Hollander
0678e51fad bash_completion: Add bash completion for ceph, rados, radosgw_admin and rbd
Signed-off-by: Wido den Hollander <wido@widodh.nl>
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
2011-07-26 14:02:01 -07:00