Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,11 @@ public static boolean checkVolume(HddsVolume hddsVolume, String scmId, String
} else {
// The hdds root dir should always have 2 files. One is Version file
// and other is SCM directory.
logger.error("The hdds root dir {} should always have 2 files. " +
"One is Version file and other is SCM directory. " +
"Please remove any other extra files from the directory " +
"so that DataNode startup can proceed.",
hddsRoot.getAbsolutePath());
return false;
}

Expand Down