From 84605881e3501a1494b3dca559531e87efea6775 Mon Sep 17 00:00:00 2001 From: girish Date: Mon, 29 Jun 2009 04:34:57 +0000 Subject: [PATCH] b=17569 i=adilger i=johann add check for >8TB filesystems. Don't allo mounting them until force_over_8tb mount option is specified --- lustre/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index e29086e..a2418af 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -89,6 +89,13 @@ Details : Sometimes on transaction errors mds_mfd_close did not release parent dentry if no matching mfd was found and child lookup was used. +Severity : high +Bugzilla : 17569 +Description: add check for >8TB ldiskfs filesystems +Details : ext3-based ldiskfs does not support greater than 8TB LUNs. + Don't allow >8TB ldiskfs filesystems to be mounted without + force_over_8tb mount option + ------------------------------------------------------------------------------ tbd Sun Microsystems, Inc. * version 1.8.1 -- 1.8.3.1