talos icon indicating copy to clipboard operation
talos copied to clipboard

Fix docs and references on mayastore storage

Open blmhemu opened this issue 1 year ago • 1 comments

Pull Request

What? (description)

Incorrect / outdated docs on mayastore.

Why? (reasoning)

For future users to benefit from the updated docs.

Acceptance

Please use the following checklist:

  • [ ] you linked an issue (if applicable)
  • [ ] you included tests (if applicable)
  • [ ] you ran conformance (make conformance)
  • [ ] you formatted your code (make fmt)
  • [ ] you linted your code (make lint)
  • [ ] you generated documentation (make docs)
  • [ ] you ran unit-tests (make unit-tests)

See make help for a description of the available targets.

blmhemu avatar Jul 26 '24 12:07 blmhemu

Also, FWIW, here is the configuration for my single node cluster which works - note the io_engine.

mayastor: {
  obs: { callhome: { enabled: false } },
  'loki-stack': { enabled: false },
  etcd: { replicaCount: 1 },
  nats: { cluster: { enabled: false } },
  // https://www.talos.dev/v1.8/kubernetes-guides/configuration/storage/#deploy-mayastor
  csi: { node: { initContainers: { enabled: false } } },
  // Without this, io-engine crashes
  io_engine: { envcontext: 'iova-mode=va' },
},

blmhemu avatar Jul 28 '24 12:07 blmhemu

This PR is stale because it has been open 45 days with no activity.

github-actions[bot] avatar Sep 20 '24 02:09 github-actions[bot]