-
Bug
-
Resolution: Unresolved
-
Minor
-
rhel-9.6, rhel-10.0
-
bind-9.18.33-11.el10
-
No
-
Moderate
-
rhel-net-perf
-
0
-
False
-
False
-
-
Yes
-
None
-
Requested
-
None
-
Bug Fix
-
-
Proposed
-
Unspecified
-
Unspecified
-
Unspecified
-
None
What were you trying to do that didn't work?
Installing bind package on a machine already deployed in image-mode.
dir /var/named is not present
Please provide the package NVR for which the bug is seen:
bind-9.18.33-3.el10.x86_64
How reproducible is this bug?:
always
Steps to reproduce
- Run machine in IM
tmt run provision -h virtual --image http://images.osci.redhat.com/RHEL-10.1-image-mode-x86_64.qcow2 login - Create Containerfile and build it
bash-5.2# cat Containerfile
FROM images.paas.redhat.com/testingfarm/rhel-bootc:10.1
RUN dnf -y install bind && dnf -y clean all
bash-5.2# podman build -t localhost/test .
bash-5.2# bootc switch --transport containers-storage localhost/test
bash-5.1# reboot
$ tmt run --last login
3. bash-5.2# rpm -q bind
bind-9.18.33-3.el10.x86_64
bash-5.2# rpm -V bind
.....
missing /var/named
missing /var/named/data
missing /var/named/dynamic
missing c /var/named/named.ca
missing c /var/named/named.empty
missing c /var/named/named.localhost
missing c /var/named/named.loopback
missing /var/named/slaves
Expected results
All dirs and files in /var/ are created.