Expand description

Provisioning and assignment of storage hosts.

A storage host is a single storaged process. It may host any number of storage objects, where a storage object is either an ingestion (i.e., a source) or a sink.

The StorageHosts type manages provisioning of storage hosts and assignment of storage objects to those hosts. The default policy is to create a new storage host for each storage object, but storage objects may override this policy by specifying the address of an existing storage host. This policy is subject to change in the future.

Structs

Metadata about a single storage host, effectively used for reference-counting the storage client.
Manages provisioning of storage hosts and assignment of storage objects to those hosts.

Type Definitions

The network address of a storage host.