Add track_instance_changes note in disable_group_policy_check_upcall

If you set disable_group_policy_check_upcall=True then you probably
also don't need to track instance changes, so this change provides
a link from disable_group_policy_check_upcall to track_instance_changes
in the config option help text.

Change-Id: Ide939d762f738d5d860f9a09d5b6fdd983e6b15a
This commit is contained in:
Matt Riedemann 2017-08-03 14:52:52 -04:00
parent c780f31c79
commit 6787d62bf6
1 changed files with 5 additions and 0 deletions

View File

@ -141,6 +141,11 @@ check is needed to ensure proper affinity policy.
Operators that desire api/cell isolation over this check should
enable this flag, which will avoid making that upcall from compute.
Related options:
* [filter_scheduler]/track_instance_changes also relies on upcalls from the
compute service to the scheduler service.
"""),
]