Skip to content

Commit 6aa8e6e

Browse files
authored
[feat](snapshot) clone instance return image url (#56310)
1 parent a4a4c4a commit 6aa8e6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gensrc/proto/cloud.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2038,6 +2038,7 @@ message CloneInstanceResponse {
20382038
optional MetaServiceResponseStatus status = 1;
20392039
// The info of the object store where snapshot images stored
20402040
optional ObjectStoreInfoPB obj_info = 2;
2041+
optional string image_url = 3;
20412042
}
20422043

20432044
service MetaService {

0 commit comments

Comments
 (0)