Skip to content

LTM filesystem export: catching exceptions related to fs::create_directories

Fabian Reister requested to merge armem/ltm-disk-fs-guard into armem/dev

Due to entity instance names e.g. "Environment/asdfkj", std::filesystem::create_directories() fails. Therefore, a proper guard should be used. Otherwise, the export will fail completely.

Edited by Fabian Reister

Merge request reports