diff --git a/scripts/cleanup-nvme.sh b/scripts/cleanup-nvme.sh index b35d2fe..c396245 100644 --- a/scripts/cleanup-nvme.sh +++ b/scripts/cleanup-nvme.sh @@ -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 \ No newline at end of file +partprobe $DISK + +# Remove rook directory +rm -rf /var/lib/rook \ No newline at end of file