]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
/etc/init.d/ceph: fs_type assignment syntax error
authorDan Mick <dan.mick@inktank.com>
Thu, 13 Dec 2012 03:38:35 +0000 (19:38 -0800)
committerDan Mick <dan.mick@inktank.com>
Thu, 13 Dec 2012 03:40:16 +0000 (19:40 -0800)
This handles the remainder of 3581; it's a lot like the problem in
mkcephfs, but it isn't mkcephfs.

Fixes: #3581
Signed-off-by: Dan Mick <dan.mick@inktank.com>
src/init-ceph.in

index 788d7172979e80b23604a787586214f48e1e1b13..b75f639a359444a2b94cd8ec01a4c743be6cf13c 100644 (file)
@@ -277,7 +277,7 @@ for name in $what; do
                    # try to fallback to to old keys
                    get_conf tmp_devs "" "btrfs devs"
                    if [ -n "$tmp_devs" ]; then
-                       fs_type = "btrfs"
+                       fs_type="btrfs"
                    else
                        echo No filesystem type defined!
                        exit 0