Issue #4076
closedLast override config doesn't show force_full
Description
1. Create a repository
2. Do a force_full sync
3. Examine the last_override_config for the repository by running repo list with the --details option
You'll see that the last_override_config is empty but it should show force_full as being set to True.
Was discovered downstream by https://bugzilla.redhat.com/show_bug.cgi?id=1637777. The issues are unrelated though so I have not linked them.
Updated by dalley about 6 years ago
I suggest adding a kwarg named "ignore_force_flag", default False, and putting these two lines [0] behind an if-statement which checks the kwarg.
Then, set that kwarg to True here [1]
That should fix the correctness issue.
[0] https://github.com/pulp/pulp/blob/2-master/server/pulp/server/controllers/repository.py#L919-L920
[1] https://github.com/pulp/pulp/blob/2-master/server/pulp/server/controllers/repository.py#L949
Updated by bmbouter over 5 years ago
- Status changed from NEW to CLOSED - WONTFIX