Skip to content

Commit 24ae2bc

Browse files
committed
Updated cleanup nvme script
1 parent 38b3ba0 commit 24ae2bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/cleanup-nvme.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,7 @@ dd if=/dev/zero of="$DISK" bs=1M count=100 oflag=direct,dsync
1212
blkdiscard $DISK
1313

1414
# Inform the OS of partition table changes
15-
partprobe $DISK
15+
partprobe $DISK
16+
17+
# Remove rook directory
18+
rm -rf /var/lib/rook

0 commit comments

Comments
 (0)