Skip to content

Commit

Permalink
Merge pull request #600 from MZC-CSC/issue_594_20220404_okee
Browse files Browse the repository at this point in the history
Issue #592 20220404 okee
  • Loading branch information
powerkimhub authored Apr 5, 2022
2 parents 801db11 + 41d734a commit 9e8bbc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func (vmHandler *GCPVMHandler) StartVM(vmReqInfo irs.VMReqInfo) (irs.VMInfo, err
Boot: true,
Type: "PERSISTENT",
InitializeParams: &compute.AttachedDiskInitializeParams{
DiskName: vmName + "-" + zone, //disk name 도 매번 바뀌어야 하는 값
//DiskName: vmName, //disk name 도 매번 바뀌어야 하는 값, 루트 디스크 이름은 특별히 지정하지 않는 경우 vm이름으로 생성됨
SourceImage: imageURL,
},
},
Expand Down

0 comments on commit 9e8bbc6

Please sign in to comment.