From 5d33fce70facae9e6bb528b7d3056a0c9e7088ce Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Wed, 10 Nov 2021 08:53:43 +0100 Subject: [PATCH 1/3] Revert "utils: lengthen open-cas service timeout" This reverts commit 40694e5ef30bbfc7ed941a3f470008c0731f7102. Signed-off-by: Robert Baldyga --- utils/open-cas.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/open-cas.service b/utils/open-cas.service index bdc35f0..b0a9106 100644 --- a/utils/open-cas.service +++ b/utils/open-cas.service @@ -16,7 +16,7 @@ OnFailureJobMode=isolate Type=oneshot RemainAfterExit=yes ExecStart=/sbin/casctl settle --timeout 1780 --interval 5 -TimeoutStartSec=30min +TimeoutStartSec=3min [Install] RequiredBy=local-fs.target local-fs-pre.target From b689ca3aa614f5da1b346ac9748f32fe9eae8858 Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Wed, 10 Nov 2021 08:55:22 +0100 Subject: [PATCH 2/3] open-cas.service: Fix license tag Open CAS Linux and other projects in the Open CAS repo were always intended to be released under the OSI-approved BSD 3-Clause License. Change the license tag to the proper one. Signed-off-by: Robert Baldyga --- utils/open-cas.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/open-cas.service b/utils/open-cas.service index b0a9106..f3a766c 100644 --- a/utils/open-cas.service +++ b/utils/open-cas.service @@ -1,6 +1,6 @@ # # Copyright(c) 2019-2021 Intel Corporation -# SPDX-License-Identifier: BSD-3-Clause-Clear +# SPDX-License-Identifier: BSD-3-Clause # [Unit] From 83a477683f80af468897483126c4218d20495a39 Mon Sep 17 00:00:00 2001 From: Robert Baldyga Date: Wed, 10 Nov 2021 08:56:05 +0100 Subject: [PATCH 3/3] open-cas.service: Increase start timeout Signed-off-by: Robert Baldyga --- utils/open-cas.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/open-cas.service b/utils/open-cas.service index f3a766c..20cefd8 100644 --- a/utils/open-cas.service +++ b/utils/open-cas.service @@ -16,7 +16,7 @@ OnFailureJobMode=isolate Type=oneshot RemainAfterExit=yes ExecStart=/sbin/casctl settle --timeout 1780 --interval 5 -TimeoutStartSec=3min +TimeoutStartSec=30min [Install] RequiredBy=local-fs.target local-fs-pre.target