Skip to content

Commit

Permalink
Add note about activated pool mountpoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
vbotka committed Feb 11, 2025
1 parent c8f8ed1 commit cd27805
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions plugins/inventory/iocage.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,11 @@
command C(iocage list -l).
- The names of these variables correspond to the output columns.
- The column C(NAME) is used to name the added host.
- The option O(hooks_results) expects the C(poolname) of a jail is mounted to
C(/poolname). For example, if you activate the pool C(iocage) this plugin
expects to find the O(hooks_results) items in the path
C(/iocage/iocage/jails/<name>/root). If you mount the C(poolname) to a
different path the easiest remedy is to create a symlink.
'''

EXAMPLES = r'''
Expand Down

0 comments on commit cd27805

Please sign in to comment.