You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
다음과 같은 오류가 발생하며, Disk를 생성할 수 없습니다. (Public OpenStack 서비스를 활용 중입니다. non-Admin일듯)
[CB-SPIDER].[ERROR]: 2024-11-14 20:45:48 DiskManager.go:223, github.com/cloud-barista/cb-spider/api-runtime/common-runtime.CreateDisk() - Failed to Create Disk. err = failed Check disk Name Exist
[CB-SPIDER].[ERROR]: 2024-11-14 20:46:43 DiskHandler.go:83, github.com/cloud-barista/cb-spider/cloud-control-manager/cloud-driver/drivers/openstack/resources.(*OpenstackDiskHandler).ListDisk() - Failed to List Disk. err = VolumeClient not found
[CB-SPIDER].[ERROR]: 2024-11-14 20:46:43 CommonManager.go:694, github.com/cloud-barista/cb-spider/api-runtime/common-runtime.ListAllResource() - Failed to List Disk. err = VolumeClient not found
또는
[CB-SPIDER].[ERROR]: 2024-11-14 21:02:52 DiskHandler.go:49, github.com/cloud-barista/cb-spider/cloud-control-manager/cloud-driver/drivers/openstack/resources.(*OpenstackDiskHandler).CreateDisk() - Failed to Create Disk. err = failed Check disk Name Exist
[CB-SPIDER].[ERROR]: 2024-11-14 21:02:52 DiskManager.go:223, github.com/cloud-barista/cb-spider/api-runtime/common-runtime.CreateDisk() - Failed to Create Disk. err = failed Check disk Name Exist
OpenStackDriver.go을 이전 버전으로 적용 및 실행하면, 잘 생성이 됩니다.
일단, 다른 부분에 영향이 있을 수도 있을 것 같아서, 코드를 revert하지는 않았습니다.
확인 부탁 드립니다.
The text was updated successfully, but these errors were encountered:
다음 PR 적용 버전으로 OpenStack Disk 생성을 하면,
다음과 같은 오류가 발생하며, Disk를 생성할 수 없습니다. (Public OpenStack 서비스를 활용 중입니다. non-Admin일듯)
The text was updated successfully, but these errors were encountered: