diff options
| -rw-r--r-- | meta-openstack/recipes-support/tgt/files/tgtd.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-support/tgt/files/tgtd.init b/meta-openstack/recipes-support/tgt/files/tgtd.init index 52d98c3..350fd0c 100644 --- a/meta-openstack/recipes-support/tgt/files/tgtd.init +++ b/meta-openstack/recipes-support/tgt/files/tgtd.init | |||
| @@ -39,7 +39,7 @@ start () | |||
| 39 | # if it's not ready. | 39 | # if it's not ready. |
| 40 | tgtadm --op update --mode sys --name State -v offline | 40 | tgtadm --op update --mode sys --name State -v offline |
| 41 | # Configure the targets. | 41 | # Configure the targets. |
| 42 | tgt-admin -e -c $TGTD_CONFIG | 42 | tgt-admin -f -e -c $TGTD_CONFIG |
| 43 | # Put tgtd into "ready" state. | 43 | # Put tgtd into "ready" state. |
| 44 | tgtadm --op update --mode sys --name State -v ready | 44 | tgtadm --op update --mode sys --name State -v ready |
| 45 | 45 | ||
