mirror of
https://github.com/xcat2/confluent.git
synced 2026-09-02 15:36:05 +00:00
9984bff909
The DedicatedSpareDrives payload was built as a set containing a list containing a dict comprehension with a constant key, so it collapsed to a single entry and then raised TypeError on the unhashable list. Build a list of drive references, the same shape as the Drives list just above it.