Open Bischoff opened 11 months ago
I doubt it's related... but just in case, we have this other bug reported https://bugzilla.suse.com/show_bug.cgi?id=1217237
@Bischoff have we a bugzilla report for this card? If not, I would assume we want one right?
I doubt it's related... but just in case, we have this other bug reported https://bugzilla.suse.com/show_bug.cgi?id=1217237
i think it's two different problems ; one is a packaging problem, and the other one is a race condition (from what i can see)
@Bischoff have we a bugzilla report for this card? If not, I would assume we want one right?
As it affected the Uyuni branch, I have been told to create a Uyuni issue instead of a bugzilla report.
Problem description
(seen on Uyuni, but was reported in the past against SUSE Manager 4.3)
How to reproduce
Triggered by test suite in the feature "Redfish Power Management" scenario "Trigger Redfish functions".
I was able to reproduce manually, but not all the times.
What happens
After pressing one of the Power Management buttons, a screen "Internal Server Error" is displayed.
The exact error in the
/etc/rhn/rhn_web_ui
log file changes from time to time:or:
or:
or:
When I inspect those "missing" files, they do exist.
When I look at
/var/log/cobbler.log
, I can see those files keep being transferred:Steps to reproduce
https://github.com/uyuni-project/uyuni/blob/master/testsuite/features/secondary/srv_power_management_redfish.feature#L34
Uyuni version
Uyuni proxy version (if used)
Useful logs
example failure:
Additional information
Likely cause
This looks like a race condition where Cobbler needs one of its files while it's transferring it at same time.
Possible fix
Is it possible to calm down Cobbler so it stops doing all those transfers all the time?