큰 HDD와 작은 SSD가 있으면 현재 수동 LVM 캐시 파티셔닝 체계를 더 이상 인식할 수 없기 때문에 /home에 Stratis를 사용하고 싶습니다.
~에 따르면Linuxsysadmins: Stratis 계층형 스토리지 관리, 캐시 모드를 구성할 수 있어야 하지만 stratis pool init-cache -h
결과는 정보를 제공하지 않습니다.
usage: stratis pool init-cache [-h] pool_name blockdevs [blockdevs ...]
positional arguments:
pool_name Name of the pool for which to initialize the cache
blockdevs Initialize the pool cache using these block devs
optional arguments:
-h, --help show this help message and exit
Bcache는 작동하는 것 같지만 Arch Linux에서는 AUR에서 설치해야 합니다.
답변1
Stratis GitHub 프로젝트 페이지에서 약간의 명확성을 얻었으며 Write-through 캐싱이 현재 기본이자 유일한 옵션인 것 같습니다. 나는 대부분의 Stratisd 및 Stratis-cli 코드를 분석했지만 캐시 모드에서 쓰기를 허용하는 구성 매개변수에 대한 언급을 찾지 못했습니다. 나는 그러한 선택이 제때에 올 것이라고 확신합니다.
https://github.com/stratis-storage/project/discussions/529#discussioncomment-3815035