-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add forced instance removal #1735
Comments
Comment from edewata (@edewata) at 2016-12-01 22:30:12 Ticket 2426 is a duplicate of this ticket. |
Comment from edewata (@edewata) at 2017-02-27 13:58:28 Metadata Update from @edewata:
|
Comment from mharmsen (@mharmsen) at 2017-03-03 13:47:57 Metadata Update from @mharmsen:
|
Comment from mharmsen (@mharmsen) at 2017-08-09 16:44:57 Per CS/DS Meeting of August 7, 2017, it was determined to move this issue from 10.4 ==> FUTURE. |
Comment from mharmsen (@mharmsen) at 2017-08-09 16:44:57 Metadata Update from @mharmsen:
|
Comment from mharmsen (@mharmsen) at 2017-08-31 14:11:27 Metadata Update from @mharmsen:
|
Comment from mharmsen (@mharmsen) at 2017-10-25 18:29:40 [20171025] - Offline Triage ==> 10.6 |
Comment from mharmsen (@mharmsen) at 2017-10-25 18:29:41 Metadata Update from @mharmsen:
|
Comment from mharmsen (@mharmsen) at 2018-04-23 21:51:59 Per 10.5.x/10.6 Triage: 10.5.x alee: this is related to dogtagpki Pagure Issue 2712. Fixing this will help ipa and other installs in cases of install failure. |
Comment from mharmsen (@mharmsen) at 2018-04-23 21:52:00 Metadata Update from @mharmsen:
|
Comment from msauton (@msauton) at 2018-09-26 16:44:32 Note the "remove-ds.pl -f -i slapd-$INSTANCE_NAME" will erase data from all PKI susbsystems. Scenario: IPA KRA install fails, how do I keep other subsystems like IPA CA, and so, and only remove the failed IPA KRA left over data? Shouldn't this tool accommodate the pkidestroy -s option to select a CA, KRA, OCSP, TKS ? |
Comment from dmoluguw (@SilleBille) at 2018-10-29 12:38:35 Metadata Update from @SilleBille:
|
Comment from dmoluguw (@SilleBille) at 2018-10-29 12:41:27 Fixed in PR: #79 Summary of changes:
|
Comment from dmoluguw (@SilleBille) at 2018-10-29 12:41:27 Metadata Update from @SilleBille:
|
Comment from dmoluguw (@SilleBille) at 2018-10-29 12:43:35 Metadata Update from @SilleBille:
|
Comment from dmoluguw (@SilleBille) at 2018-10-31 17:03:39 Metadata Update from @SilleBille:
|
Comment from dmoluguw (@SilleBille) at 2018-10-31 17:04:05 Metadata Update from @SilleBille:
|
Comment from dmoluguw (@SilleBille) at 2018-10-31 17:04:28 Metadata Update from @SilleBille:
|
Comment from dmoluguw (@SilleBille) at 2018-11-01 18:48:18 The changes have been backported (to 10.5) through PR: #93 10_5 branch:The commit that fixes this specific bug: 926c26e New change to keep logs by default is introduced by commit: 9e2cdb0 |
This issue was migrated from Pagure Issue #1172. Originally filed by edewata (@edewata) on 2014-10-03 18:48:40:
Sometimes when pkispawn fails it might leave the machine in an inconsistent state. When that happens the pkidestroy might fail and subsequent pkispawn might also fail, so the machine would become unusable. The only recourse is a manual cleanup which might not be very well documented.
The pkidestroy should provide a way to remove the entire instance regardless of the status of the installation. For example:
In this case the pkidestroy should perform the following cleanup operations:
To ensure the machine will return into a consistent state, each of these operations should be executed regardless of the result of any other operations.
The text was updated successfully, but these errors were encountered: