{"record":{"id":"c324e3123d6acc19","repo":"kubernetes/kops","slug":"failed-to-delete-l3-floating-ip-s-v","errorCode":null,"errorMessage":"failed to delete L3 floating ip %s: %v","messagePattern":"failed to delete L3 floating ip (.+?): (.+?)","errorType":"exception","errorClass":null,"httpStatus":null,"severity":"error","filePath":"upup/pkg/fi/cloudup/openstack/floatingip.go","lineNumber":124,"sourceCode":"\t\t\treturn true, nil\n\t\t}\n\t\treturn false, nil\n\t})\n\tif !done && err == nil {\n\t\terr = wait.ErrWaitTimeout\n\t}\n\treturn err\n}\n\nfunc (c *openstackCloud) DeleteL3FloatingIP(id string) (err error) {\n\treturn deleteL3FloatingIP(c, id)\n}\n\nfunc deleteL3FloatingIP(c OpenstackCloud, id string) (err error) {\n\tdone, err := vfs.RetryWithBackoff(writeBackoff, func() (bool, error) {\n\t\terr = l3floatingip.Delete(context.TODO(), c.NetworkingClient(), id).ExtractErr()\n\t\tif err != nil && !isNotFound(err) {\n\t\t\treturn false, fmt.Errorf(\"failed to delete L3 floating ip %s: %v\", id, err)\n\t\t}\n\t\treturn true, nil\n\t})\n\tif !done && err == nil {\n\t\terr = wait.ErrWaitTimeout\n\t}\n\treturn err\n}\n","sourceCodeStart":106,"sourceCodeEnd":133,"githubUrl":"https://github.com/kubernetes/kops/blob/4c8573c808a73d578c5eadc86d410646ea0b0d73/upup/pkg/fi/cloudup/openstack/floatingip.go#L106-L133","documentation":"deleteL3FloatingIP wraps the l3floatingip.Delete ExtractErr failure (via the networking client) when releasing a layer-3 floating IP. NotFound is tolerated; other API errors fire this message and are retried with the write backoff before surfacing.","triggerScenarios":"Thrown at upup/pkg/fi/cloudup/openstack/floatingip.go:124 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Verify the floating IP ID exists in the Neutron project","Check Networking API credentials and scopes","Retry; the operation already runs inside RetryWithBackoff"],"exampleFix":null,"handlingStrategy":"retry","validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"4c8573c808a73d578c5eadc86d410646ea0b0d73","analyzedAt":"2026-09-05T04:13:19.212Z","contentChangedAt":"2026-09-05T04:13:19.212Z","schemaVersion":2},"datasetVersion":"2026-09-12T07:17:12.445Z"}