Skip to content
This repository has been archived by the owner on Jul 16, 2020. It is now read-only.

Commit

Permalink
Merge pull request #1017 from rbradford/error-reporting-improvements-2
Browse files Browse the repository at this point in the history
Improve error reporting in controller
  • Loading branch information
rbradford committed Jan 18, 2017
2 parents de1a5da + 0bc450a commit dc1bc76
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 84 deletions.
2 changes: 1 addition & 1 deletion ciao-controller/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func (client *ssntpClient) CommandNotify(command ssntp.Command, frame *ssntp.Fra
}

func (client *ssntpClient) deleteEphemeralStorage(instanceID string) {
attachments, _ := client.ctl.ds.GetStorageAttachments(instanceID)
attachments := client.ctl.ds.GetStorageAttachments(instanceID)
for _, attachment := range attachments {
if !attachment.Ephemeral {
continue
Expand Down
Loading

0 comments on commit dc1bc76

Please sign in to comment.