Commit b817e7a
authored
fix(linstor): handle RAW type in compute_volume_size (#158)
Regression caused by this commit:
```
refactor(sm): move all VDI types in a new module `vditype.py`
```
The RAW type is no longer checked by this function;
this prevents the creation of RAW volumes and consequently blocks HA activation.
Signed-off-by: Ronan Abhamon <ronan.abhamon@vates.tech>1 parent 7cb7eaf commit b817e7a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
477 | | - | |
| 477 | + | |
478 | 478 | | |
479 | 479 | | |
480 | 480 | | |
| |||
0 commit comments