Skip to content

Commit

Permalink
add log message when choose random az
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheng Pan committed Oct 10, 2018
1 parent 1e0c5e8 commit a20fb44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/cloud/cloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ func (c *cloud) CreateDisk(ctx context.Context, volumeName string, diskOptions *
if err != nil {
return nil, err
}
glog.V(5).Infof("AZ is not provided. Choose random AZ [%s]", zone)
} else {
zone = diskOptions.AvailabilityZone
}
Expand Down

0 comments on commit a20fb44

Please sign in to comment.