Project

Profile

Help

Story #4944

closed

As a user, I can uninstall plugin and remove all the relevant data

Added by ttereshc almost 5 years ago. Updated almost 3 years ago.

Status:
CLOSED - WONTFIX
Priority:
Normal
Assignee:
-
Category:
-
Sprint/Milestone:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:

Description

Currently there is no way to uninstall a plugin together with removing data related to it.

If there is a need for that or not is still a question.
At the very least, let's document how to do it manually (if possible) or just state the fact that it's not supported.

Use cases to cover:
- install a plugin, do nothing (no sync, upload, etc), uninstall the plugin
- install a plugin, use it, uninstall the plugin

Actions #1

Updated by ttereshc almost 5 years ago

  • Description updated (diff)
Actions #2

Updated by mdepaulo@redhat.com almost 5 years ago

As a sysadmin at my last job, we only used Pulp as part of Satellite.
(We were phasing out rsync scripts from other parts of our environment.)

If we had used Pulp directly:
1. The inability to uninstall plugins would not be a big deal. Assuming they don't slow down Pulp (despite having no content), complicate the UI, etc.
2. If we did uninstall it, we would definitely want to cleanup the disk space / content (either at plugin uninstall time, or after).
3. If we did uninstall it, we would have only a small preference for it to cleanup the database. But it wouldn't be a big deal. We would never poke around in the database to see if it was removed. And we would only really care if we suspected that Pulp was not working because of the plugin having been previously installed. We would definitely care if we reinstalled it (much) later, and it didn't work. Compare this to how on Windows, when you uninstall an app, it usually has lots of leftover state in the registry. Leftover "cruft" is a fact of life, especially on Windows. And you eliminate cruft by rebuilding the server, including the application state.

Also, the inability to uninstall the file plugin specifically would be OK with us, assuming the above from #1. We would probably use for testing purposes if we suspected the other plugin we needed was not working. We would treat it like a reference plugin.

Actions #3

Updated by dkliban@redhat.com over 3 years ago

  • Status changed from NEW to CLOSED - WONTFIX
Actions #4

Updated by Ben.Stanley almost 3 years ago

I have now found myself in a difficult situation, where I have accidentally installed a plugin (pulp-cookbook) on pulpcore 3.12.1. However, the installation failed with the following error: File "/usr/local/lib/pulp/lib64/python3.6/site-packages/pulpcore/app/apps.py", line 65, in init, self.version, AttributeError: 'PulpCookbookPluginAppConfig' object has no attribute 'version'", "", "During handling of the above exception, another exception occurred:", "", ... It seems that the pulp-cookbook is not compatible with pulpcore 3.12.1 and that I should not have attempted to install it. Now that I have accidentally attempted to install it, how can I uninstall it?

Actions #5

Updated by Ben.Stanley almost 3 years ago

I don't know if I did this correctly, but I have removed pulp-cookbook by removing the directories /usr/local/lib/pulp/lib64/python3.6/site-packages/pulp_cookbook /usr/local/lib/pulp/lib64/python3.6/site-packages/pulp_cookbook-0.1.0b8.dist-info After removing these directories, I can now run the ansible installer again to install additional packages (e.g. pulp-2to3-migration plugin).

Actions #6

Updated by bmbouter almost 3 years ago

I just now saw this, and what you did is probably ok too. Another option would have been to activate the virtualenv that the python packages are installed into, e.g. source /usr/local/lib/pulp/bin/activate and then pip uninstall pulp-cookbook.

Also available in: Atom PDF