microvm-host: enable ceph assetions

This commit is contained in:
Sandro - 2023-06-25 19:16:11 +02:00
parent 10246704d2
commit 8192e158ca
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -8,13 +8,12 @@
}; };
config = { config = {
# TODO: activate when we fixed the ceph assertions = [
# assertions = [ {
# { assertion = config.skyflake.storage.ceph.package != 17;
# assertion = config.skyflake.storage.ceph.package != 17; message = "Please pin ceph to major version 17!";
# message = "Please pin ceph to major version 17!"; }
# } ];
# ];
microvm = { microvm = {
# just all the microvms from this flake that are supposed to run on the server # just all the microvms from this flake that are supposed to run on the server