Skip to content

feat: 资源分区管理优化 #26

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

Merged
merged 9 commits into from
Sep 19, 2024
Merged

feat: 资源分区管理优化 #26

merged 9 commits into from
Sep 19, 2024

Conversation

piccaSun
Copy link
Collaborator

@piccaSun piccaSun commented May 28, 2024

在 QueryAccountBlockStatus 的Response中变更 blocked 的注释,增加 account_blocked_details
在 ListImplementedOptionalFeatures 中增加可选功能枚举值
在 account.proto中增加可选功能rpc接口

在getClusterInfo的Response中增加
// 3-17 Newly added parameters may not be returned
uint32 node_count = 3;
uint32 running_node_count = 4;
uint32 idle_node_count = 5;
uint32 not_available_node_count = 6;
uint32 cpu_core_count =7;
uint32 running_cpu_count = 8;
uint32 idle_cpu_count = 9;
uint32 not_available_cpu_count = 10;
uint32 gpu_core_count = 11;
uint32 running_gpu_count = 12;
uint32 idle_gpu_count = 13;
uint32 not_available_gpu_count = 14;
uint32 job_count = 15;
uint32 running_job_count = 16;
uint32 pending_job_count = 17;

@piccaSun piccaSun requested a review from ddadaal June 11, 2024 09:22
@piccaSun
Copy link
Collaborator Author

piccaSun commented Jun 11, 2024

暂时没有合并要求,但是因为调度器和scow都基于此接口变动开发, 烦请先帮忙确认上述变更是否需要修改 @ddadaal

@piccaSun piccaSun force-pushed the feat-partition-management branch 4 times, most recently from 72950a2 to 827d0ca Compare June 12, 2024 02:51
@piccaSun piccaSun requested a review from ddadaal June 12, 2024 08:17
@piccaSun piccaSun requested a review from ddadaal June 17, 2024 12:27
@piccaSun piccaSun force-pushed the feat-partition-management branch 2 times, most recently from a03a072 to 28dd0d5 Compare July 11, 2024 08:58
@piccaSun piccaSun changed the title feat: 分区管理与配置功能相关接口变更 feat: 1.6.0版本接口变更 Jul 16, 2024
@piccaSun piccaSun requested a review from ddadaal July 17, 2024 06:05
@piccaSun piccaSun changed the title feat: 1.6.0版本接口变更 feat: 1.7.0版本接口变更 Jul 24, 2024
@piccaSun piccaSun changed the title feat: 1.7.0版本接口变更 feat: 资源分区管理优化1.7.0版本接口变更 Jul 24, 2024
@piccaSun piccaSun changed the title feat: 资源分区管理优化1.7.0版本接口变更 feat: 资源分区管理优化 1.7.0版本接口变更 Jul 24, 2024
@piccaSun piccaSun changed the title feat: 资源分区管理优化 1.7.0版本接口变更 feat: 资源分区管理优化 (1.7.0版本接口变更) Jul 24, 2024
@piccaSun piccaSun self-assigned this Jul 29, 2024
@piccaSun piccaSun changed the title feat: 资源分区管理优化 (1.7.0版本接口变更) feat: 资源分区管理优化 Aug 6, 2024
@piccaSun piccaSun requested a review from ddadaal August 7, 2024 02:41
@piccaSun piccaSun requested a review from ddadaal August 8, 2024 01:44
@piccaSun piccaSun marked this pull request as ready for review September 19, 2024 11:40
@piccaSun piccaSun requested a review from ddadaal September 19, 2024 11:42
@piccaSun piccaSun requested a review from ddadaal September 19, 2024 14:31
@ddadaal ddadaal merged commit a11ebc9 into master Sep 19, 2024
1 check passed
@ddadaal ddadaal deleted the feat-partition-management branch September 19, 2024 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants