Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/amazon-web-services/14.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Amazon web services 最小体积大小(单位:GlusterFS/Heketi)_Amazon Web Services_Kubernetes_Nfs_Glusterfs - Fatal编程技术网

Amazon web services 最小体积大小(单位:GlusterFS/Heketi)

Amazon web services 最小体积大小(单位:GlusterFS/Heketi),amazon-web-services,kubernetes,nfs,glusterfs,Amazon Web Services,Kubernetes,Nfs,Glusterfs,我最近遵循了Kubernetes上的官方设置指南。一切正常,除了每当我创建小于2GB的驱动器时,它会自动创建2GB PV。我找不到任何关于他的行为的文件。有人能让我理解这种行为吗 Heketi创建的最小卷大小为1GB heketi(当前)中使用的单位是GB,因此,例如,当您创建大小为1.8GB的卷时,它将创建2GB的卷。 创建卷 Method: POST Endpoint:/volumes Content-Type: application/json Response HTTP Status C

我最近遵循了Kubernetes上的官方设置指南。一切正常,除了每当我创建小于2GB的驱动器时,它会自动创建2GB PV。我找不到任何关于他的行为的文件。有人能让我理解这种行为吗

Heketi创建的最小卷大小为1GB

heketi(当前)中使用的单位是GB,因此,例如,当您创建大小为1.8GB的卷时,它将创建2GB的卷。

创建卷

Method: POST
Endpoint:/volumes
Content-Type: application/json
Response HTTP Status Code: 202, See Asynchronous Operations
Temporary Resource Response HTTP Status Code: 303, Location header will contain /volumes/{id}. See Volume Info for JSON response.
JSON Request:
    **size: int, Size of volume requested in GiB**