Commit 0c422ac
authored
server: fix additional zones cannot be removed (#9261)
Got an exception when delete a zone
```
com.cloud.utils.exception.CloudRuntimeException: The zone cannot be deleted because there are Secondary storages in this zone
```1 parent 60f234c commit 0c422ac
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- engine/schema/src/main/java/org/apache/cloudstack/storage/datastore/db
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
0 commit comments