The Latest Gartner® Magic Quadrant™Hyperconverged Infrastructure Software
Moderators: anton (staff), art (staff), Max (staff), Anatoly (staff)
Logs just sent from the support form,yaroslav (staff) wrote: ↑Thu Aug 08, 2024 3:34 pmGreetings,
Can you please share the logs with us? https://www.starwindsoftware.com/support-form Use 1196439 as a reference.
Today we tried to change SSD with another one (same model) but the issue persists.yaroslav (staff) wrote: ↑Thu Aug 08, 2024 3:34 pmGreetings,
Can you please share the logs with us? https://www.starwindsoftware.com/support-form Use 1196439 as a reference.
These are SSD that our cloud provider sets up so we are stuck with this model.yaroslav (staff) wrote: ↑Fri Aug 09, 2024 3:36 pmRDM is generally giving slightly less performance than pass-through.
The SSDs you shared are consumer-grade ones. They are not quite well for virtualization workloads, from my experience. Make sure discard is off https://current.workingdirectory.net/po ... d-discard/
How to turn off discard for each node https://forum.openmediavault.org/index. ... -lvm-ext4/ (or make sure it is off).
Code: Select all
/etc/lvm/lvm.conf
issue_discards = 1
Code: Select all
/etc/modprobe.d/raid456.conf
options raid456 devices_handle_discard_safely=Y
Hi,