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

compute: detachDisk disk cache #933

Merged
merged 1 commit into from
Nov 9, 2015
Merged

compute: detachDisk disk cache #933

merged 1 commit into from
Nov 9, 2015

Conversation

callmehiphop
Copy link
Contributor

#929 introduced a bug where we wouldn't update the disk cache (metadata) before detaching a disk if the metadata already was present. This logic was a problem because it wasn't accounting for metadata being out of sync.

@callmehiphop callmehiphop added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. api: compute Issues related to the Compute Engine API. labels Nov 9, 2015
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 9, 2015
}
]
vm.getMetadata = function(callback) {
vm.METADATA = METADATA;

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@stephenplusplus
Copy link
Contributor

Gotta update the test that checks the error message.

@callmehiphop
Copy link
Contributor Author

Gotta update the test that checks the error message.

Ah shoot, I only changed it to satisfy lint rules. My bad!

@stephenplusplus
Copy link
Contributor

Woo, thanks for catching this!

stephenplusplus added a commit that referenced this pull request Nov 9, 2015
@stephenplusplus stephenplusplus merged commit eaef49d into googleapis:master Nov 9, 2015
sofisl pushed a commit that referenced this pull request Nov 11, 2022
feat: added ConversationModel resource and its APIs
feat: added ConversationDataset resource and its APIs
feat: added SetSuggestionFeatureConfig and ClearSuggestionFeatureConfig APIs for ConversationProfile
feat: added new knowledge type of Document content
feat: added states of Document
feat: added metadata for the Knowledge operation
docs: updated copyright
PiperOrigin-RevId: 430829291
Source-Link: googleapis/googleapis@83795dd
Source-Link: googleapis/googleapis-gen@b6b58a4
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjZiNThhNGQ5YjJjZDY2NTdiYjZkNjQwNmM5MDFmMTZkMWQ1MjEzZiJ9
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
docs: clarified the behavior of language_code in EventInput in the context of a followup event input
docs: clarified wording around Cloud Storage usage
docs: added a new resource name pattern for ConversationModel
PiperOrigin-RevId: 432962774
Source-Link: googleapis/googleapis@5556688
Source-Link: googleapis/googleapis-gen@ca6f30a
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2E2ZjMwYTIyMzM0NjlmZjdkYTM2MWZlOWZiNzg3ODRkY2JjNmM3ZSJ9
chore: update v2.14.1 gapic-generator-typescript
Committer: @summer-ji-eng
PiperOrigin-RevId: 433031262
Source-Link: googleapis/googleapis@2a55d13
Source-Link: googleapis/googleapis-gen@2fce389
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMmZjZTM4OTNhZTlkYTQ3NzYzZTA4NzJjNGEzYTg3ZDlmZjc4NzcxZiJ9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: compute Issues related to the Compute Engine API. cla: yes This human has signed the Contributor License Agreement. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants