Hello,
I just install a new pve 6 node on a single ssd.
I'm not an expert on disk stuff, but I see this ssd has a physical sector size of 4096, so I think all partition must begin with a 4096 multiple sector size, isn't it?
But fdisk warn me only for partition 1.
Partition 2 and 3 are 2048 multiple, nt 4096 multiple but get no warnings.
With PVE6 installer I set 60 GB hd because I want to add a drbdpool vg on a new partition
Thanks for your suggestions
I just install a new pve 6 node on a single ssd.
I'm not an expert on disk stuff, but I see this ssd has a physical sector size of 4096, so I think all partition must begin with a 4096 multiple sector size, isn't it?
But fdisk warn me only for partition 1.
Partition 2 and 3 are 2048 multiple, nt 4096 multiple but get no warnings.
With PVE6 installer I set 60 GB hd because I want to add a drbdpool vg on a new partition
Thanks for your suggestions
Bash:
fdisk -l
Disk /dev/sda: 894.3 GiB, 960197124096 bytes, 1875385008 sectors
Disk model: SAMSUNG MZ7LH960
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt
Device Start End Sectors Size Type
/dev/sda1 34 2047 2014 1007K BIOS boot
/dev/sda2 2048 1050623 1048576 512M EFI System
/dev/sda3 1050624 125829120 124778497 59.5G Linux LVM
Partition 1 does not start on physical sector boundary.
Disk /dev/mapper/pve-root: 27.5 GiB, 29523705856 bytes, 57663488 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/mapper/pve-swap: 32 GiB, 34359738368 bytes, 67108864 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes