From 5b922e55847eb49d03bdc7c511040fbbd4453b96 Mon Sep 17 00:00:00 2001 From: Tim Serong Date: Tue, 18 Feb 2025 17:11:53 +1100 Subject: [PATCH] fix: persist /etc/nvme Without this, the contents of `/etc/nvme` won't be persistent, as our config here overrides that in os2. This is needed in support of https://github.com/harvester/os2/pull/190 Related issue: https://github.com/harvester/harvester/issues/6911 Signed-off-by: Tim Serong (cherry picked from commit 8214c4680e1a62ae870840b01064f3494ee607ab) --- pkg/config/templates/cos-rootfs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/config/templates/cos-rootfs.yaml b/pkg/config/templates/cos-rootfs.yaml index af078316f..f774f895d 100644 --- a/pkg/config/templates/cos-rootfs.yaml +++ b/pkg/config/templates/cos-rootfs.yaml @@ -11,6 +11,7 @@ environment: /etc/rancher /etc/ssh /etc/iscsi + /etc/nvme /etc/cni /etc/pki/trust/anchors /home