09-08-2021 10:22 AM
When setting up the HX cluster, there is the option for "VDI Optimization"...What kinda magic does this option do really if I selected it for the cluster? Can this option be modified post cluster installation?
From the HX whitepaper linked below,
"Only select the options VDI or VSI when installing HyperFlex on a hybrid system. If you are running mixed VDI and VSI workloads, do not select this option. Only select this optimization when running VDI desktops, and only on hybrid HX models. This option is only shown during the “I know what I am doing” installation workflow."
Assuming the cluster would only run Citrix VDI but what is a "hybrid HX model"? The SSD and HDD hybrid?
Solved! Go to Solution.
09-08-2021 01:14 PM
Hi @SIMMN ,
What kinda magic does this option do really if I selected it for the cluster?
Secret magic. Which may vary from version to version I believe. Hopefully someone can give a better answer, but I suspect even if they can, they'd be reluctant to say too much.
Can this option be modified post cluster installation?
Not without TAC support I believe. Probably easier to backup, reinstall, restore.
what is a "hybrid HX model"? The SSD and HDD hybrid?
Correct. HyperFlex comes in 3 core flavours.
I hope this helps.
09-08-2021 01:50 PM
From the CLI you can run:
root@SCVM01:~# grep workload /etc/springpath/storfs.cfg
workloadType=Vsi
Like stated above VSI vs VDI only changes if the cluster uses non-SSDs/spinning/HDDs for persistent disks which Hyperflex calls "Hybrid".
There are some caching and block size changes under the hood to optimize the read/write pattern of VDI environments.
The VSI vs VDI can be changed after the fact by TAC but not something which is done very often.
09-08-2021 01:14 PM
Hi @SIMMN ,
What kinda magic does this option do really if I selected it for the cluster?
Secret magic. Which may vary from version to version I believe. Hopefully someone can give a better answer, but I suspect even if they can, they'd be reluctant to say too much.
Can this option be modified post cluster installation?
Not without TAC support I believe. Probably easier to backup, reinstall, restore.
what is a "hybrid HX model"? The SSD and HDD hybrid?
Correct. HyperFlex comes in 3 core flavours.
I hope this helps.
09-08-2021 01:26 PM
Okey, wonder how could I know if a running cluster has the VDI optimization option enabled?
09-08-2021 01:50 PM
From the CLI you can run:
root@SCVM01:~# grep workload /etc/springpath/storfs.cfg
workloadType=Vsi
Like stated above VSI vs VDI only changes if the cluster uses non-SSDs/spinning/HDDs for persistent disks which Hyperflex calls "Hybrid".
There are some caching and block size changes under the hood to optimize the read/write pattern of VDI environments.
The VSI vs VDI can be changed after the fact by TAC but not something which is done very often.
09-08-2021 03:29 PM
Cool, if the command output shows VDI instead of VSI, it means the cluster was built with the VDI optimization checked, right?
11-22-2022 01:37 AM
Hi,
This is an old thread but I believe it´s useful to clarify the issue and doubt.
When installing HyperFlex you can choose a VDI optimization option in the installer. This option will omit the most recently written data to be cached on write. This write-through approach allows more of the most commonly (frequently) used data to be held in cache directly. VDI applications usually do not benefit from having access to the most recently used information provided in the read cache, so we can discard it and leave room for the most frequent data.
All-Flash and All-NVMe deployments do not use any read caching and therefore do not have any VDI optimization option available.
Hope this helps.
Luiz
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide