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
0f241367
Commit
0f241367
authored
Jun 16, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated ceph's Makefile to 14.2.1
parent
cb4e12f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
Makefile
Makefile
+9
-9
No files found.
Makefile
View file @
0f241367
...
@@ -29,21 +29,21 @@ all: ceph-config
...
@@ -29,21 +29,21 @@ all: ceph-config
mkdir
tmp
mkdir
tmp
mount
--bind
tmp
/tmp
mount
--bind
tmp
/tmp
tar
xf
ceph-14.2.
0
.tar.gz
tar
xf
ceph-14.2.
1
.tar.gz
patch
-Np1
-d
ceph-14.2.
0
<
ceph-14.2.0
-fix_tests.patch
patch
-Np1
-d
ceph-14.2.
1
<
ceph-14.2.1
-fix_tests.patch
cd
ceph-14.2.
0
&&
./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
cd
ceph-14.2.
1
&&
./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
$(MAKE)
-C
ceph-14.2.
0
/build
npm_config_cache
=
/build/.npm
$(MAKE)
-C
ceph-14.2.
1
/build
npm_config_cache
=
/build/.npm
hostname
localhost
hostname
localhost
cd
ceph-14.2.
0
&&
tar
xf
../ceph-object-corpus.tar.xz
cd
ceph-14.2.
1
&&
tar
xf
../ceph-object-corpus.tar.xz
cd
ceph-14.2.
0
/build
&&
make
check
cd
ceph-14.2.
1
/build
&&
make
check
# cd ceph-14.2.
0
/build && ctest --output-on-failure --timeout 7200
# cd ceph-14.2.
1
/build && ctest --output-on-failure --timeout 7200
umount
/tmp
umount
/tmp
rm
-rf
tmp
rm
-rf
tmp
swapoff
swap
swapoff
swap
rm
-rf
swap
rm
-rf
swap
$(MAKE)
-C
ceph-14.2.
0
/build
install
$(MAKE)
-C
ceph-14.2.
1
/build
install
rm
/usr/bin/ceph_test*
rm
/usr/bin/ceph_test*
find
/
-name
*.pyc
-exec
rm
-f
'{}'
';'
find
/
-name
*.pyc
-exec
rm
-f
'{}'
';'
find
/
-name
*.js.map
-exec
rm
-f
'{}'
';'
find
/
-name
*.js.map
-exec
rm
-f
'{}'
';'
...
@@ -69,7 +69,7 @@ all: ceph-config
...
@@ -69,7 +69,7 @@ all: ceph-config
systemctl
enable
ceph-mon.target
systemctl
enable
ceph-mon.target
rm
-rf
ceph-14.2.
0
rm
-rf
ceph-14.2.
1
ceph-config
:
ceph-config
:
define
CEPH_CONFIG
define
CEPH_CONFIG
...
...
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