Whamcloud - gitweb
b=19913
authorgrev <grev>
Fri, 19 Jun 2009 13:22:09 +0000 (13:22 +0000)
committergrev <grev>
Fri, 19 Jun 2009 13:22:09 +0000 (13:22 +0000)
i=Johann
skip test_151 for remote ost && no_dsh

lustre/tests/sanity.sh

index c58e462..15096c9 100644 (file)
@@ -5764,6 +5764,8 @@ function roc_hit() {
 }
 
 test_151() {
+       remote_ost_nodsh && skip "remote OST with nodsh" && return
+
        local list=$(comma_list $(osts_nodes))
        if ! do_nodes $list grep -q truncate_inode_pages_range /proc/kallsyms; then  #b=18718
                skip "old RHEL4/SLES9 kernel" && return