Commit Graph

275 Commits

Author SHA1 Message Date
Chris Leech
9c3f00f532 Resolves: #868305 2012-10-22 13:53:14 -07:00
Chris Leech
8baf9eb1ae Resolves: #854776 #811428 2012-10-11 17:08:00 -07:00
Chris Leech
602db46674 Resolves: #826300 2012-10-10 13:00:03 -07:00
Daniel Mach
eeb54f9aba Merge remote branch 'fedora/master' into rhel-7.0 2012-07-23 08:02:12 -04:00
Dennis Gilmore
9cb10ddbba - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-19 10:11:13 -05:00
Mike Christie
ac41650cec Resolves: #740054 2012-04-09 22:11:55 -05:00
Mike Christie
292c3acb97 Resolves: #738192 2012-04-04 21:02:12 -05:00
Mike Christie
d93ddd5a58 Resolves: #738192 2012-03-28 17:52:46 -05:00
Mike Christie
b0db06f66b Resolves: #739843 #796574 2012-03-22 23:25:59 -05:00
Mike Christie
8012828d2a Resolves: #739843 #796574 2012-03-22 04:28:19 -05:00
Mike Christie
cfcc31b534 Resolves: #740054 #790609 #636013 2012-03-06 05:28:28 -06:00
Mike Christie
72d7a8e8be Resolves: #738192 2012-02-26 17:04:32 -06:00
Mike Christie
13d7f9dd93 Fix system boot slow down caused by iscsi script
Revert
commit 8de5a99bad
Author: Mike Christie <michaelc@cs.wisc.edu>
        Fix iscsi NM use

If the network is not up and not coming up then this will
cause multi-minute long boot delays.
2012-02-14 16:29:58 -06:00
Mike Christie
1d09df920d Fix system boot slow down caused by iscsi script
Revert
commit 8de5a99bad
Author: Mike Christie <michaelc@cs.wisc.edu>
        Fix iscsi NM use

If the network is not up and not coming up then this will
cause multi-minute long boot delays.
2012-02-14 01:43:34 -06:00
Mike Christie
658ff4f3ff fix iscsi/iscsid service start
The delayed iscsi/iscsid service start is causing too many problems.
This reverts the behavior to where when start is requested we always
start.

In the future maybe we can make the iscsid service just be used for
root on iscsi. Then for other iscsi uses we would just have the iscsi
service with iscsiadm starting iscsid and loading modules as needed.
We can begin coverting dependent services and anaconda in the next
version of fedora.
2012-02-06 21:33:18 -06:00
Mike Christie
c6e1f6bc98 Update version and spec 2012-02-04 03:05:11 -06:00
Mike Christie
8de5a99bad Fix iscsi NM use
When NM calls us there can be a delay between when it thinks we
are up and when nm-online returns success. This has nm-online
wait for up to 60 secs so we do not fail early.
2012-02-04 03:00:00 -06:00
Mike Christie
ec32d86275 Fix iscsi network check
This adds network to be required. If NM is not used then this
is required. If NM is used then network.service should not be setup
and we are ok.
2012-02-04 02:58:21 -06:00
Release Configuration Management
c3b64b6801 dist-git conversion 2012-01-20 23:07:31 -05:00
Dennis Gilmore
1c4f613249 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-13 00:02:07 -06:00
Mike Christie
8c735fcb1f fix version string
Fix version string to reflect fedora and not rhel.
2011-11-30 13:53:14 -06:00
mchristi
ffcc7c688c Resolves: #749051 2011-11-02 17:57:14 +00:00
mchristi
d7fda02a2c Resolves: #749051 2011-11-02 00:29:10 +00:00
mchristi
777823a291 Resolves: #749051 2011-10-28 06:58:55 +00:00
mchristi
19b05a07d4 Resolves: #749051 2011-10-27 19:47:37 +00:00
Mike Christie
3949e157de Update iscsi tools:
Update iscsi tools.
2011-10-23 03:29:01 -05:00
mchristi
9f704e7e41 Resolves: #736116 2011-10-18 23:31:17 +00:00
mchristi
1065f5c1cb Resolves: #736116 #736116 2011-10-12 15:28:04 +00:00
mchristi
eaa26054bb Resolves: #736116 2011-10-12 14:32:58 +00:00
mchristi
c01ec7f190 Resolves: #736116 2011-10-12 14:32:58 +00:00
mchristi
7b5a0052c7 Resolves: #736116 2011-09-21 07:55:30 +00:00
mchristi
3ddf135842 Resolves: #696808 2011-09-08 20:48:05 +00:00
mchristi
3406ff5fba Resolves: #732912 2011-09-02 04:16:22 +00:00
mchristi
bf4cd08fb4 Resolves: #696808 2011-08-16 17:12:04 +00:00
mchristi
1c37e66575 Resolves: #715434 #696808 2011-08-15 05:31:59 +00:00
mchristi
fd2b34dac9 Resolves: #715434 #696808 2011-08-15 05:25:45 +00:00
mchristi
8ae36a9d67 Resolves: #715434 #696808 2011-08-15 05:03:15 +00:00
mchristi
3c9800208a Resolves: #715434 #696808 2011-08-15 04:43:53 +00:00
Hans de Goede
f149ee29a9 Change iscsi init scripts to check for networking being actually up, rather
then for NetworkManager being started (#692230)
2011-04-30 10:29:31 +02:00
Hans de Goede
ed7c748574 Drop some unused patch files 2011-04-26 13:44:28 +02:00
Hans de Goede
2d4a526aa6 systemd related fixes
-Fix iscsid autostarting when upgrading from an older version
 (add iscsid.startup key to iscsid.conf on upgrade)
-Fix printing of [ OK ] when successfully stopping iscsid
-Add Should-Start/Stop tgtd to iscsi init script to fix (re)boot from
 hanging when using locally hosted targets
-%%ghost /var/lock/iscsi and contents (#656605)
2011-04-26 13:16:33 +02:00
Mike Christie
ca8ec0002f fix changelog date 2011-04-25 17:24:13 -05:00
Mike Christie
a04b98ffb3 fix iscsi init script check for network being up 2011-04-25 17:17:10 -05:00
mchristi
e16d7fc569 Resolves: #593269 2011-04-20 02:36:07 +00:00
mchristi
a094452bde Resolves: #696267 2011-04-18 18:06:37 +00:00
mchristi
7cb7aa8e7a Resolves: #691902 2011-04-05 21:14:38 +00:00
mchristi
1a34d73eb1 Resolves: #691902 2011-04-05 19:50:33 +00:00
mchristi
0d27aa2281 Resolves: #689359 2011-04-02 10:59:16 +00:00
mchristi
0206720847 Resolves: #677148 2011-03-01 03:20:35 +00:00
mchristi
600a051a70 Resolves: #634021 2011-02-20 04:24:00 +00:00