oVirt / vdsm

The Virtual Desktop Server Manager
GNU General Public License v2.0
161 stars 202 forks source link

blockVolume: remove misleading comments #305

Closed aesteve-rh closed 2 years ago

aesteve-rh commented 2 years ago

In calculate_volume_alloc_size, there are a couple comments that hint for the volume format being qcow.

However, the code that is executed below the preallocated comment, can be reached also with a raw volume.

Edit the comment to include preallocated raw option to avoid confusion.

Signed-off-by: Albert Esteve aesteve@redhat.com