Comment clarification

This commit is contained in:
Brandon Heller
2010-03-14 03:57:25 -07:00
parent b055728fd5
commit a3d899123d
+4 -3
View File
@@ -357,9 +357,10 @@ class Node( object ):
class Host( Node ): class Host( Node ):
"A host is simply a Node." "A host is simply a Node."
# Ideally, pausing a host would pause the process. However, when one # Ideally, pausing a host would pause the bash process corresponding to
# tries to run a command on a paused host, it leads to an exception later. # that host. However, when one tries to run a command on a paused host,
# For now, disable interfaces to "pause" the host. # it leads to an exception later. For now, disable interfaces to "pause"
# the host.
def pause( self ): def pause( self ):
"Disable interfaces." "Disable interfaces."