6c477420de71a9ead4dac16ed2afbfb1268c06ba
[pti/rtp.git] /
1 From a866467b15afb3200e168e5a245316b51210e8e6 Mon Sep 17 00:00:00 2001
2 From: Jackie Huang <jackie.huang@windriver.com>
3 Date: Wed, 26 Jul 2023 22:30:09 +0800
4 Subject: [PATCH 08/12] ceph: add support for arm64
5
6 Add arm64 as the supported arch in the control file.
7
8 Test Plan:
9 PASS: build-pkgs on x86-64 host
10 PASS: build-image on x86-64 host
11 PASS: build-pkgs on arm64 host
12 PASS: build-image on arm64 host
13 PASS: Deploy AIO-SX on x86-64 target
14 PASS: Deploy AIO-SX on arm64 target
15 PASS: Deploy AIO-DX on arm64 targets
16 PASS: Deploy std (2+2+2) on arm64 targets
17
18 Story: 2010739
19 Task: 47981
20
21 Change-Id: Ice075e99a153b9b7da64a7da9eadc7233bc685ea
22 Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
23 ---
24  ceph/ceph/debian/deb_folder/control | 2 +-
25  1 file changed, 1 insertion(+), 1 deletion(-)
26
27 diff --git a/ceph/ceph/debian/deb_folder/control b/ceph/ceph/debian/deb_folder/control
28 index b8677932..6d8d12ff 100644
29 --- a/ceph/ceph/debian/deb_folder/control
30 +++ b/ceph/ceph/debian/deb_folder/control
31 @@ -178,7 +178,7 @@ Description: common utilities to mount and interact with a ceph storage cluster
32   of common tools that allow one to interact with and administer a Ceph cluster.
33  
34  Package: ceph-fuse
35 -Architecture: amd64
36 +Architecture: amd64 arm64
37  Depends:
38   python3,
39   ${misc:Depends},
40 -- 
41 2.30.2
42