Whamcloud - gitweb
LU-12068 tests: add debug for sanity-lfsck test_6b
[fs/lustre-release.git] / lustre / tests / sanity-lfsck.sh
index 168c1b4..66eba95 100644 (file)
@@ -784,6 +784,8 @@ test_6b() {
        local D_POS1=$($SHOW_NAMESPACE |
                       awk '/^latest_start_position/ { print $4 }')
 
+       echo "Additional debug for 6b"
+       $SHOW_NAMESPACE
        if [ "$D_POS0" == "N/A" -o "$D_POS1" == "N/A" ]; then
                [[ $O_POS0 -lt $O_POS1 ]] ||
                        error "(7.1) $O_POS1 is not larger than $O_POS0"