Skip to content

Commit 8abda2f

Browse files
committed
Changed description for Destroyed volume state.
1 parent d7028ff commit 8abda2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/com/cloud/storage/Volume.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ enum Type {
3333

3434
enum State implements FiniteState<State, Event> {
3535
Allocated("The volume is allocated but has not been created yet."), Creating("The volume is being created. getPoolId() should reflect the pool where it is being created."), Ready(
36-
"The volume is ready to be used."), Destroy("The volume is set to be destroyed but can be recovered.");
36+
"The volume is ready to be used."), Destroy("The volume is destroyed, and can't be recovered.");
3737

3838
String _description;
3939

0 commit comments

Comments
 (0)