Files
nomad/client
Tim Gross 7d0f87b910 CSI: allow updates to volumes on re-registration (#12167)
CSI `CreateVolume` RPC is idempotent given that the topology,
capabilities, and parameters are unchanged. CSI volumes have many
user-defined fields that are immutable once set, and many fields that
are not user-settable.

Update the `Register` RPC so that updating a volume via the API merges
onto any existing volume without touching Nomad-controlled fields,
while validating it with the same strict requirements expected for
idempotent `CreateVolume` RPCs.

Also, clarify that this state store method is used for everything, not just
for the `Register` RPC.
2022-03-07 11:06:59 -05:00
..
2022-02-23 14:32:32 -06:00
2021-03-30 16:02:51 -04:00
2020-12-09 11:05:18 -08:00
2021-10-01 10:14:28 -04:00
2020-10-19 09:30:15 -04:00
2020-03-02 13:47:43 -05:00
2018-10-16 16:53:29 -07:00