We have reserved a field in the API, useSelectedNode which can support custom selection of disks and nodes, but this function has not been implemented yet. At the same time, if this function is realized, the Nodes field under Storage field can be deleted, and only need to be selected according to the Nodes under Spec.
We have reserved a field in the API,
useSelectedNode
which can support custom selection of disks and nodes, but this function has not been implemented yet. At the same time, if this function is realized, theNodes
field underStorage
field can be deleted, and only need to be selected according to theNodes
underSpec
.After modification:
When
UseSelectNodes is false, the
Nodesfield no longer needs to be specified, and it can be determined according to the
Nodesfield under the
Spec` field.