Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[OpenStack:NLB] Recheck NLB Healthcheck Status #1440

Open
powerkimhub opened this issue Jan 24, 2025 · 0 comments
Open

[OpenStack:NLB] Recheck NLB Healthcheck Status #1440

powerkimhub opened this issue Jan 24, 2025 · 0 comments
Assignees
Labels
CloudDriver enhancement New feature or request

Comments

@powerkimhub
Copy link
Member

@ish-hcc (@Jeongwoon )


  • 다음과 같은 NLB 설정 환경에서, Health Check를 확인하면,

Image

  • 아래 코드 블록에 comment 남겨주신 바와 같이,
  • 저희가 사용하는 환경에서는 OFFLINE 상태를 보이고 있습니다.
    • NLB 호출은 정상 동작하는 걸로 보입니다.
  • 관련하여, 현재 Patch 방법은 없는 지 등 관련된 현황 재확인 부탁 드립니다.

} else {
// OFFLINE DEGRADED ERROR NO_MONITOR 일 경우, HealthCheck 결과가 멤버에 제대로 갱신되지 않는 octavia 이슈일 수 있음
getErr := errors.New(fmt.Sprintf("Failed to GetVMGroupHealthInfo. err = Unable to determine operating status of member. This openstack may not update the OperatingStatus"))
cblogger.Error(getErr.Error())
LoggingError(hiscallInfo, getErr)
return irs.HealthInfo{}, getErr
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CloudDriver enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants