Verified Commit fd4f8b03 authored by Marc Vef's avatar Marc Vef
Browse files

Do not remove mountdir on finish

parent 35e31289
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -373,9 +373,7 @@ agios_initialize() {
 */
void
destroy_enviroment() {
    GKFS_DATA->spdlogger()->debug("{}() Removing mount directory", __func__);
    std::error_code ecode;
    fs::remove_all(GKFS_DATA->mountdir(), ecode);
    GKFS_DATA->spdlogger()->debug("{}() Freeing I/O executions streams",
                                  __func__);
    for(unsigned int i = 0; i < RPC_DATA->io_streams().size(); i++) {