File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,16 +29,16 @@ distributed Python package
2929Version
3030-------
3131
32- 0.5.0
32+ 0.5.3
3333
3434Prerequisites
3535-------------
3636
37- | Software | Version |
38- | -----------| -----------------|
39- | Unity OE | 4.1.X or newer |
40- | OpenStack | Newton |
41- | storops | 0.5.5 or newer |
37+ | Software | Version |
38+ | -----------| ------------------ |
39+ | Unity OE | 4.1.X or newer |
40+ | OpenStack | Newton |
41+ | storops | 0.5.12 or newer |
4242
4343Supported operations
4444--------------------
@@ -225,6 +225,17 @@ $ uemcli /net/port/fc show -output csv
225225...
226226```
227227
228+ ### Force delete attached snapshots option
229+
230+ Set the option to `` True `` to force delete the snapshot even if it is attached
231+ to hosts. Enable it carefully, force deleting an attached snapshot could cause
232+ data unaccessble and/or data loss.
233+
234+ ``` sourcecode
235+ force_delete_attached_snapshots = True
236+ ```
237+
238+
228239Live migration integration
229240--------------------------
230241
You can’t perform that action at this time.
0 commit comments