Skip to content
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 @@ -24876,6 +24876,21 @@ Arguments are additional parameters for the command
<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>fast</b></td>
<td>boolean</td>
<td>
Fast modifies the behavior of rolling restart to restart multiple nodes (or entire rack) at the same time.
If the cluster is degraded in availability, the fast path isn't used<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>force</b></td>
<td>boolean</td>
<td>
Force is used to force the execution of a command even if the operator thinks it is unsafe<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>jobs</b></td>
<td>integer</td>
Expand Down Expand Up @@ -25433,6 +25448,21 @@ Arguments are additional parameters for the command
<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>fast</b></td>
<td>boolean</td>
<td>
Fast modifies the behavior of rolling restart to restart multiple nodes (or entire rack) at the same time.
If the cluster is degraded in availability, the fast path isn't used<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>force</b></td>
<td>boolean</td>
<td>
Force is used to force the execution of a command even if the operator thinks it is unsafe<br/>
</td>
<td>false</td>
</tr><tr>
<td><b>jobs</b></td>
<td>integer</td>
Expand Down
Loading