-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Labels
enhancementNew feature or requestNew feature or request
Description
CB-TB에 issue로 올렸던 내용으로서, CB-SP에서 보완해주시면 좋을거 같아 여기에 새 issue로 올려드립니다.
아마 CB-SP 내에서 meta db를 체크하고서 return해주는 error message 같은데, error message에 cloud resource 종류 등 추가 정보를 명시해주면 CB-SP API 사용자/개발자가 error message로 원인을 분석하고 디버깅하기에 더 용이할거 같습니다.
(@powerkimhub)
Log message를 보면서 좀더 생각해보니, CB-SP에도 해당되는데, 자원들의 이름이 모두 동일한 점의 개선도 중요하지만, 실제로 더 필요한 건 log message를 좀더 구체화하여 어떤 자원 관리 과정에서 해당 log가 발생했는지 좀더 명확하게 하는게 좋다고 생각됩니다.예를들어, CB-SP, CB-TB에서 아래와 같이 error log message를 남기는데,
nhncloud-kr1 : already exists nhncloud-kr1 : does not exist
- Log message 참고 : Occasionally, Requests the creation of a SecurityGroup before the vNet creation is complete cb-tumblebug#2105
아래와 같이 개선되면 더 명확할 거 같습니다.
Connection 'nhncloud-kr1' already exists vNet 'nhncloud-kr1' already exists SecurityGroup 'nhncloud-kr1' does not exist
Originally posted by @innodreamer in #2106
powerkimhub
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request