]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
init-ceph.in: remove duplicated words 8893/head
authorLi Peng <lip@dtdream.com>
Tue, 3 May 2016 06:28:47 +0000 (14:28 +0800)
committerLi Peng <lip@dtdream.com>
Tue, 3 May 2016 06:28:47 +0000 (14:28 +0800)
Signed-off-by: Li Peng <lip@dtdream.com>
src/init-ceph.in

index e74fe748c53e46ee61f86f676f53694693b7b38d..a17b0bcbd972e552971e98f8563172d7b78275ab 100755 (executable)
@@ -361,7 +361,7 @@ for name in $what; do
                get_conf fs_type "" "osd mkfs type"
 
                if [ -z "$fs_type" ]; then
-                   # try to fallback to to old keys
+                   # try to fallback to old keys
                    get_conf tmp_devs "" "btrfs devs"
                    if [ -n "$tmp_devs" ]; then
                        fs_type="btrfs"