OpenStackによるイメージからのボリュームの作成に失敗し、VolumeDeviceNotFoundエラーが表示される
- Views:
- 8
- Visibility:
- Public
- Votes:
- 0
- Category:
- element-software<a>2009963956</a>
- Specialty:
- solidfire
- Last Updated:
環境
- Elementソフトウェア
- SolidFire
問題
- OpenStackがイメージからボリュームを作成し、SolidFireにAPIが正常に完了したことが表示されます。
9733 2024-03-05T05:42:34.315Z apiEvent API Call (CreateVolume) 1 { "success": true, "warning": { "unusedParameters": { "sliceCount": 1 } }, "params": { "enable512e": true, "qos": { "burstIOPS": 25000, "minIOPS": 100, "maxIOPS": 20000 }, "name": "clustername-6d70a4e6-a61c-43de-91e3-d9a781c205dd", "requestAPIVersion": "1.0", "totalSize": 8589934592, "sliceCount": 1, "attributes": { "cinder-name": "test_sysvol", "created_at": "2024-03-05T05:42:09+00:00", "is_clone": "False", "uuid": "6d70a4e6-a61c-43de-91e3-d9a781c205dd" }, "accountID": 1 }, "method": "CreateVolume", "context": { "ip": "10.xx.xx.xx", "authMethod": "Cluster", "user": "cinderuser" } }
- OpenStackのボリュームステータスが「Error」と表示され、
cinder-volume.log
次のエラーが出力されます。
2024-03-05 05:49:33.485 40 ERROR cinder.volume.flows.manager.create_volume [req-edeb32ad-83c6-490b-8c7c-514dfc79356b 22193062483343998046f0c79b2f2fe9 882d1ddcc2a2492cb6702b4b53ff76d7 - - -] Failed to copy image 1e8d4a48-bbde-416f-b6fd-fff016673d6c to volume: 6d70a4e6-a61c-43de-91e3-d9a781c205dd: VolumeDeviceNotFound: Volume device not found at .
ModifyVolume
ボリュームが作成される前にAPI(容量を8GBから30GBに変更)が実行されます。
9735 2024-03-05T05:49:34.057Z apiEvent API Call (ModifyVolume) 1 { "success": true, "params": { "totalSize": 32212254720, "volumeID": 7, "requestAPIVersion": "5.0" }, "method": "ModifyVolume", "context": { "ip": "10.xx.xx.xx", "authMethod": "Cluster", "user": "cinderuser" } }