[scsi-target-utils/f17] update to 1.0.24-7

Andy Grover grover at fedoraproject.org
Mon Mar 25 23:49:24 UTC 2013


commit 8f7b02e4f5144cba04eee20bbd6a2ca8e0d82109
Author: Andy Grover <agrover at redhat.com>
Date:   Mon Mar 25 16:44:48 2013 -0700

    update to 1.0.24-7
    
    Signed-off-by: Andy Grover <agrover at redhat.com>

 scsi-target-utils.spec |    5 ++++-
 tgtd.service           |    2 ++
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/scsi-target-utils.spec b/scsi-target-utils.spec
index b6c6efb..7a5aa72 100644
--- a/scsi-target-utils.spec
+++ b/scsi-target-utils.spec
@@ -4,7 +4,7 @@
 
 Name:           scsi-target-utils
 Version:        1.0.24
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        The SCSI target daemon and utility programs
 
 Group:          System Environment/Daemons
@@ -131,6 +131,9 @@ fi
 
 
 %changelog
+* Mon Mar 25 2013 Andy Grover <agrover at redhat.com> - 1.0.24-7
+- Add workaround for BZ 848942.
+
 * Wed Nov  7 2012 Pádraig Brady <P at draigBrady.com> - 1.0.24-6
 - Fix `tgt-admin --update` so that it uses /etc/tgt/tgtd.conf
 
diff --git a/tgtd.service b/tgtd.service
index 77389eb..5505a27 100644
--- a/tgtd.service
+++ b/tgtd.service
@@ -6,6 +6,8 @@ After=network.target
 EnvironmentFile=/etc/sysconfig/tgtd
 
 ExecStart=/usr/sbin/tgtd -f $TGTD_OPTS
+# see bz 848942. workaround for a race for now.
+ExecStartPost=sleep 5
 # Put tgtd into "offline" state until all the targets are configured.
 # We don't want initiators to (re)connect and fail the connection
 # if it's not ready.


More information about the scm-commits mailing list