mirror of
https://github.com/ceph/ceph
synced 2025-01-03 01:22:53 +00:00
systemd: create a service file for ceph-volume
Signed-off-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
parent
31524efd1d
commit
d6954111dc
14
systemd/ceph-volume@.service
Normal file
14
systemd/ceph-volume@.service
Normal file
@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Ceph Volume activation: %i
|
||||
After=local-fs.target
|
||||
Wants=local-fs.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
KillMode=none
|
||||
Environment=CEPH_VOLUME_TIMEOUT=10000
|
||||
ExecStart=/bin/sh -c 'timeout $CEPH_VOLUME_TIMEOUT /usr/sbin/ceph-volume-systemd %i'
|
||||
TimeoutSec=0
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Loading…
Reference in New Issue
Block a user