Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default QCOW_OVERHEAD_FACTOR may waste too many extra disks for big storage #207

Open
ahadas opened this issue May 24, 2022 · 0 comments
Open
Labels
enhancement Enhancing the system by adding new feature or improving performance or reliability storage

Comments

@ahadas
Copy link
Member

ahadas commented May 24, 2022

Steps to Reproduce:

  1. default value of QCOW_OVERHEAD_FACTOR is 1.1

75ee426 vdsm/storage/blockVolume.py (Fred Rolland 2015-09-17 17:18:16 +0300 44) QCOW_OVERHEAD_FACTOR = 1.1

3cbc0c0 lib/vdsm/storage/blockVolume.py (Vojtech Juranek 2019-07-11 22:32:11 +0200 347) alloc_size = int(initial_size * c)

the default QCOW_OVERHEAD_FACTOR is a little waste of storage if they create a 1 TB disk (1.1 TB is assigned)

Original bug: https://bugzilla.redhat.com/2041352

@ahadas ahadas added the storage label May 24, 2022
@nirs nirs added the enhancement Enhancing the system by adding new feature or improving performance or reliability label May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancing the system by adding new feature or improving performance or reliability storage
Projects
None yet
Development

No branches or pull requests

2 participants