hyperhq / runv

Hypervisor-based Runtime for OCI
Apache License 2.0
826 stars 129 forks source link

add dax support #495

Open laijs opened 7 years ago

laijs commented 7 years ago

Signed-off-by: Lai Jiangshan jiangshanlai@gmail.com

laijs commented 7 years ago

updated. It should be tested with 2.8 or newer qemu. (just use the official qemu). And daxblock branch of the hyperstart. And in /etc/hyper/config.

Hypervisor=qemu # or # Hypervisor=libvirt StorageDriver=rawblock StorageOptions=daxblock

laijs commented 7 years ago

"EnableNvdimm" needs to be added to BootConfig. otherwise the PR breaks cases with the older qemus.

gnawux commented 7 years ago

@laijs should we close this PR?