opennebula-docker: 0.4.2: add virtlogd

This commit is contained in:
Nico Schottelius 2026-08-19 18:31:07 +02:00
commit bdfb377507
3 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1 @@
Dockerfile_0.2.2

View file

@ -1,5 +1,7 @@
* 0.4.2, 2026-08-19
- Include virtlogd
* 0.4.1, 2026-08-19
- Fix
- Fix /etc/host write error
* 0.4.0, 2026-08-19
- Fix /etc/hosts update for ceph
* 0.3.0, 2026-06-15

View file

@ -34,6 +34,8 @@ EOF
--secret "$(cat /ceph-secret/uuid)" \
--base64 "$(cat /ceph-secret/key)"
rm "$libvirtd_tmp_secret"
/usr/sbin/virtlogd --daemon
fi
while true; do