Skip to content

Commit a03bfde

Browse files
committed
Complete node3 NVMe migration
- Update NVME-MIGRATION.md: all nodes now fully migrated - Add v1.1.7 to CHANGELOG with fixes applied: - K3s server crash fix (empty node-passwd file) - Longhorn manager fix (install open-iscsi on node3)
1 parent 8cd57d8 commit a03bfde

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

docs/NVME-MIGRATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)