We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b3ba0 commit 24ae2bcCopy full SHA for 24ae2bc
scripts/cleanup-nvme.sh
@@ -12,4 +12,7 @@ dd if=/dev/zero of="$DISK" bs=1M count=100 oflag=direct,dsync
12
blkdiscard $DISK
13
14
# Inform the OS of partition table changes
15
-partprobe $DISK
+partprobe $DISK
16
+
17
+# Remove rook directory
18
+rm -rf /var/lib/rook
0 commit comments