Skip to content

Commit 453030f

Browse files
authored
Update README: option for force delete snapshots
Add the description for the option `force_delete_attached_snapshots`.
1 parent 9a7159c commit 453030f

1 file changed

Lines changed: 17 additions & 6 deletions

File tree

README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ distributed Python package
2929
Version
3030
-------
3131

32-
0.5.0
32+
0.5.3
3333

3434
Prerequisites
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

4343
Supported 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+
228239
Live migration integration
229240
--------------------------
230241

0 commit comments

Comments
 (0)