Whamcloud - gitweb
b=21815 per-nid stats should not access lustre hash internal structures directly
[fs/lustre-release.git] / lustre / tests / test-framework.sh
index f41aa76..2c31167 100644 (file)
@@ -878,6 +878,13 @@ shutdown_facet() {
     fi
 }
 
+remount_facet() {
+    local facet=$1
+
+    stop $facet
+    mount_facet $facet
+}
+
 reboot_facet() {
     facet=$1
     if [ "$FAILURE_MODE" = HARD ]; then