We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c76b846 commit e50fdcdCopy full SHA for e50fdcd
daemon/albatrossd.ml
@@ -225,6 +225,7 @@ let jump _ systemd influx tmpdir dbdir no_drop dev_zvol =
225
Sys.(set_signal sigpipe Signal_ignore);
226
Albatross_cli.set_tmpdir tmpdir;
227
Albatross_cli.set_dbdir dbdir;
228
+ Random.self_init ();
229
Vmm_unix.drop_path := not no_drop;
230
state := Vmm_vmmd.allow_dev_zvol !state dev_zvol;
231
state := Vmm_vmmd.init_block_devices !state;
0 commit comments