Skip to content

Instantly share code, notes, and snippets.

@abperiasamy
Created August 14, 2018 04:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abperiasamy/e0b8b6354fe9cc1a3669f4d7e2cca8c6 to your computer and use it in GitHub Desktop.
Save abperiasamy/e0b8b6354fe9cc1a3669f4d7e2cca8c6 to your computer and use it in GitHub Desktop.
# Represents the current version of this config file
version = "1"
[controller]
# NVMe serial number
serialnumber = "MNM00000000000003"
# NVMe qualified name (SPDK proposed EBKF format for NQN specification under NVMe standard)
name = "nqn.2018-06.io.mnm:minio3"
[storage]
# Sub section 'drive1'
[storage.drive1]
# Total size of the drive available as NVMe disk
capacity = "10TiB"
# Erasure coding turned on or off, default is off.
erasure = false
# Points to backend directories to persist extents
drives = [ "/mnt/nvme0n1/drive1", "/mnt/nvme1n1/drive1", "/mnt/nvme2n1/drive1", "/mnt/nvme3n1/drive1", "/mnt/nvme4n1/drive1", "/mnt/nvme5n1/drive1", "/mnt/nvme6n1/drive1", "/mnt/nvme7n1/drive1"]
[network]
# Transport address:port
address = "12.12.12.10:4421"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment