threefoldtech / zos

Autonomous operating system
https://threefold.io/host/
Apache License 2.0
82 stars 13 forks source link

supporting using HDD for virtual machines workloads #2258

Closed muhamadazmy closed 2 months ago

muhamadazmy commented 5 months ago

Right now, we leave HDD exclusively for zdb. More requests are coming in that we need to support using HDD also for vm workloads, that includes

The original proposal suggests we only allow this if a special boot flag is given to the node (say hdd-provision) but this will make it hard for clients to choose which node to use specially that HDD storage has to be requested specifically by the client duo to the performance impact.

Extra care has to be taken with "capacity reporting" to make sure correct storage grade is reported correctly

ashraffouda commented 3 months ago

https://github.com/threefoldtech/zos/pull/2265

A-Harby commented 2 months ago

Verified, After a few try and failing errors, we were able to deploy a real node with only HDD with the missing-ssd flag, Can read more here:https://github.com/threefoldtech/zos/issues/2367.

Also, I created an issue for the docs: https://github.com/threefoldtech/info_grid/issues/595.

Another issue is related: https://github.com/threefoldtech/zos/issues/2376