We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2aaede commit 4fb3bddCopy full SHA for 4fb3bdd
content/resource-management/scripts.md
@@ -1,5 +1,5 @@
1
---
2
-title: Scripts
+title: DirectPV Resource Management Scripts
3
date: 2023-07-07
4
lastmod: :git
5
draft: false
@@ -418,6 +418,9 @@ main "$@"
418
419
## Repair faulty drives
420
421
+Use this script to repair nonfunctioning drives.
422
+
423
+```bash
424
#!/usr/bin/env bash
425
#
426
# This file is part of MinIO DirectPV
@@ -559,4 +562,5 @@ function main() {
559
562
}
560
563
561
564
init "$@"
-main "$@"
565
+main "$@"
566
+```
0 commit comments