File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 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
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
243229 services . cardano-postgres . enablePsqlrc = true ;
244230 }
245231 bperfNoPublish
246-
247- # Until 10.5 is released -- see description above
248- absPeerSnap
249232 ] ;
250233 } ;
251234
You can’t perform that action at this time.
0 commit comments