Slow booting on Lenovo server(SR630) due to metal3 suse chart tls enforcements #164

Closed
opened 2025-05-21 14:11:23 +02:00 by daniel.lupescu · 1 comment

During provisioning of a Lenovo server for a baremetal provisioning we noticed that the booting of the node using mounted virtual media(during introspection) takes around 23 minutes.
Doing a deep analyze we noticed that on a Dell or HP server this issue does not happen, so we have eliminated a potential network issue for our environment.

Deep diving on the details, I noticed that the number of chunk of the data per second retrieved between a Dell and Lenovo is very huge.
For a Lenovo we have only 3 chunks of data, while for Dell we have arround 15 chunks/second.

See bellow logs from Lenovo server:

[Wed May 21 11:48:45.107458 2025] [http:debug] [pid 1119881:tid 140705863292480] byterange_filter.c(294): [client 172.20.8.171:51132] AH01583: Range: 376832-507903 | 376832-507903 (0 : 0 : 422803456)
[Wed May 21 11:48:45.476059 2025] [http:debug] [pid 1119880:tid 140704789550656] byterange_filter.c(294): [client 172.20.8.171:51140] AH01583: Range: 507904-524287 | 507904-524287 (0 : 0 : 422803456)
[Wed May 21 11:48:45.986358 2025] [http:debug] [pid 1119881:tid 140705829721664] byterange_filter.c(294): [client 172.20.8.171:51146] AH01583: Range: 528384-638975 | 528384-638975 (0 : 0 : 422803456)

[Wed May 21 11:48:46.377366 2025] [http:debug] [pid 1119880:tid 140704772765248] byterange_filter.c(294): [client 172.20.8.171:51156] AH01583: Range: 638976-770047 | 638976-770047 (0 : 0 : 422803456)
[Wed May 21 11:48:46.747910 2025] [http:debug] [pid 1119881:tid 140705326421568] byterange_filter.c(294): [client 172.20.8.171:51166] AH01583: Range: 770048-901119 | 770048-901119 (0 : 0 : 422803456)
[Wed May 21 11:48:47.132502 2025] [http:debug] [pid 1119880:tid 140704269465152] byterange_filter.c(294): [client 172.20.8.171:51170] AH01583: Range: 901120-1032191 | 901120-1032191 (0 : 0 : 422803456)

In order to be able to have a full control of all the parameters for ironic-metal3, which is based on apache I replicated the same design, by downloading the image from ironic, create an endpoint on apache and provide this URL on the iBMC and boot from this image. I noticed again the same behavior.

After this I changed the boot URL from https to http and the server started in less than 5 minutes which was the desired behavior, but doing this is not anymore available with metal3 suse chart.

Seeing this I have started looking for potential bugs on Lenovo booting over TLS and I have noticed this one:
https://support.lenovo.com/in/en/solutions/tt1086-virtual-media-mounted-over-https-may-have-slower-transfer-speeds-than-expected-lenovo-thinksystem-sd650-v37d7m-sr630-v37d72-7d73-7d74-sr650-v37d75-7d76-7d77

So I started playing with TLS setting and I defined the following options on my apache:

SSLHonorCipherOrder on
SSLCipherSuite RC4-SHA:AES128-SHA:HIGH:!aNULL:!MD5

The values where taken from Apache recommendation as being speed-optimized ciphers .
https://httpd.apache.org/docs/2.4/en/ssl/ssl_howto.html#page-header.

After this settings defined in my apache config everything went fine also over TLS:

