代码拉取完成,页面将自动刷新
同步操作将从 src-openEuler/drbd 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
From b866a79c81a7dc1f087d0c4d64b34ab05a234dfb Mon Sep 17 00:00:00 2001
From: Robert Altnoeder <robert.altnoeder@linbit.com>
Date: Tue, 5 Mar 2024 16:54:44 +0100
Subject: [PATCH 077/100] DRBDmon: Fix CfgEntryStore UUID
The UUID string was mistyped, missing an x character after a backslash,
thereby resulting in the actual UUID
6A454A5D-347A-498D-8E0A-6AD5F5014133
(instead of 6A454A5D-347A-498D-8E0A-6AD5F51A3399, which is what the
comment originally said).
---
user/drbdmon/configuration/CfgEntryStore.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/user/drbdmon/configuration/CfgEntryStore.cpp b/user/drbdmon/configuration/CfgEntryStore.cpp
index c047368c..6573d568 100644
--- a/user/drbdmon/configuration/CfgEntryStore.cpp
+++ b/user/drbdmon/configuration/CfgEntryStore.cpp
@@ -8,8 +8,8 @@
#include <cstring>
// Configuration Entry Store UUID
-// Variant 1 Version 4 (random): 6A454A5D-347A-498D-8E0A-6AD5F51A3399
-const std::string CfgEntryStore::CES_UUID("\x6A\x45\x4A\x5D\x34\x7A\x49\x8D\x8E\x0A\x6A\xD5\xF5\1A\x33\x99");
+// Variant 1 Version 4 (random): 6A454A5D-347A-498D-8E0A-6AD5F5014133
+const std::string CfgEntryStore::CES_UUID("\x6A\x45\x4A\x5D\x34\x7A\x49\x8D\x8E\x0A\x6A\xD5\xF5\x01\x41\x33");
// Configuration Entry Store Version: Major version (16 bits), minor version (16 bits)
// Minor versions are supposed to be backwards compatible
--
2.33.1.windows.1
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。