From 55fa0142674ca33a94b6ea8f225490852a81f73d Mon Sep 17 00:00:00 2001 From: cryptogopher Date: Mon, 4 Sep 2023 01:48:49 +0200 Subject: [PATCH] Remove unnecessary physical blocksize check --- ...e-storage-with-redundancy-and-integrity-using-lvm-lvmraid.tl | 2 -- 1 file changed, 2 deletions(-) diff --git a/_posts/sysadm/2023-06-24-directly-attache-storage-with-redundancy-and-integrity-using-lvm-lvmraid.tl b/_posts/sysadm/2023-06-24-directly-attache-storage-with-redundancy-and-integrity-using-lvm-lvmraid.tl index 7a8b1e6..08360c2 100644 --- a/_posts/sysadm/2023-06-24-directly-attache-storage-with-redundancy-and-integrity-using-lvm-lvmraid.tl +++ b/_posts/sysadm/2023-06-24-directly-attache-storage-with-redundancy-and-integrity-using-lvm-lvmraid.tl @@ -38,8 +38,6 @@ on LV: {% highlight bash %} # lvcreate --type raid1 --mirrors 1 -n backup -L 4t vgbackup /dev/sda /dev/sdb -# cat /sys/class/block/sda/queue/physical_block_size -4096 # cat /sys/class/block/nvme0n1/queue/logical_block_size 512 # lvconvert --raidintegrity y --raidintegrityblocksize 4096 --raidintegritymode bitmap /dev/vgbackup/backup