Disable 71 in sanity.sh, because mmap code is not update on HEAD now.
# more than only LOV EAs
# - 65h (default stripe inheritance) is not implemented for LMV
# configurations. Will be done in second phase of collibri.
+# - 71 mmap still not updated on HEAD
-ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"48a 51b 51c 65h"}
+ALWAYS_EXCEPT=${ALWAYS_EXCEPT:-"48a 51b 51c 65h 71"}
# UPDATE THE COMMENT ABOVE WITH BUG NUMBERS WHEN CHANGING ALWAYS_EXCEPT!
[ "$ALWAYS_EXCEPT$EXCEPT" ] && echo "Skipping tests: $ALWAYS_EXCEPT $EXCEPT"