Skip to content

Commit c7b6ea0

Browse files
committedSep 1, 2024·
Updated cleanup nvme script
1 parent 24ae2bc commit c7b6ea0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎scripts/cleanup-nvme.sh

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#!/bin/bash
22

3+
# see:
4+
# https://rook.io/docs/rook/latest-release/Getting-Started/ceph-teardown/
5+
# https://rook.io/docs/rook/latest-release/Getting-Started/Prerequisites/prerequisites/#cpu-architecture
6+
37
DISK="/dev/nvme0n1"
48

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

0 commit comments

Comments
 (0)
Please sign in to comment.