]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
task/ceph: Fix typo in previous commit
authorSam Lang <sam.lang@inktank.com>
Fri, 1 Feb 2013 20:07:10 +0000 (14:07 -0600)
committerSam Lang <sam.lang@inktank.com>
Fri, 1 Feb 2013 20:07:10 +0000 (14:07 -0600)
Signed-off-by: Sam Lang <sam.lang@inktank.com>
teuthology/task/ceph.py

index d785f6cb363e3c66b1fcdebea36e5e0a145cb340..e99e75873181c83a2a77f6249d0c42e8224e3d60 100644 (file)
@@ -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'):