From 6b0a8d3db7dd9433ddd567ee5a6837c54929464f Mon Sep 17 00:00:00 2001 From: Joe Buck Date: Tue, 5 Mar 2013 17:22:24 -0800 Subject: [PATCH] testing: specify ceph.conf path in core-site.xml Signed-off-by: Joe Buck --- teuthology/task/hadoop.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/teuthology/task/hadoop.py b/teuthology/task/hadoop.py index 25cb20175729e..947782e946b31 100644 --- a/teuthology/task/hadoop.py +++ b/teuthology/task/hadoop.py @@ -83,6 +83,10 @@ def write_core_site(ctx, config): fs.default.name {default_fs} + + ceph.conf.file + /etc/ceph/ceph.conf + '''.format(tdir=teuthology.get_testdir(ctx), default_fs=default_fs_string)) -- 2.39.5