Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VM Image Metadata needs improvement #1463

Closed
Jeon-Jinhyeok opened this issue Feb 10, 2025 · 6 comments
Closed

VM Image Metadata needs improvement #1463

Jeon-Jinhyeok opened this issue Feb 10, 2025 · 6 comments
Assignees
Labels

Comments

@Jeon-Jinhyeok
Copy link
Member

  • Alibaba Cloud -> 세 개의 Image에 대한 OSArchitecture 수정 필요

    • NameId: ubuntu_16_0402_32_20G_alibase_20180409.vhd, SystemId: ubuntu_16_0402_32_20G_alibase_20180409.vhd, OSArchitecture: i386, OSPlatform: Linux/UNIX, OSDiskSize: 20, ImageStatus: Available
    • NameId: ubuntu_14_0405_32_40G_alibase_20170711.vhd, SystemId: ubuntu_14_0405_32_40G_alibase_20170711.vhd, OSArchitecture: i386, OSPlatform: Linux/UNIX, OSDiskSize: 40, ImageStatus: Available
    • NameId: centos_6_08_32_40G_alibase_20170710.vhd, SystemId: centos_6_08_32_40G_alibase_20170710.vhd, OSArchitecture: i386, OSPlatform: Linux/UNIX, OSDiskSize: 40, ImageStatus: Available
  • kt Cloud VPC -> 전체 Image의 OSDiskSizeInGB가 숫자 혹은 -1로 설정되어야 하지만, 현재 NA로 설정되어있습니다.

@Jeon-Jinhyeok Jeon-Jinhyeok added the enhancement New feature or request label Feb 10, 2025
@powerkimhub
Copy link
Member

@MZC-CSC

[Alibaba]

  • OSArchitecture의 경우,
  • 다음 Type을 활용해서 설정해주셔야 합니다.

type OSArchitecture string
const (
ARM64 OSArchitecture = "arm64"
ARM64_MAC OSArchitecture = "arm64_mac"
X86_64 OSArchitecture = "x86_64"
X86_64_MAC OSArchitecture = "x86_64_mac"
ArchitectureNA OSArchitecture = "NA"
)


@innodreamer

[KT VPC]

  • 반영 부탁드립니다.

@innodreamer
Copy link
Member

@powerkimhub (@Jeon-Jinhyeok)
KT Cloud VPC driver > ImageHandler에서 Image info 부분을 update 했습니다.

유사하게, KT Cloud VPC driver > VMSpecHandler VMSpec info에서도 update 했습니다.

@SungWoongz
Copy link
Contributor

SungWoongz commented Feb 14, 2025

@powerkimhub

안녕하세요
이슈
ALIBABA에서 OSArchitecture 가 i386인 경우
X86_32인데

다음 Type에 32비트는 고려되지 않은 것 같아 NA로 처리 해야 되는지 확인차 질문드립니다.

  
 const ( 
 	ARM64          OSArchitecture = "arm64" 
 	ARM64_MAC      OSArchitecture = "arm64_mac" 
 	X86_64         OSArchitecture = "x86_64" 
 	X86_64_MAC     OSArchitecture = "x86_64_mac" 
 	ArchitectureNA OSArchitecture = "NA" 
 )

@powerkimhub
Copy link
Member

@SungWoongz

  • 아, 32bit 지원이 아직 있는 줄 미처 몰랐습니다.
  • constanct 추가해드릴께요~

@powerkimhub
Copy link
Member

@SungWoongz

  • 추가했습니다.

@powerkimhub
Copy link
Member

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants