Klaus Kämpf
Klaus Kämpf
I'm unable to reproduce the other bugs and would need some advice.
I'm still confused. Running scsicd_test on latest `develop` gives me ~~~ [2024-02-27 13:46:20.075] [warning] (ID -1) - Unknown MODE SELECT page code: $00 [2024-02-27 13:46:20.075] [debug] (ID -1) - Changing...
For the "non-multiple of 512 bytes" cases I'd assume that you don't want an exception raised ?!
@rdmark - frankly, I'm at a loss with this one. The [scsicd test](https://github.com/PiSCSI/piscsi/blob/dd9a3296d4f0060b923bf1297c5849cfae297333/cpp/test/scsicd_test.cpp#L180) checks for a raised exception for unsupported sector sizes. What else should [SCSICD::ModeSelect](https://github.com/PiSCSI/piscsi/blob/dd9a3296d4f0060b923bf1297c5849cfae297333/cpp/devices/scsicd.cpp#L168) (being `void`) do ?
> The payload (list of pages) was similar to the one below. It may even have been the same, but I don't know anymore. > > ``` > 02:01:00 >...
>Please look at the mode page examples in the specification, e.g. table 96. In table 96 there are 6 bytes following the length field and the length field is 6....
@uweseimet, I stand corrected on the offset/length calculation in `scsi_command_util.cpp`. See https://github.com/PiSCSI/piscsi/pull/1447 for a fix. However, I don't get your "page 0" arguments about the Alpha VMS payload. `000000080000000000000200010a2400000000000000000000` splits...
> @kkaempf to confirm, this is needed as part of k8s 1.27+? Looking at the bug report, the inconsistency appeared with 1.27+ but might also happen with older versions.
We will _not_ backport fixes but bump Elemental to 1.5 across operating systems.
Keep in mind that SLE maintenance updates come with two separate "changelogs". 1. the RPMs .changes file, getting copied into the rpm changelog, accessible via "rpm -q --changelog". This is...