Home | History | Annotate | Download | only in scheduler

Lines Matching refs:hosts

30             self.hosts[i].status = models.Host.Status.REPAIR_FAILED
31 self.hosts[i].save()
33 self.hosts[1].locked = True
34 self.hosts[1].save()
36 self.hosts[2].protection = host_protections.Protection.DO_NOT_VERIFY
37 self.hosts[2].save()
56 self.hosts[i].status = models.Host.Status.REPAIR_FAILED
57 self.hosts[i].save()
59 self.hosts[1].locked = True
60 self.hosts[1].save()
62 self.hosts[2].protection = host_protections.Protection.DO_NOT_VERIFY
63 self.hosts[2].save()
70 # four hosts need reverifying but our max limit was set to 2