You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/system-storage/readme.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ System storage is created through the `NnfSystemStorage` resource. By default, s
23
23
|`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`|
24
24
|`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. |
25
25
|`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 |
26
27
|`Type`| Yes |`raw`|`raw`, `xfs`, `gfs2`| Type of file system to create on the Rabbit storage |
27
28
|`StorageProfile`| Yes | None |`ObjectReference` to an `NnfStorageProfile`| This storage profile must be marked as `pinned`|
28
29
|`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