]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mkcephfs: fix fs_type assignment typo
authorSage Weil <sage@inktank.com>
Thu, 6 Dec 2012 13:27:41 +0000 (05:27 -0800)
committerSage Weil <sage@inktank.com>
Thu, 6 Dec 2012 13:27:41 +0000 (05:27 -0800)
Reported-by: Matthew Via <via@matthewvia.info>
Signed-off-by: Sage Weil <sage@inktank.com>
src/mkcephfs.in

index 1cb135e79297ba89e393b281a498739916df41b4..62d8c9fcbc8d43b882fe36a033b753cade407f0b 100644 (file)
@@ -325,7 +325,7 @@ if [ -n "$prepareosdfs" ]; then
         # 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