Skip to content

Commit 9171aa1

Browse files
Apply suggestions from code review
Co-authored-by: Mikey Lombardi (He/Him) <[email protected]>
1 parent 7b0cfcd commit 9171aa1

File tree

4 files changed

+18
-15
lines changed

4 files changed

+18
-15
lines changed

docset/winserver2022-ps/failoverclusters/Resume-ClusterNode.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,11 @@ Accept wildcard characters: False
9696
### -Failback
9797
9898
Sets the policy to bring back drained workloads to the node. The acceptable values for this
99-
parameter are: **NoFailback**, **Immediate**, and **Policy**. Policy can be configured to not
100-
**failback**, **failback immediately**, or **failback** only during specific hours.
99+
parameter are:
100+
101+
- `NoFailBack` - Don't failback at all.
102+
- `Immediate` - Failback immediately.
103+
- `Policy` - Failback only during specific hours.
101104

102105
```yaml
103106
Type: ResumeClusterNodeFailbackType

docset/winserver2022-ps/failoverclusters/Set-ClusterGroupSet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Specifies the startup setting when the set is deemed ready. When delay it is whe
196196
specified in the **StartupCount** parameter are in pending in addition to the **StartupDelay**
197197
parameter. If it is online it is when **StartupCount** groups reach online in addition to the delay.
198198
199-
The acceptable values for this parameter are: **Delay** or **Online**.
199+
The acceptable values for this parameter are: `Delay` or `Online`.
200200

201201
```yaml
202202
Type: StartupSettingType

docset/winserver2022-ps/failoverclusters/Set-ClusterLog.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ Accept wildcard characters: False
8686
8787
### -Level
8888
89-
Specifies the log level to set for the cluster. The acceptable values for this parameter are: **0**
90-
to **5**.
89+
Specifies the log level to set for the cluster. The acceptable values for this parameter are: `0`
90+
to `5`.
9191

9292
| Level | Error | Warning | Info | Verbose | Debug |
9393
|:-----|:-----|:-----|:-----|:-----|:-----|
@@ -113,8 +113,8 @@ Accept wildcard characters: False
113113
### -Size
114114

115115
Specifies the log size to set for the cluster. The acceptable values for this parameter in Windows
116-
2016 are: **8** MB to **1024** MB. The acceptable values for this parameter in Windows 2019 are:
117-
**8** MB to **2048** MB.
116+
2016 are: `8` MB to `1024` MB. The acceptable values for this parameter in Windows 2019 are:
117+
`8` MB to `2048` MB.
118118

119119
```yaml
120120
Type: Int32

docset/winserver2022-ps/failoverclusters/Set-ClusterStorageSpacesDirect.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ Accept wildcard characters: False
6767
6868
Specifies the cache mode of the hard disk drive. The acceptable values for this parameter are:
6969
70-
- **ReadOnly**
71-
- **WriteOnly**
72-
- **ReadWrite**
70+
- `ReadOnly``
71+
- `WriteOnly``
72+
- `ReadWrite`
7373

7474
```yaml
7575
Type: CacheModeType
@@ -88,9 +88,9 @@ Accept wildcard characters: False
8888

8989
Specifies the cache mode of the solid state drive. The acceptable values for this parameter are:
9090

91-
- **ReadOnly**
92-
- **WriteOnly**
93-
- **ReadWrite**
91+
- `ReadOnly``
92+
- `WriteOnly``
93+
- `ReadWrite`
9494

9595
```yaml
9696
Type: CacheModeType
@@ -107,8 +107,8 @@ Accept wildcard characters: False
107107

108108
### -CacheState
109109

110-
Specifies the S2D cache state. The acceptable values for this parameter are: **Enabled** or
111-
**Disabled**. The default value is **Enabled**.
110+
Specifies the S2D cache state. The acceptable values for this parameter are: `Enabled` or
111+
`Disabled`. The default value is `Enabled`.
112112

113113
```yaml
114114
Type: CacheStateType

0 commit comments

Comments
 (0)