[Wed May 21 11:50:25.219216 2025] [http:debug] [pid 1119995:tid 140260495300160] byterange_filter.c(294): [client 172.20.8.171:60442] AH01583: Range: 21856256-21987327 | 21856256-21987327 (0 : 0 : 422803456)
[Wed May 21 11:50:25.284310 2025] [http:debug] [pid 1119995:tid 140260126217792] byterange_filter.c(294): [client 172.20.8.171:60458] AH01583: Range: 21987328-22118399 | 21987328-22118399 (0 : 0 : 422803456)
[Wed May 21 11:50:25.336464 2025] [http:debug] [pid 1119995:tid 140260117825088] byterange_filter.c(294): [client 172.20.8.171:60460] AH01583: Range: 22118400-22249471 | 22118400-22249471 (0 : 0 : 422803456)
[Wed May 21 11:50:25.390542 2025] [http:debug] [pid 1119995:tid 140260092646976] byterange_filter.c(294): [client 172.20.8.171:60468] AH01583: Range: 22249472-22380543 | 22249472-22380543 (0 : 0 : 422803456)
[Wed May 21 11:50:25.445337 2025] [http:debug] [pid 1119995:tid 140259924891200] byterange_filter.c(294): [client 172.20.8.171:60478] AH01583: Range: 22380544-22511615 | 22380544-22511615 (0 : 0 : 422803456)
[Wed May 21 11:50:25.500259 2025] [http:debug] [pid 1119995:tid 140259899713088] byterange_filter.c(294): [client 172.20.8.171:60486] AH01583: Range: 22511616-22642687 | 22511616-22642687 (0 : 0 : 422803456)
[Wed May 21 11:50:25.554262 2025] [http:debug] [pid 1119995:tid 140260782335552] byterange_filter.c(294): [client 172.20.8.171:60498] AH01583: Range: 22642688-22773759 | 22642688-22773759 (0 : 0 : 422803456)
[Wed May 21 11:50:25.609712 2025] [http:debug] [pid 1119995:tid 140260765550144] byterange_filter.c(294): [client 172.20.8.171:60506] AH01583: Range: 22773760-22904831 | 22773760-22904831 (0 : 0 : 422803456)
[Wed May 21 11:50:25.661397 2025] [http:debug] [pid 1119995:tid 140260520478272] byterange_filter.c(294): [client 172.20.8.171:60518] AH01583: Range: 22904832-23035903 | 22904832-23035903 (0 : 0 : 422803456)
[Wed May 21 11:50:25.718183 2025] [http:debug] [pid 1119995:tid 140260143003200] byterange_filter.c(294): [client 172.20.8.171:60534] AH01583: Range: 23035904-23166975 | 23035904-23166975 (0 : 0 : 422803456)
[Wed May 21 11:50:25.768200 2025] [http:debug] [pid 1119995:tid 140259891320384] byterange_filter.c(294): [client 172.20.8.171:60546] AH01583: Range: 23166976-23298047 | 23166976-23298047 (0 : 0 : 422803456)
[Wed May 21 11:50:25.819820 2025] [http:debug] [pid 1119995:tid 140260101039680] byterange_filter.c(294): [client 172.20.8.171:60562] AH01583: Range: 23298048-23429119 | 23298048-23429119 (0 : 0 : 422803456)
[Wed May 21 11:50:25.881298 2025] [http:debug] [pid 1119995:tid 140259933283904] byterange_filter.c(294): [client 172.20.8.171:60564] AH01583: Range: 23429120-23560191 | 23429120-23560191 (0 : 0 : 422803456)
[Wed May 21 11:50:25.936448 2025] [http:debug] [pid 1119995:tid 140259908105792] byterange_filter.c(294): [client 172.20.8.171:60574] AH01583: Range: 23560192-23691263 | 23560192-23691263 (0 : 0 : 422803456)
[Wed May 21 11:50:25.988545 2025] [http:debug] [pid 1119995:tid 140260537263680] byterange_filter.c(294): [client 172.20.8.171:60590] AH01583: Range: 23691264-23822335 | 23691264-23822335 (0 : 0 : 422803456)

