Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / systemd / ceph-volume@.service
1 [Unit]
2 Description=Ceph Volume activation: %i
3 After=local-fs.target
4 Wants=local-fs.target
5
6 [Service]
7 Type=oneshot
8 KillMode=none
9 Environment=CEPH_VOLUME_TIMEOUT=10000
10 ExecStart=/bin/sh -c 'timeout $CEPH_VOLUME_TIMEOUT /usr/sbin/ceph-volume-systemd %i'
11 TimeoutSec=0
12
13 [Install]
14 WantedBy=multi-user.target