Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added AttachScsiLun function #987

Merged
merged 2 commits into from
Jan 8, 2018
Merged

Conversation

tdawe
Copy link
Contributor

@tdawe tdawe commented Jan 8, 2018

Added AttachScsiLun function to host_storage_system

Added AttachScsiLun function to host_storage_system
@vmwclabot
Copy link
Member

@tdawe, you must sign our contributor license agreement before your changes are merged. Click here to sign the agreement. If you are a VMware employee, read this for further instruction.

@vmwclabot
Copy link
Member

@tdawe, VMware has approved your signed contributor license agreement.

@@ -161,3 +161,14 @@ func (s HostStorageSystem) MarkAsNonLocal(ctx context.Context, uuid string) (*Ta

return NewTask(s.c, res.Returnval), nil
}

func (s HostStorageSystem) AttachScsiLun(ctx context.Context, uuid string) (*types.AttachScsiLunResponse, error) {
Copy link
Member

Choose a reason for hiding this comment

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

Thanks @tdawe . Can you change the method to just return error? The response has no fields, so it can just be ignored.

@dougm dougm merged commit 44e8d85 into vmware:master Jan 8, 2018
@tdawe tdawe deleted the adding-attach-scsi-disk branch January 8, 2018 18:58
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.

3 participants