[Wed May 21 11:50:26.044673 2025] [http:debug] [pid 1119995:tid 140260757157440] byterange_filter.c(294): [client 172.20.8.171:60606] AH01583: Range: 23822336-23953407 | 23822336-23953407 (0 : 0 : 422803456)
[Wed May 21 11:50:26.096710 2025] [http:debug] [pid 1119995:tid 140260512085568] byterange_filter.c(294): [client 172.20.8.171:60622] AH01583: Range: 23953408-24084479 | 23953408-24084479 (0 : 0 : 422803456)
[Wed May 21 11:50:26.154249 2025] [http:debug] [pid 1119995:tid 140260495300160] byterange_filter.c(294): [client 172.20.8.171:60634] AH01583: Range: 24084480-24215551 | 24084480-24215551 (0 : 0 : 422803456)
[Wed May 21 11:50:26.208299 2025] [http:debug] [pid 1119995:tid 140260126217792] byterange_filter.c(294): [client 172.20.8.171:60644] AH01583: Range: 24215552-24346623 | 24215552-24346623 (0 : 0 : 422803456)
[Wed May 21 11:50:26.262084 2025] [http:debug] [pid 1119995:tid 140260109432384] byterange_filter.c(294): [client 172.20.8.171:60650] AH01583: Range: 24346624-24477695 | 24346624-24477695 (0 : 0 : 422803456)
[Wed May 21 11:50:26.314892 2025] [http:debug] [pid 1119995:tid 140259941676608] byterange_filter.c(294): [client 172.20.8.171:60656] AH01583: Range: 24477696-24608767 | 24477696-24608767 (0 : 0 : 422803456)
[Wed May 21 11:50:26.372089 2025] [http:debug] [pid 1119995:tid 140259916498496] byterange_filter.c(294): [client 172.20.8.171:60664] AH01583: Range: 24608768-24739839 | 24608768-24739839 (0 : 0 : 422803456)
[Wed May 21 11:50:26.426131 2025] [http:debug] [pid 1119995:tid 140260545656384] byterange_filter.c(294): [client 172.20.8.171:60668] AH01583: Range: 24739840-24870911 | 24739840-24870911 (0 : 0 : 422803456)
[Wed May 21 11:50:26.484605 2025] [http:debug] [pid 1119995:tid 140260773942848] byterange_filter.c(294): [client 172.20.8.171:60670] AH01583: Range: 24870912-25001983 | 24870912-25001983 (0 : 0 : 422803456)
[Wed May 21 11:50:26.544672 2025] [http:debug] [pid 1119995:tid 140260765550144] byterange_filter.c(294): [client 172.20.8.171:60682] AH01583: Range: 25001984-25133055 | 25001984-25133055 (0 : 0 : 422803456)
[Wed May 21 11:50:26.598346 2025] [http:debug] [pid 1119995:tid 140260520478272] byterange_filter.c(294): [client 172.20.8.171:60698] AH01583: Range: 25133056-25264127 | 25133056-25264127 (0 : 0 : 422803456)
[Wed May 21 11:50:26.648350 2025] [http:debug] [pid 1119995:tid 140260143003200] byterange_filter.c(294): [client 172.20.8.171:60712] AH01583: Range: 25264128-25395199 | 25264128-25395199 (0 : 0 : 422803456)
[Wed May 21 11:50:26.705422 2025] [http:debug] [pid 1119995:tid 140259891320384] byterange_filter.c(294): [client 172.20.8.171:60728] AH01583: Range: 25395200-25526271 | 25395200-25526271 (0 : 0 : 422803456)
[Wed May 21 11:50:26.757777 2025] [http:debug] [pid 1119995:tid 140260109432384] byterange_filter.c(294): [client 172.20.8.171:60738] AH01583: Range: 25526272-25657343 | 25526272-25657343 (0 : 0 : 422803456)
[Wed May 21 11:50:26.813211 2025] [http:debug] [pid 1119995:tid 140259941676608] byterange_filter.c(294): [client 172.20.8.171:60740] AH01583: Range: 25657344-25788415 | 25657344-25788415 (0 : 0 : 422803456)
[Wed May 21 11:50:26.881040 2025] [http:debug] [pid 1119995:tid 140259916498496] byterange_filter.c(294): [client 172.20.8.171:60750] AH01583: Range: 25788416-25919487 | 25788416-25919487 (0 : 0 : 422803456)
[Wed May 21 11:50:26.956571 2025] [http:debug] [pid 1119995:tid 140260545656384] byterange_filter.c(294): [client 172.20.8.171:60752] AH01583: Range: 25919488-26050559 | 25919488-26050559 (0 : 0 : 422803456)

