Skip to content

Commit

Permalink
fix: persist /etc/nvme
Browse files Browse the repository at this point in the history
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 harvester/os2#190

Related issue: harvester/harvester#6911

Signed-off-by: Tim Serong <tserong@suse.com>
(cherry picked from commit 8214c46)
  • Loading branch information
tserong authored and mergify[bot] committed Feb 18, 2025
1 parent 152130b commit 5b922e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/config/templates/cos-rootfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ environment:
/etc/rancher
/etc/ssh
/etc/iscsi
/etc/nvme
/etc/cni
/etc/pki/trust/anchors
/home
Expand Down

0 comments on commit 5b922e5

Please sign in to comment.