// Base format must be in compatible formats otherwise we don't load this plugin
if (!compatibleTypes.contains(metadata.baseDiskFormatType()))
{
LOG.error(
"The plugin {} has invalid configuration base disk format type is not in compatible disk format types. {} is not in compatibleDiskFormatTypes. Ignoring this plugin",
new Object[] {metadata.type(), metadata.baseDiskFormatType()});
return Optional.absent();
}
// Validate specific plugin configuration
try