[Wed May 21 11:50:27.009232 2025] [http:debug] [pid 1119995:tid 140260773942848] byterange_filter.c(294): [client 172.20.8.171:60762] AH01583: Range: 26050560-26181631 | 26050560-26181631 (0 : 0 : 422803456)
[Wed May 21 11:50:27.061614 2025] [http:debug] [pid 1119995:tid 140260528870976] byterange_filter.c(294): [client 172.20.8.171:60778] AH01583: Range: 26181632-26312703 | 26181632-26312703 (0 : 0 : 422803456)
[Wed May 21 11:50:27.119722 2025] [http:debug] [pid 1119995:tid 140260503692864] byterange_filter.c(294): [client 172.20.8.171:60790] AH01583: Range: 26312704-26443775 | 26312704-26443775 (0 : 0 : 422803456)
[Wed May 21 11:50:27.178520 2025] [http:debug] [pid 1119995:tid 140260134610496] byterange_filter.c(294): [client 172.20.8.171:60796] AH01583: Range: 26443776-26574847 | 26443776-26574847 (0 : 0 : 422803456)
[Wed May 21 11:50:27.232612 2025] [http:debug] [pid 1119995:tid 140260117825088] byterange_filter.c(294): [client 172.20.8.171:60806] AH01583: Range: 26574848-26705919 | 26574848-26705919 (0 : 0 : 422803456)
[Wed May 21 11:50:27.288395 2025] [http:debug] [pid 1119995:tid 140260092646976] byterange_filter.c(294): [client 172.20.8.171:60818] AH01583: Range: 26705920-26836991 | 26705920-26836991 (0 : 0 : 422803456)
[Wed May 21 11:50:27.343879 2025] [http:debug] [pid 1119995:tid 140259924891200] byterange_filter.c(294): [client 172.20.8.171:60824] AH01583: Range: 26836992-26968063 | 26836992-26968063 (0 : 0 : 422803456)
[Wed May 21 11:50:27.396270 2025] [http:debug] [pid 1119995:tid 140259899713088] byterange_filter.c(294): [client 172.20.8.171:60840] AH01583: Range: 26968064-27099135 | 26968064-27099135 (0 : 0 : 422803456)

So in order to be able to control SSL setting we need a metal3 chart evolution to support such options.

