This unit is provided by:
Options
-
[Install]
-
WantedBy=ceph-osd.target
-
-
[Service]
-
Environment=CLUSTER=ceph
-
EnvironmentFile=-/etc/default/ceph
-
EnvironmentFile=-/etc/sysconfig/ceph
-
ExecReload=/bin/kill -HUP $MAINPID
-
ExecStart=/usr/bin/ceph-osd -f --cluster ${CLUSTER} --id %i --setuser ceph --setgroup ceph
-
ExecStartPre=/usr/lib/ceph/ceph-osd-prestart.sh --cluster ${CLUSTER} --id %i
-
ExecStartPre=/usr/libexec/ceph/ceph-osd-prestart.sh --cluster ${CLUSTER} --id %i
-
LimitNOFILE=1048576
-
LimitNPROC=1048576
-
LockPersonality
Introduced in systemd 235=yes -
MemoryDenyWriteExecute
Introduced in systemd 231=yes -
NoNewPrivileges
Introduced in systemd 239=no -
PrivateTmp=yes
-
ProtectControlGroups
Introduced in systemd 232=yes -
ProtectHome
Introduced in systemd 214=yes -
ProtectHostname
Introduced in systemd 242=yes -
ProtectKernelLogs
Introduced in systemd 244=yes -
ProtectKernelModules
Introduced in systemd 232=yes -
ProtectKernelTunables
Introduced in systemd 232=no -
ProtectSystem
Introduced in systemd 214=full -
Restart=on-failure
-
RestartSec=10
-
RestrictSUIDSGID
Introduced in systemd 242=yes -
StartLimitBurst=3
-
StartLimitInterval=30min
-
TasksMax=infinity
-
-
[Unit]
-
After=network-online.target local-fs.target time-sync.target
-
Before=remote-fs-pre.target ceph-osd.target
-
Description=Ceph object storage daemon osd.%i
-
PartOf=ceph-osd.target
-
Wants=network-online.target local-fs.target time-sync.target remote-fs-pre.target ceph-osd.target
-
Additionnal notes
Nothing here.