Loading fs_mgr/fs_mgr_overlayfs.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -636,7 +636,7 @@ bool fs_mgr_overlayfs_make_scratch(const std::string& scratch_device, const std: LERROR << mnt_type << " has no mkfs cookbook"; LERROR << mnt_type << " has no mkfs cookbook"; return false; return false; } } command += " " + scratch_device; command += " " + scratch_device + " >/dev/null 2>/dev/null </dev/null"; fs_mgr_set_blk_ro(scratch_device, false); fs_mgr_set_blk_ro(scratch_device, false); auto ret = system(command.c_str()); auto ret = system(command.c_str()); if (ret) { if (ret) { Loading Loading
fs_mgr/fs_mgr_overlayfs.cpp +1 −1 Original line number Original line Diff line number Diff line Loading @@ -636,7 +636,7 @@ bool fs_mgr_overlayfs_make_scratch(const std::string& scratch_device, const std: LERROR << mnt_type << " has no mkfs cookbook"; LERROR << mnt_type << " has no mkfs cookbook"; return false; return false; } } command += " " + scratch_device; command += " " + scratch_device + " >/dev/null 2>/dev/null </dev/null"; fs_mgr_set_blk_ro(scratch_device, false); fs_mgr_set_blk_ro(scratch_device, false); auto ret = system(command.c_str()); auto ret = system(command.c_str()); if (ret) { if (ret) { Loading