We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ae2bc commit c7b6ea0Copy full SHA for c7b6ea0
scripts/cleanup-nvme.sh
@@ -1,5 +1,9 @@
1
#!/bin/bash
2
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
+
7
DISK="/dev/nvme0n1"
8
9
# Zap the disk to a fresh, usable state (zap-all is important, b/c MBR has to be clean)
0 commit comments