From 2c4d760f1070273294a607f42e14f3f2a4ce1e16 Mon Sep 17 00:00:00 2001 From: kalpak Date: Wed, 5 Nov 2008 10:03:55 +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 ff4b4f9..65d8ae7 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1758,6 +1758,14 @@ Details : Once the unmatched stride IO mode is detected, shrink the stride-ah stride-io mode, does not reset the stride window, but also does not increase the stride window length in this case. +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. + -------------------------------------------------------------------------------- 2007-08-10 Cluster File Systems, Inc. -- 1.8.3.1