During provisioning of a Lenovo server for a baremetal provisioning we noticed that the booting of the node using mounted virtual media(during introspection) takes around 23 minutes. Doing a deep analyze we noticed that on a Dell or HP server this issue does not happen, so we have eliminated a potential network issue for our environment. Deep diving on the details, I noticed that the number of chunk of the data per second retrieved between a Dell and Lenovo is very huge. For a Lenovo we have only 3 chunks of data, while for Dell we have arround 15 chunks/second. See bellow logs from Lenovo server: ``` [Wed May 21 11:48:45.107458 2025] [http:debug] [pid 1119881:tid 140705863292480] byterange_filter.c(294): [client 172.20.8.171:51132] AH01583: Range: 376832-507903 | 376832-507903 (0 : 0 : 422803456) [Wed May 21 11:48:45.476059 2025] [http:debug] [pid 1119880:tid 140704789550656] byterange_filter.c(294): [client 172.20.8.171:51140] AH01583: Range: 507904-524287 | 507904-524287 (0 : 0 : 422803456) [Wed May 21 11:48:45.986358 2025] [http:debug] [pid 1119881:tid 140705829721664] byterange_filter.c(294): [client 172.20.8.171:51146] AH01583: Range: 528384-638975 | 528384-638975 (0 : 0 : 422803456) [Wed May 21 11:48:46.377366 2025] [http:debug] [pid 1119880:tid 140704772765248] byterange_filter.c(294): [client 172.20.8.171:51156] AH01583: Range: 638976-770047 | 638976-770047 (0 : 0 : 422803456) [Wed May 21 11:48:46.747910 2025] [http:debug] [pid 1119881:tid 140705326421568] byterange_filter.c(294): [client 172.20.8.171:51166] AH01583: Range: 770048-901119 | 770048-901119 (0 : 0 : 422803456) [Wed May 21 11:48:47.132502 2025] [http:debug] [pid 1119880:tid 140704269465152] byterange_filter.c(294): [client 172.20.8.171:51170] AH01583: Range: 901120-1032191 | 901120-1032191 (0 : 0 : 422803456) ``` In order to be able to have a full control of all the parameters for ironic-metal3, which is based on apache I replicated the same design, by downloading the image from ironic, create an endpoint on apache and provide this URL on the iBMC and boot from this image. I noticed again the same behavior. After this I changed the boot URL from `https` to `http` and the server started in less than 5 minutes which was the desired behavior, but doing this is not anymore available with metal3 suse chart. Seeing this I have started looking for potential bugs on Lenovo booting over TLS and I have noticed this one: https://support.lenovo.com/in/en/solutions/tt1086-virtual-media-mounted-over-https-may-have-slower-transfer-speeds-than-expected-lenovo-thinksystem-sd650-v37d7m-sr630-v37d72-7d73-7d74-sr650-v37d75-7d76-7d77 So I started playing with TLS setting and I defined the following options on my apache: ``` SSLHonorCipherOrder on SSLCipherSuite RC4-SHA:AES128-SHA:HIGH:!aNULL:!MD5 ``` The values where taken from Apache recommendation as being speed-optimized ciphers . https://httpd.apache.org/docs/2.4/en/ssl/ssl_howto.html#page-header. After this settings defined in my apache config everything went fine also over TLS: ``` [Wed May 21 11:50:25.219216 2025] [http:debug] [pid 1119995:tid 140260495300160] byterange_filter.c(294): [client 172.20.8.171:60442] AH01583: Range: 21856256-21987327 | 21856256-21987327 (0 : 0 : 422803456) [Wed May 21 11:50:25.284310 2025] [http:debug] [pid 1119995:tid 140260126217792] byterange_filter.c(294): [client 172.20.8.171:60458] AH01583: Range: 21987328-22118399 | 21987328-22118399 (0 : 0 : 422803456) [Wed May 21 11:50:25.336464 2025] [http:debug] [pid 1119995:tid 140260117825088] byterange_filter.c(294): [client 172.20.8.171:60460] AH01583: Range: 22118400-22249471 | 22118400-22249471 (0 : 0 : 422803456) [Wed May 21 11:50:25.390542 2025] [http:debug] [pid 1119995:tid 140260092646976] byterange_filter.c(294): [client 172.20.8.171:60468] AH01583: Range: 22249472-22380543 | 22249472-22380543 (0 : 0 : 422803456) [Wed May 21 11:50:25.445337 2025] [http:debug] [pid 1119995:tid 140259924891200] byterange_filter.c(294): [client 172.20.8.171:60478] AH01583: Range: 22380544-22511615 | 22380544-22511615 (0 : 0 : 422803456) [Wed May 21 11:50:25.500259 2025] [http:debug] [pid 1119995:tid 140259899713088] byterange_filter.c(294): [client 172.20.8.171:60486] AH01583: Range: 22511616-22642687 | 22511616-22642687 (0 : 0 : 422803456) [Wed May 21 11:50:25.554262 2025] [http:debug] [pid 1119995:tid 140260782335552] byterange_filter.c(294): [client 172.20.8.171:60498] AH01583: Range: 22642688-22773759 | 22642688-22773759 (0 : 0 : 422803456) [Wed May 21 11:50:25.609712 2025] [http:debug] [pid 1119995:tid 140260765550144] byterange_filter.c(294): [client 172.20.8.171:60506] AH01583: Range: 22773760-22904831 | 22773760-22904831 (0 : 0 : 422803456) [Wed May 21 11:50:25.661397 2025] [http:debug] [pid 1119995:tid 140260520478272] byterange_filter.c(294): [client 172.20.8.171:60518] AH01583: Range: 22904832-23035903 | 22904832-23035903 (0 : 0 : 422803456) [Wed May 21 11:50:25.718183 2025] [http:debug] [pid 1119995:tid 140260143003200] byterange_filter.c(294): [client 172.20.8.171:60534] AH01583: Range: 23035904-23166975 | 23035904-23166975 (0 : 0 : 422803456) [Wed May 21 11:50:25.768200 2025] [http:debug] [pid 1119995:tid 140259891320384] byterange_filter.c(294): [client 172.20.8.171:60546] AH01583: Range: 23166976-23298047 | 23166976-23298047 (0 : 0 : 422803456) [Wed May 21 11:50:25.819820 2025] [http:debug] [pid 1119995:tid 140260101039680] byterange_filter.c(294): [client 172.20.8.171:60562] AH01583: Range: 23298048-23429119 | 23298048-23429119 (0 : 0 : 422803456) [Wed May 21 11:50:25.881298 2025] [http:debug] [pid 1119995:tid 140259933283904] byterange_filter.c(294): [client 172.20.8.171:60564] AH01583: Range: 23429120-23560191 | 23429120-23560191 (0 : 0 : 422803456) [Wed May 21 11:50:25.936448 2025] [http:debug] [pid 1119995:tid 140259908105792] byterange_filter.c(294): [client 172.20.8.171:60574] AH01583: Range: 23560192-23691263 | 23560192-23691263 (0 : 0 : 422803456) [Wed May 21 11:50:25.988545 2025] [http:debug] [pid 1119995:tid 140260537263680] byterange_filter.c(294): [client 172.20.8.171:60590] AH01583: Range: 23691264-23822335 | 23691264-23822335 (0 : 0 : 422803456) [Wed May 21 11:50:26.044673 2025] [http:debug] [pid 1119995:tid 140260757157440] byterange_filter.c(294): [client 172.20.8.171:60606] AH01583: Range: 23822336-23953407 | 23822336-23953407 (0 : 0 : 422803456) [Wed May 21 11:50:26.096710 2025] [http:debug] [pid 1119995:tid 140260512085568] byterange_filter.c(294): [client 172.20.8.171:60622] AH01583: Range: 23953408-24084479 | 23953408-24084479 (0 : 0 : 422803456) [Wed May 21 11:50:26.154249 2025] [http:debug] [pid 1119995:tid 140260495300160] byterange_filter.c(294): [client 172.20.8.171:60634] AH01583: Range: 24084480-24215551 | 24084480-24215551 (0 : 0 : 422803456) [Wed May 21 11:50:26.208299 2025] [http:debug] [pid 1119995:tid 140260126217792] byterange_filter.c(294): [client 172.20.8.171:60644] AH01583: Range: 24215552-24346623 | 24215552-24346623 (0 : 0 : 422803456) [Wed May 21 11:50:26.262084 2025] [http:debug] [pid 1119995:tid 140260109432384] byterange_filter.c(294): [client 172.20.8.171:60650] AH01583: Range: 24346624-24477695 | 24346624-24477695 (0 : 0 : 422803456) [Wed May 21 11:50:26.314892 2025] [http:debug] [pid 1119995:tid 140259941676608] byterange_filter.c(294): [client 172.20.8.171:60656] AH01583: Range: 24477696-24608767 | 24477696-24608767 (0 : 0 : 422803456) [Wed May 21 11:50:26.372089 2025] [http:debug] [pid 1119995:tid 140259916498496] byterange_filter.c(294): [client 172.20.8.171:60664] AH01583: Range: 24608768-24739839 | 24608768-24739839 (0 : 0 : 422803456) [Wed May 21 11:50:26.426131 2025] [http:debug] [pid 1119995:tid 140260545656384] byterange_filter.c(294): [client 172.20.8.171:60668] AH01583: Range: 24739840-24870911 | 24739840-24870911 (0 : 0 : 422803456) [Wed May 21 11:50:26.484605 2025] [http:debug] [pid 1119995:tid 140260773942848] byterange_filter.c(294): [client 172.20.8.171:60670] AH01583: Range: 24870912-25001983 | 24870912-25001983 (0 : 0 : 422803456) [Wed May 21 11:50:26.544672 2025] [http:debug] [pid 1119995:tid 140260765550144] byterange_filter.c(294): [client 172.20.8.171:60682] AH01583: Range: 25001984-25133055 | 25001984-25133055 (0 : 0 : 422803456) [Wed May 21 11:50:26.598346 2025] [http:debug] [pid 1119995:tid 140260520478272] byterange_filter.c(294): [client 172.20.8.171:60698] AH01583: Range: 25133056-25264127 | 25133056-25264127 (0 : 0 : 422803456) [Wed May 21 11:50:26.648350 2025] [http:debug] [pid 1119995:tid 140260143003200] byterange_filter.c(294): [client 172.20.8.171:60712] AH01583: Range: 25264128-25395199 | 25264128-25395199 (0 : 0 : 422803456) [Wed May 21 11:50:26.705422 2025] [http:debug] [pid 1119995:tid 140259891320384] byterange_filter.c(294): [client 172.20.8.171:60728] AH01583: Range: 25395200-25526271 | 25395200-25526271 (0 : 0 : 422803456) [Wed May 21 11:50:26.757777 2025] [http:debug] [pid 1119995:tid 140260109432384] byterange_filter.c(294): [client 172.20.8.171:60738] AH01583: Range: 25526272-25657343 | 25526272-25657343 (0 : 0 : 422803456) [Wed May 21 11:50:26.813211 2025] [http:debug] [pid 1119995:tid 140259941676608] byterange_filter.c(294): [client 172.20.8.171:60740] AH01583: Range: 25657344-25788415 | 25657344-25788415 (0 : 0 : 422803456) [Wed May 21 11:50:26.881040 2025] [http:debug] [pid 1119995:tid 140259916498496] byterange_filter.c(294): [client 172.20.8.171:60750] AH01583: Range: 25788416-25919487 | 25788416-25919487 (0 : 0 : 422803456) [Wed May 21 11:50:26.956571 2025] [http:debug] [pid 1119995:tid 140260545656384] byterange_filter.c(294): [client 172.20.8.171:60752] AH01583: Range: 25919488-26050559 | 25919488-26050559 (0 : 0 : 422803456) [Wed May 21 11:50:27.009232 2025] [http:debug] [pid 1119995:tid 140260773942848] byterange_filter.c(294): [client 172.20.8.171:60762] AH01583: Range: 26050560-26181631 | 26050560-26181631 (0 : 0 : 422803456) [Wed May 21 11:50:27.061614 2025] [http:debug] [pid 1119995:tid 140260528870976] byterange_filter.c(294): [client 172.20.8.171:60778] AH01583: Range: 26181632-26312703 | 26181632-26312703 (0 : 0 : 422803456) [Wed May 21 11:50:27.119722 2025] [http:debug] [pid 1119995:tid 140260503692864] byterange_filter.c(294): [client 172.20.8.171:60790] AH01583: Range: 26312704-26443775 | 26312704-26443775 (0 : 0 : 422803456) [Wed May 21 11:50:27.178520 2025] [http:debug] [pid 1119995:tid 140260134610496] byterange_filter.c(294): [client 172.20.8.171:60796] AH01583: Range: 26443776-26574847 | 26443776-26574847 (0 : 0 : 422803456) [Wed May 21 11:50:27.232612 2025] [http:debug] [pid 1119995:tid 140260117825088] byterange_filter.c(294): [client 172.20.8.171:60806] AH01583: Range: 26574848-26705919 | 26574848-26705919 (0 : 0 : 422803456) [Wed May 21 11:50:27.288395 2025] [http:debug] [pid 1119995:tid 140260092646976] byterange_filter.c(294): [client 172.20.8.171:60818] AH01583: Range: 26705920-26836991 | 26705920-26836991 (0 : 0 : 422803456) [Wed May 21 11:50:27.343879 2025] [http:debug] [pid 1119995:tid 140259924891200] byterange_filter.c(294): [client 172.20.8.171:60824] AH01583: Range: 26836992-26968063 | 26836992-26968063 (0 : 0 : 422803456) [Wed May 21 11:50:27.396270 2025] [http:debug] [pid 1119995:tid 140259899713088] byterange_filter.c(294): [client 172.20.8.171:60840] AH01583: Range: 26968064-27099135 | 26968064-27099135 (0 : 0 : 422803456) ``` So in order to be able to control SSL setting we need a metal3 chart evolution to support such options.
Owner

Thanks for the report @daniel.lupescu - I see you also reported this at https://gitlab.com/sylva-projects/sylva-core/-/issues/2409 where @nbelouin shared some thoughts - I suggest we close this issue so we can focus the discussion in one place on the Sylva issue.

Thanks for the report @daniel.lupescu - I see you also reported this at https://gitlab.com/sylva-projects/sylva-core/-/issues/2409 where @nbelouin shared some thoughts - I suggest we close this issue so we can focus the discussion in one place on the Sylva issue.
Sign in to join this conversation.
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: suse-edge/Factory#164
No description provided.