diff --git a/doc/ftl.md b/doc/ftl.md index 4bcb6efaa..95b2ae11d 100644 --- a/doc/ftl.md +++ b/doc/ftl.md @@ -199,8 +199,8 @@ $ /path/to/qemu [OTHER PARAMETERS] -drive format=raw,file=/path/to/data/file,if= In the above example, a device is created with 1 channel, 8 parallel units, 512 chunks per parallel unit, 24576 (`lnum_pln` * `lpgs_per_blk` * `lsecs_per_pg`) logical blocks in each chunk with logical -block being 4096B. Therefore the data file needs to be at least 384G (8 * 512 * 24576 * 4096B) of -size and can be created with the following command: +block being 4096B. Therefore the data file needs to be at least 384G `(8 * 512 * 24576 * 4096B)` +of size and can be created with the following command: ``` fallocate -l 384G /path/to/data/file diff --git a/mdl_rules.rb b/mdl_rules.rb index 2322332db..1946c0987 100644 --- a/mdl_rules.rb +++ b/mdl_rules.rb @@ -8,7 +8,6 @@ rule 'MD029', :style => "ordered" exclude_rule 'MD031' exclude_rule 'MD033' exclude_rule 'MD034' -exclude_rule 'MD037' exclude_rule 'MD038' exclude_rule 'MD040' exclude_rule 'MD041'