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 ):
"A host is simply a Node."
# Ideally, pausing a host would pause the process. However, when one
# tries to run a command on a paused host, it leads to an exception later.
# For now, disable interfaces to "pause" the host.
# Ideally, pausing a host would pause the bash process corresponding to
# that host. However, when one tries to run a command on a paused host,
# it leads to an exception later. For now, disable interfaces to "pause"
# the host.
def pause( self ):
"Disable interfaces."