浏览代码

Update podman_ha_container.sh

tteckster 3 年之前
父节点
当前提交
942d828561
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ct/podman_ha_container.sh

+ 1 - 1
ct/podman_ha_container.sh

@@ -153,7 +153,7 @@ ROOTFS=${STORAGE}:${DISK_REF-}${DISK}
 echo -e "${CM}${CL} \r"
 
 echo -en "${GN} Creating LXC Container... "
-DISK_SIZE=8G
+DISK_SIZE=16G
 pvesm alloc $STORAGE $CTID $DISK $DISK_SIZE --format ${DISK_FORMAT:-raw} >/dev/null
 if [ "$STORAGE_TYPE" == "zfspool" ]; then
   warn "Some containers may not work properly due to ZFS not supporting 'fallocate'."