K3os: support trident storage provider from netapp

Created on 3 Dec 2019  路  2Comments  路  Source: rancher/k3os

Is your feature request related to a problem? Please describe.
Would like to use NetApp/trident storage provider on k3OS.

Describe the solution you'd like
Include these packages in the base build:

  • iscsi-scst
  • lsscsi
  • multipath-tools
  • open-iscsi (already installed)

Additionally, make sure the necessary daemons are running:

  • iscsid
  • multipathd

Describe alternatives you've considered
n/a

Additional context
n/a

arestorage kinfeature

Most helpful comment

Just a stray thought that hit me looking at this.

If k3os keeps adding deps like this to support potentially a lot of different storage providers and other things k3os will keep growing and people that don't use the specific providers/things don't need these dependencies. Doesn't this kinda validate the scenario of supporting a packages key in cloud-init/package manager to install necessary packages for cases like this while keeping k3os smaller by default?

All 2 comments

Makes sense, just pull in these deps

Just a stray thought that hit me looking at this.

If k3os keeps adding deps like this to support potentially a lot of different storage providers and other things k3os will keep growing and people that don't use the specific providers/things don't need these dependencies. Doesn't this kinda validate the scenario of supporting a packages key in cloud-init/package manager to install necessary packages for cases like this while keeping k3os smaller by default?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pagong picture pagong  路  6Comments

pagong picture pagong  路  8Comments

Moep90 picture Moep90  路  5Comments

larssb picture larssb  路  7Comments

runningman84 picture runningman84  路  3Comments