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

Can't attach Secondary disk with IO options #588

Open
0xmeti opened this issue Jan 29, 2025 · 0 comments
Open

Can't attach Secondary disk with IO options #588

0xmeti opened this issue Jan 29, 2025 · 0 comments

Comments

@0xmeti
Copy link

0xmeti commented Jan 29, 2025

Hello,
I created some images of type datablock.
Now, I want to attach them to a virtual machine via a disk block,

disk {
    image_id = opennebula_image.example.id
    size     = 10000
    target   = "vda"
    driver   = "qcow2"
  }

but there is no option for IO settings (like the ones available in the UI) in the disk parameters.
I want to configure the Throttling parameters and change the values for total, read, and write.

Image

The only usable parameter for disk related to IO is policay which doesn't work for me.

io - (Optional) Set IO policy. Values are threads, native.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant