Skip to content

Fix ho client for group start/stop requests#2710

Open
ser-io wants to merge 2 commits into
google:mainfrom
ser-io:ho-start-test-multi-instance
Open

Fix ho client for group start/stop requests#2710
ser-io wants to merge 2 commits into
google:mainfrom
ser-io:ho-start-test-multi-instance

Conversation

@ser-io

@ser-io ser-io commented Jun 12, 2026

Copy link
Copy Markdown
Member

No description provided.

@ser-io ser-io requested a review from jemoreira June 12, 2026 22:23
@ser-io ser-io changed the title Ho start test multi instance Fix ho client for group start/stop requests Jun 12, 2026
@ser-io ser-io force-pushed the ho-start-test-multi-instance branch from 26d5553 to 6b4aaea Compare June 12, 2026 22:25

func (c *HostOrchestratorClientImpl) Stop(groupName, instanceName string) error {
path := fmt.Sprintf("/cvds/%s/%s/:stop", groupName, instanceName)
path := fmt.Sprintf("/cvds/%s/:stop", groupName)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could these be two functions? StopGroup and StopInstance?

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.

2 participants