#2143·anbox

增加存储容量

作者: zhinea创建于 2023年12月3日更新于 2023年12月3日

请描述您的问题: 增加每个实例的存储容量。 我之前阅读了 https://documentation.ubuntu.com/lxd/en/latest/howto/storage_volumes/ https://documentation.ubuntu.com/lxd/en/latest/howto/storage_pools/#resize-a-storage-pool 并尝试运行以下代码

lxc storage set <pool_name> size=<new_size>

但结果是

$ lxc storage set data size=100
错误: 配置键"size"是集群成员特有的
``` 我还在谷歌和 GitHub 问题中搜索了整天,但这对我来说不起作用。 我是否做错了什么? 抱歉我的英文不好