Enable HDD defaults for HDD-only in automatic vitastor-disk prepare mode
This commit is contained in:
@@ -621,7 +621,7 @@ int disk_tool_t::prepare(std::vector<std::string> devices)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Treat all disks as SSDs if not in the hybrid mode
|
// Treat all disks as SSDs if not in the hybrid mode
|
||||||
prepare_one(options, hybrid && dev.is_hdd ? 1 : 0);
|
prepare_one(options, dev.is_hdd ? 1 : 0);
|
||||||
if (hybrid)
|
if (hybrid)
|
||||||
{
|
{
|
||||||
options.erase("journal_device");
|
options.erase("journal_device");
|
||||||
|
|||||||
Reference in New Issue
Block a user