We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
지금 당장은 아니더라도 확인이 필요한 부분이라 의견 공유 드립니다.
memory, disk 등: Mb, Gb 등의 단위 표시에 대해 고민이 필요해 보입니다.
empty 값을 갖는 자원 정보 제공 관련
"data_disk": [ { "label": "vda14", "type": "HDD", "size": 0 }
참고: 제공 받은 info 정보 일부
{ "compute": { "os": { "os": { "name": "linux", "vendor": "ubuntu", "version": "22.04.2 LTS (Jammy Jellyfish)", "release": "22.04", "architecture": "x86_64" }, "kernel": { "release": "5.15.0-112-generic", "version": "#122-Ubuntu SMP Thu May 23 07:48:21 UTC 2024", "architecture": "x86_64" }, "node": { "hostname": "powerkim-dev", "hypervisor": "kvm", "machineid": "004860cb-990e-46f1-9237-3e3a2cbad236", "timezone": "KST" } }, "compute_resource": { "cpu": { "vendor": "GenuineIntel", "model": "Intel Xeon Processor (Cascadelake)", "max_speed": 2095, "cache": 16384, "cpus": 32, "cores": 1, "threads": 1 }, "memory": { "type": "RAM", "speed": 0, "size": 65536 }, "root_disk": { "label": "vda1", "type": "HDD", "size": 107 }, "data_disk": [ { "label": "vda14", "type": "HDD", "size": 0 } ] }, "connection": null }, "network": { "host": { "network_interface": [ ... 중략 ... "firewall_rule": [] }, "csp": { "name": "", "vpc": null, "nlb": null, "security_group": null } }, "gpu": { "nvidia": [], "drm": [ { "driver_name": "virtio_gpu", "driver_version": "0.1.0", "driver_date": "0", "driver_description": "virtio GPU" } ] }, "storage": { "mount_point": { "mounted_information": null } } }
The text was updated successfully, but these errors were encountered:
| * empty 값을 갖는 자원 정보 제공 관련
Sorry, something went wrong.
@powerkimhub 현 시점을 기준으로 현황 입니다.
No branches or pull requests
지금 당장은 아니더라도 확인이 필요한 부분이라 의견 공유 드립니다.
memory, disk 등: Mb, Gb 등의 단위 표시에 대해 고민이 필요해 보입니다.
empty 값을 갖는 자원 정보 제공 관련
참고: 제공 받은 info 정보 일부
The text was updated successfully, but these errors were encountered: