Skip to content

Commit

Permalink
FDB-330 lustre FS identification
Browse files Browse the repository at this point in the history
  • Loading branch information
danovaro committed Nov 27, 2024
1 parent b8a1030 commit 4311b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fdb5/io/LustreSettings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ int fdb5LustreapiFileCreate(eckit::PathName path, LustreStripe stripe) {
struct statfs buf;

statfs(path.dirName().localPath(), &buf);
if (buf.type == LL_SUPER_MAGIC) {
if (buf.f_type == LL_SUPER_MAGIC) {

static bool lustreapi_silence = false;

Expand Down

0 comments on commit 4311b2d

Please sign in to comment.