Hi,
i try to update my oVirt Nodes from 4.5.3 to 4.5.4 but it always fails on my hosts.
Watching the rpm install process i see that the rpm is building the boot image/bank and
/var/tmp filling up quickly. Looking deeper into this folders i see that there is a dracut
folder created by the update process that contains a urandom file with the size of all
available space in /var/tmp.
[root@ovnode01 dev]# df -h
Filesystem Size Used Avail Use%
Mounted on
devtmpfs 4.0M 0 4.0M 0%
/dev
tmpfs 504G 4.0K 504G 1%
/dev/shm
tmpfs 202G 11M 202G 1%
/run
/dev/mapper/onn_ovnode01-ovirt--node--ng--4.5.3--0.20221018.0+1 136G 5.4G 130G 4% /
/dev/mapper/onn_ovnode01-home 1014M 40M 975M 4%
/home
/dev/mapper/onn_ovnode01-tmp 1014M 40M 975M 4%
/tmp
/dev/mapper/onn_ovnode01-var 5.0G 110M 4.9G 3%
/var
/dev/sda2 1014M 577M 438M 57%
/boot
/dev/sda1 599M 7.5M 592M 2%
/boot/efi
/dev/mapper/onn_ovnode01-var_crash 10G 105M 9.9G 2%
/var/crash
/dev/mapper/onn_ovnode01-var_log 8.0G 1.8G 6.3G 22%
/var/log
/dev/mapper/onn_ovnode01-var_tmp 10G 10G 44K 100%
/var/tmp
/dev/mapper/onn_ovnode01-var_log_audit 2.0G 50M 2.0G 3%
/var/log/audit
/dev/loop1 4.2G 4.0G 171M 96%
/tmp/tmp.crVxhNRBFq
tmpfs 101G 0 101G 0%
/run/user/0
[root@ovnode01 dev]# pwd
/var/tmp/dracut.H2mKd4/initramfs/dev
[root@ovnode01 dev]# ls -lh
total 9.9G
-rw-r--r--. 1 root root 9.9G Mar 20 16:18 urandom
For me it looks like that imgbase (or whatever build this images) copies /dev/urandom into
the new image, as expected this is not possible. Anyone know an workaround for this issue?
Show replies by date