Skip to content

Commit 98d4599

Browse files
committed
imp: drop absPeerSnap requirement now that we have 10.5.1
1 parent ca46bd6 commit 98d4599

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

flake/colmena.nix

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,6 @@ in
8989
inputs.cardano-parts.nixosModules.profile-cardano-node-group
9090
inputs.cardano-parts.nixosModules.profile-cardano-custom-metrics
9191
bperfNoPublish
92-
93-
# Until 10.5 is released -- see description below
94-
absPeerSnap
9592
];
9693
};
9794

@@ -219,17 +216,6 @@ in
219216
};
220217
rel = {imports = [inputs.cardano-parts.nixosModules.role-relay topoRel];};
221218

222-
# Until 10.5.x is released, 10.4.1 will fail to start without this because
223-
# node doesn't yet properly look up the relative path from topology to
224-
# peer snapshot file.
225-
#
226-
# Setting this option null fixes the problem, but will leave a
227-
# dangling peer snapshot file until 10.6.
228-
#
229-
# So until then, we'll switch from relative path that causes node failure
230-
# to absolute path which does not.
231-
absPeerSnap = {services.cardano-node.peerSnapshotFile = i: "/etc/cardano-node/peer-snapshot-${toString i}.json";};
232-
233219
dbsync = {
234220
imports = [
235221
config.flake.cardano-parts.cluster.groups.default.meta.cardano-node-service
@@ -243,9 +229,6 @@ in
243229
services.cardano-postgres.enablePsqlrc = true;
244230
}
245231
bperfNoPublish
246-
247-
# Until 10.5 is released -- see description above
248-
absPeerSnap
249232
];
250233
};
251234

0 commit comments

Comments
 (0)