On Wed, Nov 3, 2021 at 3:58 PM <[email protected]> wrote: > > thnx for the quick answer. > > the two disk volumes i have reduced are active. the response of the curl > command is saying <status>complete</status>. i have set async to false to get > a response from the rest api. > when i called lvdisplay on the image_id of the volumes i was able to see that > the images got shrank. > > SD is Fibre Channel so it is block SD > > the vms are running oracle databases. maybe i should freeze fs bevor calling > reduce command? is it possible to call fsfreeze via rest api?
Reducing active volume is blocked in 4.4 since this is completely unsafe operation that is likely to corrupt the disk. See the patch fixing this: https://gerrit.ovirt.org/c/ovirt-engine/+/111541 It is possible that this is not blocked in older 4.3 versions. This is the risk of running 4.3. There is no reason to freeze the file system, reducing is an operation that cannot affect the guest if done safely (on read only layer). Nir _______________________________________________ Users mailing list -- [email protected] To unsubscribe send an email to [email protected] Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/[email protected]/message/IQNYE57UZWLJ4ZRVIIAFSF2RYNG2EJ5Y/

