Skip to content

Commit b1c0747

Browse files
authored
Merge pull request #1223 from truenas/DOCS-2611-Note-CORE/Enterprise-System/Advance-diffrerences
DOCS-2611: Note CORE and Enterprise System/Advance diff
2 parents 080899b + 8431a38 commit b1c0747

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

static/includes/Reference/SystemAdvancedFields.md.part

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@
33
| Name | Description |
44
|------|-------------|
55
| Show Text Console without Password Prompt | Unset to add a login prompt to the system before the console menu is shown. |
6-
| Enable Serial Console | Do not set this if the Serial Port is disabled. |
6+
| Enable Serial Console | Do not set this if the Serial Port is disabled. *Serial Port* and *Serial Speed* options are visible when this is set. |
7+
| Serial Port | When *Enable Serial Console* is set, the available serial port hex addresses are 0x2F8 or 0x3f8. |
8+
| Serial Speeds | When *Enable Serial Console* is set, the available serial speeds that can be used by the serial port are 9600 bps, 19200 bps, 38400 bps, 57600 bps, or 115200bps. |
79
| MOTD Banner | The message to show when a user logs in with SSH. |
810

911
**Storage**
1012

1113
| Name | Description |
1214
|------|-------------|
13-
| Swap Size in GiB | By default, all data disks are created with the amount of swap specified. Changing the value does not affect the amount of swap on existing disks, only disks added after the change. Does not affect log or cache devices as they are created without swap. Setting to 0 disables swap creation completely. **STRONGLY DISCOURAGED** |
15+
| Swap Size in GiB (CORE only)| By default, all data disks are created with the amount of swap specified. Changing the value does not affect the amount of swap on existing disks, only disks added after the change. Does not affect log or cache devices as they are created without swap. Setting to 0 disables swap creation completely. **STRONGLY DISCOURAGED** |
1416
| LOG (Write Cache) Overprovision Size in GiB | Overprovisioning a ZFS Log SSD can increase its performance and lifespan by distributing writes and erases across more drive flash blocks. Defining a number of GiB here overprovisions ZFS Log disks during pool creation or extension. Examples: 50 GiB, 10g, 5GB |
1517

1618
**GUI**
@@ -41,4 +43,4 @@
4143
| Use FQDN for Logging | Set to include the Fully-Qualified Domain Name (FQDN) in logs to precisely identify systems with similar hostnames. |
4244
| Syslog Level | When Syslog Server is defined, only logs matching this level are sent. |
4345
| Syslog Server | Remote syslog server DNS hostname or IP address. Nonstandard port numbers can be used by adding a colon and the port number to the hostname, like `mysyslogserver:1928`. Log entries are written to local logs and sent to the remote syslog server. |
44-
| Syslog Transport | [Transport Protocol](https://tools.ietf.org/html/rfc8095) for the remote system log server connection. Choosing Transport Layer Security (TLS) also requires selecting a preconfigured system Certificate. |
46+
| Syslog Transport | [Transport Protocol](https://tools.ietf.org/html/rfc8095) for the remote system log server connection. Choosing Transport Layer Security (TLS) also requires selecting a preconfigured system Certificate. |

0 commit comments

Comments
 (0)