From: Sam Lang Date: Fri, 1 Feb 2013 20:07:10 +0000 (-0600) Subject: task/ceph: Fix typo in previous commit X-Git-Tag: v0.94.10~27^2^2~364^2~1041 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9a9fe73ec32fd4c73ab392e570f2872d270eeef5;p=ceph.git task/ceph: Fix typo in previous commit Signed-off-by: Sam Lang --- diff --git a/teuthology/task/ceph.py b/teuthology/task/ceph.py index d785f6cb363e..e99e75873181 100644 --- a/teuthology/task/ceph.py +++ b/teuthology/task/ceph.py @@ -680,7 +680,7 @@ def cluster(ctx, config): ctx.disk_config.remote_to_roles_to_dev = remote_to_roles_to_devs ctx.disk_config.remote_to_roles_to_journals = remote_to_roles_to_journals ctx.disk_config.remote_to_roles_to_dev_mount_options = {} - ctx.disk_config.remote_to_roles_to_dev_fstyp = {} + ctx.disk_config.remote_to_roles_to_dev_fstype = {} for id_ in teuthology.roles_of_type(roles_for_host, 'osd'):