Skip to content

Commit

Permalink
Fix duplicate mount error during provisioning
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Carey <[email protected]>
  • Loading branch information
brianmcarey committed Jun 21, 2023
1 parent 6101481 commit ffb81b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-provision/gocli/cmd/provision.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func provisionCluster(cmd *cobra.Command, args []string) (retErr error) {
fmt.Sprintf("NODE_NUM=%s", nodeNum),
},
Volumes: map[string]struct{}{
"/var/run/disk/": {},
"/var/run/disk": {},
"/var/lib/registry": {},
},
Cmd: []string{"/bin/bash", "-c", fmt.Sprintf("/vm.sh --memory %s --cpu %s %s", memory, strconv.Itoa(int(cpu)), qemuArgs)},
Expand Down

0 comments on commit ffb81b0

Please sign in to comment.