hyperd icon indicating copy to clipboard operation
hyperd copied to clipboard

HyperContainer Daemon

Results 50 hyperd issues
Sort by recently updated
recently updated
newest added

I did a simple benchmark test on hyperd and docker using [wrk](https://github.com/wg/wrk) and nginx, but found that hyperd is quite slower than docker, below is the detailed result: ## hyperd...

Set "StorageDriver=rawblock" in config. Run test. Remove it from config. Run hyperd, got: I1204 08:44:41.823778 113045 config.go:39] config file: %!(EXTRA string=/etc/hyper/config) I1204 08:44:41.824201 113045 config.go:74] [/etc/hyper/config] config items: &types.HyperConfig{ConfigFile:"/etc/hyper/config", Root:"/var/lib/hyper",...

[test.log.zip](https://github.com/hyperhq/hyperd/files/1520767/test.log.zip) E1201 15:14:28.882125 58398 run.go:34] test-container-volume: failed to add pod: Conflict. The name "/c1" is already in use by container 9a8da244a90d7275d4e9bae7da051d4f11c03d40ad7381451e3917aee16e4226. You have to remove (or rename) that container to...

I wonder if I can map in my devices like GPU into vm.

Hi, Currently, under resources, we can only configure `vcpu` and `memory`. I found that by default the disk space allocated is 10G. Do your team have any plan to make...

when restart the hyperd service, running pods will disappear, but if we restart the hyperd again, the disappeared pods will return. how to reproduce: 1. start a simpe pod: ```...

We ( @xlgao-zju @crazykev ) are implementing hyper vm live migration based on existing kvm hypervisor and qemu. Just fire up this issue to let anyone interested know and close...

class:feature
topic:qemu
class:roadmap
topic:lifecycle

Kubernetes expects pods running in kubelet-managed cgroups, it's better to support pod cgroups for better resource management in frakti. Some thoughts: - For libvirt, the cgroup partition could be customed...

class:feature
topic:metrics

Kubelet is adding container metrics (CPU, memory and filesystem usage) in CRI (https://github.com/kubernetes/kubernetes/blob/master/pkg/kubelet/apis/cri/v1alpha1/runtime/api.proto#L1019-L1093), we should consider if and how to support this. ```proto // ContainerAttributes provides basic information of the...

class:feature
topic:metrics

Kubelet has already added image metrics API in CRI (see [here](https://github.com/kubernetes/kubernetes/blob/e472a758c77e686e0849587b2b4eba0807e1f312/pkg/kubelet/apis/cri/v1alpha1/runtime/api.proto#L992-L1017)), we should decide how to support it. ```proto // StorageIdentifier uniquely identify the storage.. message StorageIdentifier{ // UUID of...

class:feature
topic:metrics