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
This article provides information on sysctl, system dataset pool, setting the maximum number of simultaneous replication tasks the system can perform, and managing sessions.
25
27
26
28
## Managing Allowed IP Addresses
@@ -47,27 +49,27 @@ Click **Save**.
47
49
48
50
## Managing the System Dataset Pool
49
51
**Storage** widget displays the pool configured as the system dataset pool and allows users to select the storage pool they want to hold the system dataset.
50
-
The system dataset stores core files for debugging and keys for encrypted pools. It also stores Samba4 metadata, such as the user and group cache and share-level permissions.
52
+
The system dataset stores core files for debugging and keys for encrypted pools.
53
+
It also stores Samba4 metadata, such as the user and group cache and share-level permissions.
51
54
52
55

53
56
54
57
**Configure** opens the **Storage Settings** configuration screen.
55
58
56
59
### Storage Settings Configuration Screen
57
60
58
-
If the system has one pool, TrueNAS configures that pool as the system dataset pool. If your system has more than one pool, you can set the system dataset pool using the **Select Pool** dropdown. Users can move the system dataset to an unencrypted pool, or an encrypted pool without passphrases.
61
+
If the system has one pool, TrueNAS configures that pool as the system dataset pool.
62
+
If your system has more than one pool, you can set the system dataset pool using the **Select Pool** dropdown.
63
+
Users can move the system dataset to an unencrypted pool, or an encrypted pool without passphrases.
59
64
60
65

61
66
62
-
Users can move the system dataset to a key-encrypted pool, but cannot change the pool encryption type afterward. If the encrypted pool already has a passphrase set, you cannot move the system dataset to that pool.
63
-
64
-
**Swap Size** lets users enter an amount (in GiB) of hard disk space to use as a substitute for RAM when the system fully utilizes the actual RAM.
65
-
66
-
By default, the system creates all data disks with the specified swap amount. Changing the value does not affect the amount of swap on existing disks, only disks added after the change. Swap size does not affect log or cache devices.
67
+
Users can move the system dataset to a key-encrypted pool, but cannot change the pool encryption type afterward.
68
+
If the encrypted pool already has a passphrase set, you cannot move the system dataset to that pool.
67
69
68
70
## Setting the Number of Replication Tasks
69
71
70
-
The **Replication** widget displays the number of replication tasks that can execute simultaneously configured on the system. It allows users to adjust the maximum number of replication tasks the system can execute simultaneously.
72
+
The **Replication** widget displays the number of replication tasks that can execute simultaneously on the system. It allows users to adjust the maximum number of replication tasks the system can execute simultaneously.
Copy file name to clipboardExpand all lines: content/SCALE/SCALEUIReference/SystemSettings/AdvancedSettingsScreen.md
+6-9
Original file line number
Diff line number
Diff line change
@@ -208,14 +208,11 @@ Users can move the system dataset to an unencrypted pool, or an encrypted pool w
208
208
209
209
{{< trueimage src="/images/SCALE/SystemSettings/SystemStorageConfigScreen.png" alt="System Dataset Pool Config Screen" id="System Dataset Pool Config Screen" >}}
210
210
211
-
Users can move the system dataset to a key-encrypted pool, but cannot change the pool encryption type afterward. If the encrypted pool already has a passphrase set, you cannot move the system dataset to that pool.
212
-
213
-
**Swap Size** lets users enter an amount (in GiB) of hard disk space to use as a substitute for RAM when the system fully utilizes the actual RAM.
214
-
215
-
By default, the system creates all data disks with the specified swap amount. Changing the value does not affect the amount of swap on existing disks, only disks added after the change. Swap size does not affect log or cache devices.
211
+
Users can move the system dataset to a key-encrypted pool, but cannot change the pool encryption type afterward.
212
+
If the encrypted pool already has a passphrase set, you cannot move the system dataset to that pool.
216
213
217
214
## Replication Widget
218
-
The **Replication** widget displays the number of replication tasks that can execute simultaneously configured on the system. It allows users to adjust the maximum number of replication tasks the system can perform simultaneously.
215
+
The **Replication** widget displays the number of replication tasks that can execute simultaneously on the system. It allows users to adjust the maximum number of replication tasks the system can perform simultaneously.
@@ -240,7 +237,7 @@ The logout button is inactive for your current session and active for all other
240
237
It cannot be used to terminate your current session.
241
238
242
239
**Token Lifetime** displays the configured token duration for your current session (default five minutes).
243
-
TrueNAS SCALE logs out user sessions that are inactive for longer than that configured token setting.
240
+
TrueNAS SCALE logs out user sessions that are inactive for longer than the configured token setting.
244
241
New activity resets the token counter.
245
242
246
243
If the configured token lifetime is exceeded, TrueNAS SCALE displays a **Logout** dialog with the exceeded ticket lifetime value and the time that the session is scheduled to terminate.
@@ -324,7 +321,7 @@ The **Isolated GPU Device(s)** widget displays any isolated graphics processing
324
321
### Isolated GPU PCI IDs Configuration Screen
325
322
The **Isolate GPU PCI IDs** configuration screen allows you to isolate GPU devices for a virtual machine (VM).
326
323
327
-
To isolate a GPU, you must have at least two in your system; one allocated to the host system for system functions and/or applications and the other available to isolate for use by a VM.
324
+
To isolate a GPU, you must have at least two in your system; one allocated to the host system for system functions and/or applications, and the other available to isolate for use by a VM.
@@ -349,7 +346,7 @@ The **Global Two Factor Authentication** widget allows you to set up two-factor
349
346
| Name | Description |
350
347
|------|-------------|
351
348
|**Enable Two-Factor Authentication Globally**| Select to enable 2FA for the system. |
352
-
|**Window**| Enter the number of valid passwords. Extends password validity beyond the current to the previous password(s) based on the number entered. For example, setting this to **1** means the current and previous passwords are valid. If the previous password is *a* and the current password is *b*, then both the passwords are valid. If set to **2**, the current password (*c* ) and the two previous passwords (*a* and *b*) are valid. Setting this to **3** works the same. Extending the window is useful in high-latency situations. |
349
+
|**Window**| Enter the number of valid passwords. Extends password validity beyond the current to the previous password(s) based on the number entered. For example, setting this to **1** means the current and previous passwords are valid. If the previous password is *a* and the current password is *b*, then both passwords are valid. If set to **2**, the current password (*c* ) and the two previous passwords (*a* and *b*) are valid. Setting this to **3** works the same. Extending the window is useful in high-latency situations. |
353
350
|**Enable Two-Factor Auth for SSH**| Select to enable 2FA for system SSH access. Leave this disabled until you complete a successful test of 2FA with the UI. |
0 commit comments