From 336b4d9a0db9340e0503fd48ce2f36dadc833402 Mon Sep 17 00:00:00 2001 From: Siyuan Zhang <10984162+siyuanfoundation@users.noreply.github.com> Date: Mon, 16 Dec 2024 10:07:40 -0800 Subject: [PATCH] Update server/etcdmain/config.go Co-authored-by: Benjamin Wang --- server/etcdmain/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/etcdmain/config.go b/server/etcdmain/config.go index 42914b3fd1da..15487bdf85d7 100644 --- a/server/etcdmain/config.go +++ b/server/etcdmain/config.go @@ -62,8 +62,8 @@ var ( "snapshot-count": "--snapshot-count is deprecated in 3.6 and will be decommissioned in 3.7.", "max-snapshots": "--max-snapshots is deprecated in 3.6 and will be decommissioned in 3.7.", "v2-deprecation": "--v2-deprecation is deprecated and scheduled for removal in v3.8. The default value is enforced, ignoring user input.", - "experimental-compact-hash-check-enabled": "--experimental-compact-hash-check-enabled is deprecated in 3.6 and will be decommissioned in 3.7.", - "experimental-compact-hash-check-time": "--experimental-compact-hash-check-time is deprecated in 3.6 and will be decommissioned in 3.7.", + "experimental-compact-hash-check-enabled": "--experimental-compact-hash-check-enabled is deprecated in 3.6 and will be decommissioned in 3.7. Use '--feature-gates=CompactHashCheck=true' instead.", + "experimental-compact-hash-check-time": "--experimental-compact-hash-check-time is deprecated in 3.6 and will be decommissioned in 3.7. Use '--compact-hash-check-time' instead.", } )