-
Notifications
You must be signed in to change notification settings - Fork 81
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
I need LVM to specify a SSD or HDD type disk #255
Comments
LVM can combine both SSD or HDD disk into one volume group, how do you think this scinario? say, how you konw the VG is SSD or HDD or mixed? |
Add a new storage class binding to the corresponding volume group lvm-xfs-ssd. Specify that the volume group consists entirely of SSD disks. Is this feasible? |
Would it be possible to introduce a flexible approach where any storage class starting with 'lvm-xxx' follows the same logic of binding to a volume group? I'm defining two storage classes: lvm-xxx-ssd and lvm-xxx-hdd, which will bind to different volume groups. Do you think this is feasible |
sure,but we need to a rule to detect the lvm type, eg, open-local needs to detect and report the vg type in node local storage CR |
Sure, can also add a parameter similar to mediaType to specify the name of the VG. Create the corresponding VG name in NLSC. |
It's reasonable to add this feature via some coding change,do you have any further thoughts on this implementation? |
I'm not very familiar with writing Go code at the moment and don't have many ideas for implementing code. |
Hello, do you have time to implement this requirement? |
Does the openlocal lvm type support specifying mediaType
I need LVM to specify a SSD or HDD type disk
for example
The text was updated successfully, but these errors were encountered: