public interface LustreCsiDriverConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisableMultiNic()
public abstract boolean getDisableMultiNic()When set to true, this disables multi-NIC support for the Lustre CSI driver. By default, GKE enables multi-NIC support, which allows the Lustre CSI driver to automatically detect and configure all suitable network interfaces on a node to maximize I/O performance for demanding workloads.
bool disable_multi_nic = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
The disableMultiNic. |
getEnableLegacyLustrePort() (deprecated)
public abstract boolean getEnableLegacyLustrePort()Deprecated. google.container.v1beta1.LustreCsiDriverConfig.enable_legacy_lustre_port is deprecated. See google/container/v1beta1/cluster_service.proto;l=2584
If set to true, the Lustre CSI driver will install Lustre kernel modules using port 6988. This serves as a workaround for a port conflict with the gke-metadata-server. This field is required ONLY under the following conditions:
- The GKE node version is older than 1.33.2-gke.4655000.
- You're connecting to a Lustre instance that has the
'gke-support-enabled' flag.
Deprecated: This flag is no longer required as of GKE node version
1.33.2-gke.4655000, unless you are connecting to a Lustre instance
that has the
gke-support-enabledflag.
bool enable_legacy_lustre_port = 3 [deprecated = true];
| Returns | |
|---|---|
| Type | Description |
boolean |
The enableLegacyLustrePort. |
getEnabled()
public abstract boolean getEnabled()Whether the Lustre CSI driver is enabled for this cluster.
bool enabled = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
The enabled. |