Xu Wang
Xu Wang
When talking processes, do you mean exec + container, @laijs ?
Hi @erictune , Yes, there is some resource limit, quota, and QoS issue to solve, and cgroup is one of the frequently used methods. We are preparing to integrate Hyper...
Hi @halacs The when use libvirt as a hypervisor driver, we could use the functionalities of it. However, we have not integrated such codes in the current code.
LGTM
@haoyixin you can't enable qboot with default kernel/initrd because of the rom size restriction of qboot. The size of kernel/initrd is a trade off between footprint and functionality. However, if...
@minz1027 the `DEFAULT_DM_VOL_SIZE` is the default value in case: - devicemapper is chosen as the storage driver - need create a volume by the daemon And in most cases, the...
@minz1027 currently, only the block devices support a "size" property. Once you have a `size` field, you may apply it to all storage drivers. For block devices, such as devicemapper...
I think you may change the interface of create volume, https://github.com/hyperhq/hyperd/blob/bb3ac60ffd5b7c5dfe03f1da56b77b24a5683db6/daemon/storage.go#L204 here we create the volume with default size, and you may change it to employ the size specified in...
@minz1027 thank you, and it would be released in this week when #664 get merged
related with hyperhq/hyperd#632 and hyperhq/hyperd#634