From 5bc75465b4041c5574be71b8199809663e5fc2fb Mon Sep 17 00:00:00 2001 From: kalpak Date: Wed, 5 Nov 2008 09:26:43 +0000 Subject: [PATCH] b=16438 i=adilger i=girish Mounting a filesystem with extents feature will fail on big-endian systems since ext3-based ldiskfs is not supported on big-endian systems. This can be over-riden with "bigendian_extents" mount option. --- lustre/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 5211a34..e56c256 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -695,6 +695,14 @@ Details : Checks validity of on-disk block bitmap. Also it does better checking of number of applied preallocations. When corruption is found, it turns filesystem readonly to prevent further corruptions. +Severity : normal +Bugzilla : 16438 +Frequency : only for big-endian servers +Description: Check if system is big-endian while mounting fs with extents feature +Details : Mounting a filesystem with extents feature will fail on big-endian + systems since ext3-based ldiskfs is not supported on big-endian + systems. This can be over-riden with "bigendian_extents" mount option. + ------------------------------------------------------------------------------- 2008-05-26 Sun Microsystems, Inc. -- 1.8.3.1