Whamcloud - gitweb
LU-13030 pcc: Init saved dataset flags properly
[fs/lustre-release.git] / lustre / tests / sanity-pcc.sh
index 16515b6..09a40ff 100644 (file)
@@ -1463,6 +1463,9 @@ test_20() {
                error "Failed to attach $file"
        do_facet $SINGLEAGT "echo 3 > /proc/sys/vm/drop_caches"
        check_lpcc_state $file "readwrite"
+       do_facet $SINGLEAGT "echo 3 > /proc/sys/vm/drop_caches"
+       do_facet $SINGLEAGT "echo 3 > /proc/sys/vm/drop_caches"
+       check_lpcc_state $file "readwrite"
        do_facet $SINGLEAGT $LFS pcc detach $file ||
                error "Failed to detach $file"
 }