Description of problem: Slots are present twice in QMF, when publishing of Slots in the Collector is enabled. Version-Release number of selected component (if applicable): condor-qmf-7.4.4-0.7 condor-7.4.4-0.7 How reproducible: 100% Steps to Reproduce: 1. Enable Slot publishing in the Collector ("COLLECTOR.QMF_IGNORE_UPDATE_STARTD_AD = FALSE") 2. Start a Startd 3. Observe Slots in QMF object space Actual results: There are two occurrences of any slot in the QMF object space. Expected results: Slots should be present only once in the QMF Additional info:
This is a misconfiguration. QMF_IGNORE_UPDATE_STARTD_AD should not be documented, and should not be used by the casual user. Slots are intended to be advertised from the Startd and not Collector right now.