From b8ea99971be551ef218bcb966857aa880deac64f Mon Sep 17 00:00:00 2001 From: Suhail Syed Date: Thu, 30 Jun 2016 17:25:09 -0400 Subject: [PATCH] Fixed typo in all.yml TrivialFix Change-Id: I778437d575458537cc916ed83653836247df0cee --- ansible/group_vars/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index f7fb9fd733..157b4299ca 100644 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -260,7 +260,7 @@ ceph_cache_mode: "writeback" # Valid options are [ ext4, btrfs, xfs ] ceph_osd_filesystem: "xfs" -# These are /etc/fstab options. Comma seperated, no spaces (see fstab(8)) +# These are /etc/fstab options. Comma separated, no spaces (see fstab(8)) ceph_osd_mount_options: "defaults,noatime" # A requirement for using the erasure-coded pools is you must setup a cache tier