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 24ae2bc commit c7b6ea0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/cleanup-nvme.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash

# see:
# https://rook.io/docs/rook/latest-release/Getting-Started/ceph-teardown/
# https://rook.io/docs/rook/latest-release/Getting-Started/Prerequisites/prerequisites/#cpu-architecture

DISK="/dev/nvme0n1"

# Zap the disk to a fresh, usable state (zap-all is important, b/c MBR has to be clean)
Expand Down

0 comments on commit c7b6ea0

Please sign in to comment.