ETCD-356: Changing etcd data directory to /var/lib/etcd#1178
ETCD-356: Changing etcd data directory to /var/lib/etcd#1178dusk125 wants to merge 1 commit intoopenshift:mainfrom
Conversation
|
/hold |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: dusk125 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@dusk125: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
Doing it in 4.13 could potentially need a migration path?, for example customers upgrading from 4.12 to 4.13?, I propose we do it for 4.12 if possible. But I know we are already trying to squeeze too much for release. @ggiguash @dhellmann |
We do not have a requirement to be able to upgrade from 4.12 to 4.13, so it should be safe to do this work in 4.13. |
|
This is planned to land after #976 the hold is still valid until that merges |
|
This is ready for consideration @dhellmann @pmtk |
02f9732 to
6c8dbf3
Compare
|
I'm a little torn on this. On the one hand, I see the value of being consistent. On the other hand, we don't want to support etcd running on its own, outside of MicroShift, and this move makes that product decision a little fuzzier. If we do want to do this, the PR needs to update |
|
I agree with @dhellmann 's comment. I'm not sure we'd want to handle |
|
/assign @dhellmann |
|
/assign @pmtk |
|
If we implement this change, the cleanup script also needs to be updated to delete the directory out of /var/lib/microshift |
|
/hold |
|
More discussion is needed around this and other alignment of etcd |
This change aligns the etcd data directory with that of OpenShift so that existing scripts, documentation, and customer/support knowledge can be more easily applied to MicroShift for etcd.