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
d1b5e811
Commit
d1b5e811
authored
Jul 10, 2025
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
systemd unit files are now installed in /usr/lib/systemd/system
parent
ee9793de
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
Makefile
Makefile
+1
-2
No files found.
Makefile
View file @
d1b5e811
...
...
@@ -74,7 +74,6 @@ all: ceph-config ceph-sudoer
install
-v
-Dm755
-o
ceph
-g
ceph
-d
/var/lib/ceph/mon
install
-v
-Dm755
-o
ceph
-g
ceph
-d
/var/lib/ceph/osd
install
-v
-Dm755
ceph-mon-bootstrap
/usr/sbin/ceph-mon-bootstrap
mv
/usr/lib/systemd/system/*
/lib/systemd/system
ln
-s
../dist
/usr/share/ceph/mgr/dashboard/frontend/dist/en-US
ln
-s
/usr/lib/python3.9/site-packages/ceph-1.0.0-py3.9.egg/ceph
/usr/lib/python3.9/site-packages/ceph
...
...
@@ -83,7 +82,7 @@ all: ceph-config ceph-sudoer
install
-v
-Dm755
ceph
/usr/share/easycwmp/functions
@echo
"$$CEPH_SUDOER"
>
/etc/sudoers.d/ceph
sed
-e
's|^Environment=.*|ExecStartPre=/usr/sbin/ceph-mon-bootstrap|'
-i
/lib/systemd/system/ceph-mon@.service
sed
-e
's|^Environment=.*|ExecStartPre=/usr/sbin/ceph-mon-bootstrap|'
-i
/
usr/
lib/systemd/system/ceph-mon@.service
systemctl
enable
ceph-mds.target
systemctl
enable
ceph-mgr.target
...
...
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