#478 支持多个资源池和个人用户绑定

Closed
created 1 year ago by linfj · 2 comments
linfj commented 1 year ago
linfj added this to the v4.2.0 milestone 1 year ago
liwenlong was assigned by linfj 1 year ago
linfj self-assigned this 1 year ago
linfj commented 1 year ago
Owner
1、管理端用户编辑可以绑定多个资源池; 2、用户端用户模型开发、训练、部署可以选择资源池; 3、服务端在创建用户时绑定默认资源池
liwei03 commented 1 year ago
Owner
1.执行sql修复数据 update user set resource_pools='["common-pool"]' where resource_pools is null update notebook set resource_pool = 'common-pool' where workspace_id = 'default-workspace'; update notebook as n set n.resource_pool = (select w.r_pool_id from workspace as w where n.workspace_id = w.id) where n.workspace_id != 'default-workspace'; update train_job set resource_pool = 'common-pool' where workspace_id = 'default-workspace'; update train_job as n set n.resource_pool = (select w.r_pool_id from workspace as w where n.workspace_id = w.id) where n.workspace_id != 'default-workspace'; update model_deploy set resource_pool = 'common-pool' where workspace_id = 'default-workspace'; update model_deploy as n set n.resource_pool = (select w.r_pool_id from workspace as w where n.workspace_id = w.id) where n.workspace_id != 'default-workspace'; update train_job_template set resource_pool = 'common-pool' where workspace_id = 'default-workspace'; update train_job_template as n set n.resource_pool = (select w.r_pool_id from workspace as w where n.workspace_id = w.id) where n.workspace_id != 'default-workspace';
yangxzh1 added the
测试通过
label 1 year ago
yangxzh1 added the
enhancement
label 1 year ago
yangxzh1 closed this issue 1 year ago
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.