eiffel-community / eiffel-easy2use

A sandbox to be used to try out the Eiffel protocol and related services
Apache License 2.0
10 stars 19 forks source link

PVC not removed when doing ./easy2use remove #59

Closed m-linner-ericsson closed 1 year ago

m-linner-ericsson commented 3 years ago

Description

When removing an installation that has persistent storage enabled with ./easy2use remove the eiffel-mongodb-eiffel is removed but not data-eiffel-rabbitmq-eiffel-0

Motivation

Either both PVC:s should be removed on none. Removing one will create confusion.

Exemplification

The problem now is that as only one PVC is removed you can't install a new version and keep the data and not clean out the installation completely with remove.

Benefits

More consistent behavior

Possible Drawbacks

N/A

pef-ericsson commented 1 year ago

@m-linner-ericsson The issue has been merged. Perhaps we can delete it.

m-linner-ericsson commented 1 year ago

The https://github.com/eiffel-community/eiffel-easy2use/pull/71 PR that fixes this issues was merged so closing this.