Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
ceph
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
ceph
Commits
c5c767eb
Commit
c5c767eb
authored
Aug 27, 2020
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added fix for ARM32 build
parent
21f1bb41
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
Makefile
Makefile
+1
-0
ceph-15.2.4-arm32_fix.patch
ceph-15.2.4-arm32_fix.patch
+11
-0
No files found.
Makefile
View file @
c5c767eb
...
...
@@ -35,6 +35,7 @@ all: ceph-config
patch
-Np1
-d
ceph-15.2.4
<
ceph-15.2.4-fix_tests.patch
patch
-Np1
-d
ceph-15.2.4
<
ceph-15.2.4-fix_ceph-volume_systemd_unit.patch
patch
-Np1
-d
ceph-15.2.4
<
ceph-15.2.4-no_git.patch
patch
-Np1
-d
ceph-15.2.4
<
ceph-15.2.4-arm32_fix.patch
cd
ceph-15.2.4
&&
./do_cmake.sh
-DCMAKE_BUILD_TYPE
=
Release
-DCMAKE_INSTALL_PREFIX
=
/usr
-DCMAKE_INSTALL_SYSCONFDIR
=
/etc
-DCMAKE_INSTALL_LIBEXECDIR
=
/lib
-DWITH_SPDK
=
OFF
-DWITH_RDMA
=
OFF
-DWITH_RADOSGW_AMQP_ENDPOINT
=
OFF
-DWITH_PYTHON2
=
OFF
-DWITH_PYTHON3
=
ON
$(MAKE)
-C
ceph-15.2.4/build
npm_config_cache
=
/build/.npm
NODE_OPTIONS
=
"--max-old-space-size=4096"
hostname
localhost
...
...
ceph-15.2.4-arm32_fix.patch
0 → 100644
View file @
c5c767eb
diff -uNr ceph-15.2.4/src/mds/PurgeQueue.h ceph-15.2.4-arm32_fix/src/mds/PurgeQueue.h
--- ceph-15.2.4/src/mds/PurgeQueue.h 2020-07-01 01:10:51.000000000 +0930
+++ ceph-15.2.4-arm32_fix/src/mds/PurgeQueue.h 2020-08-27 00:15:06.605014878 +0930
@@ -219,6 +219,6 @@
size_t purge_item_journal_size;
uint64_t ops_high_water = 0;
- uint64_t files_high_water = 0;
+ size_t files_high_water = 0;
};
#endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment