features

package
v1.5.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	// Do disk attach/detach at controller, not node.
	// Historically, disks don't have serial number, so we need to attach/detach disks at node
	// to identify which device is the just attached disk.
	// If all your disks are created after 2020-06-10, you can enable this safely.
	// See: https://www.alibabacloud.com/help/en/ecs/user-guide/query-the-serial-number-of-a-disk
	//
	// Enable this at controller first, wait for the rollout to finish, then enable this at node.
	DiskADController featuregate.Feature = "DiskADController"

	// Attach multiple disks to the same node in parallel.
	// ECS don't allow parallel attach/detach to a node by default.
	// Enable this if you need faster attach, and only if your UID is whitelisted (by open a ticket),
	// or you have the supportConcurrencyAttach=true tag on your ECS instance.
	//
	// Only effective when DiskADController is also enabled.
	DiskParallelAttach featuregate.Feature = "DiskParallelAttach"

	// Detach multiple disks from the same node in parallel.
	// ECS does not allow parallel detach from a node currently. This feature gate is reserved for future use.
	//
	// Only effective when DiskADController is also enabled.
	DiskParallelDetach featuregate.Feature = "DiskParallelDetach"

	UpdatedOssfsVersion featuregate.Feature = "UpdatedOssfsVersion"
	RundCSIProtocol3    featuregate.Feature = "RundCSIProtocol3"
)

Variables

View Source
var (
	FunctionalMutableFeatureGate = featuregate.NewFeatureGate()
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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