-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
The VM Support to set Blkiotune #13100
Comments
@matthewei we don't expose those values in the API, if you want tune those fields, you should use a sidecar. |
@alicefr Could you tell me the reason why it can't be exposed from the API? if we expose thoes values in the API and we can set this rules online. But I think you can't realize it if you use sidecar. |
The openstack has providerd this interface. Why don't we provide it? |
@matthewei this has been asked multiple times in the past, if you search, you will find multiple issues about this. |
okay, but the KEP support to set |
@matthewei yes, sorry I thought I had put the link, here it is: kubernetes/enhancements#3004 |
Many Thanks @alicefr ,I still think that setting it directly through CRD is the best, we can specify the relevant settings explicitly, and it does not conflict with KEP. As an operator of DC, I only care about the creation parameters of the virtual machine |
Is your feature request related to a problem? Please describe:
Sometimes, we need to set the io performance of the disk.
such as
read_bytes_sec
,write_bytes_sec
,read_iops_sec
,write_iops_sec
,total_bytes_sec,
total_bytes_sec_max,
total_bytes_sec_max_length,total_iops_sec,omitempty
,total_iops_sec_max
,total_iops_sec_max_length
Describe the solution you'd like:
I want to set iotune through vm's CRD. Please have a look the flowing phase.
Describe alternatives you've considered:
Please see the description of the previous stage.
Additional context:
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: