Project

General

Profile

Actions

Bug #58367

open

Ceph HAProxy on Arm errors with incorrect platform message

Added by RamaKrishna Nishtala over 1 year ago. Updated 11 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Community (user)
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
12/26/2022
Affected Versions:
ceph-qa-suite:
rgw
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Ceph version - quincy 17.2.5 with cephadm on aarch64 architecture

Following instructions from https://docs.ceph.com/en/latest/cephadm/services/rgw/ to setup HAProxy for rgw instances
setup ingress.yaml
service_id: rgw.objstore
placement:
hosts:
- ceph1
- ceph2
- ceph3

spec:
backend_service: rgw.objstore
virtual_ips_list:
- 192.168.4.121/24
- 192.168.4.122/24
- 192.168.4.123/24
frontend_port: 8080
monitor_port: 1967
........
........
Applying the yaml results in the following error:
2022-12-25 00:51:55,863 ffffa00d4420 ERROR ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /usr/bin/docker run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=quay.io/ceph/haproxy:2.3 -e NODE_NAME=ceph2 -e CEPH_USE_RANDOM_NONCE=1 quay.io/ceph/haproxy:2.3 -c %u %g /var/lib: WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
[FATAL tini (7)] exec stat failed: Exec format error

Is this an aarch64 issue for HAProxy?

Actions #1

Updated by Ilya Dryomov 11 months ago

  • Target version deleted (v17.2.6)
Actions

Also available in: Atom PDF