Skip to content

Commit f5f55a8

Browse files
authored
Merge release v0.1.13
Release v0.1.13
2 parents 65cb795 + 2b65c53 commit f5f55a8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/guides/system-storage/readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ System storage is created through the `NnfSystemStorage` resource. By default, s
2323
| `ComputesTarget` | Yes | `all` | `all`,`even`,`odd`,`pattern` | Only use certain compute nodes based on their index as determined from the `SystemConfiguration`. `all` uses all computes. `even` uses computes with an even index. `odd` uses computes with an odd index. `pattern` uses computes with the indexes specified in `Spec.ComputesPattern` |
2424
| `ComputesPattern` | No | Empty | A list of integers [0-15] | If `ComputesTarget` is `pattern`, then the storage is made available on compute nodes with the indexes specified in this list. |
2525
| `Capacity` | Yes | `1073741824` | Integer | Number of bytes to allocate per Rabbit |
26+
| `Shared` | Yes | `true` | Bool | If `shared` is `true`, a single allocation per Rabbit is shared by all computes. When `shared` is `false`, an allocation is made for each compute node |
2627
| `Type` | Yes | `raw` | `raw`, `xfs`, `gfs2` | Type of file system to create on the Rabbit storage |
2728
| `StorageProfile` | Yes | None | `ObjectReference` to an `NnfStorageProfile` | This storage profile must be marked as `pinned` |
2829
| `MakeClientMounts` | Yes | `false` | Bool | Create `ClientMount` resources to mount the storage on the compute nodes. If this is `false`, then the devices are made available to the compute nodes without mounting the file system |

0 commit comments

Comments
 (0)