Revision 72740756

b/lib/cmdlib.py
1444 1444
             ntime_diff)
1445 1445

  
1446 1446
  def _VerifyNodeLVM(self, ninfo, nresult, vg_name):
1447
    """Check the node time.
1447
    """Check the node LVM results.
1448 1448

  
1449 1449
    @type ninfo: L{objects.Node}
1450 1450
    @param ninfo: the node to check
......
1486 1486
    @type ninfo: L{objects.Node}
1487 1487
    @param ninfo: the node to check
1488 1488
    @param nresult: the remote results for the node
1489
    @param vg_name: the expected list of bridges
1489
    @param bridges: the expected list of bridges
1490 1490

  
1491 1491
    """
1492 1492
    if not bridges:
......
1504 1504
               utils.CommaJoin(sorted(missing)))
1505 1505

  
1506 1506
  def _VerifyNodeNetwork(self, ninfo, nresult):
1507
    """Check the node time.
1507
    """Check the node network connectivity results.
1508 1508

  
1509 1509
    @type ninfo: L{objects.Node}
1510 1510
    @param ninfo: the node to check

Also available in: Unified diff