X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fosd-ldiskfs%2Fosd_handler.c;h=90b5493cc92dc4f4ac8177e0a7063405c4567fd4;hp=bd03e707799420c7f58b118252de25d71f554434;hb=4f18e08099e51b682f6acb1cf9fea6d7d45f5fd7;hpb=da18ad5628556cb8eb0bcba786743b2d205a39d9 diff --git a/lustre/osd-ldiskfs/osd_handler.c b/lustre/osd-ldiskfs/osd_handler.c index bd03e70..90b5493 100644 --- a/lustre/osd-ldiskfs/osd_handler.c +++ b/lustre/osd-ldiskfs/osd_handler.c @@ -7904,6 +7904,8 @@ static int osd_device_init0(const struct lu_env *env, o->od_readcache_max_iosize = OSD_READCACHE_MAX_IO_MB << 20; o->od_writethrough_max_iosize = OSD_WRITECACHE_MAX_IO_MB << 20; o->od_auto_scrub_interval = AS_DEFAULT; + /* disable fallocate until issues are fixed: LU-14326/LU-14333 */ + o->od_fallocate_zero_blocks = -1; cplen = strlcpy(o->od_svname, lustre_cfg_string(cfg, 4), sizeof(o->od_svname));