1
0

Accepting request 922168 from home:vulyanov:branches:Virtualization

- Install timezone package (bsc#1190587)

- Send libvirtd debug logs to stderr (bsc#1190839)

OBS-URL: https://build.opensuse.org/request/show/922168
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-launcher-container?expand=0&rev=14
This commit is contained in:
Vasily Ulyanov 2021-09-29 16:13:28 +00:00 committed by Git OBS Bridge
parent 7b1b2131b4
commit 5b7750f9a5
3 changed files with 13 additions and 0 deletions

View File

@ -31,6 +31,7 @@ RUN zypper -n install \
qemu-tools \
qemu-x86 \
socat \
timezone \
vim \
xorriso && \
zypper clean -a && \

View File

@ -3,6 +3,8 @@ set /files/etc/libvirt/libvirtd.conf/listen_tls 0
set /files/etc/libvirt/libvirtd.conf/listen_tcp 1
set /files/etc/libvirt/libvirtd.conf/auth_tcp none
# Send debug logs to stderr
set /files/etc/libvirt/libvirtd.conf/log_outputs 1:stderr
# Listen on all interfaces for now
set /files/etc/libvirt/qemu.conf/stdio_handler logd

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Sep 29 11:26:27 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Install timezone package (bsc#1190587)
-------------------------------------------------------------------
Wed Sep 29 08:35:32 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>
- Send libvirtd debug logs to stderr (bsc#1190839)
-------------------------------------------------------------------
Tue Aug 3 08:23:50 UTC 2021 - Vasily Ulyanov <vasily.ulyanov@suse.com>