forked from pool/systemd
Accepting request 532097 from home:fbui:systemd:Factory
- Import commit 6dea894131d78b20b9e0482f75afa6ee4dec8627 1cdd944b0 unit: when JobTimeoutSec= is turned off, implicitly turn off JobRunningTimeoutSec= too (bsc#1004995) This make 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch not needed anymore. OBS-URL: https://build.opensuse.org/request/show/532097 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd?expand=0&rev=992
This commit is contained in:
parent
a8722201f0
commit
e5e492029f
@ -1,48 +0,0 @@
|
||||
From 02a4361a931a210b547795a49d062e90d2462cbc Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Michal=20Koutn=C3=BD?= <mkoutny@suse.com>
|
||||
Date: Wed, 23 Aug 2017 15:18:19 +0200
|
||||
Subject: [PATCH 1/1] Revert "core/device: Use JobRunningTimeoutSec= for device
|
||||
units"
|
||||
|
||||
This reverts commit d9732d78034cd01a75f2cda6ebaddb4c3a0929ea.
|
||||
|
||||
This is not backwards compatible for outer callers that are used to set
|
||||
JobTimeoutSec= for devices. The compatibility breaks if JobTimeoutSec= is
|
||||
longer than default JobRunningTimeoutSec=90, especially JobTimeoutSec=infinity.
|
||||
|
||||
[mkoutny: fixes bsc#1048605]
|
||||
[fbui: as a consequence, reintroduces bsc#1004995]
|
||||
---
|
||||
src/core/device.c | 2 +-
|
||||
src/shared/generator.c | 2 +-
|
||||
2 files changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/src/core/device.c b/src/core/device.c
|
||||
index 434a6a9c5..89549f43b 100644
|
||||
--- a/src/core/device.c
|
||||
+++ b/src/core/device.c
|
||||
@@ -114,7 +114,7 @@ static void device_init(Unit *u) {
|
||||
* indefinitely for plugged in devices, something which cannot
|
||||
* happen for the other units since their operations time out
|
||||
* anyway. */
|
||||
- u->job_running_timeout = u->manager->default_timeout_start_usec;
|
||||
+ u->job_timeout = u->manager->default_timeout_start_usec;
|
||||
|
||||
u->ignore_on_isolate = true;
|
||||
}
|
||||
diff --git a/src/shared/generator.c b/src/shared/generator.c
|
||||
index 47be354ba..743bc88f6 100644
|
||||
--- a/src/shared/generator.c
|
||||
+++ b/src/shared/generator.c
|
||||
@@ -187,7 +187,7 @@ int generator_write_timeouts(
|
||||
|
||||
return write_drop_in_format(dir, unit, 50, "device-timeout",
|
||||
"# Automatically generated by %s\n\n"
|
||||
- "[Unit]\nJobRunningTimeoutSec=%s",
|
||||
+ "[Unit]\nJobTimeoutSec=%s",
|
||||
program_invocation_short_name, timeout);
|
||||
}
|
||||
|
||||
--
|
||||
2.13.1
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b61dbb97f98aff4b1666ee4b7ed57d2f89fe6b06b188339ff67f8c7cc5828ac
|
||||
size 3351020
|
||||
oid sha256:6fd8f4674008055ae6b3fb870e84fbd64f53c1edaf43c84d95d7a9b6b7bec00b
|
||||
size 3351212
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 6 07:30:01 UTC 2017 - fbui@suse.com
|
||||
|
||||
- Import commit 6dea894131d78b20b9e0482f75afa6ee4dec8627
|
||||
|
||||
1cdd944b0 unit: when JobTimeoutSec= is turned off, implicitly turn off JobRunningTimeoutSec= too (bsc#1004995)
|
||||
|
||||
This make 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch
|
||||
not needed anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 5 12:24:35 UTC 2017 - fbui@suse.com
|
||||
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 6 07:30:01 UTC 2017 - fbui@suse.com
|
||||
|
||||
- Import commit 6dea894131d78b20b9e0482f75afa6ee4dec8627
|
||||
|
||||
1cdd944b0 unit: when JobTimeoutSec= is turned off, implicitly turn off JobRunningTimeoutSec= too (bsc#1004995)
|
||||
|
||||
This make 0001-Revert-core-device-Use-JobRunningTimeoutSec-for-devi.patch
|
||||
not needed anymore.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 5 12:24:35 UTC 2017 - fbui@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user