Unable to delete multi value records in Route53
- 主要言語
- Python
- スター
- 2.1k
- フォーク
- 931
- 平均マージ
- 1日 2時間
- マージ済み PR(30日)
- 4
説明
## Summary
LibCloud is currently unable to delete multi-value DNS records (e.g. MX) in Route53. The earliest I've traced this problem back to is 2015, and while there have been several PR's (https://github.com/apache/libcloud/pull/988 and https://github.com/apache/libcloud/pull/432) to attempt to fix it, they've all been abandoned and not yet merged into master.
## Detailed Information
* LibCloud Version: 3.6.1
* Create multi-value MX record in Route53 zone
* Call delete_record()
* View LibCloud error:
`RecordDoesNotExistError: , record_id=MX:testrecord, value=>`
コントリビューションガイド
調査の方向性
Route53DNSDriver.delete_record() から始め、複数値の MX レコードを作成してから delete_record() を呼び出し、報告された失敗を再現してください。これまでに試みられたアプローチについては、PR #988 と #432 を読んでください。複数値の Route53 レコードを、報告された RecordDoesNotExistError なしで削除できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- aws, python
- 領域
- cloud, networking
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 38/100