Skip to content

Commit

Permalink
Fix ironic-python-agent image not loading vfat mod
Browse files Browse the repository at this point in the history
Closes-Bug: 1589450
Load the vfat driver as a Pre Exec action for systemd before starting
ironic-python-agent in order to allow reading of parameters.txt file
required for the ironic-python-agent to find its configuration.

Change-Id: Ibf74dd1b2678ea76e0676711a7aa5ba6b88d5421
  • Loading branch information
Bruno Cornec committed Oct 28, 2016
1 parent 38dcce0 commit 2854f40
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -3,6 +3,7 @@ Description=Ironic Python Agent
After=network-online.target

[Service]
ExecStartPre=/usr/sbin/modprobe vfat
ExecStart=/usr/local/bin/ironic-python-agent
Restart=always
RestartSec=30s
Expand Down

0 comments on commit 2854f40

Please sign in to comment.