Skip to content

Commit

Permalink
Updated cleanup nvme script
Browse files Browse the repository at this point in the history
  • Loading branch information
mmontes11 committed Sep 1, 2024
1 parent 38b3ba0 commit 24ae2bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/cleanup-nvme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ dd if=/dev/zero of="$DISK" bs=1M count=100 oflag=direct,dsync
blkdiscard $DISK

# Inform the OS of partition table changes
partprobe $DISK
partprobe $DISK

# Remove rook directory
rm -rf /var/lib/rook

0 comments on commit 24ae2bc

Please sign in to comment.