Monitoring the Eviction

AI Tools

Once a disable server is initiated, its status will change to "Disabling". The LastEviction of a server displays the status and progress of the last eviction that was conducted for the server. This also includes the current eviction.

lbcli list servers --output-format=yaml or lbcli get server --name <server_name> --output-format=yaml

List Servers Detailed View

The below is a sample output of LastEviction(output format: yaml):

Note that this is for either the last eviction issued, or the current ongoing one.

Field

Description

endTime

Specifies the time when an eviction was completed.

errorMessage

Detailed error message for a failed eviction.

progress

Eviction percentage of data transferred. 100% means that all data was transferred.

startTime

Specifies the time when an eviction began.

status

The following statuses are available: Failed, Evicting, and Completed.

LastEviction: endTime: null errorMessage: "" progress: 0 startTime: "2024-02-06T11:09:56.250098246Z" status: Evicting
Note

If an eviction failed, the status will be "Failed" and the error message will include the reason for the failure.