Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Migrate storage pools #6024
Conversation
axw
reviewed
Aug 19, 2016
| + for _, pool := range i.model.StoragePools() { | ||
| + _, err := pm.Create(pool.Name(), storage.ProviderType(pool.Provider()), pool.Attributes()) | ||
| + if err != nil { | ||
| + return errors.Annotatef(err, "pool %q", pool.Name()) |
|
LGTM |
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 6da7576
into
juju:master
Aug 19, 2016
howbazaar
deleted the
howbazaar:migrate-storage-pools
branch
Aug 19, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
howbazaar commentedAug 18, 2016
•
Edited 1 time
-
ericsnowcurrently
Aug 18, 2016
No CI yet, almost there, just storage constraints to go.
(Review request: http://reviews.vapour.ws/r/5472/)