File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 1.1.7] - 2025-12-26
9+
10+ ### Changed
11+
12+ - Completed node3 NVMe boot migration
13+ - Reflashed with fresh Armbian image via BMC
14+ - Migrated to NVMe boot (50G root + 415G Longhorn)
15+ - Re-registered with K3s cluster
16+ - All 4 nodes now fully operational on NVMe
17+
18+ ### Fixed
19+
20+ - K3s server crash on node1 caused by empty node-passwd file
21+ - Longhorn manager crash on node3 (missing open-iscsi package)
22+
823## [ 1.1.6] - 2025-12-26
924
1025### Added
@@ -121,6 +136,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
121136- Comprehensive installation guide (INSTALL.md)
122137- Implementation documentation (docs/IMPLEMENTATION.md)
123138
139+ [ 1.1.7 ] : https://github.com/jfreed-dev/turing-ansible-cluster/compare/v1.1.6...v1.1.7
124140[ 1.1.6 ] : https://github.com/jfreed-dev/turing-ansible-cluster/compare/v1.1.5...v1.1.6
125141[ 1.1.5 ] : https://github.com/jfreed-dev/turing-ansible-cluster/compare/v1.1.4...v1.1.5
126142[ 1.1.4 ] : https://github.com/jfreed-dev/turing-ansible-cluster/compare/v1.1.3...v1.1.4
Original file line number Diff line number Diff line change @@ -296,10 +296,10 @@ node1:
296296|------|-------------|------------------|----------------|
297297| node1 | NVMe (50G) | NVMe (415G) | 2025-12-26 |
298298| node2 | NVMe (50G) | NVMe (415G) | 2025-12-26 |
299- | node3 | NVMe (50G) | NVMe (415G) | 2025-12-26* |
299+ | node3 | NVMe (50G) | NVMe (415G) | 2025-12-26 |
300300| node4 | NVMe (50G) | NVMe (415G) | 2025-12-26 |
301301
302- \* Node3 requires BMC power cycle to complete migration
302+ All nodes successfully migrated to NVMe boot with dual-partition layout.
303303
304304# # Worker Node Considerations
305305
You can’t perform that action at this time.
0 commit comments