Jonathon Anderson
f88f3507ba
Add autoconnect / onboot support to Debian networking
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-09-23 11:37:05 -06:00
Jonathon Anderson
e21c266ded
Add autoconnect / onboot support to NetworkManager
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-09-23 11:36:49 -06:00
Jonathon Anderson
b9a35ac664
Merge pull request #1358 from JasonYangShadow/fix/1344
...
Add --syncuser flag to wwctl shell
2024-09-23 11:32:30 -06:00
Christian Goll
a8658c226f
emsure that .Paths.Tftpdir."warewulf" is 0755
...
Signed-off-by: Christian Goll <cgoll@suse.com >
2024-09-21 22:41:08 -06:00
Christian Goll
9a28b2d7fb
copy.DirCopy is internal and needs Init
...
Signed-off-by: Christian Goll <cgoll@suse.com >
2024-09-21 22:12:57 -06:00
Jonathon Anderson
75224bc9ba
Merge pull request #1400 from JasonYangShadow/issue/1332
...
fix autodetected kernel sorting
2024-09-20 17:45:17 -06:00
Jonathon Anderson
512f244067
Merge pull request #1404 from JasonYangShadow/issue/1378
...
Add flag --build to wwctl container copy, default false
2024-09-20 17:43:57 -06:00
xu yang
1f492dfed5
Add flag --build to wwctl container copy, default false
...
Signed-off-by: xu yang <xyang@ciq.com >
2024-09-20 17:31:17 -06:00
xu yang
aa35ce93e5
Return non-zero exit code on container copy failure
...
Signed-off-by: xu yang <xyang@ciq.com >
2024-09-19 23:58:32 +00:00
xu yang
31c980f731
fix autodetected kernel sorting
...
Signed-off-by: xu yang <xyang@ciq.com >
2024-09-19 15:13:52 -06:00
Jonathon Anderson
93dc8e3591
Update CHANGELOG to indicate mtime change
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-09-17 21:26:56 -06:00
xu yang
0b3eace403
Add syncuser to wwctl container shell and switch to mtime
...
Signed-off-by: xu yang <xyang@ciq.com >
2024-09-17 21:26:30 -06:00
Adam Michel
76908909a0
Refactor of wwinit/init to more properly address rootfs options
...
- Closes #1093
- Show rootfs type on-screen during boot.
- Fix logic flow for deciding to pivot or not.
- Add Informational message about 'initramfs' option.
- Allow unset WWROOT to continue to wwinit.
Signed-off-by: Adam Michel <elfurbe@furbism.com >
2024-09-17 23:07:49 -04:00
Adam Michel
074062db4e
added changelog message
...
Signed-off-by: Adam Michel <elfurbe@furbism.com >
2024-09-17 09:51:59 -04:00
Jonathon Anderson
97620ebba3
Set mpol=interleave on dracut tmpfs.
...
- Closes #1347
- Closes #1348
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-09-16 23:17:14 -04:00
Jonathon Anderson
82df96bf16
Move #1291 changelog entry to v4.5.8
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-09-16 19:48:34 -06:00
Christian Goll
7f6f717247
Merge pull request #1291 from epruesse/grub-assekey-patch
...
Fix grub asset key handling
2024-09-16 13:05:03 +02:00
Elmar Pruesse
3576b1d061
Update contributors and changelog
...
Signed-off-by: Elmar Pruesse <pruessee@njhealth.org >
2024-09-16 13:04:48 +02:00
Christian Goll
bffbbdeca8
Merge pull request #1393 from upsj/overlay_build_error
...
Return error code if overlay build fails
2024-09-16 13:01:32 +02:00
xu yang
5492ac0107
Return an error during wwctl container import if archive filename contains a colon
...
Signed-off-by: xu yang <xyang@ciq.com >
2024-09-14 22:18:01 -06:00
Tobias Ribizel
7692babd76
Return error code if overlay build fails
...
Signed-off-by: Tobias Ribizel <mail@ribizel.de >
2024-09-15 01:43:53 +02:00
Jonathon Anderson
c0183f1fc7
Fix an erroneous / duplicate changelog entry
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-09-11 07:36:03 -06:00
Jonathon Anderson
90cb69d26e
Release v4.5.7
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-09-11 07:21:57 -06:00
Christian Goll
472463d6b6
Merge pull request #1351 from anderbubble/dracut-boot-refinement
...
Dracut boot refinement
2024-09-11 14:18:22 +02:00
Jonathon Anderson
9e91b1c19a
Rename :cow to :copy
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-09-09 11:09:10 +02:00
Christian Goll
dc263425e2
Added cow option to bind
...
The option cow can now be set for files which are then
mounted during exec, but copied into the image and removed
if not modified.
Signed-off-by: Christian Goll <cgoll@suse.com >
2024-09-09 11:09:04 +02:00
Jonathon Anderson
d05414436a
Additional guidance when syncuser conflicts
...
- Closes #1359
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-09-06 14:03:15 -06:00
Jonathon Anderson
f39972f917
Prevent overlays from being improperly used as format strings
...
`wwctl overlay show --render` shows the rendered overlay with
`wwlog.Info`, but that caused it to be processed as a format string.
This passes an explicit format string first, and then includes the
rendered overlay as a variable to the formatter.
- Fixes #1363
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-09-06 15:01:49 +02:00
Josh Burks
a079f2c179
Update changelog and contributors
...
Signed-off-by: Josh Burks <jeburks2@asu.edu >
2024-09-05 18:41:18 -04:00
Jonathon Anderson
4a5c1cad12
Simplified slice ordering fix and extended for runtime overlay
...
- Extends #1357
- Fixes #1259
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-09-04 19:59:59 -06:00
xu yang
cc617007cd
prefer profile overlay value over node one
...
Signed-off-by: xu yang <xyang@ciq.com >
2024-09-04 17:10:49 -06:00
Christian Goll
13349bbf66
adding WAREWULF_OCI vars to wwctl
...
Signed-off-by: Christian Goll <cgoll@suse.com >
2024-09-04 20:52:43 +02:00
Jonathon Anderson
73c70da4ef
Refactor url build in wwclient with url.URL
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-09-04 14:06:56 +02:00
Elmar Pruesse
64f7b6c5b2
Fix dracut command in docs
...
The current command line works correctly only if one kernel is
installed. It picks the oldest if there are multiple, which is rather
unlikely to be correct. Using "tail" instead of "head" would work also,
but --regenerate-all makes it briefer and safer.
2024-09-03 22:56:17 -06:00
xu yang
6212f40e4c
Refine wwctl configure error handling
...
- Closes #1273
Signed-off-by: xu yang <xyang@ciq.com >
2024-09-03 19:40:28 -06:00
Jonathon Anderson
a36427d1b2
Moved #1349 CHANGELOG to v4.5.7
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-09-03 16:13:57 -06:00
griznog
2e01d57967
Update CHANGELOG for PR.
2024-08-21 06:33:07 -05:00
Jonathon Anderson
09c17551e8
Release v4.5.6
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-08-05 08:20:43 -06:00
Christian Goll
964902a611
Merge pull request #1305 from anderbubble/selinux-docs-fix
...
Update selinux documentation to reference an example
2024-08-05 09:30:45 +02:00
Christian Goll
fbf3e3c0a8
Add a logrotate config for warewulfd.log
...
Signed-off-by: Christian Goll <cgoll@suse.com >
2024-08-02 17:06:21 -06:00
Christian Goll
553e401fe0
enhanced container list
...
Container list has now options for full, kernel and size listing. Without any
arguments only available containers are listed. Size is no more fine granular
showing also size of the image, chroot and compressed image
Signed-off-by: Christian Goll <cgoll@suse.com >
2024-08-02 16:34:54 -06:00
Christian Goll
640a046dd9
report error if no container was defined
...
Signed-off-by: Christian Goll <cgoll@suse.com >
2024-08-02 14:48:02 -06:00
Christian Goll
c9c38542f4
added completion to overlay chmod/chown/delete/edit
...
Signed-off-by: Christian Goll <cgoll@suse.com >
2024-08-02 13:55:56 -06:00
Christian Goll
9d2853ad64
Show pending container build status during container exec, shell
...
Signed-off-by: Christian Goll <cgoll@suse.com >
2024-08-02 11:43:05 -06:00
Jonathon Anderson
6fa369bc4d
Update selinux documentation to reference an example
...
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-08-02 11:34:53 -06:00
Jonathon Anderson
212b57f095
Merge pull request #1309 from griznog/sanitize-wwclient-url-data
...
sanitize wwclient url data
2024-08-02 10:50:26 -06:00
griznog
15bb3f2d96
Update CHANGELOG.md
2024-08-02 09:14:27 -06:00
Tobias Poschwatta
971d9e2118
Add option for wwclient port number
...
With this change, you can specify a port number for wwclient.
If
wwclient:
port: NUMBER
is specified in warewulf.conf, wwclient will bind to the specified local
port NUMBER. If no port is specified, wwclient will use any available
port, or port 987 if secure is true.
Port 987 is in the default port range used by the Linux NFS client
(665-1023, see linux/include/linux/sunrpc/xprtsock.h). Changing
the port can avoid failures when port 987 is already in use.
Signed-off-by: Tobias Poschwatta <poschwatta@zib.de >
2024-08-02 11:09:16 +02:00
xu yang
62d9b5f71d
fix the failure when updating overlay files existing on different partitions
...
Signed-off-by: xu yang <xyang@ciq.com >
2024-07-25 02:29:29 +00:00
Jonathon Anderson
9050622f68
Ensure autobuilt overlays include contextual overlay contents.
...
Following #1249 , autobuilt overlays were being built with no contents.
This change follows the pattern in `wwctl overlay build` to include configured
overlays when none are explicitly specified.
Inspired by #1296 .
Signed-off-by: Jonathon Anderson <janderson@ciq.com >
2024-07-10 16:06:06 -04:00