v14

package
v1.15.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IsiClusterAcs

type IsiClusterAcs struct {
	// list of failed nodes serial number.
	FailedNodesSn []string `json:"failed_nodes_sn,omitempty"`
	// the number of joined nodes.
	JoinedNodes *int32 `json:"joined_nodes,omitempty"`
	// the status of license activation.
	LicenseStatus *string `json:"license_status,omitempty"`
	// the status of SRS enablement.
	SrsStatus *string `json:"srs_status,omitempty"`
	// total nodes number of the cluster.
	TotalNodes *int32 `json:"total_nodes,omitempty"`
	// list of unresponsive nodes serial number.
	UnresponsiveSn []string `json:"unresponsive_sn,omitempty"`
}

IsiClusterAcs Cluster ACS status.

func GetIsiClusterAcs

func GetIsiClusterAcs(
	ctx context.Context,
	client api.Client,
) (clusterAcs *IsiClusterAcs, err error)

GetIsiClusterAcs queries ACS status of OneFS cluster

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL