Skip to content

Commit 325b701

Browse files
authored
Merge pull request #2794 from truenas/PD-1176-Remove-Swap-in-System-Setting-Advanced-Articles
Pd 1176 remove swap in system setting advanced articles
2 parents 5027973 + 4e1e8cd commit 325b701

File tree

5 files changed

+17
-18
lines changed

5 files changed

+17
-18
lines changed

content/SCALE/SCALETutorials/SystemSettings/Advanced/_index.md

+11-9
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Advanced Settings provides configuration options for the console, syslog, kernel
2121

2222
{{< trueimage src="/images/SCALE/SystemSettings/SystemAdvancedScreen.png" alt="SCALE Advanced Settings Screen" id="SCALE Advanced Settings Screen" >}}
2323

24+
{{< trueimage src="/images/SCALE/SystemSettings/SystemAdvancedScreen2.png" alt="SCALE Advanced Settings Screen" id="SCALE Advanced Settings Screen" >}}
25+
2426
This article provides information on sysctl, system dataset pool, setting the maximum number of simultaneous replication tasks the system can perform, and managing sessions.
2527

2628
## Managing Allowed IP Addresses
@@ -47,27 +49,27 @@ Click **Save**.
4749

4850
## Managing the System Dataset Pool
4951
**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.
5154

5255
![AdvancedSystemStorageWidget](/images/SCALE/SystemSettings/AdvancedSystemStorageWidget.png "SCALE Advanced System Dataset Pool Widget")
5356

5457
**Configure** opens the **Storage Settings** configuration screen.
5558

5659
### Storage Settings Configuration Screen
5760

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.
5964

6065
![SystemDatasetPoolConfigScreen](/images/SCALE/SystemSettings/SystemStorageConfigScreen.png "SCALE Advanced Settings System Dataset Pool Screen")
6166

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.
6769

6870
## Setting the Number of Replication Tasks
6971

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.
7173

7274
![SystemAdvancedSettingsReplicationWidget](/images/SCALE/SystemSettings/SystemAdvancedSettingsReplicationWidget.png "SCALE Advanced Settings Replication Widget")
7375

@@ -77,7 +79,7 @@ Click **Configure** to open the **Replication** configuration screen.
7779

7880
Enter a number for the maximum number of simultaneous replication tasks you want to allow the system to process and click **Save**.
7981

80-
## Managing Access (Websocket Sessions)
82+
## Managing Access (WebSocket Sessions)
8183

8284
{{< include file="/static/includes/AccessSettingsWidget.md" >}}
8385

content/SCALE/SCALEUIReference/SystemSettings/AdvancedSettingsScreen.md

+6-9
Original file line numberDiff line numberDiff line change
@@ -208,14 +208,11 @@ Users can move the system dataset to an unencrypted pool, or an encrypted pool w
208208

209209
{{< trueimage src="/images/SCALE/SystemSettings/SystemStorageConfigScreen.png" alt="System Dataset Pool Config Screen" id="System Dataset Pool Config Screen" >}}
210210

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.
216213

217214
## 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.
219216

220217
{{< trueimage src="/images/SCALE/SystemSettings/SystemAdvancedSettingsReplicationWidget.png" alt="Replication Widget" id="Replication Widget" >}}
221218

@@ -240,7 +237,7 @@ The logout button is inactive for your current session and active for all other
240237
It cannot be used to terminate your current session.
241238

242239
**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.
244241
New activity resets the token counter.
245242

246243
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
324321
### Isolated GPU PCI IDs Configuration Screen
325322
The **Isolate GPU PCI IDs** configuration screen allows you to isolate GPU devices for a virtual machine (VM).
326323

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.
328325

329326
{{< trueimage src="/images/SCALE/SystemSettings/IsolatedGPUPCIIDsConfigScreen.png" alt="Isolated GPU PCI Ids Screen" id="Isolated GPU PCI Ids Screen" >}}
330327

@@ -349,7 +346,7 @@ The **Global Two Factor Authentication** widget allows you to set up two-factor
349346
| Name | Description |
350347
|------|-------------|
351348
| **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. |
353350
| **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. |
354351
{{< /truetable >}}
355352
{{< /expand >}}
Loading
Loading
Loading

0 commit comments

Comments
 (0)