forked from juju/juju
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request juju#7779 from axw/gce-release-storage
provider/gce: implement Release/ImportVolume ## Description of change Implement ReleaseVolumes and ImportVolume, to support releasing GCE volumes from one controller, and importing them into another. ## QA steps 1. juju bootstrap google 2. juju deploy cs:~axwalk/storagetest --storage fs=gce,1G (wait for storage to be attached) 3. juju remove-storage --force --no-destroy fs/0 (wait for storage to disappear from juju storage output) 4. juju destroy-controller navigate to GCE console, check that the disk is still there, but has the controller/model labels cleared 5. juju bootstrap google 6. juju import-filesystem gce \<disk-name\> fs 7. juju destroy-controller -y --destroy-all-models --destroy-storage (confirm disk is deleted) ## Documentation changes None. ## Bug reference None.
- Loading branch information
Showing
2 changed files
with
128 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters