Commit 9d025aa0 authored by Marc Vef's avatar Marc Vef
Browse files

Do not remove mountdir on finish

parent 8817d300
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -373,9 +373,10 @@ agios_initialize() {
 */
void
destroy_enviroment() {
    GKFS_DATA->spdlogger()->debug("{}() Removing mount directory", __func__);
    //    GKFS_DATA->spdlogger()->debug("{}() Removing mount directory",
    //    __func__);
    std::error_code ecode;
    fs::remove_all(GKFS_DATA->mountdir(), 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++) {