Added fstab mounts for /home and /opt to initial default profile

- Closes: #1744

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2025-02-14 20:30:46 -07:00
parent 12f7cb4033
commit b05fa4157a
4 changed files with 61 additions and 0 deletions

View File

@@ -552,6 +552,16 @@ nodeprofiles:
- net.naming-scheme=v238
init: /sbin/init
root: initramfs
resources:
fstab:
- spec: warewulf:/home
file: /home
vfstype: nfs
mntops: defaults,nofail
- spec: warewulf:/opt
file: /opt
vfstype: nfs
mntops: defaults,noauto,nofail,ro
nodes:
n1:
profiles:
@@ -579,6 +589,12 @@ nodeprofiles:
- udev.netname
- systemd.netname
- NetworkManager
resources:
fstab:
- spec: warewulf:/scratch
file: /scratch
vfstype: nfs
mntops: defaults,nofail
custom: {}
nodes:
n1:
@@ -616,6 +632,12 @@ nodeprofiles:
- net.naming-scheme=v238
init: /sbin/init
root: initramfs
resources:
fstab:
- spec: warewulf:/scratch
file: /scratch
vfstype: nfs
mntops: defaults,nofail
nodes:
n1:
profiles: