Issue #4951
closedExistence of /usr/lib/pulp/plugins/types/deb.json will prevent migration 0004 from working.
Description
/usr/lib/pulp/plugins/types/deb.json is apparently a legacy way for pulp plugins to declare their unit keys.
The existence of this file causes a different mechanism for index creation to be used during db migrations.
This mechanism is incompatible with pulp_deb migration 0004.
Both testing and discussions with other developers suggest that this file is no longer needed and can simply be removed. (I am not aware of any plugins besides pulp_deb still packaging this file).
To stop this file from being packaged will require both a change in pulp_deb and in pulp-packaging repositories.
I will add PRs referencing this issue against both repositories soon.
Related issues
Updated by quba42 over 5 years ago
- Related to Issue #4138: Handling publish paths correctly added
Added by quba42 over 5 years ago
Added by quba42 over 5 years ago
Revision 4492d2fd | View on GitHub
Remove /usr/lib/pulp/plugins/types/deb.json from pulp-deb
This file is a legacy way to provide plugin type definitions and is no longer needed. The presence of this file will break reindex migrations.
WARNING: Also requires a change in pulp_deb: https://github.com/pulp/pulp_deb/pull/93
Updated by quba42 over 5 years ago
Updated by mdellweg over 5 years ago
- Priority changed from Normal to Urgent
- Severity changed from 2. Medium to 4. Urgent
- Triaged changed from No to Yes
Added by quba42 over 5 years ago
Revision 37b8f9f3 | View on GitHub
Remove /usr/lib/pulp/plugins/types/deb.json from setup.py
This legacy file will prevent migration 0004 from working.
WARNING: This will also require removing the file from the .spec file in pulp-packaging repository!
Updated by quba42 over 5 years ago
- Status changed from NEW to MODIFIED
Applied in changeset 37b8f9f317043589a456fa60aa6f1599bf5a8bbf.
Updated by ttereshc over 5 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
Remove /usr/lib/pulp/plugins/types/deb.json from pulp-deb
This file is a legacy way to provide plugin type definitions and is no longer needed. The presence of this file will break reindex migrations.
WARNING: Also requires a change in pulp_deb: https://github.com/pulp/pulp_deb/pull/93
fixes #4951 https://pulp.plan.io/issues/4951