Click or drag to resize

SolidFireElementAddNodesAsync Method (CancellationToken, Int64, NullableBoolean)

AddNodes enables you to add one or more new nodes to a cluster. When a node that is not configured starts up for the first time, you are prompted to configure the node. After you configure the node, it is registered as a "pending node" with the cluster. Note: It might take several seconds after adding a new node for it to start up and register its drives as available.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<AddNodesResult> AddNodesAsync(
	CancellationToken cancellationToken,
	long[] PendingNodes,
	Nullable<bool> AutoInstall = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
PendingNodes
Type: SystemInt64
AutoInstall (Optional)
Type: SystemNullableBoolean

Return Value

Type: TaskAddNodesResult

Implements

ISolidFireElementAddNodesAsync(CancellationToken, Int64, NullableBoolean)
See Also