From 00d3a53ecf14ee251256a9733de19491ca611219 Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Mon, 30 Oct 2023 16:28:17 -0400 Subject: [PATCH 1/4] PD-837: 23.10.0.1 Docs Stage release notes for the impending hotpatch. --- content/GettingStarted/SCALEReleaseNotes.md | 24 ++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/content/GettingStarted/SCALEReleaseNotes.md b/content/GettingStarted/SCALEReleaseNotes.md index ad3ed83d1c..7d6e6b255c 100644 --- a/content/GettingStarted/SCALEReleaseNotes.md +++ b/content/GettingStarted/SCALEReleaseNotes.md @@ -40,7 +40,7 @@ More details are available from [23.10 Upgrades]({{< relref "23.10Upgrades.md" > * {{< hint type="warning" title="ISO Upgrades Unsupported" >}} The only install option supported by the 23.10 (Cobia) ISO installer is **Fresh Install**. - The ISO installer upgrade option does not function and is being removed in a later 23.10 (Cobia) maintenance update. + The ISO installer upgrade option does not function and is removed in the 23.10.0.1 (Cobia) maintenance update. Continue to use the TrueNAS SCALE [update process]({{< relref "UpdateSCALE.md" >}}) to seamlessly upgrade from one SCALE major version to another. {{< /hint >}} @@ -118,7 +118,7 @@ flowchart LR A["22.02.4 (Angelfish)"] --> C B[CORE 13.0-U5.3] --> C C["22.12.4 (Bluefin)"] --> D -D["23.10.0 (Cobia)"] +D["23.10.0.1 (Cobia)"] ``` <---> @@ -126,7 +126,7 @@ D["23.10.0 (Cobia)"] ```mermaid flowchart LR -A("Current 22.12 (Bluefin) release") --> B["22.12.4.2 (Bluefin)"] --> C["23.10.0 (Cobia)"] +A("Current 22.12 (Bluefin) release") --> B["22.12.4.2 (Bluefin)"] --> C["23.10.0.1 (Cobia)"] ``` {{< /columns >}} @@ -166,6 +166,24 @@ The items listed here represent new feature flags implemented since the previous For more details on feature flags see [OpenZFS Feature Flags](https://openzfs.github.io/openzfs-docs/Basic%20Concepts/Feature%20Flags.html). For more details on zpool.features.7 see [OpenZFS zpool-feature.7](https://openzfs.github.io/openzfs-docs/man/7/zpool-features.7.html). +## 23.10.0.1 Changelog + +**October 31, 2023** + +iXsystems is pleased to release TrueNAS SCALE 23.10.0.1! +This is a small hotpatch to address issues reported by the community after the 23.10.0 release. + +Changes: + +* Fix for TrueNAS SCALE application deployment being stuck when the pool used for application management is encrypted ([NAS-124776](https://ixsystems.atlassian.net/browse/NAS-124776)). + +* The upgrade option is removed from the TrueNAS SCALE ISO installer. + The recommended upgrade process continues to be to use the web interface update screens. + +* Fix issue where system logs stop sending to a remote logging server ([NAS-124825](https://ixsystems.atlassian.net/browse/NAS-124845)). + +See the **23.10.0 Ongoing Issues** list below for any additional details about issues discovered after the 23.10.0 release. + ## 23.10.0 Changelog **October 24, 2023** From 269fbf20d55dfec94921b1e3e3d1dd85c159de96 Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Mon, 30 Oct 2023 16:52:51 -0400 Subject: [PATCH 2/4] incidental - add note about ntp replacement --- content/GettingStarted/SCALEReleaseNotes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/GettingStarted/SCALEReleaseNotes.md b/content/GettingStarted/SCALEReleaseNotes.md index 7d6e6b255c..4bf7d546a9 100644 --- a/content/GettingStarted/SCALEReleaseNotes.md +++ b/content/GettingStarted/SCALEReleaseNotes.md @@ -92,6 +92,9 @@ More details are available from [23.10 Upgrades]({{< relref "23.10Upgrades.md" > * Use caution when upgrading a system that has a storage pool that is both encrypted and is used for TrueNAS SCALE application storage. When this is a critical use case, remain on TrueNAS SCALE Bluefin until a later SCALE Cobia maintenance release addresses any issues with encrypted pools used for application storage and management. +* TrueNAS SCALE 23.10 (Cobia) changed from using `ntpd` to [chronyd](https://chrony-project.org/doc/4.4/chronyd.html) for system time management. + Use [chronyc](https://chrony-project.org/doc/4.4/chronyc.html) commands instead of `ntpq` or similar ntp commands. + ### Upgrade Paths See the TrueNAS Software Status page for recommendations about which software version to use based on your user type. From 93ef6765ed0d88aed90726c0fda893de114c1dea Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Tue, 31 Oct 2023 07:33:14 -0400 Subject: [PATCH 3/4] Update words-to-ignore.txt --- words-to-ignore.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/words-to-ignore.txt b/words-to-ignore.txt index 3c392f6ca3..4362b4b8c7 100644 --- a/words-to-ignore.txt +++ b/words-to-ignore.txt @@ -1592,3 +1592,5 @@ Multiprotocol multiprotocol MixedModeShares UpgradeMethods +chronyc +chronyd From 5898bc41b68dd47ee6a75400268e1cf075a03aa4 Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Tue, 31 Oct 2023 09:57:30 -0400 Subject: [PATCH 4/4] Update SCALEReleaseNotes.md Remove incorrect note about ISO upgrade option removal - not included in 23.10.0.1 but a future SCALE release. --- content/GettingStarted/SCALEReleaseNotes.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content/GettingStarted/SCALEReleaseNotes.md b/content/GettingStarted/SCALEReleaseNotes.md index 4bf7d546a9..6e7dbfcaf5 100644 --- a/content/GettingStarted/SCALEReleaseNotes.md +++ b/content/GettingStarted/SCALEReleaseNotes.md @@ -40,7 +40,7 @@ More details are available from [23.10 Upgrades]({{< relref "23.10Upgrades.md" > * {{< hint type="warning" title="ISO Upgrades Unsupported" >}} The only install option supported by the 23.10 (Cobia) ISO installer is **Fresh Install**. - The ISO installer upgrade option does not function and is removed in the 23.10.0.1 (Cobia) maintenance update. + The ISO installer upgrade option does not function and is removed in a future SCALE maintenance update. Continue to use the TrueNAS SCALE [update process]({{< relref "UpdateSCALE.md" >}}) to seamlessly upgrade from one SCALE major version to another. {{< /hint >}} @@ -180,9 +180,6 @@ Changes: * Fix for TrueNAS SCALE application deployment being stuck when the pool used for application management is encrypted ([NAS-124776](https://ixsystems.atlassian.net/browse/NAS-124776)). -* The upgrade option is removed from the TrueNAS SCALE ISO installer. - The recommended upgrade process continues to be to use the web interface update screens. - * Fix issue where system logs stop sending to a remote logging server ([NAS-124825](https://ixsystems.atlassian.net/browse/NAS-124845)). See the **23.10.0 Ongoing Issues** list below for any additional details about issues discovered after the 23.10.0 release.