Home | History | Annotate | Download | only in site_utils

Lines Matching refs:PRIMARY

10 added to a primary server. This module includes functions to check if actions
45 # is added to the server, or the server's status is changed to primary.
60 # status is changed to primary.
69 # status is changed to primary.
93 role=role, status=server_models.Server.STATUS.PRIMARY)
123 is changed from primary to other status. Default to
129 # This check is to prevent actions to be applied to server not in primary
131 # before a server is changed to primary status. If that assumption is
133 if (server.status != server_models.Server.STATUS.PRIMARY and
134 prev_status != server_models.Server.STATUS.PRIMARY):