#5964 Replica is still functional after all RUV's were deleted
Closed: Invalid None Opened 7 years ago by ofayans.

When I have a master and a replica and try to remove all the RUV's related to the replica from master with the ipa-replica-manage clean-ruv command,
both commands run fine, but the replication still works afterwards
[[BR]][[BR]]
Steps to reproduce:
1. Setup master and replica with domain level 1
2. Run on master {{{ ipa-replica-manage list-ruv }}}
3. Remove Certificate Server RUV of the replica: {{{ ipa-replica-manage clean-ruv %replica_ca_ruv_id% -f }}}
4. Remove normal RUV of the replica: {{{ ipa-replica-manage clean-ruv %replica_ruv_id% -f }}}
5. Repeat step 2 (Make sure both RUVs are deleted) [[BR]]
6. Create a new user on master
7. Run ipa user-find on replica
Expected result:
Only admin user is displayed[[BR]]
Actual result:
both admin and a freshly created test user are shown


In step 3 and 4, you triggered clean-ruv for a given ReplicaID.
Have you stopped/removed from the topology, the instance having this ReplicaID ?

If the instance exists, an update on that instance will create a new update labelled with this ReplicaID. That will be later replicated

according to comment 1

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

7 years ago

Login to comment on this ticket.

Metadata