2.14.9.4. 확인된 문제
이 부분에서는 OpenShift 18.0의 Red Hat OpenStack Services에서 알려진 문제에 대해 설명합니다.
RGW에서는 특정 Tempest 오브젝트 스토리지 메타데이터 테스트를 통과하지 않습니다.
OpenShift 18.0의 Red Hat OpenStack Services는 Red Hat Ceph Storage 7을 지원합니다. Red Hat Ceph Storage 7 RGW는 다음 Jira에서 추적한 특정 Tempest 오브젝트 스토리지 메타데이터 테스트를 통과하지 않습니다.
https://issues.redhat.com/browse/RHCEPH-6708https://issues.redhat.com/browse/RHCEPH-9119https://issues.redhat.com/browse/RHCEPH-9122https://issues.redhat.com/browse/RHCEPH-4654
Jira:OSPRH-7464
ISO 이미지 형식으로 변환한 후 이미지 가져오기는 가져오기 상태로 유지됩니다.
ISO 이미지 형식으로 이미지 변환을 사용하는 경우 이미지 가져오기 작업은 "가져오기" 상태로 유지됩니다.
*Workaround:* If your deployment supports uploading images in ISO format, you can use the `image-create` command to upload ISO images as shown in the following example (instead of using image conversion with the `image-create-via-import` command).
예제:
glance image-create \
--name <iso_image> \
--disk-format iso \
--container-format bare \
--file <my_file.iso>
-
&
lt;iso_image>를 이미지 이름으로 바꿉니다. -
&
lt;my_file.iso>를 이미지의 파일 이름으로 바꿉니다.