Yes ... openSUSE 16 (Leap) VM s ... UNDERLYING disk at the HOST is:
[root@jonnytdi utils]# mount | grep cd
/dev/sdc2 on /cd_caddy_ssd type ext4 (rw,noatime,seclabel,discard)
[root@jonnytdi utils]# lsblk -t
NAME ALIGNMENT MIN-IO OPT-IO PHY-SEC LOG-SEC ROTA SCHED RQ-SIZE RA WSAME
...
sdc 0 4096 0 4096 512 1 mq-deadline 64 128 0B
├─sdc1 3072 4096 0 4096 512 1 mq-deadline 64 128 0B
└─sdc2 0 4096 0 4096 512 1 mq-deadline 64 128 0B
And the VM Virtual Disk is presented as ...
/cd_caddy_ssd/virtual_machines/Leap_16/Leap16/leap16-1-a/leap16-1-a.vdi
So it looks like the LOGICAL sector size IS 512 but the PHYSICAL is 4096 at the host.
S'all good mate ... not really worried as "it works for me" (just rebuilt 8 instances and converted them into two clusters in under an hour so I'm 'appy and far quicker than USB3 hanging off the host ... even got HUGE PAGES enabled at the VM level :O )
------------------------------
Jon Ritson
------------------------------
Original Message:
Sent: Thu April 09, 2026 08:45 AM
From: Andreas Legner
Subject: Petty comments on Version 15 ...
So you're saying your ROOTPATH is on /dev/sda2 which resides on a 512-bytes sector size device, and still oninit -iy would report "Sector Size (4096)", but subsequent restarts wouldn't?
I just tried the same, abusing our machine's /dev/sda2 (mounted as /) with very similar lsblk -t output -> no problem.
------------------------------
Andreas Legner
Informix Dev
HCL Software
------------------------------
Original Message:
Sent: Thu April 09, 2026 07:04 AM
From: Jon Ritson
Subject: Petty comments on Version 15 ...
leap16-1-a:~ # lsblk -t
NAME ALIGNMENT MIN-IO OPT-IO PHY-SEC LOG-SEC ROTA SCHED RQ-SIZE RA WSAME
sda 0 512 0 512 512 0 mq-deadline 64 1024 0B
├─sda1 0 512 0 512 512 0 mq-deadline 64 1024 0B
├─sda2 0 512 0 512 512 0 mq-deadline 64 1024 0B
└─sda3 0 512 0 512 512 0 mq-deadline 64 1024 0B
sr0 0 2048 0 2048 2048 0 mq-deadline 2 1024 0B
leap16-1-a:~ # ls -l /instances/leap16_1_a/chunks/rootdbs
-rw-rw----. 1 informix informix 268435456 Apr 9 12:01 /instances/leap16_1_a/chunks/rootdbs
leap16-1-a:~ # mount | grep " / "
/dev/sda2 on / type btrfs (rw,relatime,seclabel,ssd,space_cache=v2,subvolid=266,subvol=/@/.snapshots/1/snapshot)
leap16-1-a:~ # df -h /instances/leap16_1_a/chunks/rootdbs
Filesystem Size Used Avail Use% Mounted on
/dev/sda2 62G 16G 46G 26% /
------------------------------
Jon Ritson
Original Message:
Sent: Thu April 09, 2026 04:52 AM
From: Jon Ritson
Subject: Petty comments on Version 15 ...
Just an Informix restart and no error is reported and kaio is fine - only appears on oninit -i.
Original Message:
Sent: 4/9/2026 4:35:00 AM
From: Vicente Salvador Cubedo
Subject: RE: Petty comments on Version 15 ...
About kayo message this behavior is expected. You have a disk sectors physically formated with 4096 bytes. Only pages with size multiple of this sector size can implement KAIO.
To fix this, you can reformat your disk with 512 bytes. Then all page sizes will be multiple of 512 and KAIO will be enabled in all page sizes.
Vicente Salvador
------------------------------
Vicente Salvador Cubedo
Software Architect
DEISTER, S.A.
Barcelona
+34 932063298