b24095eccc
- Upversion code tar from 8.4 to 9.15 - Modify drbd.spec to apply code patches - Porting 8.4 code patches to 9.15 (Combine several current patches by target file) Test - drbd resize operation. Ensure no outstanding alarms and drbd-overview indicates insync; and 'sudo lvs' indicates resized correctly - drbd resize operation prior to upgrade and then performing the upgrade. e.g. drbd may be resized via 'system controllerfs-modify etcd=<largervalue>', when both controllers are unlocked-enabled-available Story: 2009067 Task: 42873 Depends-On: https://review.opendev.org/806736 Signed-off-by: Takamasa Takenaka <takamasa.takenaka@windriver.com> Change-Id: I25cb46e4b77f90c91d5d7e4dcfa79125776163d1
13 lines
359 B
Diff
13 lines
359 B
Diff
diff --git a/scripts/global_common.conf b/scripts/global_common.conf
|
|
index a916b70..9797275 100644
|
|
--- a/scripts/global_common.conf
|
|
+++ b/scripts/global_common.conf
|
|
@@ -13,6 +13,7 @@ global {
|
|
|
|
# minor-count dialog-refresh disable-ip-verification
|
|
# cmd-timeout-short 5; cmd-timeout-medium 121; cmd-timeout-long 600;
|
|
+ cmd-timeout-short 15;
|
|
}
|
|
|
|
common {
|