Skip to content

Instantly share code, notes, and snippets.

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 kaparora/bf73342961aeb7256e04089c097a6055 to your computer and use it in GitHub Desktop.
Save kaparora/bf73342961aeb7256e04089c097a6055 to your computer and use it in GitHub Desktop.
Sample NetApp SolidFire iSCSI Backend JSON file for Trident, the Kubernetes dynamic storage provisioner
{
"version": 1,
"storageDriverName": "solidfire-san",
"Endpoint": "https://username:secret-password01@sf-mvip.demo.netapp.com/json-rpc/7.0",
"SVIP": "192.168.0.100:3260",
"TenantName": "trident",
"InitiatorIFace": "default",
"Types": [{"Type": "Bronze", "Qos": {"minIOPS": 1000, "maxIOPS": 2000, "burstIOPS": 4000}},
{"Type": "Silver", "Qos": {"minIOPS": 4000, "maxIOPS": 6000, "burstIOPS": 8000}},
{"Type": "Gold", "Qos": {"minIOPS": 6000, "maxIOPS": 8000, "burstIOPS": 10000}}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment