Revision af9fb4cc

b/lib/cmdlib.py
4530 4530

  
4531 4531

  
4532 4532
def _CheckDiskConsistency(lu, instance, dev, node, on_primary, ldisk=False):
4533
  """Wrapper around L{_CheckDiskConistencyInner}.
4533
  """Wrapper around L{_CheckDiskConsistencyInner}.
4534 4534

  
4535 4535
  """
4536 4536
  (disk,) = _AnnotateDiskParams(instance, [dev], lu.cfg)
b/lib/config.py
248 248
  def GetGroupDiskParams(self, group):
249 249
    """Get the disk params populated with inherit chain.
250 250

  
251
    @type group: L{objects.Group}
251
    @type group: L{objects.NodeGroup}
252 252
    @param group: The group we want to know the params for
253 253
    @return: A dict with the filled in disk params
254 254

  
......
258 258
  def _UnlockedGetGroupDiskParams(self, group):
259 259
    """Get the disk params populated with inherit chain down to node-group.
260 260

  
261
    @type group: L{objects.Group}
261
    @type group: L{objects.NodeGroup}
262 262
    @param group: The group we want to know the params for
263 263
    @return: A dict with the filled in disk params
264 264

  
b/lib/objects.py
115 115
def FillDiskParams(default_dparams, custom_dparams, skip_keys=None):
116 116
  """Fills the disk parameter defaults.
117 117

  
118
  @see FillDict: For parameters and return value
118
  @see: L{FillDict} for parameters and return value
119 119

  
120 120
  """
121 121
  assert frozenset(default_dparams.keys()) == constants.DISK_TEMPLATES

Also available in: Unified diff