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#7810 from axw/oracle-release-import-volumes
provider/oracle: release/import volume support ## Description of change Add support for releasing and import volumes from/into an Oracle model. Tags are removed and added respectively. ## QA steps 1. juju bootstrap oracle 2. juju deploy cs:~axwalk/storagetest --storage fs=oracle,1G 3. juju remove-storage --no-destroy fs/0 (wait, check it's still in console) 4. juju import-filesystem oracle \<volume-id\> fs (should be imported as fs/1) 5. juju attach-storage storagetest/0 fs/1 (wait, should attach correctly) 6. juju destroy-controller -y oracle --destroy-all-models --destroy-storage ## Documentation changes None. ## Bug reference None.
- Loading branch information
Showing
5 changed files
with
297 additions
and
165 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
Oops, something went wrong.