Whamcloud - gitweb
Branch b1_4_mountconf
authornathan <nathan>
Wed, 19 Oct 2005 23:03:08 +0000 (23:03 +0000)
committernathan <nathan>
Wed, 19 Oct 2005 23:03:08 +0000 (23:03 +0000)
b=6663
extents and mballoc should not be defaults

lustre/utils/mkfs_lustre.c

index 9e29f23..247bd87 100644 (file)
@@ -1063,9 +1063,11 @@ int main(int argc , char *const argv[])
                         strcat(mop.mo_ldd.ldd_mount_opts, ",iopen_nopriv");
                 if ((get_os_version() == 24) && IS_OST(&mop.mo_ldd))
                         strcat(mop.mo_ldd.ldd_mount_opts, ",asyncdel");
+                /* When do we want extents and mballoc? 
                 if (mop.mo_ldd.ldd_mount_type == LDD_MT_LDISKFS) {
                         strcat(mop.mo_ldd.ldd_mount_opts, ",extents,mballoc");
                 }
+                */
                 break;
         }
         case LDD_MT_SMFS: {