Interface LustreCsiDriverConfigOrBuilder (2.73.0)

public interface LustreCsiDriverConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnableLegacyLustrePort()

public abstract boolean getEnableLegacyLustrePort()

If set to true, the Lustre CSI driver will install Lustre kernel modules using port 6988.

bool enable_legacy_lustre_port = 3;

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.