Re: ipropd question
Nico Williams <[email protected]> Fri, 24 Mar 2017 15:57:38 -0500
| Newsgroups | gmane.comp.encryption.kerberos.heimdal.general |
|---|---|
| Message-ID | <20170324205737.GI7480@localhost> |
On Fri, Mar 24, 2017 at 08:09:10AM -0700, Adam Lewenberg wrote: > That makes me think that doing a periodic "hprop" from the master to each > replica might not be a bad thing. Don't mix iprop and hprop. To force a full prop with Heimdal 7.1 and up use $ iprop-log truncate --reset Otherwise kill the ipropd-slave process, remove the iprop log, and restart the ipropd-slave process. > However, what happens when a slave gets an hprop dump at the same time the > slave is running ipropd-slave? Might there not be some contention? For > example, if in the middle of the hprop dump the master sends a change > through ipropd. Right, don't do that.