Damien Zammit, le sam. 01 août 2020 15:05:38 +1000, a ecrit: > +static void > +device_shutdown (void) > +{ > + struct block_data *bd = block_head; > + > + while (bd) > + { > + device_close((void *)bd); > + bd = bd->next; > + } > + rump_sys_reboot (0, NULL); > +}
Did you check that it actually flushes the disk caches? We really need this otherwise we'll get intermitent FS corruptions. Samuel