Revision 8a3fe350

b/lib/cmdlib.py
145 145
    added by the hooks runner. If the LU doesn't define any
146 146
    environment, an empty dict (and not None) should be returned.
147 147

  
148
    As for the node lists, the master should not be included in the
149
    them, as it will be added by the hooks runner in case this LU
150
    requires a cluster to run on (otherwise we don't have a node
151
    list). No nodes should be returned as an empty list (and not
152
    None).
148
    No nodes should be returned as an empty list (and not None).
153 149

  
154 150
    Note that if the HPATH for a LU class is None, this function will
155 151
    not be called.

Also available in: Unified diff