Christopher Johnston wrote: > We have a pretty larger cobbler install in our environment with a > master gold server and dozens of slave servers that replicate daily. > Has anyone noticed that deleted records do not get removed during the > replication process? This is really simple to test by adding a test > record, removing it and then replicating on the other node. In our > use case we want to make sure the slaves keep an identical copy from > master gold server. > > # cobbler version > cobbler 1.6.6 > ------------------------------------------------------------------------ > > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler >
Indeed it does not. This seems like an excellent thing to work on for "Learn to Hack on Cobbler Week", (July 6th)... It would be pretty easy to see if a object was no longer remotely present and to remote it (maybe it should be optional). The other thing it needs to do is track UIDs for renames, so to rename something if the name has changed and it is really the same object. --Michael _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
