Skip to content

Commit 851f152

Browse files
review comments
Signed-off-by: Matt Richerson <matthew.richerson@hpe.com>
1 parent add19ec commit 851f152

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/guides/storage-profiles/readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ data:
234234

235235
### Target Layout
236236

237-
Users may want Lustre file systems with different performance characteristics. For example, a user job with a single compute node accessing the Lustre file system would see acceptable performance from a single OSS. A FPP workload might want as many OSSs as posible to avoid contention.
237+
Users may want Lustre file systems with different performance characteristics. For example, a user job with a single compute node accessing the Lustre file system would see acceptable performance from a single OSS. An FPP workload might want as many OSSs as posible to avoid contention.
238238

239239
The `NnfStorageProfile` allows admins to specify where and how many Lustre targets are allocated by the WLM. During the proposal phase of the workflow, the NNF software uses the information in the `NnfStorageProfile` to add extra constraints in the `DirectiveBreakdown`. The WLM uses these constraints when picking storage.
240240

@@ -246,7 +246,7 @@ The `NnfStorageProfile` has three fields in the `mgtOptions`, `mdtOptions`, and
246246

247247
Only one of `scale` and `count` can be set for a particular target type.
248248

249-
The `DirectiveBreakdown` for "create_persistent" #DWs won't include the constraint from `colocateCompute=true` since there may not be any compute nodes associated with the job.
249+
The `DirectiveBreakdown` for `create_persistent` #DWs won't include the constraint from `colocateCompute=true` since there may not be any compute nodes associated with the job.
250250

251251
```yaml
252252
apiVersion: nnf.cray.hpe.com/v1alpha1
@@ -277,7 +277,7 @@ data:
277277

278278
`colocatedComputes=false` may be useful for placing MDTs on NNF nodes without an OST (within the same file system).
279279

280-
The `count` fields may be useful when creating a persistent file system since the job with the `create_persistent` directive may only have a single compute node.
280+
The `count` field may be useful when creating a persistent file system since the job with the `create_persistent` directive may only have a single compute node.
281281

282282
In general, `scale` gives a simple way for users to get a filesystem that has performance consistent with their job size. `count` is useful for times when a user wants full control of the file system layout.
283283

0 commit comments

Comments
 (0)