gpt4 book ai didi

docker-storage-setup 包在我的 rhel 7 盒子上不可用?我怎么得到它?我需要使用设备映射器创建一个精简池。

转载 作者:行者123 更新时间:2023-12-04 19:43:10 24 4
gpt4 key购买 nike

我正在尝试在我的 rhel 盒子上创建一个精简池以与 devicemapper 一起使用,因为这是使用 docker 存储的推荐方式。但不幸的是,我无法在我的机器上找到创建精简池所需的 docker-storage-setup 包。我该怎么做呢?首先,它真的需要吗?

最佳答案

docker-storage-setup不需要设置直接精简池,但它更容易。

最新版本的 Docker (17.06+) 能够 manage a single volume pool for you通过 daemon.json

{
"storage-driver": "devicemapper",
"storage-opts": [
"dm.directlvm_device=/dev/xdf",
"dm.thinp_percent=95",
"dm.thinp_metapercent=1",
"dm.thinp_autoextend_threshold=80",
"dm.thinp_autoextend_percent=20",
"dm.directlvm_device_force=false"
]
}

如果您有更具体的要求,请遵循 direct lvm for production instructions on docs.docker.com 中的“手动配置 direct-lvm 模式”。

关于docker-storage-setup 包在我的 rhel 7 盒子上不可用?我怎么得到它?我需要使用设备映射器创建一个精简池。,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46599822/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com