I'm trying to solve the lvmetad startup warning lvmetad startup warning, and in that process I typed the following command:
sudo systemctl status lvm2-lvmetad.service
The output is:
● lvm2-lvmetad.service - LVM2 metadata daemon
Loaded: loaded (/lib/systemd/system/lvm2-lvmetad.service; disabled; vendor preset: enabled)
Active: active (running) since lun. 2016-10-24 09:02:16 CEST; 1h 20min ago
Docs: man:lvmetad(8)
Main PID: 615 (lvmetad)
Tasks: 1 (limit: 4915)
Memory: 2.6M
CPU: 4ms
CGroup: /system.slice/lvm2-lvmetad.service
└─615 /sbin/lvmetad -f
I'm perplexed by the Loaded
line: what does mean loaded
but disabled
(and still active
on next line) ?
man systemctl
to see how these terms are used in the official documentation? – Mark Stosberg Oct 24 '16 at 20:38