Skip to content

docs(resume-clusternode): rephrased the description #3963

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ Resume-ClusterNode [[-Name] <StringCollection>] [[-Failback] <ResumeClusterNodeF

## DESCRIPTION

The `Resume-ClusterNode` cmdlet resumes activity on a failover cluster node after it has been
suspended, or paused, or brings back drained workloads to the node, or both. When a node is resumed,
clustered roles that were drained from the node are returned to it, and clustered roles or resources
that are currently offline can be brought online on that node.
The `Resume-ClusterNode` cmdlet resumes activity, or brings back drained workloads to the node, or both,
on a failover cluster node after it has been suspended, or paused. When a node is resumed,
clustered roles that were drained from the node are returned to it (unless the Failback policy is set to
`NoFailback`), and clustered roles or resources that are currently offline can be brought online on that node.

## EXAMPLES

Expand Down