|
@@ -442,8 +442,7 @@ public class DirectoryScanner implements Runnable {
|
|
|
}
|
|
|
// Block file and/or metadata file exists on the disk
|
|
|
// Block exists in memory
|
|
|
- if (info.getVolume().getStorageType() != StorageType.PROVIDED &&
|
|
|
- info.getBlockFile() == null) {
|
|
|
+ if (info.getBlockFile() == null) {
|
|
|
// Block metadata file exits and block file is missing
|
|
|
addDifference(diffRecord, statsRecord, info);
|
|
|
} else if (info.getGenStamp() != memBlock.getGenerationStamp()
|