From 89cffb7b7f0d451ce7780bafe4c5fb5f9530db5c Mon Sep 17 00:00:00 2001 From: girish Date: Wed, 1 Jul 2009 10:07:44 +0000 Subject: [PATCH] b=17569 i=adilger i=johann add check for >8TB filesystem --- lustre/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index ff2507c..9962658 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -2086,6 +2086,12 @@ Bugzilla : 16823 Description: Allow stripe size to be up to 4G-64k Details : Fix math logic to allow large stripe sizes. +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 -------------------------------------------------------------------------------- -- 1.8.3.1