Yes ... openSUSE 16 (Leap) VM s ... UNDERLYING disk at the HOST is:
And the VM Virtual Disk is presented as ...
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 )
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
Original Message:
Sent: Wed April 08, 2026 09:53 AM
From: Jon Ritson
Subject: Petty comments on Version 15 ...
Hi ... just because ...
1.
Warning: Parameter duplicated in config file (/products/15.01.FC1/etc/onconfig_leap16_j_a).
Only the first occurrence will be used. (USERMAPPING)
> grep USERMAPPING onconfig.std
# USERMAPPING - Control access to the server for users without operating
USERMAPPING OFF
# USERMAPPING - Control access to the server for users without operating
USERMAPPING OFF
2. Initialising with DIRECT_IO set to 1 and the following is reported
14:29:04 IBM Informix Dynamic Server Version 15.0.1.0DE
14:29:04 Performance Advisory: Currently IBM Informix Dynamic Server cannot
support KAIO on the device containing
'/instances/leap16_j_a/chunks/rootdbs'
Its Sector Size (4096) and the page size (2048) are incompatible.
14:29:04 Results: Direct and concurrent I/O are disabled for this chunk.
14:29:04 Action: Standard AIO (possibly buffered) will be used for I/O
to this chunk.
However, after just a restart of informix and no other change, kernel aio is all good
> onstat -g ioq
IBM Informix Dynamic Server Version 15.0.1.0DE -- On-Line -- Up 00:14:10 -- 563264 Kbytes
2026-04-08 14:44:00 -- Infrastructure Version: 1
AIO I/O queues:
q name/id len maxlen totalops dskread dskwrite dskcopy
fifo 0 0 0 0 0 0 0
drda_dbg 0 0 0 0 0 0 0
sqli_dbg 0 0 0 0 0 0 0
kio 0 0 32 4538 1667 2871 0
kio 1 0 32 1870 720 1150 0
kio 2 0 32 3191 860 2331 0
kio 3 0 33 1263 917 346 0
...
3. Version 15.01.0DE
informix@leap16-1-a:/products/15.01.FC1/etc> oninit -version
Program Name: oninit
Build Version: 15.0.1.0DE
Has naming convention changed (i.e. no "FC" like ... 15.01.FC0??)?
------------------------------
Jon Ritson
------------------------------