vexxhost / atmosphere

Simple & easy private cloud platform featuring VMs, Kubernetes & bare-metal
83 stars 20 forks source link

Add support for pmem #136

Open guilhermesteinmuller opened 1 year ago

guilhermesteinmuller commented 1 year ago

To support pmem, compute hosts should have ndctl package included.

More details: https://docs.openstack.org/nova/latest/admin/virtual-persistent-memory.html

mnaser commented 1 year ago

@guilhermesteinmuller https://github.com/vexxhost/atmosphere/commit/69f67fe697b84bef8c3b6edbb8bbe9dba48e7b9d should add ndctl to the images, on the next sync (in a few hours), it should publish a brand new nova image and I'll share here when that's done.

mnaser commented 1 year ago

@guilhermesteinmuller https://github.com/vexxhost/docker-openstack-nova/pull/13 merged so the following image should have ndctl:

quay.io/vexxhost/nova:wallaby

perhaps you can try using that image and see if it works?

mnaser commented 1 year ago

pmem support has been added, just needs to be documented.