diff --git a/src/mngt/ocf_mngt_cache.c b/src/mngt/ocf_mngt_cache.c index b1ebd8f..b455092 100644 --- a/src/mngt/ocf_mngt_cache.c +++ b/src/mngt/ocf_mngt_cache.c @@ -204,7 +204,7 @@ static void __init_partitions(ocf_cache_t cache) /* Init default Partition */ ENV_BUG_ON(ocf_mngt_add_partition_to_cache(cache, PARTITION_DEFAULT, - "Unclassified", 0, PARTITION_SIZE_MAX, + "unclassified", 0, PARTITION_SIZE_MAX, OCF_IO_CLASS_PRIO_LOWEST, true)); /* Add other partition to the cache and make it as dummy */ diff --git a/src/mngt/ocf_mngt_io_class.c b/src/mngt/ocf_mngt_io_class.c index 66b0b89..1f20890 100644 --- a/src/mngt/ocf_mngt_io_class.c +++ b/src/mngt/ocf_mngt_io_class.c @@ -134,7 +134,7 @@ static int _ocf_mngt_io_class_configure(ocf_cache_t cache, dest_part->config->cache_mode = cache_mode; ocf_cache_log(cache, log_info, - "Updating Unclassified IO class, id: " + "Updating unclassified IO class, id: " "%u [ OK ]\n", part_id); return 0;