diff --git a/doc/source/architecture.rst b/doc/source/architecture.rst index 52b0899..c4683d3 100644 --- a/doc/source/architecture.rst +++ b/doc/source/architecture.rst @@ -9,7 +9,7 @@ History ------- First (and second) attempts to solve the problem has begun during development of `Fuel `_ project, special module `VolumeManager `_ was created to solve the problem, it consumes `hardware information `_ and `partitioning schema `_, as result it generates sizes of spaces which should be allocated on the disks. -Current solution has `plenty of problems `_, it's hard and expensive to solve these problems in terms of old VolumeManager, because trivial algorithms and schema format don't allow us to extend it easily, handle all of the cases combined is not a trivial task to do if we try to solve the problem using brute-force. +Current solution has `plenty of problems `_, it's hard and expensive to solve these problems in terms of old VolumeManager, because trivial algorithms and schema format don't allow us to extend it easily, handle all complex cases is not a trivial task to do if we try to solve the problem using brute-force. List of terms -------------