Commit 446337b
authored
Fix of shrinking volumes with QCOW2 format (#5225)
* Fix of shrinking volumes with QCOW2 format
If the volumes are with QCOW2 format the shrinking will be handled on
the agents side. There are cases in some storage plugins where the
volumes' format is kept in the DB in QCOW2 but the actual format is raw.
Till the current implementation this was limiting the plugins to shrink
the volumes. Now this will be handled by the storage plugins
* Addressed @nvazquez suggested change
Will log the exception instead the exception message1 parent 29090fe commit 446337b
1 file changed
Lines changed: 1 addition & 9 deletions
Lines changed: 1 addition & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1063 | 1063 | | |
1064 | 1064 | | |
1065 | 1065 | | |
1066 | | - | |
1067 | | - | |
1068 | | - | |
1069 | | - | |
1070 | | - | |
1071 | | - | |
1072 | | - | |
1073 | | - | |
1074 | 1066 | | |
1075 | 1067 | | |
1076 | 1068 | | |
| |||
1323 | 1315 | | |
1324 | 1316 | | |
1325 | 1317 | | |
1326 | | - | |
| 1318 | + | |
1327 | 1319 | | |
1328 | 1320 | | |
1329 | 1321 | | |
| |||
0 commit comments