X-Git-Url: https://code.grnet.gr/git/ganeti-local/blobdiff_plain/b32d6567201e7e6f020f0cbfd31d7fde3e165a5b..2a50e2e8c22142023d92d827993dd02f6c5d8210:/doc/design-2.3.rst diff --git a/doc/design-2.3.rst b/doc/design-2.3.rst index 3fc3b2c..bdf4755 100644 --- a/doc/design-2.3.rst +++ b/doc/design-2.3.rst @@ -291,8 +291,8 @@ By default, all LUs will invalidate the caches for all nodes and instances they lock. If an LU uses the BGL, then it will invalidate the entire cache. In time, it is expected that LUs will be modified to not invalidate, if they are not expected to change the node's and/or -instance's state (e.g. ``LUConnectConsole``, or -``LUActivateInstanceDisks``). +instance's state (e.g. ``LUInstanceConsole``, or +``LUInstanceActivateDisks``). Invalidation of a node's properties will also invalidate the capacity data associated with that node. @@ -568,6 +568,8 @@ removed. Ganeti itself will allow clearing of both flags, even though this doesn't make much sense currently. +.. _jqueue-job-priority-design: + Job priorities --------------