Skip to content

Commit

Permalink
Add a note about when to call Node.config()
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed Sep 7, 2023
1 parent ce62687 commit 854c3a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fabrictestbed_extensions/fablib/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -2993,6 +2993,10 @@ def config(self, log_dir="."):
"""
Run configuration tasks for this node.
Use this method in order to re-apply configuration to a
rebooted node. Normally this method is invoked by
``Slice.submit()`` or ``Slice.modify()``.
Configuration tasks include:
- Setting hostname.
Expand Down

0 comments on commit 854c3a7

Please sign in to comment.