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
551b4cd9
Commit
551b4cd9
authored
Aug 19, 2019
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Ceph daemons should have its own targets in systemd
parent
9c07e81e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
Makefile
Makefile
+8
-2
No files found.
Makefile
View file @
551b4cd9
...
...
@@ -54,8 +54,11 @@ all: ceph-config
mv
-v
/lib/ceph/*
/usr/lib/ceph
rm
-rf
/lib/ceph
install
-v
-Dm755
-d
/etc/sysconfig
install
-v
-Dm755
-d
/etc/systemd/system/ceph-m
on
.target.wants
install
-v
-Dm755
-d
/etc/systemd/system/ceph-m
ds
.target.wants
install
-v
-Dm755
-d
/etc/systemd/system/ceph-mgr.target.wants
install
-v
-Dm755
-d
/etc/systemd/system/ceph-mon.target.wants
install
-v
-Dm755
-d
/etc/systemd/system/ceph-osd.target.wants
install
-v
-Dm755
-d
/etc/systemd/system/ceph-radosgw.target.wants
install
-v
-Dm755
-o
ceph
-g
ceph
-d
/etc/ceph
install
-v
-Dm755
-o
ceph
-g
ceph
-d
/var/lib/ceph/bootstrap-osd
install
-v
-Dm755
-o
ceph
-g
ceph
-d
/var/lib/ceph/mds
...
...
@@ -69,8 +72,11 @@ all: ceph-config
sed
-e
's|^Environment=.*|ExecStartPre=/usr/sbin/ceph-mon-bootstrap|'
-i
/lib/systemd/system/ceph-mon@.service
systemctl
enable
ceph-m
on
.target
systemctl
enable
ceph-m
ds
.target
systemctl
enable
ceph-mgr.target
systemctl
enable
ceph-mon.target
systemctl
enable
ceph-osd.target
systemctl
enable
ceph-radosgw.target
rm
-rf
ceph-14.2.2
...
...
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