Skip to content
Snippets Groups Projects
Commit a3d89912 authored by Brandon Heller's avatar Brandon Heller
Browse files

Comment clarification

parent b055728f
No related branches found
No related tags found
No related merge requests found
......@@ -357,9 +357,10 @@ def __str__( self ):
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."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment