#6266 Cannot uninstall server in disconnected topology
Closed: Invalid Opened by mbasti.

Steps to reproduce:

[master]# ipa-server-install
[replica]# ipa-replica-install
[master]# ipa server-del replica --ignore-topology-disconnect
[replica]# ipa-server-install -U --uninstall
ipa         : ERROR    Server removal aborted:
Replication topology in suffix 'domain' is disconnected:
Topology does not allow server replica.example.com to replicate with servers:
    master.example.com.

Disconnected replica should not be prevented from uninstalling


Workaround:

[replica]# ipactl stop
[replica]# ipa-server-install -U --uninstall

Does:

  [master]# ipa server-del replica --ignore-topology-disconnect
  [replica]# ipa-server-install -U --uninstall --ignore-topology-disconnect

work?

Replying to [comment:2 pvoborni]:

Does:

{{{
[master]# ipa server-del replica --ignore-topology-disconnect
[replica]# ipa-server-install -U --uninstall --ignore-topology-disconnect
}}}

work?

Yes

I'm not able to reproduce this again

Metadata Update from @mbasti:
- Issue assigned to someone
- Issue set to the milestone: 0.0 NEEDS_TRIAGE

Metadata