summaryrefslogtreecommitdiffstats
path: root/qa/rbd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc: more c* -> ceph-* renamesSage Weil2011-09-231-1/+1
| | | | Signed-off-by: Sage Weil <sage@newdream.net>
* c* -> ceph-*Sage Weil2011-09-231-1/+1
| | | | | | Hopefully I didn't miss too much... Signed-off-by: Sage Weil <sage@newdream.net>
* auth: make g_conf.keyring a plain old stringColin Patrick McCabe2011-01-021-1/+1
| | | | | | | | | | | | | | Make g_conf.keyring a plain old string rather than an array of strings. Don't do substitution using the user's HOME variable-- this could lead to security holes for setuid processes. Get rid of AuthMonitor::read_keyfile because there is already a Keyring member function, Keyring::load, that does the same thing. qa/rbd/common.sh: we can now use cconf to figure out what the keyring is. Signed-off-by: Colin McCabe <colinm@hq.newdream.net>
* qa: rbd: small optimization to scriptColin Patrick McCabe2010-12-301-3/+4
| | | | Signed-off-by: Colin McCabe <colinm@hq.newdream.net>
* qa: rbd: Update rbd test to use the new rbd sysfsColin Patrick McCabe2010-12-301-4/+21
| | | | Signed-off-by: Colin McCabe <colinm@hq.newdream.net>
* qa: rbd: disable automatic keyring discoveryColin Patrick McCabe2010-12-301-1/+1
| | | | Signed-off-by: Colin McCabe <colinm@hq.newdream.net>
* qa/rbd: minor fixesColin Patrick McCabe2010-12-302-26/+43
| | | | | | | | | | | * qa/rbd/common: create tempdir for script * qa/rbd/common: try harder to find monhost (try "mon addr" and also "mon.a addr") * qa/rbd/rbd.sh: honor $mnt parameter Signed-off-by: Colin McCabe <colinm@hq.newdream.net>
* qa: add rbd testYehuda Sadeh2010-10-292-16/+51
|
* qa: add basic rbd testYehuda Sadeh2010-10-282-0/+82