From: Andrew Perepechko Date: Fri, 20 Aug 2010 11:15:25 +0000 (+0200) Subject: b=21174 allow quotacheck over OSTs with sparse indices X-Git-Tag: v1_8_4_51~29 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=6b812da2abae558472147a1f1a8690429b393af5 b=21174 allow quotacheck over OSTs with sparse indices i=Elena Gryznova --- diff --git a/lustre/ChangeLog b/lustre/ChangeLog index e5e3e81..20cb70d 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -16,6 +16,10 @@ Severity : enhancement Bugzilla : 21610 Description: Update SLES11 SP1 kernel to 2.6.32.13-0.5.1. +Severity : normal +Bugzilla : 21174 +Description: Enabling quotas fails with non-consecutive OST numbering. + ------------------------------------------------------------------------------- 2010-07-31 Oracle, Inc. diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 82d0524..8ea58f3 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -2249,6 +2249,7 @@ test_56() { start_ost start_ost2 || error "Unable to start second ost" mount_client $MOUNT || error "Unable to mount client" + [ -n "$ENABLE_QUOTA" ] && { $LFS quotacheck -ug $MOUNT || error "quotacheck has failed" ; stopall reformat