1
0
Fork 0

modules/cluster: add ceph rbd pool microvms-hdd

This commit is contained in:
Astro 2023-07-07 00:29:10 +02:00
parent a84b8b62a2
commit d5fafcb5a0
1 changed files with 3 additions and 0 deletions

View File

@ -101,6 +101,9 @@ in {
rbdPools.microvms = {
params = { size = 2; class = "ssd"; };
};
rbdPools.microvms-hdd = {
params = { size = 2; class = "hdd"; };
};
cephfs.home.mountPoint = skyflakeHome;
# Legacy: migration to rbd
cephfs.skyflake.mountPoint = "/storage/cephfs";