-
Notifications
You must be signed in to change notification settings - Fork 192
feature request: configurable disk space #663
Comments
@gnawux Hi, can you help with the issue or point me to someone who knows about it? Thanks! |
@minz1027 the
And in most cases, the volumes are created by an external dedicated volume management system, and passed to the daemon. This is why it is not an configurable item now. However, it is welcome to submit a PR for adding an |
@gnawux Hi Xu, thanks for your reply! I have some questions about this,
|
@minz1027 currently, only the block devices support a "size" property. Once you have a |
@gnawux Hi Xu, I have the code to pass Line 136 in 20ab5d6
By the time we tried to create a pod, the daemon should be already created and running. How can we override the storage property in that case? |
I think you may change the interface of create volume, Line 204 in bb3ac60
here we create the volume with default size, and you may change it to employ the size specified in pod spec. |
@gnawux Hmm.. I am not sure if that will solve my problem. My problem is when I try to It doesn't seem to be related to the What I want is more like setting the dm.basesize in docker daemon. |
@gnawux Hi Xu, my PR got merge yay! I wonder when would you guys do release with that change? Thanks! |
@minz1027 thank you, and it would be released in this week when #664 get merged |
Hi,
Currently, under resources, we can only configure
vcpu
andmemory
. I found that by default the disk space allocated is 10G. Do your team have any plan to make disk space also configurable?Is it setting here? https://github.com/hyperhq/hyperd/blob/master/storage/defaults.go#L5
https://docs.hypercontainer.io/reference/podfile.html
The text was updated successfully, but these errors were encountered: