You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my own testing, I found Cloud Hypervisor to be unstable with
Blackwell and 3090 cards. This could be an issue that the
maintainers resolve, however it does not seem to be a priority
for them at this stage.
QEMU is the gold standard for passthrough and opens the doors
to vGPU/MIG.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
Copy file name to clipboardExpand all lines: docs/getting-started/install.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ You can run Slicer on a varied range of hardware, from mini PCs, to your Mac, to
12
12
13
13
See the [appendix](#appendix) for suggested local hardware and cloud-based options.
14
14
15
-
Slicer is designed to run on a basic OS installation, without Docker, Kubernetes, or other virtualisation tools. Slicer installs and manage its own dependencies, such as Firecracker, Cloud Hypervisor, and containerd.
15
+
Slicer is designed to run on a basic OS installation, without Docker, Kubernetes, or other virtualisation tools. Slicer installs and manage its own dependencies, such as Firecracker, [QEMU](https://www.qemu.org/), and containerd.
> See also: [installation script](https://github.com/slicervm/slicervm.com/blob/master/get.sh)
26
26
27
-
The installer sets up [Firecracker](https://firecracker-microvm.github.io), [Cloud Hypervisor](https://github.com/cloud-hypervisor/cloud-hypervisor), [containerd](https://containerd.io/) for storage, and a few networking options.
27
+
The installer sets up [Firecracker](https://firecracker-microvm.github.io), [QEMU](https://www.qemu.org/), [containerd](https://containerd.io/) for storage, and a few networking options.
Copy file name to clipboardExpand all lines: docs/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Slicer was developed internally at OpenFaaS Ltd and has been used across product
41
41
42
42
Slicer for Linux
43
43
44
-
* On Linux, KVM is used with [Firecracker](https://firecracker-microvm.github.io/) by default. [Cloud Hypervisor](https://www.cloudhypervisor.org/) is an option when you need PCI passthrough for devices like NICs or GPUs.
44
+
* On Linux, KVM is used with [Firecracker](https://firecracker-microvm.github.io/) by default. [QEMU](https://www.qemu.org/) is an option when you need PCI passthrough for devices like NICs or GPUs.
45
45
* You can start Slicer with a fixed host-group count or zero hosts and create VMs on demand through the API.
Copy file name to clipboardExpand all lines: docs/reference/images.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,13 @@ Images for Slicer are built with a Dockerfile, and [can be extended](/tasks/cust
4
4
5
5
It is also possible to build completely different images from scratch, however this is not recommended or documented at this time. So if you need a different OS, reach out to the team via Discord and request it there.
6
6
7
-
Cloud Hypervisor is required to mount a PCI device such as an Nvidia GPU into a microVM. In all other cases, Firecracker is preferred.
7
+
[QEMU](https://www.qemu.org/) is required to mount a PCI device such as an Nvidia GPU into a microVM. In all other cases, Firecracker is preferred.
8
8
9
9
Generally, Slicer makes use of systemd to run, tune, and manage services and background agents. It is technically possible to use other init systems such as openrc, reach out if this is a core requirement for your usage.
| Rocky Linux 9 |`ghcr.io/openfaasltd/slicer-systemd-rocky9:5.10.240-x86_64-latest`|||`slicer`|
29
+
| Arch Linux |`ghcr.io/openfaasltd/slicer-systemd-archlinux:6.1.90-x86_64-latest`|||`slicer`|
30
30
The most tested and stable images for *x86_64* are based upon the `5.10.x` Kernel. Feel free to use the `6.9.x` Kernels and report any discrepancies you may find.
0 commit comments