You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Removing a pull-through remote that is already associated with a pull-through distribution will cause errors during an image push: #1727 (comment)
...
File "/usr/local/lib/python3.9/site-packages/django/db/models/query.py", line 637, in get
raise self.model.DoesNotExist(
pulp_container.app.models.ContainerDistribution.DoesNotExist: ContainerDistribution matching query does not exist.
...
File "/usr/local/lib/python3.9/site-packages/django/db/models/query.py", line 637, in get
raise self.model.DoesNotExist(
pulp_container.app.models.ContainerPullThroughRemote.DoesNotExist: ContainerPullThroughRemote matching query does not exist.
Expected behavior
We will handle the exception through #1727, but, in addition to that, we could also deny the removal of the remote if it is already referenced by a distribution.
The text was updated successfully, but these errors were encountered:
Version
Describe the bug
Removing a pull-through remote that is already associated with a pull-through distribution will cause errors during an image push:
#1727 (comment)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
We will handle the exception through #1727, but, in addition to that, we could also deny the removal of the remote if it is already referenced by a distribution.
The text was updated successfully, but these errors were encountered: