View | Details | Raw Unified | Return to bug 39222
Collapse All | Expand All

(-)umc/python/adtakeover/takeover.py (-1 / +1 lines)
 Lines 1714-1720    Link Here 
1714
		## Claim FSMO roles
1714
		## Claim FSMO roles
1715
		log.info("Claiming FSMO roles")
1715
		log.info("Claiming FSMO roles")
1716
		takeover_hasMasterNCs(self.ucr, self.samdb, self.sitename, self.partitions)
1716
		takeover_hasMasterNCs(self.ucr, self.samdb, self.sitename, self.partitions)
1717
		for fsmo_role in ('pdc', 'rid', 'infrastructure', 'schema', 'naming'):
1717
		for fsmo_role in ('pdc', 'rid', 'infrastructure', 'schema', 'naming', 'domaindns', 'forestdns'):
1718
			for attempt in xrange(3):
1718
			for attempt in xrange(3):
1719
				if attempt > 0:
1719
				if attempt > 0:
1720
					time.sleep(1)
1720
					time.sleep(1)

Return to bug 39222